Library:Apache Tomcat
Version:5.5.17
Compatibility:JDK 1.5
Classes in library Apache Tomcat.
NOTE: The results have been limited to 500 entries. We suggest browsing through packages to explore the classes in this library.
NamePackageDescription
AbstractCatalinaTaskorg.apache.catalina.antAbstract base class for Ant tasks that interact with the Manager web application for dynamically deploying and undeploying applications.
AbstractGrouporg.apache.catalina.users

Convenience base class for Group implementations.

AbstractObjectCreationFactoryorg.apache.tomcat.util.digester

Abstract base class for ObjectCreationFactory implementations.

AbstractReplicatedMaporg.apache.catalina.tribes.tipis

Title:

AbstractReplicatedMap.MapEntryorg.apache.catalina.tribes.tipisNo description provided.
AbstractReplicatedMap.MapMessageorg.apache.catalina.tribes.tipisNo description provided.
AbstractRoleorg.apache.catalina.users

Convenience base class for Role implementations.

AbstractRulesImplorg.apache.tomcat.util.digester

AbstractRuleImpl provides basic services for Rules implementations.

AbstractSenderorg.apache.catalina.tribes.transport

Title:

AbstractUserorg.apache.catalina.users

Convenience base class for User implementations.

AcceptEverythingRuleorg.apache.webapp.balancer.rulesThis rule matches every request passed to it, making it suitable for use as a catch-all or last rule in a chain.
AcceptLanguageorg.apache.tomcat.util.httpUtil to process the "Accept-Language" header.
AccessLogValveorg.apache.catalina.valves

Implementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.

AccessLogValveFormorg.apache.webapp.admin.valveForm bean for the accesslog valve page.
ActionCodeorg.apache.coyoteEnumerated class containing the adapter event codes.
ActionsTagorg.apache.webapp.admin

JSP custom tag that renders an "instant actions" control.

ActionTagorg.apache.webapp.admin

Nested tag that represents an individual "instant action".

AddAliasActionorg.apache.webapp.admin.hostThe Action that sets up Add Alias transactions.
AddConnectorActionorg.apache.webapp.admin.connectorThe Action that sets up Add Connector transactions.
AddContextActionorg.apache.webapp.admin.contextThe Action that sets up Add Context transactions.
AddHostActionorg.apache.webapp.admin.hostThe Action that sets up Add Host transactions.
AddRealmActionorg.apache.webapp.admin.realmThe Action that sets up Add Realm transactions.
Addressorg.apache.tomcat.jniAddress
AddServiceActionorg.apache.webapp.admin.serviceThe Action that sets up Add Service transactions.
AddValveActionorg.apache.webapp.admin.valveThe Action that sets up Add Valve transactions.
Ajp13org.apache.ajpRepresents a single, persistent connection between the web server and the servlet container.
Ajp13Packetorg.apache.ajpA single packet for communication between the web server and the container.
AjpAprProcessororg.apache.coyote.ajpProcesses HTTP requests.
AjpAprProcessor.SocketInputBufferorg.apache.coyote.ajpThis class is an input buffer which will read its data from an input stream.
AjpAprProcessor.SocketOutputBufferorg.apache.coyote.ajpThis class is an output buffer which will write data to an output stream.
AjpAprProtocolorg.apache.coyote.ajpAbstract the protocol implementation, including threading, etc.
AjpAprProtocol.AjpConnectionHandlerorg.apache.coyote.ajpNo description provided.
AjpConstantsorg.apache.jk.commonCommon class for the AJP Protocol values
AjpHandlerorg.apache.ajpBase class for handlers of Ajp messages.
AjpMessageorg.apache.coyote.ajpA single packet for communication between the web server and the container.
AliasesFormorg.apache.webapp.admin.hostForm bean for deleting aliases.
AliasFormorg.apache.webapp.admin.hostForm bean for the alias page.
AntCompilerorg.apache.jasper.compilerMain JSP compiler class.
ApacheConfigorg.apache.jk.configGenerates automatic apache mod_jk configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
ApacheConfigorg.apache.jk.antSet preferences for compiling Apache modules.
ApplicationContextorg.apache.catalina.coreStandard implementation of ServletContext that represents a web application's execution environment.
ApplicationContextFacadeorg.apache.catalina.coreFacade object which masks the internal ApplicationContext object from the web application.
ApplicationFilterFactoryorg.apache.catalina.coreFactory for the creation and caching of Filters and creationg of Filter Chains.
ApplicationLocalesorg.apache.webapp.adminClass to hold the Locales supported by this package.
ApplicationParameterorg.apache.catalina.deployRepresentation of a context initialization parameter that is configured in the server configuration file, rather than the application deployment descriptor.
ApplicationServletorg.apache.webapp.adminSubclass of ActionServlet that adds caching of the supported locales in the ApplicationLocales class.
Aprorg.apache.tomcatNo description provided.
AprEndpointorg.apache.tomcat.util.netAPR tailored thread pool, providing the following services:
  • Socket acceptor thread
  • Socket poller thread
  • Sendfile thread
  • Worker threads pool
When switching to Java 5, there's an opportunity to use the virtual machine's thread pool.
AprEndpoint.Acceptororg.apache.tomcat.util.netServer socket acceptor thread.
AprEndpoint.Pollerorg.apache.tomcat.util.netPoller class.
AprEndpoint.Sendfileorg.apache.tomcat.util.netSendfile class.
AprEndpoint.SendfileDataorg.apache.tomcat.util.netSendfileData class.
AprEndpoint.Workerorg.apache.tomcat.util.netServer processor class.
AprEndpoint.WorkerStackorg.apache.tomcat.util.netNo description provided.
AprImplorg.apache.jk.aprImplements the interface with the APR library.
AprLifecycleListenerorg.apache.catalina.coreImplementation of LifecycleListener that will init and and destroy APR.
Argorg.apache.catalina.ant.jmxNo description provided.
ArrayStackorg.apache.tomcat.util.digester

Imported copy of the ArrayStack class from Commons Collections, which was the only direct dependency from Digester.

Asciiorg.apache.tomcat.util.bufThis class implements some basic ASCII character handling functions.
ASCIIReaderorg.apache.jasper.xmlparserA simple ASCII byte reader.
AsyncSocketSenderorg.apache.catalina.cluster.tcpSend cluster messages from a Message queue with only one socket.
AttributeTagorg.apache.webapp.adminCustom tag that retrieves a JMX MBean attribute value, and writes it out to the current output stream.
AuthenticatorBaseorg.apache.catalina.authenticatorBasic implementation of the Valve interface that enforces the <security-constraint> elements in the web application deployment descriptor.
B2CConverterorg.apache.tomcat.util.bufEfficient conversion of bytes to character .
BackupManagerorg.apache.catalina.ha.sessionNo description provided.
BalancerFilterorg.apache.webapp.balancerThe balancer filter redirects incoming requests based on what rules they match.
Base64org.apache.tomcat.util.bufThis class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64org.apache.catalina.utilThis class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
BaseDirContextorg.apache.naming.resourcesDirectory Context implementation helper class.
BaseFormorg.apache.webapp.admin.resourcesBase class for form beans for the resource administration.
BaseFormorg.apache.webapp.admin.usersBase class for form beans for the user administration options.
BaseJkConfigorg.apache.jk.configBase class for automatic jk based configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
BaseRedirectorHelperTaskorg.apache.catalina.antAbstract base class to add output redirection support for Catalina Ant tasks.
BaseRequestorg.apache.tomcat.util.httpA general-purpose object for representing an HTTP request.
BaseRuleorg.apache.webapp.balancer.rulesThe BaseRule is an empty rule implementation which can be subclassed for extension.
BasicAuthenticatororg.apache.catalina.authenticatorAn Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication."
BeanFactoryorg.apache.naming.factoryObject factory for any Resource conforming to the JavaBean spec.
BioReceiverorg.apache.catalina.tribes.transport.bio

Title:

BioReplicationThreadorg.apache.catalina.tribes.transport.bioA worker thread class which can drain channels and echo-back the input.
BioSenderorg.apache.catalina.tribes.transport.bioSend cluster messages with only one socket.
BodyContentImplorg.apache.jasper.runtimeWrite text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
Bootstraporg.apache.catalina.startupBoostrap loader for Catalina.
BufferedInputFilterorg.apache.coyote.http11.filtersInput filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages.
ByteArrayServletOutputStreamorg.apache.catalina.ssiClass that extends ServletOuputStream, used as a wrapper from within SsiInclude
ByteChunkorg.apache.tomcat.util.bufThis class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteMessageorg.apache.catalina.tribesA byte message is not serialized and deserialized by the channel
C2BConverterorg.apache.tomcat.util.bufEfficient conversion of character to bytes.
CacheEntryorg.apache.naming.resourcesImplements a cache entry.
CallMethodRuleorg.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 rules or from the body of this element.

CallParamRuleorg.apache.tomcat.util.digester

Rule implementation that saves a parameter for use by a surrounding CallMethodRule.

Catalinaorg.apache.catalina.startupStartup/Shutdown shell program for Catalina.
Catalina.CatalinaShutdownHookorg.apache.catalina.startupShutdown hook which will perform a clean shutdown of Catalina if needed.
CatalinaClusterSForg.apache.catalina.storeconfigGenerate Cluster Element with Membership,Sender,Receiver,Deployer and ReplicationValve
CatalinaLaunchFilterorg.apache.catalina.launcherThis class implements the LaunchFilter interface.
CatalinaPropertiesorg.apache.catalina.startupUtility class to read the bootstrap Catalina configuration.
Catchorg.apache.jasper.tagplugins.jstl.coreNo description provided.
CcCompilerorg.apache.jk.ant.compilersCompile using Gcc.
CGIProcessEnvironmentorg.apache.catalina.utilEncapsulates the CGI Process' environment and rules to derive that environment from the servlet container and request information.
CGIServletorg.apache.catalina.servletsCGI-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.CGIEnvironmentorg.apache.catalina.servletsEncapsulates the CGI environment and rules to derive that environment from the servlet container and request information.
CGIServlet.CGIRunnerorg.apache.catalina.servletsEncapsulates the knowledge of how to run a CGI script, given the script's desired environment and (optionally) input/output streams
CGIServlet.HTTPHeaderInputStreamorg.apache.catalina.servletsThis is an input stream specifically for reading HTTP headers.
CGIServlet.NameValuePairorg.apache.catalina.servletsThis is a simple class for storing name-value pairs.
ChannelCoordinatororg.apache.catalina.tribes.groupThe channel coordinator object coordinates the membership service, the sender and the receiver.
ChannelInterceptorBaseorg.apache.catalina.tribes.groupAbstract class for the interceptor base class.
ChannelJniorg.apache.jk.commonPass messages using jni
ChannelNioSocketorg.apache.jk.commonAccept ( and send ) TCP messages.
ChannelNioSocket.Pollerorg.apache.jk.commonNo description provided.
ChannelNioSocket.SocketConnectionorg.apache.jk.commonNo description provided.
ChannelNioSocket.SocketInputStreamorg.apache.jk.commonNo description provided.
ChannelNioSocket.SocketOutputStreamorg.apache.jk.commonNo description provided.
ChannelShmorg.apache.jk.commonChannel using shm.
ChannelSocketorg.apache.jk.commonAccept ( and send ) TCP messages.
ChannelUnorg.apache.jk.commonPass messages using unix domain sockets.
CharacterEncodingRuleorg.apache.webapp.balancer.rulesThis rule redirects requests if they are for a specific character encoding.
CharChunkorg.apache.tomcat.util.bufUtilities to manipluate char chunks.
CharsetMapperorg.apache.catalina.utilUtility 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.
Chooseorg.apache.jasper.tagplugins.jstl.coreNo description provided.
ChunkedInputFilterorg.apache.coyote.http11.filtersChunked input filter.
ChunkedOutputFilterorg.apache.coyote.http11.filtersChunked output filter.
ClassLoaderFactoryorg.apache.catalina.startup

Utility class for building class loaders for Catalina.

ClassLoaderLogManagerorg.apache.juliPer classloader LogManager implementation.
ClassLoaderLogManager.ClassLoaderLogInfoorg.apache.juliNo description provided.
ClassLoaderLogManager.LogNodeorg.apache.juliNo description provided.
ClassLoaderLogManager.RootLoggerorg.apache.juliThis class is needed to instantiate the root of each per classloader hierarchy.
ClassNameMBeanorg.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.

ClusterDataorg.apache.catalina.tribes.ioThe cluster data class is used to transport around the byte array from a ClusterMessage object.
ClusterDataorg.apache.catalina.cluster.tcpNo description provided.
ClusterListenerorg.apache.catalina.cluster.sessionReceive SessionID cluster change from other backup node after primary session node is failed.
ClusterListenerorg.apache.catalina.haReceive SessionID cluster change from other backup node after primary session node is failed.
ClusterManagerBaseorg.apache.catalina.ha.sessionNo description provided.
ClusterMessageBaseorg.apache.catalina.ha

Title:

ClusterReceiverBaseorg.apache.catalina.cluster.tcpFIXME i18n log messages
ClusterRuleSetorg.apache.catalina.cluster

RuleSet for processing the contents of a Cluster definition element.

ClusterRuleSetorg.apache.catalina.ha

RuleSet for processing the contents of a Cluster definition element.

ClusterRuleSetFactoryorg.apache.catalina.startupNo description provided.
ClusterRuleSetFactory.DefaultClusterRuleSetorg.apache.catalina.startup

RuleSet for processing the contents of a Cluster definition element.

ClusterSessionListenerorg.apache.catalina.cluster.sessionReceive replicated SessionMessage form other cluster node.
ClusterSessionListenerorg.apache.catalina.ha.sessionReceive replicated SessionMessage form other cluster node.
CommitChangesActionorg.apache.webapp.adminImplementation of Action that saves the current settings and writes them out to server.xml
Compilerorg.apache.jasper.compilerMain JSP compiler class.
CompilerAdapterorg.apache.jk.ant.compilerss/javac/C compiler/ The interface that all compiler adapters must adher to.
Connectororg.apache.catalina.connectorImplementation of a Coyote connector for Tomcat 5.x.
ConnectorCreateRuleorg.apache.catalina.startupRule implementation that creates a connector.
ConnectorFormorg.apache.webapp.admin.connectorForm bean for the connector page.
ConnectorMBeanorg.apache.catalina.mbeans

A ModelMBean implementation for the org.apache.coyote.tomcat5.CoyoteConnector component.

ConnectorSForg.apache.catalina.storeconfigStore Connector and Listeners
ConnectorsFormorg.apache.webapp.admin.connectorForm bean for deleting connectors.
ConnectorStoreAppenderorg.apache.catalina.storeconfigStore the Connector attributes.
Constantsorg.apache.coyoteConstants.
Constantsorg.apache.coyote.http11Constants.
Constantsorg.apache.coyote.ajpConstants.
Constantsorg.apache.jasperSome constants and other global data that are used by the compiler and the runtime.
Constantsorg.apache.namingStatic constants for this package.
Constantsorg.apache.naming.factoryStatic constants for this package.
Constantsorg.apache.naming.resourcesStatic constants for this package.
Constantsorg.apache.catalina.servletsNo description provided.
Constantsorg.apache.catalina.loaderNo description provided.
Constantsorg.apache.catalina.tribesManifest constants for the org.apache.catalina.tribes package.
Constantsorg.apache.catalina.tribes.membershipManifest constants for the org.apache.catalina.tribes.membership package.
Constantsorg.apache.catalina.tribes.transportManifest constants for the org.apache.catalina.tribes.transport package.
Constantsorg.apache.catalina.valvesManifest constants for the org.apache.catalina.valves package.
Constantsorg.apache.catalina.hostmanagerNo description provided.
Constantsorg.apache.catalina.connectorStatic constants for this package.
Constantsorg.apache.catalina.clusterManifest constants for the org.apache.catalina.cluster package.
Constantsorg.apache.catalina.cluster.mcastManifest constants for the org.apache.catalina.cluster.mcast package.
Constantsorg.apache.catalina.cluster.tcpManifest constants for the org.apache.catalina.cluster.tcp package.
Constantsorg.apache.catalina.cluster.sessionManifest constants for the org.apache.catalina.cluster.session package.
Constantsorg.apache.catalina.storeconfigNo description provided.
Constantsorg.apache.catalina.realmManifest constants for this Java package.
Constantsorg.apache.catalina.sessionManifest constants for the org.apache.catalina.session package.
Constantsorg.apache.catalina.authenticatorNo description provided.
Constantsorg.apache.catalina.managerNo description provided.
Constantsorg.apache.catalina.coreNo description provided.
Constantsorg.apache.catalina.haManifest constants for the org.apache.catalina.ha package.
Constantsorg.apache.catalina.ha.tcpManifest constants for the org.apache.catalina.ha.tcp package.
Constantsorg.apache.catalina.ha.sessionManifest constants for the org.apache.catalina.ha.session package.
Constantsorg.apache.catalina.usersManifest constants for this Java package.
Constantsorg.apache.catalina.startupString constants for the startup package.
Constants.AccessLogorg.apache.catalina.valvesNo description provided.
ContainerBaseorg.apache.catalina.coreAbstract implementation of the Container interface, providing common functionality required by nearly every implementation.
ContainerBase.ContainerBackgroundProcessororg.apache.catalina.corePrivate thread class to invoke the backgroundProcess method of this container and its children after a fixed delay.
ContainerBase.PrivilegedAddChildorg.apache.catalina.corePerform addChild with the permissions of this class.
ContainerEventorg.apache.catalinaGeneral event for notifying listeners of significant changes on a Container.
ContentTypeorg.apache.tomcat.util.httpUsefull methods for Content-Type processing
ContextAccessControllerorg.apache.namingHandles the access control on the JNDI contexts.
ContextBindingsorg.apache.namingHandles the associations :
  • Catalina context name with the NamingContext
  • Calling thread with the NamingContext
ContextConfigorg.apache.catalina.startupStartup event listener for a Context that configures the properties of that Context, and the associated defined servlets.
ContextConfig.ContextErrorHandlerorg.apache.catalina.startupNo description provided.
ContextEjborg.apache.catalina.deployRepresentation of an EJB resource reference for a web application, as represented in a <ejb-ref> element in the deployment descriptor.
ContextEnvironmentorg.apache.catalina.deployRepresentation of an application environment entry, as represented in an <env-entry> element in the deployment descriptor.
ContextEnvironmentMBeanorg.apache.catalina.mbeans

A ModelMBean implementation for the org.apache.catalina.deploy.ContextEnvironment component.

ContextFormorg.apache.webapp.admin.contextForm bean for the context page.
ContextLocalEjborg.apache.catalina.deployRepresentation of a local EJB resource reference for a web application, as represented in a <ejb-local-ref> element in the deployment descriptor.
ContextResourceorg.apache.catalina.deployRepresentation of a resource reference for a web application, as represented in a <resource-ref> element in the deployment descriptor.
ContextResourceEnvReforg.apache.catalina.deployRepresentation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.
ContextResourceLinkorg.apache.catalina.deployRepresentation of a resource link for a web application, as represented in a <ResourceLink> element in the server configuration file.
ContextResourceLinkMBeanorg.apache.catalina.mbeans

A ModelMBean implementation for the org.apache.catalina.deploy.ContextResourceLink component.

ContextResourceMBeanorg.apache.catalina.mbeans

A ModelMBean implementation for the org.apache.catalina.deploy.ContextResource component.

ContextRuleSetorg.apache.catalina.startup

RuleSet for processing the contents of a Context or DefaultContext definition element.

ContextsFormorg.apache.webapp.admin.contextForm bean for deleting contexts.
ContextTransactionorg.apache.catalina.deployRepresentation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.
Cookiesorg.apache.tomcat.util.httpA collection of cookies - reusable and tuned for server side performance.
CookieToolsorg.apache.catalina.utilCookie utils - generate cookie header, etc
CopyParentClassLoaderRuleorg.apache.catalina.startup

Rule that copies the parentClassLoader property from the next-to-top item on the stack (which must be a Container) to the top item on the stack (which must also be a Container).

CoyoteAdapterorg.apache.catalina.connectorImplementation of a request processor which delegates the processing to a Coyote processor.
CoyoteInputStreamorg.apache.catalina.connectorThis class handles reading bytes.
CoyoteOutputStreamorg.apache.catalina.connectorCoyote implementation of the servlet output stream.
CoyotePrincipalorg.apache.catalina.connectorGeneric implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
CoyoteReaderorg.apache.catalina.connectorCoyote implementation of the buffred reader.
CoyoteWriterorg.apache.catalina.connectorCoyote implementation of the servlet writer.
CustomObjectInputStreamorg.apache.catalina.utilCustom subclass of ObjectInputStream that loads from the class loader for this web application.
DataSenderorg.apache.catalina.cluster.tcpSend cluster messages with only one socket.
DataSourceFormorg.apache.webapp.admin.resourcesForm bean for the individual data source page.
DataSourceRealmorg.apache.catalina.realmImplmentation of Realm that works with any JDBC JNDI DataSource.
DataSourceRealmFormorg.apache.webapp.admin.realmForm bean for the datasource realm page.
DataSourcesFormorg.apache.webapp.admin.resourcesForm bean for the delete data sources page.
DataTagorg.apache.webapp.admin

Nested tag that represents an individual "data" for a row.

DateToolorg.apache.tomcat.util.bufCommon place for date utils.
DateToolorg.apache.catalina.utilCommon place for date utils.
Deforg.apache.jk.antDefine name/value, value is optional The define will take place if the condition is met.
DefaultContextMBeanorg.apache.catalina.mbeans

A ModelMBean implementation for the org.apache.catalina.core.StandardDefaultContext component.

DefaultServletorg.apache.catalina.servletsThe default resource-serving servlet for most web applications, used to serve static resources such as HTML pages and images.
DefaultServlet.Rangeorg.apache.catalina.servletsNo description provided.
DeleteAliasActionorg.apache.webapp.admin.hostThe Action that sets up Delete Aliases transactions.
DeleteAliasesActionorg.apache.webapp.admin.hostThe Action that completes Delete Aliases transactions.
DeleteAliasFormorg.apache.webapp.admin.hostForm bean for the "Delete Alias" page.
DeleteConnectorActionorg.apache.webapp.admin.connectorThe Action that sets up Delete Connectors transactions.
DeleteConnectorsActionorg.apache.webapp.admin.connectorThe Action that completes Delete Connectors transactions.
DeleteContextActionorg.apache.webapp.admin.contextThe Action that sets up Delete Contexts transactions.
DeleteContextsActionorg.apache.webapp.admin.contextThe Action that completes Delete Contexts transactions.
DeleteDataSourcesActionorg.apache.webapp.admin.resources

Implementation of Action that deletes the specified set of dataSource entries.

DeleteEnvEntriesActionorg.apache.webapp.admin.resources

Implementation of Action that deletes the specified set of env entries.

DeleteGroupsActionorg.apache.webapp.admin.users

Implementation of Action that deletes the specified set of groups.

DeleteHostActionorg.apache.webapp.admin.hostThe Action that sets up Delete Hosts transactions.
DeleteHostsActionorg.apache.webapp.admin.hostThe Action that completes Delete Hosts transactions.
DeleteMailSessionsActionorg.apache.webapp.admin.resources

Implementation of Action that deletes the specified set of mailSession entries.

DeleteRealmActionorg.apache.webapp.admin.realmThe Action that sets up Delete Realms transactions.
DeleteRealmsActionorg.apache.webapp.admin.realmThe Action that completes Delete Realms transactions.
DeleteResourceLinksActionorg.apache.webapp.admin.resources

Implementation of Action that deletes the specified set of resource links entries.

DeleteRolesActionorg.apache.webapp.admin.users

Implementation of Action that deletes the specified set of roles.

DeleteServiceActionorg.apache.webapp.admin.serviceThe Action that sets up Delete Services transactions.
DeleteServicesActionorg.apache.webapp.admin.serviceThe Action that completes Delete Services transactions.
DeleteUserDatabasesActionorg.apache.webapp.admin.resources

Implementation of Action that deletes the specified set of user databases.

DeleteUsersActionorg.apache.webapp.admin.users

Implementation of Action that deletes the specified set of users.

DeleteValveActionorg.apache.webapp.admin.valveThe Action that sets up Delete Valves transactions.
DeleteValvesActionorg.apache.webapp.admin.valveThe Action that completes Delete Valves transactions.
DeltaManagerorg.apache.catalina.cluster.sessionThe DeltaManager manages replicated sessions by only replicating the deltas in data.
DeltaManagerorg.apache.catalina.ha.sessionThe DeltaManager manages replicated sessions by only replicating the deltas in data.
DeltaRequestorg.apache.catalina.cluster.sessionNo description provided.
DeltaRequestorg.apache.catalina.ha.sessionNo description provided.
DeltaSessionorg.apache.catalina.cluster.sessionSimilar to the StandardSession, this code is identical, but for update and some small issues, simply copied in the first release.
DeltaSessionorg.apache.catalina.ha.sessionSimilar to the StandardSession, this code is identical, but for update and some small issues, simply copied in the first release.
DeltaSessionFacadeorg.apache.catalina.cluster.sessionFacade for the DeltaSession object.
DeltaSessionFacadeorg.apache.catalina.ha.sessionFacade for the DeltaSession object.
DeployTaskorg.apache.catalina.antAnt task that implements the /deploy command, supported by the Tomcat manager application.
DigestAuthenticatororg.apache.catalina.authenticatorAn Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).
Digesterorg.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.

DigesterFactoryorg.apache.catalina.startupWrapper class around the Digester that hide Digester's initialization details
DirContextURLConnectionorg.apache.naming.resourcesConnection to a JNDI directory context.
DirContextURLStreamHandlerorg.apache.naming.resourcesStream handler to a JNDI directory context.
DirContextURLStreamHandlerFactoryorg.apache.naming.resourcesFactory for Stream handlers to a JNDI directory context.
DirectByteArrayOutputStreamorg.apache.catalina.tribes.ioByte array output stream that exposes the byte array directly
Directoryorg.apache.tomcat.jniDirectory
DOMWriterorg.apache.catalina.utilA sample DOM writer.
DummyRequestorg.apache.catalina.coreDummy request object, used for request dispatcher mapping, as well as JSP precompilation.
DummyResponseorg.apache.catalina.coreDummy response object, used for JSP precompilation.
DumpRegistryActionorg.apache.webapp.adminSimple debugging action that dumps a list of the managed beans that are visible in our Registry.
DumpServerActionorg.apache.webapp.adminSimple debugging action that dumps a list of the MBeans that are visible in our MBeanServer.
Echoorg.apache.tomcat.jniEcho server example
EditConnectorActionorg.apache.webapp.admin.connectorThe Action that sets up Edit Connector transactions.
EditContextActionorg.apache.webapp.admin.contextThe Action that sets up Edit Context transactions.
EditHostActionorg.apache.webapp.admin.hostThe Action that sets up Edit Host transactions.
EditRealmActionorg.apache.webapp.admin.realmA generic Action that sets up Edit Realm transactions, based on the type of Realm.
EditServerActionorg.apache.webapp.admin.serverTest Action that handles events from the tree control test page.
EditServiceActionorg.apache.webapp.admin.serviceThe Action that sets up Edit Service transactions.
EditValveActionorg.apache.webapp.admin.valveA generic Action that sets up Edit Valve transactions, based on the type of Valve.
EjbFactoryorg.apache.naming.factoryObject factory for EJBs.
EjbReforg.apache.namingRepresents a reference address to an EJB.
ELFunctionMapperorg.apache.jasper.compilerThis class generates functions mappers for the EL expressions in the page.
ELParserorg.apache.jasper.compilerThis class implements a parser for EL expressions.
Embeddedorg.apache.catalina.startupConvenience class to embed a Catalina servlet container environment inside another application.
EmbeddedServletOptionsorg.apache.jasperA class to hold all init parameters specific to the JSP engine.
EmptyEnumerationorg.apache.tomcat.util.collectionsNo description provided.
EncodingMaporg.apache.jasper.xmlparserEncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
EngineConfigorg.apache.catalina.startupStartup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.
EngineRuleSetorg.apache.catalina.startup

RuleSet for processing the contents of a Engine definition element.

Enumeratororg.apache.catalina.utilAdapter 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.
EnvEntriesFormorg.apache.webapp.admin.resourcesForm bean for the delete env entries page.
EnvEntryFormorg.apache.webapp.admin.resourcesForm bean for the individual environment entry page.
ErrorDispatcherorg.apache.jasper.compilerClass responsible for dispatching JSP parse and javac compilation errors to the configured error handler.
ErrorPageorg.apache.catalina.deployRepresentation of an error page element for a web application, as represented in a <error-page> element in the deployment descriptor.
ErrorReportValveorg.apache.catalina.valves

Implementation of a Valve that outputs HTML error pages.

ExpandWarorg.apache.catalina.startupExpand out a WAR in a Host's appBase.
Expirerorg.apache.tomcat.util.threadsExpire unused objects.
ExpressionParseTreeorg.apache.catalina.ssiRepresents a parsed expression.
ExpressionTokenizerorg.apache.catalina.ssiParses an expression string to return the individual tokens.
ExtendedAccessLogValveorg.apache.catalina.valvesAn implementation of the W3c Extended Log File Format.
Extensionorg.apache.catalina.utilUtility 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.
ExtensionValidatororg.apache.catalina.utilEnsures that all extension dependies are resolved for a WEB application are met.
FactoryCreateRuleorg.apache.tomcat.util.digester

Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack.

FarmWarDeployerorg.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.

FarmWarDeployerorg.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.

FastAsyncSocketSenderorg.apache.catalina.cluster.tcpSend cluster messages from a Message queue with only one socket.
FastCommonAccessLogValveorg.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.

FastDateFormatorg.apache.jasper.utilFast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastDateFormatorg.apache.catalina.utilFast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastHttpDateFormatorg.apache.tomcat.util.httpUtility class to generate HTTP dates.
FastQueueorg.apache.catalina.tribes.transport.bio.utilA fast queue that remover thread lock the adder thread.
FastQueueorg.apache.catalina.cluster.utilA fast queue that remover thread lock the adder thread.
Fileorg.apache.tomcat.jniFile
FileDirContextorg.apache.naming.resourcesFilesystem Directory Context implementation helper class.
FileDirContext.FileResourceorg.apache.naming.resourcesThis specialized resource implementation avoids opening the IputStream to the file right away (which would put a lock on the file).
FileDirContext.FileResourceAttributesorg.apache.naming.resourcesThis specialized resource attribute implementation does some lazy reading (to speed up simple checks, like checking the last modified date).
FileHandlerorg.apache.juliImplementation of Handler that appends log messages to a file named {prefix}.{date}.{suffix} in a configured directory, with an optional preceding timestamp.
FileInfoorg.apache.tomcat.jniFileinfo
FileMessageorg.apache.catalina.cluster.deployContains the data for a file being transferred over TCP, this is essentially a fragment of a file, read and written by the FileMessageFactory
FileMessageorg.apache.catalina.ha.deployContains the data for a file being transferred over TCP, this is essentially a fragment of a file, read and written by the FileMessageFactory
FileMessageFactoryorg.apache.catalina.cluster.deployThis factory is used to read files and write files by splitting them up into smaller messages.
FileMessageFactoryorg.apache.catalina.ha.deployThis factory is used to read files and write files by splitting them up into smaller messages.
FileStoreorg.apache.catalina.sessionConcrete implementation of the Store interface that utilizes a file per saved Session in a configured directory.
FilterDeforg.apache.catalina.deployRepresentation of a filter definition for a web application, as represented in a <filter> element in the deployment descriptor.
FilterMaporg.apache.catalina.deployRepresentation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor.
ForEachorg.apache.jasper.tagplugins.jstl.coreNo description provided.
FormAuthenticatororg.apache.catalina.authenticatorAn Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.
ForTokensorg.apache.jasper.tagplugins.jstl.coreNo description provided.
FragmentationInterceptororg.apache.catalina.tribes.group.interceptorsThe fragmentation interceptor splits up large messages into smaller messages and assembles them on the other end.
FragmentationInterceptor.FragCollectionorg.apache.catalina.tribes.group.interceptorsNo description provided.
FragmentationInterceptor.FragKeyorg.apache.catalina.tribes.group.interceptorsNo description provided.
GcjCompilerorg.apache.jk.ant.compilersCompile using Gcj.
GcjLinkerorg.apache.jk.ant.compilersLink java using gcj.
GeneratorApache2org.apache.jk.configNo description provided.
GeneratorJk1org.apache.jk.configNo description provided.
GeneratorJk2org.apache.jk.configNo description provided.
GenericParserorg.apache.tomcat.util.digesterCreate a SAXParser configured to support XML Schema and DTD.
GenericPrincipalorg.apache.catalina.realmGeneric implementation of java.security.Principal that is available for use by Realm implementations.
Globalorg.apache.tomcat.jniGlobal
GlobalNamingResourcesSForg.apache.catalina.storeconfigstore server.xml GlobalNamingResource.
GlobalResourcesLifecycleListenerorg.apache.catalina.mbeansImplementation of LifecycleListener that instantiates the set of MBeans associated with global JNDI resources that are subject to management.
Globalsorg.apache.catalinaGlobal constants that are applicable to multiple packages within Catalina.
GroupChannelorg.apache.catalina.tribes.groupThe GroupChannel manages the replication channel.
GroupChannel.InterceptorIteratororg.apache.catalina.tribes.groupNo description provided.
GroupChannel.NoChannelReplyorg.apache.catalina.tribes.groupNo description provided.
GroupFormorg.apache.webapp.admin.usersForm bean for the individual group page.
GroupMBeanorg.apache.catalina.mbeans

A ModelMBean implementation for the org.apache.catalina.Group component.

GroupsFormorg.apache.webapp.admin.usersForm bean for the delete groups page.
GzipInterceptororg.apache.catalina.tribes.group.interceptorsNo description provided.
GzipOutputFilterorg.apache.coyote.http11.filtersGzip output filter.
GzipOutputFilter.FakeOutputStreamorg.apache.coyote.http11.filtersNo description provided.
Handlerorg.apache.naming.resources.jndiStream handler to a JNDI directory context.
HandlerDispatchorg.apache.jk.commonDispatch based on the message type.
HandlerRequestorg.apache.jk.commonHandle messages related with basic request information.
HexUtilsorg.apache.tomcat.util.bufLibrary of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HexUtilsorg.apache.catalina.utilLibrary of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HomesUserDatabaseorg.apache.catalina.startupConcrete 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.
HostConfigorg.apache.catalina.startupStartup event listener for a Host that configures the properties of that Host, and the associated defined contexts.
HostConfig.DeployedApplicationorg.apache.catalina.startupThis class represents the state of a deployed application, as well as the monitored resources.
HostFormorg.apache.webapp.admin.hostForm bean for the host page.
HostManagerServletorg.apache.catalina.hostmanagerServlet that enables remote management of the virtual hosts installed on the server.
HostRuleSetorg.apache.catalina.startup

RuleSet for processing the contents of a Host definition element.

HostsFormorg.apache.webapp.admin.hostForm bean for deleting hosts.
HTMLHostManagerServletorg.apache.catalina.hostmanagerServlet that enables remote management of the virtual hosts deployed on the server.
HTMLManagerServletorg.apache.catalina.managerServlet that enables remote management of the web applications deployed within the same virtual host as this web application is.
Http11AprProcessororg.apache.coyote.http11Processes HTTP requests.
Http11AprProtocolorg.apache.coyote.http11Abstract the protocol implementation, including threading, etc.
Http11BaseProtocolorg.apache.coyote.http11Abstract the protocol implementation, including threading, etc.
Http11Processororg.apache.coyote.http11Processes HTTP requests.
Http11Protocolorg.apache.coyote.http11Abstract the protocol implementation, including threading, etc.
HttpJspBaseorg.apache.jasper.runtimeThis is the super class of all JSP-generated servlets.
HttpMessagesorg.apache.tomcat.util.httpHandle (internationalized) HTTP messages.
IDataSenderFactoryorg.apache.catalina.cluster.tcpCreate DataSender for different modes.
IdentityInputFilterorg.apache.coyote.http11.filtersIdentity input filter.
IdentityOutputFilterorg.apache.coyote.http11.filtersIdentity output filter.
IDynamicPropertyStoreAppenderorg.apache.catalina.storeconfigStore the IDynamicProperty attributes.
Iforg.apache.jasper.tagplugins.jstl.coreNo description provided.
IISConfigorg.apache.jk.configGenerates automatic IIS isapi_redirect configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
Importorg.apache.jasper.tagplugins.jstl.coreNo description provided.
InputBufferorg.apache.catalina.connectorThe buffer used by Tomcat request.
InstallTaskorg.apache.catalina.antAnt task that implements the /install command, supported by the Tomcat manager application.
InstanceEventorg.apache.catalinaGeneral 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.
InstanceListenerSForg.apache.catalina.storeconfigStore Context InstanceListener
InstanceSupportorg.apache.catalina.utilSupport class to assist in firing InstanceEvent notifications to registered InstanceListeners.
InterceptorPayloadorg.apache.catalina.tribes.groupNo description provided.
InternalAprInputBufferorg.apache.coyote.http11Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalAprInputBuffer.SocketInputBufferorg.apache.coyote.http11This class is an input buffer which will read its data from an input stream.
InternalAprOutputBufferorg.apache.coyote.http11Output buffer.
InternalAprOutputBuffer.SocketOutputBufferorg.apache.coyote.http11This class is an output buffer which will write data to an output stream.
InternalInputBufferorg.apache.coyote.http11Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalInputBuffer.InputStreamInputBufferorg.apache.coyote.http11This class is an input buffer which will read its data from an input stream.
InternalOutputBufferorg.apache.coyote.http11Output buffer.
InternalOutputBuffer.OutputStreamOutputBufferorg.apache.coyote.http11This class is an output buffer which will write data to an output stream.
IntrospectionUtilsorg.apache.tomcat.utilUtils for introspection and reflection
InvokerServletorg.apache.catalina.servletsThe 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.
IOToolsorg.apache.catalina.utilContains commonly needed I/O-related methods
JAASCallbackHandlerorg.apache.catalina.realm

Implementation of the JAAS CallbackHandler interface, used to negotiate delivery of the username and credentials that were specified to our constructor.

JAASMemoryLoginModuleorg.apache.catalina.realm

Implementation of the JAAS LoginModule interface, primarily for use in testing JAASRealm.

JAASRealmorg.apache.catalina.realm

Implmentation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS).

JasperLoaderorg.apache.jasper.servletClass loader for loading servlet class files (corresponding to JSP files) and tag handler class files (corresponding to tag files).
JavacErrorDetailorg.apache.jasper.compilerClass providing details about a javac compilation error.
javaURLContextFactoryorg.apache.naming.javaContext factory for the "java:" namespace.
JDBCAccessLogValveorg.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.

JDBCRealmorg.apache.catalina.realmImplmentation of Realm that works with any JDBC supported database.
JDBCRealmFormorg.apache.webapp.admin.realmForm bean for the jdbc realm page.
JDBCStoreorg.apache.catalina.sessionImplementation of the Store interface that stores serialized session objects in a database.
Jdk14Compatorg.apache.tomcat.util.compatSee JdkCompat.
JdkCompatorg.apache.tomcat.util.compatGeneral-purpose utility to provide backward-compatibility and JDK independence.
JDTCompilerorg.apache.jasper.compilerJDT class compiler.
JkBalancerorg.apache.jk.statusNo description provided.
JkBalancerMappingorg.apache.jk.statusNo description provided.
JkBalancerMemberorg.apache.jk.statusNo description provided.
JkCoyoteHandlerorg.apache.jk.serverPlugs Jk into Coyote.
JkDataorg.apache.jk.antSet platform specific data.
JkHandlerorg.apache.jk.coreNo description provided.
JkInputStreamorg.apache.jk.commonGeneric input stream impl on top of ajp
JkMainorg.apache.jk.serverMain class used to startup and configure jk.
JkMXorg.apache.jk.commonLoad the HTTP or RMI adapters for MX4J and JMXRI.
JkServerorg.apache.jk.statusNo description provided.
JkStatusorg.apache.jk.statusNo description provided.
JkStatusAccessororg.apache.jk.statusNo description provided.
JkStatusParserorg.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>
JkStatusResetTaskorg.apache.jk.statusAnt task that implements the /jkstatus?cmd=reset&l=loadbalancer command, supported by the mod_jk status (1.2.15) application.
JkStatusTaskorg.apache.jk.statusAnt task that implements the show /jkstatus command, supported by the mod_jk status (1.2.13) application.
JKStatusUpdateTaskorg.apache.catalina.antAnt task that implements the /status command, supported by the mod_jk status (1.2.9) application.
JkStatusUpdateTaskorg.apache.jk.statusAnt task that implements the /status command, supported by the mod_jk status (1.2.13) application.
JMXAccessorConditionorg.apache.catalina.ant.jmxDefinition:
JMXAccessorCreateTaskorg.apache.catalina.ant.jmxCreate new MBean at JMX JSR 160 MBeans Server.
JMXAccessorEqualsConditionorg.apache.catalina.ant.jmxDefinition
JMXAccessorGetTaskorg.apache.catalina.ant.jmxAccess JMX JSR 160 MBeans Server.
JMXAccessorInvokeTaskorg.apache.catalina.ant.jmxAccess JMX JSR 160 MBeans Server.
JMXAccessorQueryTaskorg.apache.catalina.ant.jmxQuery for Mbeans.
JMXAccessorSetTaskorg.apache.catalina.ant.jmxAccess JMX JSR 160 MBeans Server.
JMXAccessorTaskorg.apache.catalina.ant.jmxAccess JMX JSR 160 MBeans Server.
JMXAccessorUnregisterTaskorg.apache.catalina.ant.jmxunregister a MBean at JMX JSR 160 MBeans Server.
JMXGetTaskorg.apache.catalina.antAnt task that implements the JMX Get command (/jmxproxy/?get) supported by the Tomcat manager application.
JMXProxyServletorg.apache.catalina.managerThis servlet will dump JMX attributes in a simple format and implement proxy services for modeler.
JMXQueryTaskorg.apache.catalina.antAnt task that implements the JMX Query command (/jmxproxy/?qry) supported by the Tomcat manager application.
JmxRemoteServletorg.apache.tomcat.servlets.jmxremoteExperimental servlet allowing connectors to be deployed and managed using the webapp infrastructure.
JMXSetTaskorg.apache.catalina.antAnt task that implements the JMX Set command (/jmxproxy/?set) supported by the Tomcat manager application.
JndiPermissionorg.apache.namingJava SecurityManager Permission class for JNDI name based file resources
JNDIRealmorg.apache.catalina.realm

Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs.

JNDIRealmFormorg.apache.webapp.admin.realmForm bean for the JNDI realm page.
JniConfigorg.apache.jk.antSet preferences for compiling Jni .so files.
JniHandlerorg.apache.jk.commonBase class for components using native code ( libjkjni.so ).
JspCorg.apache.jasperShell for the jspc compiler.
JspCompilationContextorg.apache.jasperA place holder for various things that are used through out the JSP engine.
JspConfigorg.apache.jasper.compilerHandles the jsp-config element in WEB_INF/web.xml.
JspConfig.JspPropertyorg.apache.jasper.compilerNo description provided.
JspContextWrapperorg.apache.jasper.runtimeImplementation of a JSP Context Wrapper.
JspCServletContextorg.apache.jasper.servletSimple ServletContext implementation without HTTP-specific methods.
JspFactoryImplorg.apache.jasper.runtimeImplementation of JspFactory.
JspFragmentHelperorg.apache.jasper.runtimeHelper class from which all Jsp Fragment helper classes extend.
JspRuntimeContextorg.apache.jasper.compilerClass for tracking JSP compile time file dependencies when the &060;%@include file="..."%&062; directive is used.
JspRuntimeLibraryorg.apache.jasper.runtimeBunch of util methods that are used by code generated for useBean, getProperty and setProperty.
JspRuntimeLibrary.PrivilegedIntrospectHelperorg.apache.jasper.runtimeNo description provided.
JspServletorg.apache.jasper.servletThe JSP engine (a.k.a Jasper).
JspServletWrapperorg.apache.jasper.servletThe JSP engine (a.k.a Jasper).
JspUtilorg.apache.jasper.compilerThis class has all the utility method(s).
JspUtil.ValidAttributeorg.apache.jasper.compilerNo description provided.
JspWriterImplorg.apache.jasper.runtimeWrite text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
JSSE13SocketFactoryorg.apache.tomcat.util.net.jsseSSL server socket factory.
JSSE14SocketFactoryorg.apache.tomcat.util.net.jsseSSL server socket factory.
JSSE15SocketFactoryorg.apache.tomcat.util.net.jsseSSL Socket Factory for JDK 1.5
JSSEImplementationorg.apache.tomcat.util.net.jsseNo description provided.
JSSEKeyManagerorg.apache.tomcat.util.net.jsseX509KeyManager 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.
JSSESocketFactoryorg.apache.tomcat.util.net.jsseSSL server socket factory.
JvmRouteBinderValveorg.apache.catalina.cluster.sessionValve to handle Tomcat jvmRoute takeover using mod_jk module after node failure.
JvmRouteBinderValveorg.apache.catalina.ha.sessionValve to handle Tomcat jvmRoute takeover using mod_jk module after node failure.
JvmRouteSessionIDBinderLifecycleListenerorg.apache.catalina.cluster.sessionRegister new JvmRouteSessionIDBinderListener to receive Session ID changes.
JvmRouteSessionIDBinderLifecycleListenerorg.apache.catalina.ha.sessionRegister new JvmRouteSessionIDBinderListener to receive Session ID changes.
JvmRouteSessionIDBinderListenerorg.apache.catalina.cluster.sessionReceive SessionID cluster change from other backup node after primary session node is failed.
JvmRouteSessionIDBinderListenerorg.apache.catalina.ha.sessionReceive SessionID cluster change from other backup node after primary session node is failed.
LabelTagorg.apache.webapp.admin

Nested tag that represents an individual "labels" for a row.

LabelValueBeanorg.apache.webapp.adminSimple JavaBean to represent label-value pairs for use in collections that are utilized by the <form:options> tag.
LazyReplicatedMaporg.apache.catalina.tribes.tipisA smart implementation of a stateful replicated map.
Libraryorg.apache.tomcat.jniLibrary
LibtoolCompilerorg.apache.jk.ant.compilersCompile using libtool.
LibtoolLinkerorg.apache.jk.ant.compilersLink using libtool.
LifecycleEventorg.apache.catalinaGeneral event for notifying listeners of significant changes on a component that implements the Lifecycle interface.
LifecycleListenerRuleorg.apache.catalina.startup

Rule that creates a new LifecycleListener instance, and associates it with the top object on the stack (which must implement LifecycleListener).

LifecycleSupportorg.apache.catalina.utilSupport class to assist in firing LifecycleEvent notifications to registered LifecycleListeners.
LinkerAdapterorg.apache.jk.ant.compilerss/javac/C linker/ The interface that all compiler adapters must adher to.
LinkObjectorg.apache.catalina.tribes.transport.bio.utilThe class LinkObject implements an element for a linked list, consisting of a general data object and a pointer to the next element.
LinkObjectorg.apache.catalina.cluster.utilThe class LinkObject implements an element for a linked list, consisting of a general data object and a pointer to the next element.
ListDataSourcesActionorg.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".

ListEnvEntriesActionorg.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".

ListGroupsActionorg.apache.webapp.admin.users

Retrieve the set of MBean names for all currently defined groups, and expose them in a request attribute named "groupsForm".

ListMailSessionsActionorg.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".

ListResourceLinksActionorg.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".

ListRolesActionorg.apache.webapp.admin.users

Retrieve the set of MBean names for all currently defined roles, and expose them in a request attribute named "rolesForm".

Listsorg.apache.webapp.adminGeneral purpose utility methods to create lists of objects that are commonly required in building the user interface.
ListTaskorg.apache.catalina.antAnt task that implements the /list command, supported by the Tomcat manager application.
ListUserDatabasesActionorg.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".

ListUsersActionorg.apache.webapp.admin.users

Retrieve the set of MBean names for all currently defined users, and expose them in a request attribute named "usersForm".

Loaderorg.apache.tomcat.util.loaderBoostrap loader for Catalina or other java apps.
LoaderSForg.apache.catalina.storeconfigStore Loader Element.
Localorg.apache.tomcat.jniLocal socket
Localizerorg.apache.jasper.compilerClass responsible for converting error codes to corresponding localized error messages.
LocalServerorg.apache.tomcat.jniLocal Socket server example
Lockorg.apache.tomcat.jniLock
Loggerorg.apache.ajpA simple logger class used by classes in this package.
Search