| Library: | Apache Tomcat |
| Version: | 6.0.14 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AbsoluteOrder | org.apache.catalina.tribes.group | Title: Membership - Absolute Order |
| AbsoluteOrder.AbsoluteComparator | org.apache.catalina.tribes.group | No description provided. |
| 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 | No description provided. |
| 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 |
|
| AbstractRxTask | org.apache.catalina.tribes.transport | No description provided. |
| AbstractSender | org.apache.catalina.tribes.transport | Title: |
| AbstractUser | org.apache.catalina.users | Convenience base class for User implementations. |
| 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. |
| AccessLogValve.ByteSentElement | org.apache.catalina.valves | write bytes sent, excluding HTTP headers - %b, %B |
| AccessLogValve.CookieElement | org.apache.catalina.valves | write a specific cookie - %{xxx}c |
| AccessLogValve.DateAndTimeElement | org.apache.catalina.valves | write date and time, in Common Log Format - %t |
| AccessLogValve.ElapsedTimeElement | org.apache.catalina.valves | write time taken to process the request - %D, %T |
| AccessLogValve.HeaderElement | org.apache.catalina.valves | write incoming headers - %{xxx}i |
| AccessLogValve.HostElement | org.apache.catalina.valves | write remote host name - %h |
| AccessLogValve.HttpStatusCodeElement | org.apache.catalina.valves | write HTTP status code of the response - %s |
| AccessLogValve.LocalAddrElement | org.apache.catalina.valves | write local IP address - %A |
| AccessLogValve.LocalPortElement | org.apache.catalina.valves | write local port on which this request was received - %p |
| AccessLogValve.LocalServerNameElement | org.apache.catalina.valves | write local server name - %v |
| AccessLogValve.LogicalUserNameElement | org.apache.catalina.valves | write remote logical username from identd (always returns '-') - %l |
| AccessLogValve.MethodElement | org.apache.catalina.valves | write request method (GET, POST, etc.) - %m |
| AccessLogValve.ProtocolElement | org.apache.catalina.valves | write request protocol - %H |
| AccessLogValve.QueryElement | org.apache.catalina.valves | write Query string (prepended with a '?' if it exists) - %q |
| AccessLogValve.RemoteAddrElement | org.apache.catalina.valves | write remote IP address - %a |
| AccessLogValve.RequestAttributeElement | org.apache.catalina.valves | write an attribute in the ServletRequest - %{xxx}r |
| AccessLogValve.RequestElement | org.apache.catalina.valves | write first line of the request (method and request URI) - %r |
| AccessLogValve.RequestURIElement | org.apache.catalina.valves | write requested URL path - %U |
| AccessLogValve.SessionAttributeElement | org.apache.catalina.valves | write an attribute in the HttpSession - %{xxx}s |
| AccessLogValve.SessionIdElement | org.apache.catalina.valves | write user session ID - %S |
| AccessLogValve.StringElement | org.apache.catalina.valves | write any string |
| AccessLogValve.UserElement | org.apache.catalina.valves | write remote user that was authenticated (if any), else '-' - %u |
| ActionCode | org.apache.coyote | Enumerated class containing the adapter event codes. |
| Address | org.apache.tomcat.jni | Address |
| 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 |
| AjpMessage | org.apache.coyote.ajp | A single packet for communication between the web server and the container. |
| AjpProcessor | org.apache.coyote.ajp | Processes HTTP requests. |
| AjpProcessor.SocketInputBuffer | org.apache.coyote.ajp | This class is an input buffer which will read its data from an input stream. |
| AjpProcessor.SocketOutputBuffer | org.apache.coyote.ajp | This class is an output buffer which will write data to an output stream. |
| AjpProtocol | org.apache.coyote.ajp | Abstract the protocol implementation, including threading, etc. |
| AjpProtocol.AjpConnectionHandler | org.apache.coyote.ajp | No description provided. |
| AnnotationHelper | org.apache.jasper.runtime | Verify the annotation and Process it. |
| AntCompiler | org.apache.jasper.compiler | Main JSP compiler class. |
| AntCompiler.JasperAntLogger | org.apache.jasper.compiler | No description provided. |
| AntCompiler.SystemLogHandler | org.apache.jasper.compiler | No description provided. |
| 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. |
| 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. |
| 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. |
| Apr | org.apache.tomcat | 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. |
| ArithmeticNode | org.apache.el.parser | No description provided. |
| Arrays | org.apache.catalina.tribes.util | 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. |
| AstAnd | org.apache.el.parser | No description provided. |
| AstBracketSuffix | org.apache.el.parser | No description provided. |
| AstChoice | org.apache.el.parser | No description provided. |
| AstCompositeExpression | org.apache.el.parser | No description provided. |
| AstDeferredExpression | org.apache.el.parser | No description provided. |
| AstDiv | org.apache.el.parser | No description provided. |
| AstDotSuffix | org.apache.el.parser | No description provided. |
| AstDynamicExpression | org.apache.el.parser | No description provided. |
| AstEmpty | org.apache.el.parser | No description provided. |
| AstEqual | org.apache.el.parser | No description provided. |
| AstFalse | org.apache.el.parser | No description provided. |
| AstFloatingPoint | org.apache.el.parser | No description provided. |
| AstFunction | org.apache.el.parser | No description provided. |
| AstGreaterThan | org.apache.el.parser | No description provided. |
| AstGreaterThanEqual | org.apache.el.parser | No description provided. |
| AstIdentifier | org.apache.el.parser | No description provided. |
| AstInteger | org.apache.el.parser | No description provided. |
| AstLessThan | org.apache.el.parser | No description provided. |
| AstLessThanEqual | org.apache.el.parser | No description provided. |
| AstLiteralExpression | org.apache.el.parser | No description provided. |
| AstMinus | org.apache.el.parser | No description provided. |
| AstMod | org.apache.el.parser | No description provided. |
| AstMult | org.apache.el.parser | No description provided. |
| AstNegative | org.apache.el.parser | No description provided. |
| AstNot | org.apache.el.parser | No description provided. |
| AstNotEqual | org.apache.el.parser | No description provided. |
| AstNull | org.apache.el.parser | No description provided. |
| AstOr | org.apache.el.parser | No description provided. |
| AstPlus | org.apache.el.parser | No description provided. |
| AstString | org.apache.el.parser | No description provided. |
| AstTrue | org.apache.el.parser | No description provided. |
| AstValue | org.apache.el.parser | No description provided. |
| AstValue.Target | org.apache.el.parser | No description provided. |
| AttributeInfo | org.apache.tomcat.util.modeler | Internal configuration information for an |
| 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. |
| Base64 | org.apache.catalina.util | This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N. |
| Base64 | org.apache.tomcat.util.buf | This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N. |
| BaseAttributeFilter | org.apache.tomcat.util.modeler | Implementation of |
| BaseDirContext | org.apache.naming.resources | Directory Context implementation helper class. |
| 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. |
| BaseModelMBean | org.apache.tomcat.util.modeler | Basic implementation of the |
| BaseNotificationBroadcaster | org.apache.tomcat.util.modeler | Implementation of |
| 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. |
| BaseSessionComparator | org.apache.catalina.manager.util | Comparator which permits to compare on a session's content |
| 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. |
| BeanRepository | org.apache.jasper.compiler | Repository of {page, request, session, application}-scoped beans |
| BioReceiver | org.apache.catalina.tribes.transport.bio | Title: |
| BioReplicationTask | 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. |
| BooleanNode | org.apache.el.parser | No description provided. |
| 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. |
| BufferPool | org.apache.catalina.tribes.io | No description provided. |
| 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
instead it is sent as a byte array By default Tribes uses java serialization when it receives an object to be sent over the wire. |
| 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. |
| CatalinaProperties | org.apache.catalina.startup | Utility class to read the bootstrap Catalina configuration. |
| Catch | org.apache.jasper.tagplugins.jstl.core | No description provided. |
| 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. |
| ChannelCoordinator | org.apache.catalina.tribes.group | The channel coordinator object coordinates the membership service, the sender and the receiver. |
| ChannelData | org.apache.catalina.tribes.io | The ChannelData object is used to transfer a message through the
channel interceptor stack and eventually out on a transport to be sent
to another node. |
| ChannelException.FaultyMember | org.apache.catalina.tribes | Title: FaultyMember class |
| 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. |
| 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. |
| 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: |
| 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.ha.session | Receive replicated SessionMessage form other cluster node. |
| ClusterSingleSignOn | org.apache.catalina.ha.authenticator | A Valve that supports a "single sign on" user experience on each nodes of a cluster, where the security identity of a user who successfully authenticates to one web application is propogated to other web applications and to other nodes cluster in the same security domain. |
| ClusterSingleSignOnListener | org.apache.catalina.ha.authenticator | Receive replicated SingleSignOnMessage form other cluster node. |
| CometConnectionManagerValve | org.apache.catalina.valves | Implementation of a Valve that tracks Comet connections, and closes them when the associated session expires or the webapp is reloaded. |
| CometConnectionManagerValve.ConnectionInfo | org.apache.catalina.valves | No description provided. |
| CometEventImpl | org.apache.catalina.connector | No description provided. |
| Compiler | org.apache.jasper.compiler | Main JSP compiler class. |
| ConcurrentCache | org.apache.el.util | No description provided. |
| 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. |
| ConnectorMBean | org.apache.catalina.mbeans | A ModelMBean implementation for the
|
| Constants | org.apache.catalina.valves | Manifest constants for the org.apache.catalina.valves
package. |
| Constants | org.apache.catalina.users | Manifest constants for this Java package. |
| Constants | org.apache.catalina.ha.tcp | Manifest constants for the org.apache.catalina.ha.tcp
package. |
| Constants | org.apache.catalina.core | No description provided. |
| Constants | org.apache.coyote | Constants. |
| Constants | org.apache.coyote.ajp | Constants. |
| Constants | org.apache.catalina.loader | No description provided. |
| Constants | org.apache.catalina.session | Manifest constants for the org.apache.catalina.session
package. |
| Constants | org.apache.naming.resources | Static constants for this package. |
| Constants | org.apache.catalina.ha.session | Manifest constants for the org.apache.catalina.ha.session
package. |
| Constants | org.apache.catalina.tribes | Manifest constants for the org.apache.catalina.tribes
package. |
| Constants | org.apache.catalina.ha | Manifest constants for the org.apache.catalina.ha
package. |
| Constants | org.apache.catalina.servlets | No description provided. |
| Constants | org.apache.coyote.http11 | Constants. |
| Constants | org.apache.naming | Static constants for this package. |
| Constants | org.apache.catalina.manager.host | No description provided. |
| Constants | org.apache.catalina.realm | Manifest constants for this Java package. |
| Constants | org.apache.catalina.tribes.transport | Manifest constants for the org.apache.catalina.tribes.transport
package. |
| Constants | org.apache.catalina.manager | No description provided. |
| Constants | org.apache.naming.factory | Static constants for this package. |
| Constants | org.apache.jasper | Some constants and other global data that are used by the compiler and the runtime. |
| Constants | org.apache.catalina.startup | String constants for the startup package. |
| Constants | org.apache.catalina.authenticator | No description provided. |
| Constants | org.apache.catalina.tribes.membership | Manifest constants for the org.apache.catalina.tribes.membership
package. |
| Constants | org.apache.catalina.connector | Static constants for this package. |
| Constants.AccessLog | org.apache.catalina.valves | No description provided. |
| ConstructorInfo | org.apache.tomcat.util.modeler | Internal configuration information for a |
| 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
|
| ContextHandler | org.apache.catalina.deploy | Representation of a handler reference for a web service, as
represented in a <handler> element in the
deployment descriptor. |
| 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. |
| ContextService | org.apache.catalina.deploy | Representation of a web service reference for a web application, as
represented in a <service-ref> element in the
deployment descriptor. |
| 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. |
| 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. |
| DataSourceRealm | org.apache.catalina.realm | Implmentation of Realm that works with any JDBC JNDI DataSource. |
| DateTool | org.apache.catalina.util | Common place for date utils. |
| DateTool | org.apache.tomcat.util.buf | Common place for date utils. |
| DefaultAnnotationProcessor | org.apache.catalina.util | Verify the annotation and Process it. |
| DefaultContextMBean | org.apache.catalina.mbeans | A ModelMBean implementation for the
|
| DefaultFileItem | org.apache.tomcat.util.http.fileupload | The default implementation of the FileItem interface. |
| DefaultFileItemFactory | org.apache.tomcat.util.http.fileupload | The default FileItemFactory implementation. |
| 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. |
| DeferredFileOutputStream | org.apache.tomcat.util.http.fileupload | An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk. |
| DeltaManager | org.apache.catalina.ha.session | The DeltaManager manages replicated sessions by only replicating the deltas in data. |
| DeltaRequest | org.apache.catalina.ha.session | No description provided. |
| DeltaSession | org.apache.catalina.ha.session | Similar to the StandardSession except that this session will keep track of deltas during a request. |
| 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 |
| DiskFileUpload | org.apache.tomcat.util.http.fileupload | High level API for processing file uploads. |
| DomainFilterInterceptor | org.apache.catalina.tribes.group.interceptors | Title: Member domain filter interceptor |
| DomUtil | org.apache.tomcat.util | Few simple utils to read DOM |
| DomUtil.NullResolver | org.apache.tomcat.util | No description provided. |
| 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. |
| EjbFactory | org.apache.naming.factory | Object factory for EJBs. |
| EjbRef | org.apache.naming | Represents a reference address to an EJB. |
| ELArithmetic | org.apache.el.lang | A helper class of Arithmetic defined by the EL Specification |
| ELArithmetic.BigDecimalDelegate | org.apache.el.lang | No description provided. |
| ELArithmetic.BigIntegerDelegate | org.apache.el.lang | No description provided. |
| ELArithmetic.DoubleDelegate | org.apache.el.lang | No description provided. |
| ELArithmetic.LongDelegate | org.apache.el.lang | No description provided. |
| ELContextImpl | org.apache.jasper.el | Implementation of ELContext |
| ELContextWrapper | org.apache.jasper.el | Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappers |
| ELFunctionMapper | org.apache.jasper.compiler | This class generates functions mappers for the EL expressions in the page. |
| ELParser | org.apache.el.parser | No description provided. |
| ELParser | org.apache.jasper.compiler | This class implements a parser for EL expressions. |
| ELParserTokenManager | org.apache.el.parser | No description provided. |
| ELResolverImpl | org.apache.jasper.el | No description provided. |
| ELSupport | org.apache.el.lang | A helper class that implements the EL Specification |
| 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. |
| Enumerator | org.apache.jasper.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. |
| 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. |
| EvaluationContext | org.apache.el.lang | No description provided. |
| ExpandWar | org.apache.catalina.startup | Expand out a WAR in a Host's appBase. |
| ExpressionBuilder | org.apache.el.lang | No description provided. |
| ExpressionEvaluatorImpl | org.apache.jasper.el | No description provided. |
| ExpressionFactoryImpl | org.apache.el | No description provided. |
| ExpressionImpl | org.apache.jasper.el | No description provided. |
| 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. |
| ExtendedAccessLogValve.CookieElement | org.apache.catalina.valves | No description provided. |
| ExtendedAccessLogValve.DateElement | org.apache.catalina.valves | No description provided. |
| ExtendedAccessLogValve.PatternTokenizer | org.apache.catalina.valves | No description provided. |
| ExtendedAccessLogValve.RequestAttributeElement | org.apache.catalina.valves | No description provided. |
| ExtendedAccessLogValve.RequestHeaderElement | org.apache.catalina.valves | No description provided. |
| ExtendedAccessLogValve.RequestParameterElement | org.apache.catalina.valves | No description provided. |
| ExtendedAccessLogValve.ResponseHeaderElement | org.apache.catalina.valves | No description provided. |
| ExtendedAccessLogValve.ServletContextElement | org.apache.catalina.valves | No description provided. |
| ExtendedAccessLogValve.SessionAttributeElement | org.apache.catalina.valves | No description provided. |
| ExtendedAccessLogValve.TimeElement | org.apache.catalina.valves | No description provided. |
| 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.ha.deploy | A farm war deployer is a class that is able to deploy/undeploy web applications in WAR form within the cluster. |
| FastCommonAccessLogValve | org.apache.catalina.valves | No description provided. |
| 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. |
| FeatureInfo | org.apache.tomcat.util.modeler | Convenience base class for |
| 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.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.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. |
| FileUpload | org.apache.tomcat.util.http.fileupload | High level API for processing file uploads. |
| FileUploadBase | org.apache.tomcat.util.http.fileupload | High level API for processing file uploads. |
| 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. |
| FixedNotificationFilter | org.apache.tomcat.util.modeler | Special NotificationFilter that allows modeler to optimize its notifications. |
| 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. |
| FunctionMapperFactory | org.apache.el.lang | No description provided. |
| FunctionMapperImpl | org.apache.jasper.el | No description provided. |
| FunctionMapperImpl | org.apache.el.lang | No description provided. |
| FunctionMapperImpl.Function | org.apache.el.lang | No description provided. |
| 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 |
| 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 default implementation of a Channel. The GroupChannel manages the replication channel. |
| GroupChannel.HeartbeatThread | org.apache.catalina.tribes.group | Title: Internal heartbeat thread |
| GroupChannel.InterceptorIterator | org.apache.catalina.tribes.group | Title: Interceptor Iterator |
| GroupMBean | org.apache.catalina.mbeans | A ModelMBean implementation for the
|
| 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. |
| HandlerRef | org.apache.naming | Represents a reference handler for a web service. |
| HandlerRequest | org.apache.jk.common | Handle messages related with basic request information. |
| HexUtils | org.apache.catalina.util | Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits. |
| HexUtils | org.apache.tomcat.util.buf | 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. |
| HostManagerServlet | org.apache.catalina.manager.host | 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. |
| HTMLHostManagerServlet | org.apache.catalina.manager.host | 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. |
| Http11NioProcessor | org.apache.coyote.http11 | Processes HTTP requests. |
| Http11NioProtocol | 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. |
| Http11Protocol.Http11ConnectionHandler | org.apache.coyote.http11 | No description provided. |
| 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. |
| IdentityInputFilter | org.apache.coyote.http11.filters | Identity input filter. |
| IdentityOutputFilter | org.apache.coyote.http11.filters | Identity output filter. |
| 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. |
| 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. |
| InternalNioInputBuffer | org.apache.coyote.http11 | Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding. |
| InternalNioInputBuffer.HeaderParseData | org.apache.coyote.http11 | No description provided. |
| InternalNioInputBuffer.SocketInputBuffer | org.apache.coyote.http11 | This class is an input buffer which will read its data from an input stream. |
| InternalNioOutputBuffer | org.apache.coyote.http11 | Output buffer. |
| InternalNioOutputBuffer.SocketOutputBuffer | org.apache.coyote.http11 | This class is an output buffer which will write data to an output 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). |
| JasperListener | org.apache.catalina.core | This listener is designed to initialize Jasper before any web applications are started. |
| 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. |
| JDBCStore | org.apache.catalina.session | Implementation of the Store interface that stores
serialized session objects in a database. |
| JDTCompiler | org.apache.jasper.compiler | JDT class compiler. |
| JkCoyoteHandler | org.apache.jk.server | Plugs Jk into Coyote. |
| 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. |
| JKStatusUpdateTask | org.apache.catalina.ant | Ant task that implements the /status command, supported by the
mod_jk status (1.2.9) 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. |
| 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. |
| JniHandler | org.apache.jk.common | Base class for components using native code ( libjkjni.so ). |
| JspApplicationContextImpl | org.apache.jasper.runtime | Implementation of JspApplicationContext |
| 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. |
| JspFactoryImpl.PageContextPool | org.apache.jasper.runtime | No description provided. |
| JspFragmentHelper | org.apache.jasper.runtime | Helper class from which all Jsp Fragment helper classes extend. |
| JspHelper | org.apache.catalina.manager | Helper JavaBean for JSPs, because JSTL 1.1/EL 2.0 is too dumb to to what I need (call methods with parameters), or I am too dumb to use it correctly. |
| JspMethodExpression | org.apache.jasper.el | No description provided. |
| 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. |
| JspValueExpression | org.apache.jasper.el | Wrapper for providing context to ValueExpressions |
| 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. |
| JvmRouteBinderValve | org.apache.catalina.ha.session | Valve to handle Tomcat jvmRoute takeover using mod_jk module after node failure. |
| JvmRouteSessionIDBinderListener | org.apache.catalina.ha.session | Receive SessionID cluster change from other backup node after primary session node is failed. |
| LazyReplicatedMap | org.apache.catalina.tribes.tipis | A smart implementation of a stateful replicated map. |
| Library | org.apache.tomcat.jni | Library |
| 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. |
| 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. |
| ListTask | org.apache.catalina.ant | Ant task that implements the /list command, supported by the
Tomcat manager application. |
| Local | org.apache.tomcat.jni | Local socket |
| Localizer | org.apache.jasper.compiler | Class responsible for converting error codes to corresponding localized error messages. |
| Lock | org.apache.tomcat.jni | Lock |
| LogFactory | org.apache.juli.logging | Modified LogFactory: removed all discovery, hardcode a specific implementation If you like a different logging implementation - use either the discovery-based commons-logging, or better - another implementation hardcoded to your favourite logging impl. |
| LoginConfig | org.apache.catalina.deploy | Representation of a login configuration element for a web application,
as represented in a <login-config> element in the
deployment descriptor. |
| Logs | org.apache.catalina.tribes.util | Simple class that holds references to global loggers |
| LRUCache | org.apache.tomcat.util.collections | This class implements a Generic LRU Cache |
| MailSessionFactory | org.apache.naming.factory | Factory class that creates a JNDI named JavaMail Session factory, which can be used for managing inbound and outbound electronic mail messages via JavaMail APIs. |
| ManagedBean | org.apache.tomcat.util.modeler | Internal configuration information for a managed bean (MBean) descriptor. |
| ManagerBase | org.apache.catalina.session | Minimal implementation of the Manager interface that supports no session persistence or distributable capabilities. |
| ManagerServlet | org.apache.catalina.manager | Servlet that enables remote management of the web applications installed within the same virtual host as this web application is. |
| ManifestResource | org.apache.catalina.util | Representation of a Manifest file and its available extensions and required extensions |
| Mapper | org.apache.tomcat.util.http.mapper | Mapper, which implements the servlet API mapping rules (which are derived from the HTTP rules). |
| Mapper.Context | org.apache.tomcat.util.http.mapper | No description provided. |
| Mapper.ContextList | org.apache.tomcat.util.http.mapper | No description provided. |
| Mapper.Host | org.apache.tomcat.util.http.mapper | No description provided. |
| Mapper.MapElement | org.apache.tomcat.util.http.mapper | No description provided. |
| Mapper.Wrapper | org.apache.tomcat.util.http.mapper | No description provided. |
| MapperListener | org.apache.catalina.connector | Mapper listener. |
| MappingData | org.apache.tomcat.util.http.mapper | Mapping data. |
| MBeanFactory | org.apache.catalina.mbeans | A ModelMBean implementation for the
|
| MbeansDescriptorsDigesterSource | org.apache.tomcat.util.modeler.modules | No description provided. |
| MbeansDescriptorsDOMSource | org.apache.tomcat.util.modeler.modules | No description provided. |
| MbeansDescriptorsIntrospectionSource | org.apache.tomcat.util.modeler.modules | No description provided. |
| MbeansDescriptorsSerSource | org.apache.tomcat.util.modeler.modules | No description provided. |
| MbeansSource | org.apache.tomcat.util.modeler.modules | This will create mbeans based on a config file. |
| Search |




