| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| com.sun.enterprise.web.pwc | |
| com.sun.enterprise.web.session | |
| org.apache.catalina.core | |
| org.apache.catalina.session |
This package contains the standard
Manager and
Session implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context. |
| org.apache.catalina.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AdHocWebModule |
class |
ContextFacade
Facade object which masks the internal
Context
object from the web application. |
class |
WebModule
Class representing a web module for use by the Application Server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PwcWebModule
Class representing a web module (servlet context).
|
| Constructor and Description |
|---|
WebSessionCookieConfig(StandardContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected StandardContext |
FilterRegistrationImpl.ctx |
protected StandardContext |
ServletRegistrationImpl.ctx |
| Modifier and Type | Method and Description |
|---|---|
StandardContext |
ServletRegistrationImpl.getContext() |
StandardContext |
ApplicationContext.getStandardContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandardWrapper.registerJMX(StandardContext ctx) |
| Constructor and Description |
|---|
ApplicationContext(StandardContext context)
Construct a new instance of this class, associated with the specified
Context instance.
|
DynamicFilterRegistrationImpl(FilterDef filterDef,
StandardContext ctx)
Constructor
|
DynamicServletRegistrationImpl(StandardWrapper wrapper,
StandardContext ctx)
Constructor
|
ServletRegistrationImpl(StandardWrapper wrapper,
StandardContext ctx)
Constructor
|
SessionCookieConfigImpl(StandardContext ctx)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected StandardContext |
StandardSession.context
The context with which this Session is associated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ExtensionValidator.validateApplication(DirContext dirContext,
StandardContext context)
Runtime validation of a Web Applicaiton.
|
Copyright © 2019. All rights reserved.