Interface | Description |
---|---|
AdHocServletInfo |
Specifies behavior that the requester of an ad hoc path must implement.
|
EjbWSRegistryListener |
This interface provides the contract for the Listener for EJB webservice endpoint registrations and unregistrations.
|
HealthChecker | |
MonitorStatsCapable | |
PersistenceStrategyBuilder | |
ReplicationReceiver | |
SchemaUpdater | |
ShutdownCleanupCapable | |
SSOFactory | |
WebComponentDecorator<T> |
Used to decorate a web component before it is put to service.
|
WebContainerStartStopOperation | |
WebModuleDecorator |
Used by
EmbeddedWebContainer to give other modules an
opporunity to decorate/configure newly created WebModule s. |
Class | Description |
---|---|
AdHocContextValve |
Implementation of StandardContextValve which is added as the base valve
to a web module's ad-hoc pipeline.
|
AdHocWebModule | |
BasePersistenceStrategyBuilder | |
CacheModule |
configures the cache for the application
|
Constants |
Static constants for this package.
|
ContextFacade |
Facade object which masks the internal
Context
object from the web application. |
CookieStrategyBuilder | |
EmbeddedWebContainer |
Represents an embedded Catalina web container within the Application Server.
|
FileStrategyBuilder | |
MemoryStrategyBuilder | |
MimeMap |
Class representing the parsed mime mapping file of a mime element.
|
PEAccessLogValve |
Implementation of the Valve interface that generates a web server
access log with the detailed line contents matching a configurable pattern.
|
PEHADBHealthChecker | |
PEReplicationReceiver | |
PersistenceStrategyBuilderFactory | |
PESchemaUpdater | |
PESessionLocker | |
PESSOFactory | |
PEVirtualServer |
Standard implementation of a virtual server (aka virtual host) in
the iPlanet Application Server.
|
PEWebContainerFeatureFactoryImpl |
Implementation of WebContainerFeatureFactory which returns web container
feature implementations for PE.
|
PEWebContainerStartStopOperation | |
ProxyHandlerImpl |
Default ProxyHandler implementation.
|
ServerConfigLookup | |
SessionManagerConfigurationHelper | |
TomcatDeploymentConfig |
This class decorates all
com.sun.enterprise.deployment.*
objects in order to make them usuable by the Catalina container. |
VirtualServer |
Standard implementation of a virtual server (aka virtual host) in
the iPlanet Application Server.
|
VirtualServerFacade |
Facade object which masks the internal
VirtualServer
object from the web application. |
VirtualServerPipeline |
Pipeline associated with a virtual server.
|
WebApplication | |
WebComponentInvocation | |
WebConnector |
A CoyoteConnector subclass which "wraps around" an existing Grizzly
SelectorThread that is being started and stopped outside of the lifecycle
of this CoyoteConnector subclass (the SelectorThread is started and
stopped as part of the GrizzlyAdapter lifecycle).
|
WebContainer |
Web container service
|
WebDeployer |
Web module deployer.
|
WebModule |
Class representing a web module for use by the Application Server.
|
WebModuleConfig |
Represents the configuration parameters required in order to create
and install a web module (web application) into the server runtime.
|
WebModuleContextConfig |
Startup event listener for a Context that configures the properties
of that Context, and the associated defined servlets.
|
WebPipeline |
Pipeline whose invoke logic checks if a given request path represents
an ad-hoc path: If so, this pipeline delegates the request to the
ad-hoc pipeline of its associated web module.
|
Copyright © 2018. All rights reserved.