public class WebApp
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
contextPath
context path of this web application, defaults to the war file's name
|
private java.lang.String |
warFile
complete path name of a war file
|
| Constructor and Description |
|---|
WebApp() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContextPath() |
java.lang.String |
getWarFile() |
void |
setContextPath(java.lang.String contextPath) |
void |
setWarFile(java.lang.String warFile) |