boolean |
ServerConfigLookup.calculateWebAvailabilityEnabledFromConfig(WebModule ctx) |
Get the availability-enabled from domain.xml.
|
protected static void |
TomcatDeploymentConfig.configureApplicationListener(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure context initialization parameter that is configured
in the server configuration file, rather than the application deployment
descriptor.
|
protected static void |
TomcatDeploymentConfig.configureContextEjb(WebModule webModule,
EjbReferenceDescriptor ejbDescriptor) |
Configures EJB resource reference for a web application, as
represented in a <ejb-local-ref>element in the
deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureContextEnvironment(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure application environment entry, as represented by
an <env-entry> element in the deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureContextLocalEjb(WebModule webModule,
EjbReferenceDescriptor ejbDescriptor) |
Configures EJB resource reference for a web application, as
represented in a <ejb-ref> in the
deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureContextParam(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure context parameter defined in the deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureContextResource(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure a resource reference for a web application, as
represented in a <resource-ref> element in the
deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureEjbReference(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configures EJB resource reference for a web application, as
represented in a <ejb-ref> and
<ejb-local-ref>element in the
deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureErrorPage(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure error page element for a web application,
as represented by a <error-page> element in the
deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureFilterDef(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure filter definition for a web application, as represented
by a <filter> element in the deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureFilterMap(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure filter mapping for a web application, as represented
by a <filter-mapping> element in the deployment
descriptor.
|
protected static void |
TomcatDeploymentConfig.configureJspConfig(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure jsp-config element contained in the deployment
descriptor
|
protected static void |
TomcatDeploymentConfig.configureLoginConfig(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure a login configuration element for a web application,
as represented by a <login-config> element in the
deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureMessageDestination(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure of a message destination for a web application, as
represented in a <message-destination> element
in the deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureMessageDestinationRef(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Representation of a message destination reference for a web application,
as represented by a <message-destination-ref> element
in the deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureMimeMapping(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure mime-mapping defined in the deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureResourceRef(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure resource-reference defined in the deployment descriptor.
|
static CacheManager |
CacheModule.configureResponseCache(WebModule app,
SunWebApp bean) |
configure ias-web response cache
|
protected static void |
TomcatDeploymentConfig.configureSecurityConstraint(WebModule webModule,
WebBundleDescriptor wmd) |
Configure security constraint element for a web application,
as represented by a <security-constraint> element in
the deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureSecurityRoles(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Validate the usage of security role names in the web application
deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureStandardContext(WebModule webModule,
WebBundleDescriptorImpl wmd) |
Configure the WebModule instance by creating
StandardWrapper using the information contained
in the deployment descriptor (Welcome Files, JSP, Servlets etc.)
|
static void |
TomcatDeploymentConfig.configureWebModule(WebModule webModule,
WebBundleDescriptorImpl webModuleDescriptor) |
Configure a WebModule by applying web.xml information
contained in WebBundleDescriptor.
|
<T extends jakarta.servlet.jsp.tagext.JspTag> T |
WebContainer.createTagHandlerInstance(WebModule module,
Class<T> clazz) |
Instantiates and injects the given tag handler class for the given WebModule
|
void |
WebComponentDecorator.decorate(T webComponent,
WebModule wm) |
Decoare a web component.
|
void |
WebModuleDecorator.decorate(WebModule module) |
Invoked after the initial configuration of WebModule
is done.
|
String |
SessionManagerConfigurationHelper.getApplicationId(WebModule ctx) |
The application id for this web module
|
String |
WebContainer.getApplicationId(WebModule webModule) |
The application id for this web module HERCULES:add
|
boolean |
ServerConfigLookup.getAsyncReplicationFromConfig(WebModule ctx) |
|
void |
ContextFacade.setUnwrappedContext(WebModule wm) |
|
void |
EmbeddedWebContainer.updateContext(WebModule context,
String defaultContextXmlLocation,
String defaultWebXmlLocation,
boolean useDOLforDeployment,
WebModuleConfig wmInfo) |
Update a web module/application.
|