Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
org.apache.catalina.connector | |
org.apache.catalina.core | |
org.apache.catalina.realm |
This package contains
Realm implementations for the
various supported realm technologies for authenticating users and
identifying their associated roles. |
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.valves |
This package contains a variety of small Valve implementations that do
not warrant being packaged separately.
|
org.jboss.web.rewrite |
Modifier and Type | Method and Description |
---|---|
void |
Service.initialize()
Invoke a pre-startup initialization.
|
void |
Server.initialize()
Invoke a pre-startup initialization.
|
void |
Lifecycle.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
Lifecycle.stop()
Gracefully terminate the active use of the public methods of this
component.
|
Modifier and Type | Method and Description |
---|---|
void |
DigestAuthenticator.start() |
void |
AuthenticatorBase.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
SingleSignOn.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
SSLAuthenticator.start()
Initialize the database we will be using for client verification
and certificate validation (if any).
|
void |
AuthenticatorBase.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
SingleSignOn.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
SSLAuthenticator.stop()
Finalize the database we used for client verification and
certificate validation (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
Connector.init()
Initialize this connector (create ServerSocket here!)
|
void |
Connector.pause()
Pause the connector.
|
void |
Connector.resume()
Pause the connector.
|
void |
Connector.start()
Begin processing requests via this Connector.
|
void |
Connector.stop()
Terminate processing requests via this Connector.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardService.destroy() |
void |
StandardEngine.destroy() |
void |
StandardServer.initialize()
Invoke a pre-startup initialization.
|
void |
StandardService.initialize()
Invoke a pre-startup initialization.
|
void |
StandardContext.start()
Start this Context component.
|
void |
StandardWrapper.start()
Start this component, pre-loading the servlet if the load-on-startup
value is set appropriately.
|
void |
StandardPipeline.start()
Prepare for active use of the public methods of this Component.
|
void |
StandardHost.start()
Start this host.
|
void |
StandardServer.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
ContainerBase.start()
Prepare for active use of the public methods of this Component.
|
void |
StandardService.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
StandardEngine.start()
Start this Engine component.
|
void |
StandardContext.startRecursive() |
void |
StandardContext.stop()
Stop this Context component.
|
void |
StandardWrapper.stop()
Stop this component, gracefully shutting down the servlet if it has
been initialized.
|
void |
StandardPipeline.stop()
Gracefully shut down active use of the public methods of this Component.
|
void |
StandardServer.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
ContainerBase.stop()
Gracefully shut down active use of the public methods of this Component.
|
void |
StandardService.stop()
Gracefully terminate the active use of the public methods of this
component.
|
Modifier and Type | Method and Description |
---|---|
void |
RealmBase.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
RealmBase.stop()
Gracefully terminate the active use of the public methods of this
component.
|
Modifier and Type | Method and Description |
---|---|
void |
StoreBase.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
StandardManager.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
PersistentManagerBase.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
JDBCStore.start()
Called once when this Store is first started.
|
void |
StoreBase.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
StandardManager.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
PersistentManagerBase.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
JDBCStore.stop()
Gracefully terminate everything associated with our db.
|
Modifier and Type | Method and Description |
---|---|
void |
CrawlerSessionManagerValve.start() |
void |
EventOrAsyncConnectionManagerValve.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
SemaphoreValve.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
JDBCAccessLogValve.start()
Invoked by Tomcat on startup.
|
void |
AccessLogValve.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
CrawlerSessionManagerValve.stop() |
void |
EventOrAsyncConnectionManagerValve.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
SemaphoreValve.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
JDBCAccessLogValve.stop()
Invoked by tomcat on shutdown.
|
void |
AccessLogValve.stop()
Gracefully terminate the active use of the public methods of this
component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RewriteValve.parse(BufferedReader reader) |
void |
RewriteValve.start() |
void |
RewriteValve.stop() |
Copyright © 2013 JBoss by Red Hat. All rights reserved.