|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.deploy.DeployConfig
com.caucho.server.webapp.WebAppConfig
public class WebAppConfig
The configuration for a web-app in the resin.conf
| Constructor Summary | |
|---|---|
WebAppConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAppDir()
Gets the app-dir. |
java.lang.String |
getContextPath()
Gets the context path |
java.lang.String |
getDocumentDirectory()
Sets the app-dir. |
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 |
| Methods inherited from class com.caucho.server.deploy.DeployConfig |
|---|
addBuilderProgram, addPropertyProgram, calculateRootDirectory, calculateRootDirectory, getArchivePath, getBuilderProgram, getId, getRedeployCheckInterval, getRedeployMode, getRootDirectory, getStartupMode, getStartupPriority, isSkipDefaultConfig, setArchivePath, setId, setRedeployCheckInterval, setRedeployMode, setRootDirectory, setSkipDefaultConfig, setStartupMode, setStartupPriority |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebAppConfig()
| Method Detail |
|---|
public java.lang.String getContextPath()
public void setContextPath(java.lang.String path)
throws ConfigException
ConfigExceptionpublic void setURLRegexp(java.lang.String pattern)
public java.util.regex.Pattern getURLRegexp()
public void setAppDir(RawString appDir)
public java.lang.String getAppDir()
public java.lang.String getDocumentDirectory()
public void setDocumentDirectory(RawString dir)
public void setLazyInit(boolean isLazy)
throws ConfigException
ConfigExceptionpublic void setPrologue(WebAppConfig prologue)
public DeployConfig getPrologue()
getPrologue in class DeployConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||