Modifier and Type | Method and Description |
---|---|
boolean |
SecurityServiceImpl.isUserInRole(WebModule webModule,
Principal principal,
String servletName,
String role) |
Modifier and Type | Class and Description |
---|---|
class |
AdHocWebModule |
class |
ContextFacade
Facade object which masks the internal
Context
object from the web application. |
Modifier and Type | Field and Description |
---|---|
protected WebModule |
SessionManagerConfigurationHelper._ctx |
Modifier and Type | Method and Description |
---|---|
WebModule |
ContextFacade.getUnwrappedContext()
Gets the underlying StandardContext to which this
ContextFacade is ultimately delegating.
|
Modifier and Type | Method and Description |
---|---|
Set<WebModule> |
WebApplication.getWebModules()
Gets a set of all the WebModule instances (one per virtual
server deployment) of this WebApplication.
|
List<Result<WebModule>> |
WebContainer.loadWebModule(WebModuleConfig webModuleConfig,
String j2eeApplication,
Properties deploymentProperties)
Creates and configures a web module for each virtual server that the web module is hosted under.
|
Modifier and Type | Method and Description |
---|---|
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 javax.servlet.jsp.tagext.JspTag> |
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 |
WebContainer.getApplicationId(WebModule webModule)
The application id for this web module HERCULES:add
|
String |
SessionManagerConfigurationHelper.getApplicationId(WebModule ctx)
The application id for this web module
|
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.
|
Constructor and Description |
---|
AdHocContextValve(WebModule context)
Constructor.
|
SessionManagerConfigurationHelper(WebModule ctx,
SessionManager smBean,
WebBundleDescriptor wbd,
WebModuleConfig wmInfo,
ServerConfigLookup serverConfigLookup)
Creates a new instance of SessionManagerConfigurationHelper
|
WebComponentInvocation(WebModule wm) |
WebComponentInvocation(WebModule wm,
Object instance) |
WebComponentInvocation(WebModule wm,
Object instance,
String instanceName) |
Constructor and Description |
---|
SecurityConstraintDecorator(SecurityConstraint securityConstraint,
WebModule webModule) |
Constructor and Description |
---|
JspProbeEmitterImpl(WebModule webModule)
Constructor.
|
ResourceInjectorImpl(WebModule webModule) |
Modifier and Type | Method and Description |
---|---|
void |
DecoratorForJ2EEInstanceListener.decorate(WebModule module) |
Modifier and Type | Method and Description |
---|---|
boolean |
SecurityService.isUserInRole(WebModule webModule,
Principal principal,
String servletName,
String role) |
Modifier and Type | Method and Description |
---|---|
void |
WebComponentInjectionManager.decorate(T webComponent,
WebModule wm) |
Copyright © 2021. All rights reserved.