public class WebAppConfig extends DeployConfig
Constructor and Description |
---|
WebAppConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addAliasUrlRegexp(java.lang.String pattern)
Sets the url-regexp
|
java.lang.String |
getContextPath()
Gets the context path
|
java.lang.String |
getContextPath(java.lang.String uri)
Returns the context path for a URI, including regexp processing.
|
DeployConfig |
getPrologue()
Gets the prologue.
|
java.util.regex.Pattern |
getURLRegexp()
Gets the regexp.
|
void |
setAppDir(RawString appDir)
Sets the app-dir.
|
void |
setContextPath(java.lang.String path)
Sets the context path
|
void |
setDocumentDirectory(RawString dir)
Sets the app-dir.
|
void |
setLazyInit(boolean isLazy)
Sets the startup-mode
|
void |
setPrologue(WebAppConfig prologue)
Sets the prologue.
|
void |
setURLRegexp(java.lang.String pattern)
Sets the url-regexp
|
java.lang.String |
toString() |
addBuilderProgram, addClassLoader, addPropertyProgram, calculateRootDirectory, calculateRootDirectory, getArchivePath, getBuilderProgram, getClassLoaderProgram, getExpandCleanupFileset, getId, getRedeployCheckInterval, getRedeployMode, getRootDirectory, getStartupMode, getStartupPriority, isSkipDefaultConfig, setArchivePath, setExpandCleanupFileset, setId, setRedeployCheckInterval, setRedeployMode, setRootDirectory, setSkipDefaultConfig, setStartupMode, setStartupPriority
public java.lang.String getContextPath()
public void setContextPath(java.lang.String path) throws ConfigException
ConfigException
public void setURLRegexp(java.lang.String pattern)
public java.util.regex.Pattern getURLRegexp()
public void addAliasUrlRegexp(java.lang.String pattern)
public void setAppDir(RawString appDir)
public void setDocumentDirectory(RawString dir)
public void setLazyInit(boolean isLazy) throws ConfigException
ConfigException
public void setPrologue(WebAppConfig prologue)
public DeployConfig getPrologue()
getPrologue
in class DeployConfig
public java.lang.String getContextPath(java.lang.String uri)
public java.lang.String toString()
toString
in class java.lang.Object