public class WebAppLocalDeployEmbed extends WebAppEmbed
ResinEmbed resin = new ResinEmbed();
WebAppLocalDeployEmbed webApp = new WebAppLocalDeployEmbed();
resin.addWebApp(webApp);
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOCAL_DEPLOY_CONTEXT_PATH |
Constructor and Description |
---|
WebAppLocalDeployEmbed() |
Modifier and Type | Method and Description |
---|---|
void |
setContextPath(java.lang.String contextPath)
The context-path can't be set
|
void |
setRole(java.lang.String role)
Sets the deploy role.
|
void |
setRootDirectory(java.lang.String rootDirectory)
The root directory can't be set
|
addBean, addFilter, addFilterMapping, addServlet, addServletMapping, configure, getArchivePath, getContextPath, getDeployGenerator, getRootDirectory, getWebApp, setArchivePath, setContextParam, setDeployGenerator, setDisableStart
public static final java.lang.String LOCAL_DEPLOY_CONTEXT_PATH
public void setContextPath(java.lang.String contextPath)
setContextPath
in class WebAppEmbed
public void setRootDirectory(java.lang.String rootDirectory)
setRootDirectory
in class WebAppEmbed
public void setRole(java.lang.String role)