| Library: | Apache Tomcat |
| Version: | 5.5.17 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AbstractCatalinaTask | org.apache.catalina.ant | Abstract base class for Ant tasks that interact with the Manager web application for dynamically deploying and undeploying applications. |
| AbstractGroup | org.apache.catalina.users | Convenience base class for Group implementations. |
| AbstractObjectCreationFactory | org.apache.tomcat.util.digester | Abstract base class for |
| AbstractReplicatedMap | org.apache.catalina.tribes.tipis | Title: |
| AbstractReplicatedMap.MapEntry | org.apache.catalina.tribes.tipis | No description provided. |
| AbstractReplicatedMap.MapMessage | org.apache.catalina.tribes.tipis | No description provided. |
| AbstractRole | org.apache.catalina.users | Convenience base class for Role implementations. |
| AbstractRulesImpl | org.apache.tomcat.util.digester |
|
| AbstractSender | org.apache.catalina.tribes.transport | Title: |
| AbstractUser | org.apache.catalina.users | Convenience base class for User implementations. |
| AcceptEverythingRule | org.apache.webapp.balancer.rules | This rule matches every request passed to it, making it suitable for use as a catch-all or last rule in a chain. |
| AcceptLanguage | org.apache.tomcat.util.http | Util to process the "Accept-Language" header. |
| AccessLogValve | org.apache.catalina.valves | Implementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern. |
| AccessLogValveForm | org.apache.webapp.admin.valve | Form bean for the accesslog valve page. |
| ActionCode | org.apache.coyote | Enumerated class containing the adapter event codes. |
| ActionsTag | org.apache.webapp.admin | JSP custom tag that renders an "instant actions" control. |
| ActionTag | org.apache.webapp.admin | Nested tag that represents an individual "instant action". |
| AddAliasAction | org.apache.webapp.admin.host | The Action that sets up Add Alias transactions. |
| AddConnectorAction | org.apache.webapp.admin.connector | The Action that sets up Add Connector transactions. |
| AddContextAction | org.apache.webapp.admin.context | The Action that sets up Add Context transactions. |
| AddHostAction | org.apache.webapp.admin.host | The Action that sets up Add Host transactions. |
| AddRealmAction | org.apache.webapp.admin.realm | The Action that sets up Add Realm transactions. |
| Address | org.apache.tomcat.jni | Address |
| AddServiceAction | org.apache.webapp.admin.service | The Action that sets up Add Service transactions. |
| AddValveAction | org.apache.webapp.admin.valve | The Action that sets up Add Valve transactions. |
| Ajp13 | org.apache.ajp | Represents a single, persistent connection between the web server and the servlet container. |
| Ajp13Packet | org.apache.ajp | A single packet for communication between the web server and the container. |
| AjpAprProcessor | org.apache.coyote.ajp | Processes HTTP requests. |
| AjpAprProcessor.SocketInputBuffer | org.apache.coyote.ajp | This class is an input buffer which will read its data from an input stream. |
| AjpAprProcessor.SocketOutputBuffer | org.apache.coyote.ajp | This class is an output buffer which will write data to an output stream. |
| AjpAprProtocol | org.apache.coyote.ajp | Abstract the protocol implementation, including threading, etc. |
| AjpAprProtocol.AjpConnectionHandler | org.apache.coyote.ajp | No description provided. |
| AjpConstants | org.apache.jk.common | Common class for the AJP Protocol values |
| AjpHandler | org.apache.ajp | Base class for handlers of Ajp messages. |
| AjpMessage | org.apache.coyote.ajp | A single packet for communication between the web server and the container. |
| AliasesForm | org.apache.webapp.admin.host | Form bean for deleting aliases. |
| AliasForm | org.apache.webapp.admin.host | Form bean for the alias page. |
| AntCompiler | org.apache.jasper.compiler | Main JSP compiler class. |
| ApacheConfig | org.apache.jk.config | Generates automatic apache mod_jk configurations based on the Tomcat server.xml settings and the war contexts initialized during startup. |
| ApacheConfig | org.apache.jk.ant | Set preferences for compiling Apache modules. |
| ApplicationContext | org.apache.catalina.core | Standard implementation of ServletContext that represents
a web application's execution environment. |
| ApplicationContextFacade | org.apache.catalina.core | Facade object which masks the internal ApplicationContext
object from the web application. |
| ApplicationFilterFactory | org.apache.catalina.core | Factory for the creation and caching of Filters and creationg of Filter Chains. |
| ApplicationLocales | org.apache.webapp.admin | Class to hold the Locales supported by this package. |
| ApplicationParameter | org.apache.catalina.deploy | Representation of a context initialization parameter that is configured in the server configuration file, rather than the application deployment descriptor. |
| ApplicationServlet | org.apache.webapp.admin | Subclass of ActionServlet that adds caching of the supported locales in the ApplicationLocales class. |
| Apr | org.apache.tomcat | No description provided. |
| AprEndpoint | org.apache.tomcat.util.net | APR tailored thread pool, providing the following services:
|
| AprEndpoint.Acceptor | org.apache.tomcat.util.net | Server socket acceptor thread. |
| AprEndpoint.Poller | org.apache.tomcat.util.net | Poller class. |
| AprEndpoint.Sendfile | org.apache.tomcat.util.net | Sendfile class. |
| AprEndpoint.SendfileData | org.apache.tomcat.util.net | SendfileData class. |
| AprEndpoint.Worker | org.apache.tomcat.util.net | Server processor class. |
| AprEndpoint.WorkerStack | org.apache.tomcat.util.net | No description provided. |
| AprImpl | org.apache.jk.apr | Implements the interface with the APR library. |
| AprLifecycleListener | org.apache.catalina.core | Implementation of LifecycleListener that will init and
and destroy APR. |
| Arg | org.apache.catalina.ant.jmx | No description provided. |
| ArrayStack | org.apache.tomcat.util.digester | Imported copy of the |
| Ascii | org.apache.tomcat.util.buf | This class implements some basic ASCII character handling functions. |
| ASCIIReader | org.apache.jasper.xmlparser | A simple ASCII byte reader. |
| AsyncSocketSender | org.apache.catalina.cluster.tcp | Send cluster messages from a Message queue with only one socket. |
| AttributeTag | org.apache.webapp.admin | Custom tag that retrieves a JMX MBean attribute value, and writes it out to the current output stream. |
| AuthenticatorBase | org.apache.catalina.authenticator | Basic implementation of the Valve interface that enforces the
<security-constraint> elements in the web application
deployment descriptor. |
| B2CConverter | org.apache.tomcat.util.buf | Efficient conversion of bytes to character . |
| BackupManager | org.apache.catalina.ha.session | No description provided. |
| BalancerFilter | org.apache.webapp.balancer | The balancer filter redirects incoming requests based on what rules they match. |
| Base64 | org.apache.tomcat.util.buf | This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N. |
| Base64 | org.apache.catalina.util | This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N. |
| BaseDirContext | org.apache.naming.resources | Directory Context implementation helper class. |
| BaseForm | org.apache.webapp.admin.resources | Base class for form beans for the resource administration. |
| BaseForm | org.apache.webapp.admin.users | Base class for form beans for the user administration options. |
| BaseJkConfig | org.apache.jk.config | Base class for automatic jk based configurations based on the Tomcat server.xml settings and the war contexts initialized during startup. |
| BaseRedirectorHelperTask | org.apache.catalina.ant | Abstract base class to add output redirection support for Catalina Ant tasks. |
| BaseRequest | org.apache.tomcat.util.http | A general-purpose object for representing an HTTP request. |
| BaseRule | org.apache.webapp.balancer.rules | The BaseRule is an empty rule implementation which can be subclassed for extension. |
| BasicAuthenticator | org.apache.catalina.authenticator | An Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication." |
| BeanFactory | org.apache.naming.factory | Object factory for any Resource conforming to the JavaBean spec. |
| BioReceiver | org.apache.catalina.tribes.transport.bio | Title: |
| BioReplicationThread | org.apache.catalina.tribes.transport.bio | A worker thread class which can drain channels and echo-back the input. |
| BioSender | org.apache.catalina.tribes.transport.bio | Send cluster messages with only one socket. |
| BodyContentImpl | org.apache.jasper.runtime | Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings. |
| Bootstrap | org.apache.catalina.startup | Boostrap loader for Catalina. |
| BufferedInputFilter | org.apache.coyote.http11.filters | Input filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages. |
| ByteArrayServletOutputStream | org.apache.catalina.ssi | Class that extends ServletOuputStream, used as a wrapper from within
SsiInclude |
| ByteChunk | org.apache.tomcat.util.buf | This class is used to represent a chunk of bytes, and utilities to manipulate byte[]. |
| ByteMessage | org.apache.catalina.tribes | A byte message is not serialized and deserialized by the channel |
| C2BConverter | org.apache.tomcat.util.buf | Efficient conversion of character to bytes. |
| CacheEntry | org.apache.naming.resources | Implements a cache entry. |
| CallMethodRule | org.apache.tomcat.util.digester | Rule implementation that calls a method on an object on the stack
(normally the top/parent object), passing arguments collected from
subsequent |
| CallParamRule | org.apache.tomcat.util.digester | Rule implementation that saves a parameter for use by a surrounding
|
| Catalina | org.apache.catalina.startup | Startup/Shutdown shell program for Catalina. |
| Catalina.CatalinaShutdownHook | org.apache.catalina.startup | Shutdown hook which will perform a clean shutdown of Catalina if needed. |
| CatalinaClusterSF | org.apache.catalina.storeconfig | Generate Cluster Element with Membership,Sender,Receiver,Deployer and ReplicationValve |
| CatalinaLaunchFilter | org.apache.catalina.launcher | This class implements the LaunchFilter interface. |
| CatalinaProperties | org.apache.catalina.startup | Utility class to read the bootstrap Catalina configuration. |
| Catch | org.apache.jasper.tagplugins.jstl.core | No description provided. |
| CcCompiler | org.apache.jk.ant.compilers | Compile using Gcc. |
| CGIProcessEnvironment | org.apache.catalina.util | Encapsulates the CGI Process' environment and rules to derive that environment from the servlet container and request information. |
| CGIServlet | org.apache.catalina.servlets | CGI-invoking servlet for web applications, used to execute scripts which comply to the Common Gateway Interface (CGI) specification and are named in the path-info used to invoke this servlet. |
| CGIServlet.CGIEnvironment | org.apache.catalina.servlets | Encapsulates the CGI environment and rules to derive that environment from the servlet container and request information. |
| CGIServlet.CGIRunner | org.apache.catalina.servlets | Encapsulates the knowledge of how to run a CGI script, given the script's desired environment and (optionally) input/output streams |
| CGIServlet.HTTPHeaderInputStream | org.apache.catalina.servlets | This is an input stream specifically for reading HTTP headers. |
| CGIServlet.NameValuePair | org.apache.catalina.servlets | This is a simple class for storing name-value pairs. |
| ChannelCoordinator | org.apache.catalina.tribes.group | The channel coordinator object coordinates the membership service, the sender and the receiver. |
| ChannelInterceptorBase | org.apache.catalina.tribes.group | Abstract class for the interceptor base class. |
| ChannelJni | org.apache.jk.common | Pass messages using jni |
| ChannelNioSocket | org.apache.jk.common | Accept ( and send ) TCP messages. |
| ChannelNioSocket.Poller | org.apache.jk.common | No description provided. |
| ChannelNioSocket.SocketConnection | org.apache.jk.common | No description provided. |
| ChannelNioSocket.SocketInputStream | org.apache.jk.common | No description provided. |
| ChannelNioSocket.SocketOutputStream | org.apache.jk.common | No description provided. |
| ChannelShm | org.apache.jk.common | Channel using shm. |
| ChannelSocket | org.apache.jk.common | Accept ( and send ) TCP messages. |
| ChannelUn | org.apache.jk.common | Pass messages using unix domain sockets. |
| CharacterEncodingRule | org.apache.webapp.balancer.rules | This rule redirects requests if they are for a specific character encoding. |
| CharChunk | org.apache.tomcat.util.buf | Utilities to manipluate char chunks. |
| CharsetMapper | org.apache.catalina.util | Utility class that attempts to map from a Locale to the corresponding character set to be used for interpreting input text (or generating output text) when the Content-Type header does not include one. |
| Choose | org.apache.jasper.tagplugins.jstl.core | No description provided. |
| ChunkedInputFilter | org.apache.coyote.http11.filters | Chunked input filter. |
| ChunkedOutputFilter | org.apache.coyote.http11.filters | Chunked output filter. |
| ClassLoaderFactory | org.apache.catalina.startup | Utility class for building class loaders for Catalina. |
| ClassLoaderLogManager | org.apache.juli | Per classloader LogManager implementation. |
| ClassLoaderLogManager.ClassLoaderLogInfo | org.apache.juli | No description provided. |
| ClassLoaderLogManager.LogNode | org.apache.juli | No description provided. |
| ClassLoaderLogManager.RootLogger | org.apache.juli | This class is needed to instantiate the root of each per classloader hierarchy. |
| ClassNameMBean | org.apache.catalina.mbeans | A convenience base class for ModelMBean implementations where the underlying base class (and therefore the set of supported properties) is different for varying implementations of a standard interface. |
| ClusterData | org.apache.catalina.tribes.io | The cluster data class is used to transport around the byte array from a ClusterMessage object. |
| ClusterData | org.apache.catalina.cluster.tcp | No description provided. |
| ClusterListener | org.apache.catalina.cluster.session | Receive SessionID cluster change from other backup node after primary session node is failed. |
| ClusterListener | org.apache.catalina.ha | Receive SessionID cluster change from other backup node after primary session node is failed. |
| ClusterManagerBase | org.apache.catalina.ha.session | No description provided. |
| ClusterMessageBase | org.apache.catalina.ha | Title: |
| ClusterReceiverBase | org.apache.catalina.cluster.tcp | FIXME i18n log messages |
| ClusterRuleSet | org.apache.catalina.cluster | RuleSet for processing the contents of a Cluster definition element. |
| ClusterRuleSet | org.apache.catalina.ha | RuleSet for processing the contents of a Cluster definition element. |
| ClusterRuleSetFactory | org.apache.catalina.startup | No description provided. |
| ClusterRuleSetFactory.DefaultClusterRuleSet | org.apache.catalina.startup | RuleSet for processing the contents of a Cluster definition element. |
| ClusterSessionListener | org.apache.catalina.cluster.session | Receive replicated SessionMessage form other cluster node. |
| ClusterSessionListener | org.apache.catalina.ha.session | Receive replicated SessionMessage form other cluster node. |
| CommitChangesAction | org.apache.webapp.admin | Implementation of Action that saves the current settings and writes them out to server.xml |
| Compiler | org.apache.jasper.compiler | Main JSP compiler class. |
| CompilerAdapter | org.apache.jk.ant.compilers | s/javac/C compiler/ The interface that all compiler adapters must adher to. |
| Connector | org.apache.catalina.connector | Implementation of a Coyote connector for Tomcat 5.x. |
| ConnectorCreateRule | org.apache.catalina.startup | Rule implementation that creates a connector. |
| ConnectorForm | org.apache.webapp.admin.connector | Form bean for the connector page. |
| ConnectorMBean | org.apache.catalina.mbeans | A ModelMBean implementation for the
|
| ConnectorSF | org.apache.catalina.storeconfig | Store Connector and Listeners |
| ConnectorsForm | org.apache.webapp.admin.connector | Form bean for deleting connectors. |
| ConnectorStoreAppender | org.apache.catalina.storeconfig | Store the Connector attributes. |
| Constants | org.apache.coyote | Constants. |
| Constants | org.apache.coyote.http11 | Constants. |
| Constants | org.apache.coyote.ajp | Constants. |
| Constants | org.apache.jasper | Some constants and other global data that are used by the compiler and the runtime. |
| Constants | org.apache.naming | Static constants for this package. |
| Constants | org.apache.naming.factory | Static constants for this package. |
| Constants | org.apache.naming.resources | Static constants for this package. |
| Constants | org.apache.catalina.servlets | No description provided. |
| Constants | org.apache.catalina.loader | No description provided. |
| Constants | org.apache.catalina.tribes | Manifest constants for the org.apache.catalina.tribes
package. |
| Constants | org.apache.catalina.tribes.membership | Manifest constants for the org.apache.catalina.tribes.membership
package. |
| Constants | org.apache.catalina.tribes.transport | Manifest constants for the org.apache.catalina.tribes.transport
package. |
| Constants | org.apache.catalina.valves | Manifest constants for the org.apache.catalina.valves
package. |
| Constants | org.apache.catalina.hostmanager | No description provided. |
| Constants | org.apache.catalina.connector | Static constants for this package. |
| Constants | org.apache.catalina.cluster | Manifest constants for the org.apache.catalina.cluster
package. |
| Constants | org.apache.catalina.cluster.mcast | Manifest constants for the org.apache.catalina.cluster.mcast
package. |
| Constants | org.apache.catalina.cluster.tcp | Manifest constants for the org.apache.catalina.cluster.tcp
package. |
| Constants | org.apache.catalina.cluster.session | Manifest constants for the org.apache.catalina.cluster.session
package. |
| Constants | org.apache.catalina.storeconfig | No description provided. |
| Constants | org.apache.catalina.realm | Manifest constants for this Java package. |
| Constants | org.apache.catalina.session | Manifest constants for the org.apache.catalina.session
package. |
| Constants | org.apache.catalina.authenticator | No description provided. |
| Constants | org.apache.catalina.manager | No description provided. |
| Constants | org.apache.catalina.core | No description provided. |
| Constants | org.apache.catalina.ha | Manifest constants for the org.apache.catalina.ha
package. |
| Constants | org.apache.catalina.ha.tcp | Manifest constants for the org.apache.catalina.ha.tcp
package. |
| Constants | org.apache.catalina.ha.session | Manifest constants for the org.apache.catalina.ha.session
package. |
| Constants | org.apache.catalina.users | Manifest constants for this Java package. |
| Constants | org.apache.catalina.startup | String constants for the startup package. |
| Constants.AccessLog | org.apache.catalina.valves | No description provided. |
| ContainerBase | org.apache.catalina.core | Abstract implementation of the Container interface, providing common functionality required by nearly every implementation. |
| ContainerBase.ContainerBackgroundProcessor | org.apache.catalina.core | Private thread class to invoke the backgroundProcess method of this container and its children after a fixed delay. |
| ContainerBase.PrivilegedAddChild | org.apache.catalina.core | Perform addChild with the permissions of this class. |
| ContainerEvent | org.apache.catalina | General event for notifying listeners of significant changes on a Container. |
| ContentType | org.apache.tomcat.util.http | Usefull methods for Content-Type processing |
| ContextAccessController | org.apache.naming | Handles the access control on the JNDI contexts. |
| ContextBindings | org.apache.naming | Handles the associations :
|
| ContextConfig | org.apache.catalina.startup | Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets. |
| ContextConfig.ContextErrorHandler | org.apache.catalina.startup | No description provided. |
| ContextEjb | org.apache.catalina.deploy | Representation of an EJB resource reference for a web application, as
represented in a <ejb-ref> element in the
deployment descriptor. |
| ContextEnvironment | org.apache.catalina.deploy | Representation of an application environment entry, as represented in
an <env-entry> element in the deployment descriptor. |
| ContextEnvironmentMBean | org.apache.catalina.mbeans | A ModelMBean implementation for the
|
| ContextForm | org.apache.webapp.admin.context | Form bean for the context page. |
| ContextLocalEjb | org.apache.catalina.deploy | Representation of a local EJB resource reference for a web application, as
represented in a <ejb-local-ref> element in the
deployment descriptor. |
| ContextResource | org.apache.catalina.deploy | Representation of a resource reference for a web application, as
represented in a <resource-ref> element in the
deployment descriptor. |
| ContextResourceEnvRef | org.apache.catalina.deploy | Representation of an application resource reference, as represented in
an <res-env-refy> element in the deployment descriptor. |
| ContextResourceLink | org.apache.catalina.deploy | Representation of a resource link for a web application, as
represented in a <ResourceLink> element in the
server configuration file. |
| ContextResourceLinkMBean | org.apache.catalina.mbeans | A ModelMBean implementation for the
|
| ContextResourceMBean | org.apache.catalina.mbeans | A ModelMBean implementation for the
|
| ContextRuleSet | org.apache.catalina.startup | RuleSet for processing the contents of a Context or DefaultContext definition element. |
| ContextsForm | org.apache.webapp.admin.context | Form bean for deleting contexts. |
| ContextTransaction | org.apache.catalina.deploy | Representation of an application resource reference, as represented in
an <res-env-refy> element in the deployment descriptor. |
| Cookies | org.apache.tomcat.util.http | A collection of cookies - reusable and tuned for server side performance. |
| CookieTools | org.apache.catalina.util | Cookie utils - generate cookie header, etc |
| CopyParentClassLoaderRule | org.apache.catalina.startup | Rule that copies the |
| CoyoteAdapter | org.apache.catalina.connector | Implementation of a request processor which delegates the processing to a Coyote processor. |
| CoyoteInputStream | org.apache.catalina.connector | This class handles reading bytes. |
| CoyoteOutputStream | org.apache.catalina.connector | Coyote implementation of the servlet output stream. |
| CoyotePrincipal | org.apache.catalina.connector | Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level. |
| CoyoteReader | org.apache.catalina.connector | Coyote implementation of the buffred reader. |
| CoyoteWriter | org.apache.catalina.connector | Coyote implementation of the servlet writer. |
| CustomObjectInputStream | org.apache.catalina.util | Custom subclass of ObjectInputStream that loads from the
class loader for this web application. |
| DataSender | org.apache.catalina.cluster.tcp | Send cluster messages with only one socket. |
| DataSourceForm | org.apache.webapp.admin.resources | Form bean for the individual data source page. |
| DataSourceRealm | org.apache.catalina.realm | Implmentation of Realm that works with any JDBC JNDI DataSource. |
| DataSourceRealmForm | org.apache.webapp.admin.realm | Form bean for the datasource realm page. |
| DataSourcesForm | org.apache.webapp.admin.resources | Form bean for the delete data sources page. |
| DataTag | org.apache.webapp.admin | Nested tag that represents an individual "data" for a row. |
| DateTool | org.apache.tomcat.util.buf | Common place for date utils. |
| DateTool | org.apache.catalina.util | Common place for date utils. |
| Def | org.apache.jk.ant | Define name/value, value is optional The define will take place if the condition is met. |
| DefaultContextMBean | org.apache.catalina.mbeans | A ModelMBean implementation for the
|
| DefaultServlet | org.apache.catalina.servlets | The default resource-serving servlet for most web applications, used to serve static resources such as HTML pages and images. |
| DefaultServlet.Range | org.apache.catalina.servlets | No description provided. |
| DeleteAliasAction | org.apache.webapp.admin.host | The Action that sets up Delete Aliases transactions. |
| DeleteAliasesAction | org.apache.webapp.admin.host | The Action that completes Delete Aliases
transactions. |
| DeleteAliasForm | org.apache.webapp.admin.host | Form bean for the "Delete Alias" page. |
| DeleteConnectorAction | org.apache.webapp.admin.connector | The Action that sets up Delete Connectors transactions. |
| DeleteConnectorsAction | org.apache.webapp.admin.connector | The Action that completes Delete Connectors
transactions. |
| DeleteContextAction | org.apache.webapp.admin.context | The Action that sets up Delete Contexts transactions. |
| DeleteContextsAction | org.apache.webapp.admin.context | The Action that completes Delete Contexts
transactions. |
| DeleteDataSourcesAction | org.apache.webapp.admin.resources | Implementation of Action that deletes the specified set of dataSource entries. |
| DeleteEnvEntriesAction | org.apache.webapp.admin.resources | Implementation of Action that deletes the specified set of env entries. |
| DeleteGroupsAction | org.apache.webapp.admin.users | Implementation of Action that deletes the specified set of groups. |
| DeleteHostAction | org.apache.webapp.admin.host | The Action that sets up Delete Hosts transactions. |
| DeleteHostsAction | org.apache.webapp.admin.host | The Action that completes Delete Hosts
transactions. |
| DeleteMailSessionsAction | org.apache.webapp.admin.resources | Implementation of Action that deletes the specified set of mailSession entries. |
| DeleteRealmAction | org.apache.webapp.admin.realm | The Action that sets up Delete Realms transactions. |
| DeleteRealmsAction | org.apache.webapp.admin.realm | The Action that completes Delete Realms
transactions. |
| DeleteResourceLinksAction | org.apache.webapp.admin.resources | Implementation of Action that deletes the specified set of resource links entries. |
| DeleteRolesAction | org.apache.webapp.admin.users | Implementation of Action that deletes the specified set of roles. |
| DeleteServiceAction | org.apache.webapp.admin.service | The Action that sets up Delete Services transactions. |
| DeleteServicesAction | org.apache.webapp.admin.service | The Action that completes Delete Services
transactions. |
| DeleteUserDatabasesAction | org.apache.webapp.admin.resources | Implementation of Action that deletes the specified set of user databases. |
| DeleteUsersAction | org.apache.webapp.admin.users | Implementation of Action that deletes the specified set of users. |
| DeleteValveAction | org.apache.webapp.admin.valve | The Action that sets up Delete Valves transactions. |
| DeleteValvesAction | org.apache.webapp.admin.valve | The Action that completes Delete Valves
transactions. |
| DeltaManager | org.apache.catalina.cluster.session | The DeltaManager manages replicated sessions by only replicating the deltas in data. |
| DeltaManager | org.apache.catalina.ha.session | The DeltaManager manages replicated sessions by only replicating the deltas in data. |
| DeltaRequest | org.apache.catalina.cluster.session | No description provided. |
| DeltaRequest | org.apache.catalina.ha.session | No description provided. |
| DeltaSession | org.apache.catalina.cluster.session | Similar to the StandardSession, this code is identical, but for update and some small issues, simply copied in the first release. |
| DeltaSession | org.apache.catalina.ha.session | Similar to the StandardSession, this code is identical, but for update and some small issues, simply copied in the first release. |
| DeltaSessionFacade | org.apache.catalina.cluster.session | Facade for the DeltaSession object. |
| DeltaSessionFacade | org.apache.catalina.ha.session | Facade for the DeltaSession object. |
| DeployTask | org.apache.catalina.ant | Ant task that implements the /deploy command, supported by
the Tomcat manager application. |
| DigestAuthenticator | org.apache.catalina.authenticator | An Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069). |
| Digester | org.apache.tomcat.util.digester | A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing. |
| DigesterFactory | org.apache.catalina.startup | Wrapper class around the Digester that hide Digester's initialization details |
| DirContextURLConnection | org.apache.naming.resources | Connection to a JNDI directory context. |
| DirContextURLStreamHandler | org.apache.naming.resources | Stream handler to a JNDI directory context. |
| DirContextURLStreamHandlerFactory | org.apache.naming.resources | Factory for Stream handlers to a JNDI directory context. |
| DirectByteArrayOutputStream | org.apache.catalina.tribes.io | Byte array output stream that exposes the byte array directly |
| Directory | org.apache.tomcat.jni | Directory |
| DOMWriter | org.apache.catalina.util | A sample DOM writer. |
| DummyRequest | org.apache.catalina.core | Dummy request object, used for request dispatcher mapping, as well as JSP precompilation. |
| DummyResponse | org.apache.catalina.core | Dummy response object, used for JSP precompilation. |
| DumpRegistryAction | org.apache.webapp.admin | Simple debugging action that dumps a list of the managed beans that are visible in our Registry. |
| DumpServerAction | org.apache.webapp.admin | Simple debugging action that dumps a list of the MBeans that are visible in our MBeanServer. |
| Echo | org.apache.tomcat.jni | Echo server example |
| EditConnectorAction | org.apache.webapp.admin.connector | The Action that sets up Edit Connector transactions. |
| EditContextAction | org.apache.webapp.admin.context | The Action that sets up Edit Context transactions. |
| EditHostAction | org.apache.webapp.admin.host | The Action that sets up Edit Host transactions. |
| EditRealmAction | org.apache.webapp.admin.realm | A generic Action that sets up Edit
Realm transactions, based on the type of Realm. |
| EditServerAction | org.apache.webapp.admin.server | Test Action that handles events from the tree control test
page. |
| EditServiceAction | org.apache.webapp.admin.service | The Action that sets up Edit Service transactions. |
| EditValveAction | org.apache.webapp.admin.valve | A generic Action that sets up Edit
Valve transactions, based on the type of Valve. |
| EjbFactory | org.apache.naming.factory | Object factory for EJBs. |
| EjbRef | org.apache.naming | Represents a reference address to an EJB. |
| ELFunctionMapper | org.apache.jasper.compiler | This class generates functions mappers for the EL expressions in the page. |
| ELParser | org.apache.jasper.compiler | This class implements a parser for EL expressions. |
| Embedded | org.apache.catalina.startup | Convenience class to embed a Catalina servlet container environment inside another application. |
| EmbeddedServletOptions | org.apache.jasper | A class to hold all init parameters specific to the JSP engine. |
| EmptyEnumeration | org.apache.tomcat.util.collections | No description provided. |
| EncodingMap | org.apache.jasper.xmlparser | EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa. |
| EngineConfig | org.apache.catalina.startup | Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts. |
| EngineRuleSet | org.apache.catalina.startup | RuleSet for processing the contents of a Engine definition element. |
| Enumerator | org.apache.catalina.util | Adapter class that wraps an Enumeration around a Java2
collection classes object Iterator so that existing APIs
returning Enumerations can easily run on top of the new collections. |
| EnvEntriesForm | org.apache.webapp.admin.resources | Form bean for the delete env entries page. |
| EnvEntryForm | org.apache.webapp.admin.resources | Form bean for the individual environment entry page. |
| ErrorDispatcher | org.apache.jasper.compiler | Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler. |
| ErrorPage | org.apache.catalina.deploy | Representation of an error page element for a web application,
as represented in a <error-page> element in the
deployment descriptor. |
| ErrorReportValve | org.apache.catalina.valves | Implementation of a Valve that outputs HTML error pages. |
| ExpandWar | org.apache.catalina.startup | Expand out a WAR in a Host's appBase. |
| Expirer | org.apache.tomcat.util.threads | Expire unused objects. |
| ExpressionParseTree | org.apache.catalina.ssi | Represents a parsed expression. |
| ExpressionTokenizer | org.apache.catalina.ssi | Parses an expression string to return the individual tokens. |
| ExtendedAccessLogValve | org.apache.catalina.valves | An implementation of the W3c Extended Log File Format. |
| Extension | org.apache.catalina.util | Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package. |
| ExtensionValidator | org.apache.catalina.util | Ensures that all extension dependies are resolved for a WEB application are met. |
| FactoryCreateRule | org.apache.tomcat.util.digester | Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack. |
| FarmWarDeployer | org.apache.catalina.cluster.deploy | A farm war deployer is a class that is able to deploy/undeploy web applications in WAR form within the cluster. |
| FarmWarDeployer | org.apache.catalina.ha.deploy | A farm war deployer is a class that is able to deploy/undeploy web applications in WAR form within the cluster. |
| FastAsyncSocketSender | org.apache.catalina.cluster.tcp | Send cluster messages from a Message queue with only one socket. |
| FastCommonAccessLogValve | org.apache.catalina.valves | Implementation of the Valve interface that generates a web server access log with the detailed line contents matching either the common or combined patterns. |
| FastDateFormat | org.apache.jasper.util | Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter. |
| FastDateFormat | org.apache.catalina.util | Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter. |
| FastHttpDateFormat | org.apache.tomcat.util.http | Utility class to generate HTTP dates. |
| FastQueue | org.apache.catalina.tribes.transport.bio.util | A fast queue that remover thread lock the adder thread. |
| FastQueue | org.apache.catalina.cluster.util | A fast queue that remover thread lock the adder thread. |
| File | org.apache.tomcat.jni | File |
| FileDirContext | org.apache.naming.resources | Filesystem Directory Context implementation helper class. |
| FileDirContext.FileResource | org.apache.naming.resources | This specialized resource implementation avoids opening the IputStream to the file right away (which would put a lock on the file). |
| FileDirContext.FileResourceAttributes | org.apache.naming.resources | This specialized resource attribute implementation does some lazy reading (to speed up simple checks, like checking the last modified date). |
| FileHandler | org.apache.juli | Implementation of Handler that appends log messages to a file named {prefix}.{date}.{suffix} in a configured directory, with an optional preceding timestamp. |
| FileInfo | org.apache.tomcat.jni | Fileinfo |
| FileMessage | org.apache.catalina.cluster.deploy | Contains the data for a file being transferred over TCP, this is essentially a fragment of a file, read and written by the FileMessageFactory |
| FileMessage | org.apache.catalina.ha.deploy | Contains the data for a file being transferred over TCP, this is essentially a fragment of a file, read and written by the FileMessageFactory |
| FileMessageFactory | org.apache.catalina.cluster.deploy | This factory is used to read files and write files by splitting them up into smaller messages. |
| FileMessageFactory | org.apache.catalina.ha.deploy | This factory is used to read files and write files by splitting them up into smaller messages. |
| FileStore | org.apache.catalina.session | Concrete implementation of the Store interface that utilizes a file per saved Session in a configured directory. |
| FilterDef | org.apache.catalina.deploy | Representation of a filter definition for a web application, as represented
in a <filter> element in the deployment descriptor. |
| FilterMap | org.apache.catalina.deploy | Representation of a filter mapping for a web application, as represented
in a <filter-mapping> element in the deployment
descriptor. |
| ForEach | org.apache.jasper.tagplugins.jstl.core | No description provided. |
| FormAuthenticator | org.apache.catalina.authenticator | An Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2. |
| ForTokens | org.apache.jasper.tagplugins.jstl.core | No description provided. |
| FragmentationInterceptor | org.apache.catalina.tribes.group.interceptors | The fragmentation interceptor splits up large messages into smaller messages and assembles them on the other end. |
| FragmentationInterceptor.FragCollection | org.apache.catalina.tribes.group.interceptors | No description provided. |
| FragmentationInterceptor.FragKey | org.apache.catalina.tribes.group.interceptors | No description provided. |
| GcjCompiler | org.apache.jk.ant.compilers | Compile using Gcj. |
| GcjLinker | org.apache.jk.ant.compilers | Link java using gcj. |
| GeneratorApache2 | org.apache.jk.config | No description provided. |
| GeneratorJk1 | org.apache.jk.config | No description provided. |
| GeneratorJk2 | org.apache.jk.config | No description provided. |
| GenericParser | org.apache.tomcat.util.digester | Create a SAXParser configured to support XML Schema and DTD. |
| GenericPrincipal | org.apache.catalina.realm | Generic implementation of java.security.Principal that
is available for use by Realm implementations. |
| Global | org.apache.tomcat.jni | Global |
| GlobalNamingResourcesSF | org.apache.catalina.storeconfig | store server.xml GlobalNamingResource. |
| GlobalResourcesLifecycleListener | org.apache.catalina.mbeans | Implementation of LifecycleListener that instantiates the
set of MBeans associated with global JNDI resources that are subject to
management. |
| Globals | org.apache.catalina | Global constants that are applicable to multiple packages within Catalina. |
| GroupChannel | org.apache.catalina.tribes.group | The GroupChannel manages the replication channel. |
| GroupChannel.InterceptorIterator | org.apache.catalina.tribes.group | No description provided. |
| GroupChannel.NoChannelReply | org.apache.catalina.tribes.group | No description provided. |
| GroupForm | org.apache.webapp.admin.users | Form bean for the individual group page. |
| GroupMBean | org.apache.catalina.mbeans | A ModelMBean implementation for the
|
| GroupsForm | org.apache.webapp.admin.users | Form bean for the delete groups page. |
| GzipInterceptor | org.apache.catalina.tribes.group.interceptors | No description provided. |
| GzipOutputFilter | org.apache.coyote.http11.filters | Gzip output filter. |
| GzipOutputFilter.FakeOutputStream | org.apache.coyote.http11.filters | No description provided. |
| Handler | org.apache.naming.resources.jndi | Stream handler to a JNDI directory context. |
| HandlerDispatch | org.apache.jk.common | Dispatch based on the message type. |
| HandlerRequest | org.apache.jk.common | Handle messages related with basic request information. |
| HexUtils | org.apache.tomcat.util.buf | Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits. |
| HexUtils | org.apache.catalina.util | Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits. |
| HomesUserDatabase | org.apache.catalina.startup | Concrete implementation of the UserDatabase interface considers all directories in a directory whose pathname is specified to our constructor to be "home" directories for those users. |
| HostConfig | org.apache.catalina.startup | Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts. |
| HostConfig.DeployedApplication | org.apache.catalina.startup | This class represents the state of a deployed application, as well as the monitored resources. |
| HostForm | org.apache.webapp.admin.host | Form bean for the host page. |
| HostManagerServlet | org.apache.catalina.hostmanager | Servlet that enables remote management of the virtual hosts installed on the server. |
| HostRuleSet | org.apache.catalina.startup | RuleSet for processing the contents of a Host definition element. |
| HostsForm | org.apache.webapp.admin.host | Form bean for deleting hosts. |
| HTMLHostManagerServlet | org.apache.catalina.hostmanager | Servlet that enables remote management of the virtual hosts deployed on the server. |
| HTMLManagerServlet | org.apache.catalina.manager | Servlet that enables remote management of the web applications deployed within the same virtual host as this web application is. |
| Http11AprProcessor | org.apache.coyote.http11 | Processes HTTP requests. |
| Http11AprProtocol | org.apache.coyote.http11 | Abstract the protocol implementation, including threading, etc. |
| Http11BaseProtocol | org.apache.coyote.http11 | Abstract the protocol implementation, including threading, etc. |
| Http11Processor | org.apache.coyote.http11 | Processes HTTP requests. |
| Http11Protocol | org.apache.coyote.http11 | Abstract the protocol implementation, including threading, etc. |
| HttpJspBase | org.apache.jasper.runtime | This is the super class of all JSP-generated servlets. |
| HttpMessages | org.apache.tomcat.util.http | Handle (internationalized) HTTP messages. |
| IDataSenderFactory | org.apache.catalina.cluster.tcp | Create DataSender for different modes. |
| IdentityInputFilter | org.apache.coyote.http11.filters | Identity input filter. |
| IdentityOutputFilter | org.apache.coyote.http11.filters | Identity output filter. |
| IDynamicPropertyStoreAppender | org.apache.catalina.storeconfig | Store the IDynamicProperty attributes. |
| If | org.apache.jasper.tagplugins.jstl.core | No description provided. |
| IISConfig | org.apache.jk.config | Generates automatic IIS isapi_redirect configurations based on the Tomcat server.xml settings and the war contexts initialized during startup. |
| Import | org.apache.jasper.tagplugins.jstl.core | No description provided. |
| InputBuffer | org.apache.catalina.connector | The buffer used by Tomcat request. |
| InstallTask | org.apache.catalina.ant | Ant task that implements the /install command, supported by the
Tomcat manager application. |
| InstanceEvent | org.apache.catalina | General event for notifying listeners of significant events related to a specific instance of a Servlet, or a specific instance of a Filter, as opposed to the Wrapper component that manages it. |
| InstanceListenerSF | org.apache.catalina.storeconfig | Store Context InstanceListener |
| InstanceSupport | org.apache.catalina.util | Support class to assist in firing InstanceEvent notifications to registered InstanceListeners. |
| InterceptorPayload | org.apache.catalina.tribes.group | No description provided. |
| InternalAprInputBuffer | org.apache.coyote.http11 | Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding. |
| InternalAprInputBuffer.SocketInputBuffer | org.apache.coyote.http11 | This class is an input buffer which will read its data from an input stream. |
| InternalAprOutputBuffer | org.apache.coyote.http11 | Output buffer. |
| InternalAprOutputBuffer.SocketOutputBuffer | org.apache.coyote.http11 | This class is an output buffer which will write data to an output stream. |
| InternalInputBuffer | org.apache.coyote.http11 | Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding. |
| InternalInputBuffer.InputStreamInputBuffer | org.apache.coyote.http11 | This class is an input buffer which will read its data from an input stream. |
| InternalOutputBuffer | org.apache.coyote.http11 | Output buffer. |
| InternalOutputBuffer.OutputStreamOutputBuffer | org.apache.coyote.http11 | This class is an output buffer which will write data to an output stream. |
| IntrospectionUtils | org.apache.tomcat.util | Utils for introspection and reflection |
| InvokerServlet | org.apache.catalina.servlets | The default servlet-invoking servlet for most web applications, used to serve requests to servlets that have not been registered in the web application deployment descriptor. |
| IOTools | org.apache.catalina.util | Contains commonly needed I/O-related methods |
| JAASCallbackHandler | org.apache.catalina.realm | Implementation of the JAAS |
| JAASMemoryLoginModule | org.apache.catalina.realm | Implementation of the JAAS LoginModule interface,
primarily for use in testing |
| JAASRealm | org.apache.catalina.realm | Implmentation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS). |
| JasperLoader | org.apache.jasper.servlet | Class loader for loading servlet class files (corresponding to JSP files) and tag handler class files (corresponding to tag files). |
| JavacErrorDetail | org.apache.jasper.compiler | Class providing details about a javac compilation error. |
| javaURLContextFactory | org.apache.naming.java | Context factory for the "java:" namespace. |
| JDBCAccessLogValve | org.apache.catalina.valves | This Tomcat extension logs server access directly to a database, and can be used instead of the regular file-based access log implemented in AccessLogValve. |
| JDBCRealm | org.apache.catalina.realm | Implmentation of Realm that works with any JDBC supported database. |
| JDBCRealmForm | org.apache.webapp.admin.realm | Form bean for the jdbc realm page. |
| JDBCStore | org.apache.catalina.session | Implementation of the Store interface that stores
serialized session objects in a database. |
| Jdk14Compat | org.apache.tomcat.util.compat | See JdkCompat. |
| JdkCompat | org.apache.tomcat.util.compat | General-purpose utility to provide backward-compatibility and JDK independence. |
| JDTCompiler | org.apache.jasper.compiler | JDT class compiler. |
| JkBalancer | org.apache.jk.status | No description provided. |
| JkBalancerMapping | org.apache.jk.status | No description provided. |
| JkBalancerMember | org.apache.jk.status | No description provided. |
| JkCoyoteHandler | org.apache.jk.server | Plugs Jk into Coyote. |
| JkData | org.apache.jk.ant | Set platform specific data. |
| JkHandler | org.apache.jk.core | No description provided. |
| JkInputStream | org.apache.jk.common | Generic input stream impl on top of ajp |
| JkMain | org.apache.jk.server | Main class used to startup and configure jk. |
| JkMX | org.apache.jk.common | Load the HTTP or RMI adapters for MX4J and JMXRI. |
| JkServer | org.apache.jk.status | No description provided. |
| JkStatus | org.apache.jk.status | No description provided. |
| JkStatusAccessor | org.apache.jk.status | No description provided. |
| JkStatusParser | org.apache.jk.status |
<?xml version="1.0" encoding="UTF-8" ?>
<jk:status xmlns:jk="http://jakarta.apache.org">
<jk:server name="localhost" port="80"
software="Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.7g mod_jk/1.2.13-dev"
version="1.2.12"/>
<jk:balancers>
<jk:balancer id="0" name="lb" type="lb"
sticky="True" stickyforce="False" retries="3" recover="60">
<jk:member id="0" name="node1" type="ajp13" host="localhost" port="9012"
address="127.0.0.1:9012" status="OK" lbfactor="1" lbvalue="1"
elected="0" readed="0" transferred="0" errors="0" busy="0"/>
<jk:member id="1" name="node2" type="ajp13" host="localhost" port="9022"
address="127.0.0.1:9022" status="OK" lbfactor="1" lbvalue="1"
elected="0" readed="0" transferred="0" errors="0" busy="0"/>
<jk:map type="Wildchar" uri="/ClusterTest/*" context="/ClusterTest/*"/>
<jk:map type="Exact" uri="/ClusterTest" context="/ClusterTest"/>
<jk:map type="Wildchar" uri="/myapps/*" context="/myapps/*"/>
<jk:map type="Exact" uri="/myapps" context="/myapps"/>
</jk:balancer>
</jk:balancers>
</jk:status>
|
| JkStatusResetTask | org.apache.jk.status | Ant task that implements the /jkstatus?cmd=reset&l=loadbalancer command, supported by the
mod_jk status (1.2.15) application. |
| JkStatusTask | org.apache.jk.status | Ant task that implements the show /jkstatus command, supported
by the mod_jk status (1.2.13) application. |
| JKStatusUpdateTask | org.apache.catalina.ant | Ant task that implements the /status command, supported by the
mod_jk status (1.2.9) application. |
| JkStatusUpdateTask | org.apache.jk.status | Ant task that implements the /status command, supported by the
mod_jk status (1.2.13) application. |
| JMXAccessorCondition | org.apache.catalina.ant.jmx | Definition: |
| JMXAccessorCreateTask | org.apache.catalina.ant.jmx | Create new MBean at JMX JSR 160 MBeans Server. |
| JMXAccessorEqualsCondition | org.apache.catalina.ant.jmx | Definition |
| JMXAccessorGetTask | org.apache.catalina.ant.jmx | Access JMX JSR 160 MBeans Server. |
| JMXAccessorInvokeTask | org.apache.catalina.ant.jmx | Access JMX JSR 160 MBeans Server. |
| JMXAccessorQueryTask | org.apache.catalina.ant.jmx | Query for Mbeans. |
| JMXAccessorSetTask | org.apache.catalina.ant.jmx | Access JMX JSR 160 MBeans Server. |
| JMXAccessorTask | org.apache.catalina.ant.jmx | Access JMX JSR 160 MBeans Server. |
| JMXAccessorUnregisterTask | org.apache.catalina.ant.jmx | unregister a MBean at JMX JSR 160 MBeans Server. |
| JMXGetTask | org.apache.catalina.ant | Ant task that implements the JMX Get command (/jmxproxy/?get)
supported by the Tomcat manager application. |
| JMXProxyServlet | org.apache.catalina.manager | This servlet will dump JMX attributes in a simple format and implement proxy services for modeler. |
| JMXQueryTask | org.apache.catalina.ant | Ant task that implements the JMX Query command
(/jmxproxy/?qry) supported by the Tomcat manager application. |
| JmxRemoteServlet | org.apache.tomcat.servlets.jmxremote | Experimental servlet allowing connectors to be deployed and managed using the webapp infrastructure. |
| JMXSetTask | org.apache.catalina.ant | Ant task that implements the JMX Set command (/jmxproxy/?set)
supported by the Tomcat manager application. |
| JndiPermission | org.apache.naming | Java SecurityManager Permission class for JNDI name based file resources |
| JNDIRealm | org.apache.catalina.realm | Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs. |
| JNDIRealmForm | org.apache.webapp.admin.realm | Form bean for the JNDI realm page. |
| JniConfig | org.apache.jk.ant | Set preferences for compiling Jni .so files. |
| JniHandler | org.apache.jk.common | Base class for components using native code ( libjkjni.so ). |
| JspC | org.apache.jasper | Shell for the jspc compiler. |
| JspCompilationContext | org.apache.jasper | A place holder for various things that are used through out the JSP engine. |
| JspConfig | org.apache.jasper.compiler | Handles the jsp-config element in WEB_INF/web.xml. |
| JspConfig.JspProperty | org.apache.jasper.compiler | No description provided. |
| JspContextWrapper | org.apache.jasper.runtime | Implementation of a JSP Context Wrapper. |
| JspCServletContext | org.apache.jasper.servlet | Simple ServletContext implementation without
HTTP-specific methods. |
| JspFactoryImpl | org.apache.jasper.runtime | Implementation of JspFactory. |
| JspFragmentHelper | org.apache.jasper.runtime | Helper class from which all Jsp Fragment helper classes extend. |
| JspRuntimeContext | org.apache.jasper.compiler | Class for tracking JSP compile time file dependencies when the &060;%@include file="..."%&062; directive is used. |
| JspRuntimeLibrary | org.apache.jasper.runtime | Bunch of util methods that are used by code generated for useBean, getProperty and setProperty. |
| JspRuntimeLibrary.PrivilegedIntrospectHelper | org.apache.jasper.runtime | No description provided. |
| JspServlet | org.apache.jasper.servlet | The JSP engine (a.k.a Jasper). |
| JspServletWrapper | org.apache.jasper.servlet | The JSP engine (a.k.a Jasper). |
| JspUtil | org.apache.jasper.compiler | This class has all the utility method(s). |
| JspUtil.ValidAttribute | org.apache.jasper.compiler | No description provided. |
| JspWriterImpl | org.apache.jasper.runtime | Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings. |
| JSSE13SocketFactory | org.apache.tomcat.util.net.jsse | SSL server socket factory. |
| JSSE14SocketFactory | org.apache.tomcat.util.net.jsse | SSL server socket factory. |
| JSSE15SocketFactory | org.apache.tomcat.util.net.jsse | SSL Socket Factory for JDK 1.5 |
| JSSEImplementation | org.apache.tomcat.util.net.jsse | No description provided. |
| JSSEKeyManager | org.apache.tomcat.util.net.jsse | X509KeyManager which allows selection of a specific keypair and certificate chain (identified by their keystore alias name) to be used by the server to authenticate itself to SSL clients. |
| JSSESocketFactory | org.apache.tomcat.util.net.jsse | SSL server socket factory. |
| JvmRouteBinderValve | org.apache.catalina.cluster.session | Valve to handle Tomcat jvmRoute takeover using mod_jk module after node failure. |
| JvmRouteBinderValve | org.apache.catalina.ha.session | Valve to handle Tomcat jvmRoute takeover using mod_jk module after node failure. |
| JvmRouteSessionIDBinderLifecycleListener | org.apache.catalina.cluster.session | Register new JvmRouteSessionIDBinderListener to receive Session ID changes. |
| JvmRouteSessionIDBinderLifecycleListener | org.apache.catalina.ha.session | Register new JvmRouteSessionIDBinderListener to receive Session ID changes. |
| JvmRouteSessionIDBinderListener | org.apache.catalina.cluster.session | Receive SessionID cluster change from other backup node after primary session node is failed. |
| JvmRouteSessionIDBinderListener | org.apache.catalina.ha.session | Receive SessionID cluster change from other backup node after primary session node is failed. |
| LabelTag | org.apache.webapp.admin | Nested tag that represents an individual "labels" for a row. |
| LabelValueBean | org.apache.webapp.admin | Simple JavaBean to represent label-value pairs for use in collections
that are utilized by the <form:options> tag. |
| LazyReplicatedMap | org.apache.catalina.tribes.tipis | A smart implementation of a stateful replicated map. |
| Library | org.apache.tomcat.jni | Library |
| LibtoolCompiler | org.apache.jk.ant.compilers | Compile using libtool. |
| LibtoolLinker | org.apache.jk.ant.compilers | Link using libtool. |
| LifecycleEvent | org.apache.catalina | General event for notifying listeners of significant changes on a component that implements the Lifecycle interface. |
| LifecycleListenerRule | org.apache.catalina.startup | Rule that creates a new |
| LifecycleSupport | org.apache.catalina.util | Support class to assist in firing LifecycleEvent notifications to registered LifecycleListeners. |
| LinkerAdapter | org.apache.jk.ant.compilers | s/javac/C linker/ The interface that all compiler adapters must adher to. |
| LinkObject | org.apache.catalina.tribes.transport.bio.util | The class LinkObject implements an element for a linked list, consisting of a general data object and a pointer to the next element. |
| LinkObject | org.apache.catalina.cluster.util | The class LinkObject implements an element for a linked list, consisting of a general data object and a pointer to the next element. |
| ListDataSourcesAction | org.apache.webapp.admin.resources | Retrieve the set of MBean names for all currently defined data sources, and expose them in a request attribute named "dataSourcesForm". |
| ListEnvEntriesAction | org.apache.webapp.admin.resources | Retrieve the set of MBean names for all currently defined environment entries, and expose them in a request attribute named "enventriesForm". |
| ListGroupsAction | org.apache.webapp.admin.users | Retrieve the set of MBean names for all currently defined groups, and expose them in a request attribute named "groupsForm". |
| ListMailSessionsAction | org.apache.webapp.admin.resources | Retrieve the set of MBean names for all currently defined mail sessions, and expose them in a request attribute named "mailSessionsForm". |
| ListResourceLinksAction | org.apache.webapp.admin.resources | Retrieve the set of MBean names for all currently defined resource links, and expose them in a request attribute named "resourceLinksForm". |
| ListRolesAction | org.apache.webapp.admin.users | Retrieve the set of MBean names for all currently defined roles, and expose them in a request attribute named "rolesForm". |
| Lists | org.apache.webapp.admin | General purpose utility methods to create lists of objects that are commonly required in building the user interface. |
| ListTask | org.apache.catalina.ant | Ant task that implements the /list command, supported by the
Tomcat manager application. |
| ListUserDatabasesAction | org.apache.webapp.admin.resources | Retrieve the set of MBean names for all currently defined environment entries, and expose them in a request attribute named "enventriesForm". |
| ListUsersAction | org.apache.webapp.admin.users | Retrieve the set of MBean names for all currently defined users, and expose them in a request attribute named "usersForm". |
| Loader | org.apache.tomcat.util.loader | Boostrap loader for Catalina or other java apps. |
| LoaderSF | org.apache.catalina.storeconfig | Store Loader Element. |
| Local | org.apache.tomcat.jni | Local socket |
| Localizer | org.apache.jasper.compiler | Class responsible for converting error codes to corresponding localized error messages. |
| LocalServer | org.apache.tomcat.jni | Local Socket server example |
| Lock | org.apache.tomcat.jni | Lock |
| Logger | org.apache.ajp | A simple logger class used by classes in this package. |
| Search |




