Package | Description |
---|---|
com.caucho.server.cluster | |
com.caucho.server.e_app | |
com.caucho.server.host | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
void |
ServletContainerConfig.addWebAppDefault(WebAppConfig webAppConfig)
Adds a WebAppDefault.
|
void |
ServletService.addWebAppDefault(WebAppConfig init)
Adds a WebAppDefault.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<WebAppConfig> |
WebModule.getWebAppList()
Customization of web-app.
|
Modifier and Type | Method and Description |
---|---|
void |
WebModule.setWebApp(WebAppConfig config)
Customization of web-app.
|
Modifier and Type | Method and Description |
---|---|
void |
WebModule.addWebAppList(java.util.ArrayList<WebAppConfig> list) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<WebAppConfig> |
HostContainer.getWebAppDefaultList()
Returns the list of web-app defaults
|
Modifier and Type | Method and Description |
---|---|
void |
Host.addWebApp(WebAppConfig config) |
void |
HostContainer.addWebAppDefault(WebAppConfig init)
Adds a web-app default
|
void |
Host.addWebAppDefault(WebAppConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
WebAppFragmentConfig |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<WebAppConfig> |
WebAppContainer.getWebAppDefaultList()
Returns the list of web-app defaults
|
java.util.ArrayList<WebAppConfig> |
WebApp.getWebAppDefaultList()
Adds a web-app default
|
Modifier and Type | Method and Description |
---|---|
void |
WebAppContainer.addWebApp(WebAppConfig config)
Adds an webApp.
|
void |
WebAppExpandDeployGenerator.addWebApp(WebAppConfig config)
Adds an overriding web-app
|
void |
WebApp.addWebApp(WebAppConfig config)
Adds a sub web-app
|
void |
WebAppContainer.addWebAppDefault(WebAppConfig init)
Adds a web-app default
|
void |
WebAppExpandDeployGenerator.addWebAppDefault(WebAppConfig config)
Adds a default.
|
void |
WebAppSingleDeployGenerator.addWebAppDefault(WebAppConfig config)
Adds a default.
|
void |
WebApp.addWebAppDefault(WebAppConfig config)
Adds a web-app default
|
WebAppSingleDeployGenerator |
WebAppContainer.createDeployGenerator(WebAppConfig config) |
void |
WebAppConfig.setPrologue(WebAppConfig prologue)
Sets the prologue.
|
Constructor and Description |
---|
WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
WebAppConfig config)
Creates the new host deploy.
|
WebAppSingleDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
WebAppConfig config)
Creates the new web-app deploy.
|