|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.env.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 | |
---|---|
void |
addAliasUrlRegexp(java.lang.String pattern)
Sets the url-regexp |
java.lang.String |
getContextPath()
Gets the context path |
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebAppConfig()
Method Detail |
---|
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 toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |