| Package | Description |
|---|---|
| com.sun.enterprise.web |
| Modifier and Type | Field and Description |
|---|---|
protected WebModuleConfig |
SessionManagerConfigurationHelper._wmInfo |
| Modifier and Type | Method and Description |
|---|---|
WebModuleConfig |
VirtualServer.createSystemDefaultWebModuleIfNecessary(WebArchivist webArchivist)
If a default web module has not yet been configured and added to this
virtual server's list of web modules then return the configuration
information needed in order to create a default web module for this
virtual server.
|
protected WebModuleConfig |
VirtualServer.findWebModuleInJ2eeApp(Applications appsBean,
String id,
ApplicationRegistry appRegistry)
Finds and returns information about a web module embedded within a
J2EE application, which is identified by a string of the form
a:b or a#b, where a is the name
of the J2EE application and b is the name of the embedded
web module. |
protected WebModuleConfig |
VirtualServer.getDefaultWebModule(Domain domain,
WebArchivist webArchivist,
ApplicationRegistry appRegistry) |
WebModuleConfig |
WebModule.getWebModuleConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebModule.configureSessionSettings(WebBundleDescriptor wbd,
WebModuleConfig wmInfo)
Create and configure the session manager for this web application
according to the persistence type specified.
|
Context |
EmbeddedWebContainer.createContext(String id,
String ctxPath,
File location,
String defaultContextXmlLocation,
String defaultWebXmlLocation,
boolean useDOLforDeployment,
WebModuleConfig wmInfo)
Create a web module/application.
|
protected void |
WebContainer.loadStandaloneWebModule(VirtualServer vs,
WebModuleConfig wmInfo)
Load the specified web module as a standalone module on the specified
virtual server.
|
List<Result<WebModule>> |
WebContainer.loadWebModule(WebModuleConfig wmInfo,
String j2eeApplication,
Properties deploymentProperties)
Creates and configures a web module for each virtual server
that the web module is hosted under.
|
void |
WebModule.setWebModuleConfig(WebModuleConfig wmInfo) |
protected void |
WebContainer.updateDefaultWebModule(VirtualServer virtualServer,
String[] listenerNames,
WebModuleConfig wmInfo) |
| Constructor and Description |
|---|
SessionManagerConfigurationHelper(WebModule ctx,
SessionManager smBean,
WebBundleDescriptor wbd,
WebModuleConfig wmInfo,
ServerConfigLookup serverConfigLookup)
Creates a new instance of SessionManagerConfigurationHelper
|
WebApplication(WebContainer container,
WebModuleConfig config,
ApplicationConfigInfo appConfigInfo) |
Copyright © 2017. All rights reserved.