A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

ADD_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
The ContainerEvent event type sent when a new alias is added by addAlias().
ADD_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a child container is added by addChild().
ADD_MAPPER_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a Mapper is added by addMapper().
ADD_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a valve is added by addValve(), if this Container supports pipelines.
AFTER_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the destroy() method has returned.
AFTER_DISPATCH_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the service() method of a servlet accessed via a request dispatcher has returned.
AFTER_FILTER_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the doFilter() method of a Filter has returned.
AFTER_INIT_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the init() method has returned.
AFTER_SERVICE_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the service() method has returned.
AFTER_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component after start" event.
AFTER_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component after stop" event.
ALTERNATE_CONTENT_LENGTH - Static variable in class org.apache.naming.resources.ResourceAttributes
Content length.
ALTERNATE_CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
ALTERNATE_LAST_MODIFIED - Static variable in class org.apache.naming.resources.ResourceAttributes
Last modification date.
ALTERNATE_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Type.
AUTH - Static variable in class org.apache.naming.ResourceRef
Auth address type.
AbstractCatalinaTask - class org.apache.catalina.ant.AbstractCatalinaTask.
Abstract base class for Ant tasks that interact with the Manager web application for dynamically deploying and undeploying applications.
AbstractCatalinaTask() - Constructor for class org.apache.catalina.ant.AbstractCatalinaTask
 
AbstractGroup - class org.apache.catalina.users.AbstractGroup.
Convenience base class for Group implementations.
AbstractGroup() - Constructor for class org.apache.catalina.users.AbstractGroup
 
AbstractRole - class org.apache.catalina.users.AbstractRole.
Convenience base class for Role implementations.
AbstractRole() - Constructor for class org.apache.catalina.users.AbstractRole
 
AbstractUser - class org.apache.catalina.users.AbstractUser.
Convenience base class for User implementations.
AbstractUser() - Constructor for class org.apache.catalina.users.AbstractUser
 
AccessLogValve - class org.apache.catalina.valves.AccessLogValve.
Implementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.
AccessLogValve() - Constructor for class org.apache.catalina.valves.AccessLogValve
Construct a new instance of this class with default property values.
ApplicationContext - class org.apache.catalina.core.ApplicationContext.
Standard implementation of ServletContext that represents a web application's execution environment.
ApplicationContext(String, StandardContext) - Constructor for class org.apache.catalina.core.ApplicationContext
Construct a new instance of this class, associated with the specified Context instance.
ApplicationContext.PrivilegedGetInitParameter - class org.apache.catalina.core.ApplicationContext.PrivilegedGetInitParameter.
 
ApplicationContext.PrivilegedGetInitParameterNames - class org.apache.catalina.core.ApplicationContext.PrivilegedGetInitParameterNames.
 
ApplicationContext.PrivilegedGetNamedDispatcher - class org.apache.catalina.core.ApplicationContext.PrivilegedGetNamedDispatcher.
 
ApplicationContext.PrivilegedGetRequestDispatcher - class org.apache.catalina.core.ApplicationContext.PrivilegedGetRequestDispatcher.
 
ApplicationContext.PrivilegedGetResource - class org.apache.catalina.core.ApplicationContext.PrivilegedGetResource.
 
ApplicationContext.PrivilegedGetResourcePaths - class org.apache.catalina.core.ApplicationContext.PrivilegedGetResourcePaths.
 
ApplicationContext.PrivilegedLogException - class org.apache.catalina.core.ApplicationContext.PrivilegedLogException.
 
ApplicationContext.PrivilegedLogMessage - class org.apache.catalina.core.ApplicationContext.PrivilegedLogMessage.
 
ApplicationContext.PrivilegedLogThrowable - class org.apache.catalina.core.ApplicationContext.PrivilegedLogThrowable.
 
ApplicationContextFacade - class org.apache.catalina.core.ApplicationContextFacade.
Facade object which masks the internal ApplicationContext object from the web application.
ApplicationContextFacade(ApplicationContext) - Constructor for class org.apache.catalina.core.ApplicationContextFacade
Construct a new instance of this class, associated with the specified Context instance.
ApplicationParameter - class org.apache.catalina.deploy.ApplicationParameter.
Representation of a context initialization parameter that is configured in the server configuration file, rather than the application deployment descriptor.
ApplicationParameter() - Constructor for class org.apache.catalina.deploy.ApplicationParameter
 
ApplicationWebXml - Static variable in class org.apache.catalina.startup.Constants
 
Authenticator - interface org.apache.catalina.Authenticator.
An Authenticator is a component (usually a Valve or Container) that provides some sort of authentication service.
AuthenticatorBase - class org.apache.catalina.authenticator.AuthenticatorBase.
Basic implementation of the Valve interface that enforces the <security-constraint> elements in the web application deployment descriptor.
AuthenticatorBase() - Constructor for class org.apache.catalina.authenticator.AuthenticatorBase
 
abort() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 2 of authenticating a Subject when Phase 1 fails.
absoluteBase - Variable in class org.apache.naming.resources.FileDirContext
Absolute normalized filename of the base.
access() - Method in interface org.apache.catalina.Session
Update the accessed time information for this session.
accessControl(HttpRequest, HttpResponse, SecurityConstraint) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Perform access control based on the specified authorization constraint.
accessed - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
add(Session) - Method in interface org.apache.catalina.Manager
Add this Session to the set of active Sessions for this Manager.
add(Session) - Method in class org.apache.catalina.session.ManagerBase
Add this Session to the set of active Sessions for this Manager.
add(Object) - Method in class org.apache.catalina.util.ResourceSet
Add the specified element to this set if it is not already present.
addAlias(String) - Method in interface org.apache.catalina.Host
Add an alias name that should be mapped to this same Host.
addAlias(String) - Method in class org.apache.catalina.core.StandardHost
Add an alias name that should be mapped to this same Host.
addAlias(String) - Method in class org.apache.catalina.mbeans.StandardHostMBean
Add an alias name that should be mapped to this Host
addApplicationListener(String) - Method in interface org.apache.catalina.Context
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationListener(String) - Method in interface org.apache.catalina.DefaultContext
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationListener(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationParameter(ApplicationParameter) - Method in interface org.apache.catalina.Context
Add a new application parameter for this application.
addApplicationParameter(ApplicationParameter) - Method in interface org.apache.catalina.DefaultContext
Add a new application parameter for this application.
addApplicationParameter(ApplicationParameter) - Method in class org.apache.catalina.core.StandardContext
Add a new application parameter for this application.
addApplicationParameter(ApplicationParameter) - Method in class org.apache.catalina.core.StandardDefaultContext
Add a new application parameter for this application.
addAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Add an authorization role, which is a role name that will be permitted access to the resources protected by this security constraint.
addBuiltinCommands() - Method in class org.apache.catalina.ssi.SSIProcessor
 
addChild(Container) - Method in interface org.apache.catalina.Container
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - Method in class org.apache.catalina.core.ContainerBase
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - Method in class org.apache.catalina.core.StandardContext
Add a child Container, only if the proposed child is an implementation of Wrapper.
addChild(Container) - Method in class org.apache.catalina.core.StandardEngine
Add a child Container, only if the proposed child is an implementation of Host.
addChild(Container) - Method in class org.apache.catalina.core.StandardHost
Add a child Container, only if the proposed child is an implementation of Context.
addChild(Container) - Method in class org.apache.catalina.core.StandardHostDeployer
Delegate a request to add a child Context to our associated Host.
addChild(Container) - Method in class org.apache.catalina.core.StandardWrapper
Refuse to add a child Container, because Wrappers are the lowest level of the Container hierarchy.
addChild(Container) - Method in class org.apache.catalina.startup.HostConfig
Used by digester to add a context in HostConfig.getContextPath(java.io.File).
addChild(WARDirContext.Entry) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
addCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.SecurityConstraint
Add a new web resource collection to those protected by this security constraint.
addCommand(String, SSICommand) - Method in class org.apache.catalina.ssi.SSIProcessor
 
addConnector(Connector) - Method in interface org.apache.catalina.Service
Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.
addConnector(Connector) - Method in class org.apache.catalina.core.StandardService
Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.
addConnector(Connector) - Method in class org.apache.catalina.startup.Embedded
Add a new Connector to the set of defined Connectors.
addConnector(Connector) - Method in class org.apache.catalina.startup.EmbeddedManager
Add a new Connector to the set of defined Connectors.
addConnector(Connector) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Add a new Connector to the set of defined Connectors.
addConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
Add a security constraint to the set for this web application.
addConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
Add a security constraint to the set for this web application.
addContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
Add a container event listener to this component.
addContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
Add a container event listener to this component.
addCookie(Cookie) - Method in interface org.apache.catalina.HttpRequest
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addCookie(Cookie) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Add the specified Cookie to those that will be included with this Response.
addCookie(Cookie) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
addCookie(Cookie) - Method in class org.apache.catalina.core.MappingRequest
 
addDateHeader(String, long) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Add the specified date header to the specified value.
addDateHeader(String, long) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
addDefaultContext(DefaultContext) - Method in interface org.apache.catalina.Engine
Set the DefaultContext for new web applications.
addDefaultContext(DefaultContext) - Method in interface org.apache.catalina.Host
Set the DefaultContext for new web applications.
addDefaultContext(DefaultContext) - Method in class org.apache.catalina.core.StandardEngine
Set the DefaultContext for new web applications.
addDefaultContext(DefaultContext) - Method in class org.apache.catalina.core.StandardHost
Set the DefaultContext for new web applications.
addDefaultMapper(String) - Method in class org.apache.catalina.core.ContainerBase
Add a default Mapper implementation if none have been configured explicitly.
addDefaultMapper(String) - Method in class org.apache.catalina.core.StandardContext
Add a default Mapper implementation if none have been configured explicitly.
addDefaultMapper(String) - Method in class org.apache.catalina.core.StandardEngine
Add a default Mapper implementation if none have been configured explicitly.
addDefaultMapper(String) - Method in class org.apache.catalina.core.StandardHost
Add a default Mapper implementation if none have been configured explicitly.
addDefaultMapper(String) - Method in class org.apache.catalina.core.StandardWrapper
Add a default Mapper implementation if none have been configured explicitly.
addEjb(ContextEjb) - Method in interface org.apache.catalina.Context
Add an EJB resource reference for this web application.
addEjb(ContextEjb) - Method in interface org.apache.catalina.DefaultContext
Add an EJB resource reference for this web application.
addEjb(ContextEjb) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified EJBs in the naming context.
addEjb(ContextEjb) - Method in class org.apache.catalina.core.StandardContext
Add an EJB resource reference for this web application.
addEjb(ContextEjb) - Method in class org.apache.catalina.core.StandardDefaultContext
Add an EJB resource reference for this web application.
addEjb(ContextEjb) - Method in class org.apache.catalina.deploy.NamingResources
Add an EJB resource reference for this web application.
addEngine(Engine) - Method in class org.apache.catalina.startup.Embedded
Add a new Engine to the set of defined Engines.
addEngine(Engine) - Method in class org.apache.catalina.startup.EmbeddedManager
Add a new Engine to the set of defined Engines.
addEngine(Engine) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Add a new Engine to the set of defined Engines.
addEnvironment(ContextEnvironment) - Method in interface org.apache.catalina.Context
Add an environment entry for this web application.
addEnvironment(ContextEnvironment) - Method in interface org.apache.catalina.DefaultContext
Add an environment entry for this web application.
addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified environment entries in the naming context.
addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.core.StandardContext
Add an environment entry for this web application.
addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.core.StandardDefaultContext
Add an environment entry for this web application.
addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.deploy.NamingResources
Add an environment entry for this web application.
addEnvironment(String, String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Add an environment entry for this web application.
addEnvironment(String, String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add an environment entry for this web application.
addEnvironment(String, String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Add an environment entry for this web application.
addErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
Add an error page for the specified error or Java exception.
addErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
Add an error page for the specified error or Java exception.
addFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
Add a filter definition to this Context.
addFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
Add a filter definition to this Context.
addFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
Add a filter mapping to this Context.
addFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Add a filter mapping to this Context.
addGroup(Group) - Method in interface org.apache.catalina.User
Add a new Group to those this user belongs to.
addGroup(String) - Method in class org.apache.catalina.mbeans.UserMBean
Add a new Group to those this user belongs to.
addGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
Add a new Group to those this user belongs to.
addGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
Add a new Group to those this user belongs to.
addHeader(String, String) - Method in interface org.apache.catalina.HttpRequest
Add a Header to the set of Headers associated with this Request.
addHeader(String, String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addHeader(String, String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Add a Header to the set of Headers associated with this Request.
addHeader(String, String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Add a Header to the set of Headers associated with this Request.
addHeader(String, String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Add the specified header to the specified value.
addHeader(String, String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
addHeader(String, String) - Method in class org.apache.catalina.core.MappingRequest
 
addInitParameter(String, String) - Method in interface org.apache.catalina.Wrapper
Add a new servlet initialization parameter for this servlet.
addInitParameter(String, String) - Method in class org.apache.catalina.core.StandardWrapper
Add a new servlet initialization parameter for this servlet.
addInitParameter(String, String) - Method in class org.apache.catalina.deploy.FilterDef
Add an initialization parameter to the set of parameters associated with this filter.
addInstanceListener(String) - Method in interface org.apache.catalina.Context
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addInstanceListener(String) - Method in interface org.apache.catalina.DefaultContext
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Add a new listener interested in InstanceEvents.
addInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addInstanceListener(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
Add a new listener interested in InstanceEvents.
addInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
Add a lifecycle event listener to this component.
addIntHeader(String, int) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Add the specified integer header to the specified value.
addIntHeader(String, int) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
addLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.SingleSignOn
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.cluster.StandardCluster
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ContainerBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.FastEngineMapper
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardDefaultContext
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardPipeline
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardServer
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardService
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoader
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappLoader
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.logger.FileLogger
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.realm.RealmBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.PersistentManagerBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StandardManager
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StoreBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.startup.Embedded
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.CertificatesValve
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Adds a Lifecycle listener.
addLocalEjb(ContextLocalEjb) - Method in interface org.apache.catalina.Context
Add a local EJB resource reference for this web application.
addLocalEjb(ContextLocalEjb) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified local EJBs in the naming context.
addLocalEjb(ContextLocalEjb) - Method in class org.apache.catalina.core.StandardContext
Add a local EJB resource reference for this web application.
addLocalEjb(ContextLocalEjb) - Method in class org.apache.catalina.deploy.NamingResources
Add a local EJB resource reference for this web application.
addLocale(Locale) - Method in interface org.apache.catalina.HttpRequest
Add a Locale to the set of preferred Locales for this Request.
addLocale(Locale) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addLocale(Locale) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Add a Locale to the set of preferred Locales for this Request.
addLocale(Locale) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Add a Locale to the set of preferred Locales for this Request.
addLocale(Locale) - Method in class org.apache.catalina.core.MappingRequest
 
addMapper(Mapper) - Method in interface org.apache.catalina.Container
Add the specified Mapper associated with this Container.
addMapper(Mapper) - Method in class org.apache.catalina.core.ContainerBase
Add the specified Mapper associated with this Container.
addMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add an HTTP request method to be part of this web resource collection.
addMimeMapping(String, String) - Method in interface org.apache.catalina.Context
Add a new MIME mapping, replacing any existing mapping for the specified extension.
addMimeMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new MIME mapping, replacing any existing mapping for the specified extension.
addParameter(String, String) - Method in interface org.apache.catalina.Context
Add a new context initialization parameter, replacing any existing value for the specified name.
addParameter(String, String) - Method in interface org.apache.catalina.DefaultContext
Add a new context initialization parameter, replacing any existing value for the specified name.
addParameter(String, String[]) - Method in interface org.apache.catalina.HttpRequest
Add a parameter name and corresponding set of values to this Request.
addParameter(String, String[]) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addParameter(String, String[]) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Add a parameter name and corresponding set of values to this Request.
addParameter(String, String[]) - Method in class org.apache.catalina.core.MappingRequest
 
addParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new context initialization parameter.
addParameter(String, String) - Method in class org.apache.catalina.core.StandardDefaultContext
Add a new context initialization parameter, replacing any existing value for the specified name.
addParameter(String, String) - Method in class org.apache.catalina.deploy.ResourceParams
 
addPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add a URL pattern to be part of this web resource collection.
addPermission(String) - Method in class org.apache.catalina.loader.WebappClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path.
addPermission(URL) - Method in class org.apache.catalina.loader.WebappClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for URL.
addPermission(Permission) - Method in class org.apache.catalina.loader.WebappClassLoader
If there is a Java SecurityManager add a Permission.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.DefaultContext
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Logger
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardDefaultContext
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.deploy.NamingResources
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.WebappLoader
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.logger.LoggerBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.startup.Embedded
Add a property change listener to this component.
addRepository(String) - Method in interface org.apache.catalina.Loader
Add a new repository to the set of repositories for this class loader.
addRepository(String) - Method in interface org.apache.catalina.loader.Reloader
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - Method in class org.apache.catalina.loader.WebappLoader
Add a new repository to the set of repositories for this class loader.
addRepositoryInternal(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Add a repository to our internal array only.
addResource(ContextResource) - Method in interface org.apache.catalina.Context
Add a resource reference for this web application.
addResource(ContextResource) - Method in interface org.apache.catalina.DefaultContext
Add a resource reference for this web application.
addResource(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
addResource(ContextResource) - Method in class org.apache.catalina.core.StandardContext
Add a resource reference for this web application.
addResource(ContextResource) - Method in class org.apache.catalina.core.StandardDefaultContext
Add a resource reference for this web application.
addResource(ContextResource) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource reference for this web application.
addResource(String, String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Add a resource reference for this web application.
addResource(String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add a resource reference for this web application.
addResource(String, String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Add a resource reference for this web application.
addResourceEnvRef(String, String) - Method in interface org.apache.catalina.Context
Add a resource environment reference for this web application.
addResourceEnvRef(String, String) - Method in interface org.apache.catalina.DefaultContext
Add a resource environment reference for this web application.
addResourceEnvRef(String, String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
addResourceEnvRef(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a resource environment reference for this web application.
addResourceEnvRef(String, String) - Method in class org.apache.catalina.core.StandardDefaultContext
Add a resource environment reference for this web application.
addResourceEnvRef(String, String) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource environment reference for this web application.
addResourceLink(ContextResourceLink) - Method in interface org.apache.catalina.Context
Add a resource link for this web application.
addResourceLink(ContextResourceLink) - Method in interface org.apache.catalina.DefaultContext
Add a resource link for this web application.
addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resource link in the naming context.
addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.core.StandardContext
Add a resource link for this web application.
addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.core.StandardDefaultContext
Add a resource link for this web application.
addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource link for this web application.
addResourceLink(String, String, String, String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Add a resource link for this web application.
addResourceLink(String, String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add a resource link reference for this web application.
addResourceLink(String, String, String, String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Add a resource link for this web application.
addResourceParams(ResourceParams) - Method in interface org.apache.catalina.DefaultContext
Add resource parameters for this web application.
addResourceParams(ResourceParams) - Method in class org.apache.catalina.core.StandardContext
Add resource parameters for this web application.
addResourceParams(ResourceParams) - Method in class org.apache.catalina.core.StandardDefaultContext
Add resource parameters for this web application.
addResourceParams(ResourceParams) - Method in class org.apache.catalina.deploy.NamingResources
Add resource parameters for this web application.
addRole(Role) - Method in interface org.apache.catalina.Group
Add a new Role to those assigned specifically to this group.
addRole(Role) - Method in interface org.apache.catalina.User
Add a Role to those assigned specifically to this user.
addRole(String) - Method in class org.apache.catalina.mbeans.GroupMBean
Add a new Role to those this group belongs to.
addRole(String) - Method in class org.apache.catalina.mbeans.UserMBean
Add a new Role to those this user belongs to.
addRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
Add a new Role to those assigned specifically to this group.
addRole(Role) - Method in class org.apache.catalina.users.AbstractUser
Add a new Role to those assigned specifically to this user.
addRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
Add a new Role to those assigned specifically to this group.
addRole(Role) - Method in class org.apache.catalina.users.MemoryUser
Add a new Role to those assigned specifically to this user.
addRoleMapping(String, String) - Method in interface org.apache.catalina.Context
Add a security role reference for this web application.
addRoleMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a security role reference for this web application.
addRuleInstances(Digester) - Method in class org.apache.catalina.realm.MemoryRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.ContextRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.EngineRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.HostRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.NamingRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.TldRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.WebRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addSafeCharacter(char) - Method in class org.apache.catalina.util.URLEncoder
 
addSecurityReference(String, String) - Method in interface org.apache.catalina.Wrapper
Add a new security role reference record to the set of records for this servlet.
addSecurityReference(String, String) - Method in class org.apache.catalina.core.StandardWrapper
Add a new security role reference record to the set of records for this servlet.
addSecurityRole(String) - Method in interface org.apache.catalina.Context
Add a new security role for this web application.
addSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Add a new security role for this web application.
addService(Service) - Method in interface org.apache.catalina.Server
Add a new Service to the set of defined Services.
addService(Service) - Method in class org.apache.catalina.core.StandardServer
Add a new Service to the set of defined Services.
addServletMapping(String, String) - Method in interface org.apache.catalina.Context
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
Add a session event listener to this component.
addTaglib(String, String) - Method in interface org.apache.catalina.Context
Add a JSP tag library for the specified URI.
addTaglib(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a JSP tag library for the specified URI.
addToEnvironment(String, Object) - Method in class org.apache.naming.NamingContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.apache.naming.SelectorContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Adds a new environment property to the environment of this context.
addURL(URL) - Method in class org.apache.catalina.loader.WebappClassLoader
Add the specified URL to the classloader.
addValve(Valve) - Method in interface org.apache.catalina.Pipeline
Add a new Valve to the end of the pipeline associated with this Container.
addValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
Add a new Valve to the end of the pipeline associated with this Container.
addValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Add a new Valve to the end of the pipeline associated with this Container.
addVariableNames(Collection) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Adds any external variables to the variableNames collection.
addVariableNames(Collection) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
addWelcomeFile(String) - Method in interface org.apache.catalina.Context
Add a new welcome file to the set recognized by this Context.
addWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Add a new welcome file to the set recognized by this Context.
addWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperLifecycle(String) - Method in interface org.apache.catalina.DefaultContext
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - Method in interface org.apache.catalina.Context
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - Method in interface org.apache.catalina.DefaultContext
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
adjustURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
Adjust the URL pattern to begin with a leading slash, if appropriate (i.e.
advance() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position by one, if we are not already past the end of the string.
algorithm - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The message digest algorithm to be used when generating session identifiers.
algorithm - Variable in class org.apache.catalina.session.ManagerBase
The message digest algorithm to be used when generating session identifiers.
allocate() - Method in interface org.apache.catalina.Wrapper
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allocate() - Method in class org.apache.catalina.core.StandardWrapper
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allocate() - Method in class org.apache.naming.resources.BaseDirContext
Allocate resources for this directory context.
allow - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of allow expressions.
allowLinking - Variable in class org.apache.catalina.core.StandardContext
Allow linking.
allowLinking - Variable in class org.apache.naming.resources.FileDirContext
Allow linking.
allows - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of allow pre-compiled regular expressions we will evaluate.
alternateURL - Variable in class org.apache.catalina.realm.JNDIRealm
An alternate URL, to which, we should connect if connectionURL fails.
appBase() - Method in class org.apache.catalina.startup.HostConfig
Return a File object representing the "application root" directory for our associated Host.
appCommitted - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. Has this response been committed by the application yet?
appName - Variable in class org.apache.catalina.realm.JAASRealm
The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules.
appendParameters(HttpServletRequest, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Append the request parameters to the redirection string before calling sendRedirect.
appendRemainingComponent(String) - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
appendRemainingName(Name) - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
arguments(String[]) - Method in class org.apache.catalina.startup.Catalina
Process the specified command line arguments, and return true if we should continue processing; otherwise return false.
arguments(String[]) - Method in class org.apache.catalina.startup.CatalinaService
Process the specified command line arguments, and return true if we should continue processing; otherwise return false.
asctimeFormat - Static variable in class org.apache.catalina.util.DateTool
 
associate(String, Session) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Associate the specified single sign on identifier with the specified Session.
attributes - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The attributes associated with this Request, keyed by attribute name.
attributes - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
attributes - Variable in class org.apache.naming.resources.DirContextURLConnection
Attributes.
attributes - Variable in class org.apache.naming.resources.ResourceAttributes
External attributes.
authType - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The authentication type used for this request.
authenticate(String, String) - Method in interface org.apache.catalina.Realm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, byte[]) - Method in interface org.apache.catalina.Realm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - Method in interface org.apache.catalina.Realm
Return the Principal associated with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2069; otherwise return null.
authenticate(X509Certificate[]) - Method in interface org.apache.catalina.Realm
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(HttpRequest, HttpResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Authenticate the user making this request, based on the specified login configuration.
authenticate(HttpRequest, HttpResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(HttpRequest, HttpResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(HttpRequest, HttpResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(HttpRequest, HttpResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(HttpRequest, HttpResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Authenticate the user by checking for the existence of a certificate chain (which should have been made visible by an instance of CertificatesValveauthenticate(String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(Connection, String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.JAASRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(Connection, String, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(DirContext, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, byte[]) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2617; otherwise return null.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified chain of X509 client certificates.
authentication - Variable in class org.apache.catalina.realm.JNDIRealm
The type of authentication to use
authorization - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The authorization credentials sent with this Request.
available() - Method in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Returns the number of bytes that can be read from this input stream without blocking.
available - Variable in class org.apache.catalina.loader.StandardClassLoader
The set of optional packages (formerly standard extensions) that are available in the repositories associated with this class loader.
available - Variable in class org.apache.catalina.loader.WebappClassLoader
The set of optional packages (formerly standard extensions) that are available in the repositories associated with this class loader.
await() - Method in interface org.apache.catalina.Server
Wait until a proper shutdown command is received, then return.
await() - Method in class org.apache.catalina.core.StandardServer
Wait until a proper shutdown command is received, then return.

B

BASIC_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
BEFORE_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the destroy method is about to be called for this instance.
BEFORE_DISPATCH_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the service() method of a servlet accessed via a request dispatcher is about to be called.
BEFORE_FILTER_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the doFilter() method of a Filter is about to be called.
BEFORE_INIT_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the init() method is about to be called for this instance.
BEFORE_SERVICE_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the service() method is about to be called on a servlet.
BEFORE_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component before start" event.
BEFORE_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component before stop" event.
BUFFER_SIZE - Static variable in class org.apache.catalina.ssi.SSIExec
 
BUFFER_SIZE - Static variable in class org.apache.catalina.ssi.SSIProcessor
 
BUFFER_SIZE - Static variable in class org.apache.naming.resources.FileDirContext
The descriptive information string for this implementation.
Base64 - class org.apache.catalina.util.Base64.
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.apache.catalina.util.Base64
 
BaseDirContext - class org.apache.naming.resources.BaseDirContext.
Directory Context implementation helper class.
BaseDirContext() - Constructor for class org.apache.naming.resources.BaseDirContext
Builds a base directory context.
BaseDirContext(Hashtable) - Constructor for class org.apache.naming.resources.BaseDirContext
Builds a base directory context using the given environment.
BasicAuthenticator - class org.apache.catalina.authenticator.BasicAuthenticator.
An Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication."
BasicAuthenticator() - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator
 
BeanFactory - class org.apache.naming.factory.BeanFactory.
Object factory for any Resource conforming to the JavaBean spec.
BeanFactory() - Constructor for class org.apache.naming.factory.BeanFactory
 
Bootstrap - class org.apache.catalina.startup.Bootstrap.
Boostrap loader for Catalina.
Bootstrap() - Constructor for class org.apache.catalina.startup.Bootstrap
 
BootstrapService - class org.apache.catalina.startup.BootstrapService.
Special version of the Catalina bootstrap, designed to be invoked with JNI, and designed to allow easier wrapping by system level components, which would otherwise be confused by the asychronous startup and shutdown Catalina uses.
BootstrapService() - Constructor for class org.apache.catalina.startup.BootstrapService
 
BootstrapServiceContext - class org.apache.catalina.startup.BootstrapServiceContext.
Context for the BootstrapService.
BootstrapServiceContext() - Constructor for class org.apache.catalina.startup.BootstrapServiceContext
 
ByteArrayServletOutputStream - class org.apache.catalina.ssi.ByteArrayServletOutputStream.
Class that extends ServletOuputStream, used as a wrapper from within SsiInclude
ByteArrayServletOutputStream() - Constructor for class org.apache.catalina.ssi.ByteArrayServletOutputStream
Construct a new ServletOutputStream
base - Variable in class org.apache.naming.resources.FileDirContext
The document base directory.
base - Variable in class org.apache.naming.resources.WARDirContext
The WAR file.
basic - Variable in class org.apache.catalina.core.StandardPipeline
The basic Valve (if any) associated with this Pipeline.
begin(Attributes) - Method in class org.apache.catalina.startup.ConnectorCreateRule
Process the beginning of this element.
begin(Attributes) - Method in class org.apache.catalina.startup.CopyParentClassLoaderRule
Handle the beginning of an XML element.
begin(Attributes) - Method in class org.apache.catalina.startup.LifecycleListenerRule
Handle the beginning of an XML element.
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.SetAllPropertiesRule
Handle the beginning of an XML element.
binaryContent - Variable in class org.apache.catalina.loader.ResourceEntry
Binary content of the resource.
binaryContent - Variable in class org.apache.naming.resources.Resource
Binary content.
bind(Name, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(Name, Object, boolean) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object.
bind(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes.
bind(DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a class loader.
bind(ClassLoader, DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a class loader.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Binds a name to an object, along with associated attributes.
bind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Binds a name to an object, along with associated attributes.
bindAsUser(DirContext, User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check credentials by binding to the directory as the user
bindClassLoader(Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a class loader.
bindClassLoader(Object, Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindContext(Object, Context) - Static method in class org.apache.naming.ContextBindings
Binds a context name.
bindContext(Object, Context, Object) - Static method in class org.apache.naming.ContextBindings
Binds a context name.
bindThread(Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindThread(DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a thread.
bindings - Variable in class org.apache.naming.NamingContext
Bindings in this Context.
blanksToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts blank strings to another string
blanksToString(String, String) - Method in class org.apache.catalina.util.ProcessEnvironment
Converts blank strings to another string
buf - Variable in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Internal buffer.
buffer - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The buffer through which all of our output bytes are passed.
buffer - Variable in class org.apache.catalina.util.XMLWriter
Buffer.
bufferCount - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The number of data bytes currently in the buffer.
buffered - Variable in class org.apache.catalina.ssi.SSIServlet
Should the output be buffered.

C

CERTIFICATES_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the array of X509Certificate objects representing the certificate chain presented by our client, if any.
CERT_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
CGIProcessEnvironment - class org.apache.catalina.util.CGIProcessEnvironment.
Encapsulates the CGI Process' environment and rules to derive that environment from the servlet container and request information.
CGIProcessEnvironment(HttpServletRequest, ServletContext) - Constructor for class org.apache.catalina.util.CGIProcessEnvironment
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIProcessEnvironment(HttpServletRequest, ServletContext, String) - Constructor for class org.apache.catalina.util.CGIProcessEnvironment
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIProcessEnvironment(HttpServletRequest, ServletContext, int) - Constructor for class org.apache.catalina.util.CGIProcessEnvironment
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIProcessEnvironment(HttpServletRequest, ServletContext, String, int) - Constructor for class org.apache.catalina.util.CGIProcessEnvironment
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIServlet - class org.apache.catalina.servlets.CGIServlet.
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() - Constructor for class org.apache.catalina.servlets.CGIServlet
 
CGIServlet.CGIEnvironment - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment.
Encapsulates the CGI environment and rules to derive that environment from the servlet container and request information.
CGIServlet.CGIEnvironment(HttpServletRequest, ServletContext) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Creates a CGIEnvironment and derives the necessary environment, query parameters, working directory, cgi command, etc.
CGIServlet.CGIRunner - class org.apache.catalina.servlets.CGIServlet.CGIRunner.
Encapsulates the knowledge of how to run a CGI script, given the script's desired environment and (optionally) input/output streams
CGIServlet.CGIRunner(String, Hashtable, File, ArrayList) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIRunner
Creates a CGIRunner and initializes its environment, working directory, and query parameters.
CGIServlet.HTTPHeaderInputStream - class org.apache.catalina.servlets.CGIServlet.HTTPHeaderInputStream.
This is an input stream specifically for reading HTTP headers.
CGIServlet.NameValuePair - class org.apache.catalina.servlets.CGIServlet.NameValuePair.
This is a simple class for storing name-value pairs.
CIPHER_SUITE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the name of the cipher suite being used on an SSL connection (as an object of type java.lang.String).
CLASS_LOADER_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store the class loader used for loading servlets (as an object of type java.lang.ClassLoader).
CLASS_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store the class path for our application class loader (as an object of type String), delimited with the appropriate path delimiter for this platform.
CLOSING - Static variable in class org.apache.catalina.util.XMLWriter
Closing tag.
COLLECTION_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Collection type.
COMBINED_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMBINED_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMMAND_END - Static variable in class org.apache.catalina.ssi.SSIProcessor
The end pattern
COMMAND_START - Static variable in class org.apache.catalina.ssi.SSIProcessor
The start pattern
COMMON_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMMON_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
CONTENT_LANGUAGE - Static variable in class org.apache.naming.resources.ResourceAttributes
Content language.
CONTENT_LENGTH - Static variable in class org.apache.naming.resources.ResourceAttributes
Content length.
CONTENT_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
MIME type of the content.
CONTEXT - Static variable in class org.apache.naming.NamingEntry
 
CONTEXT - Static variable in class org.apache.naming.resources.ProxyDirContext
 
CONTEXT_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original context path is stored on an included dispatcher request.
CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
Catalina - class org.apache.catalina.startup.Catalina.
Startup/Shutdown shell program for Catalina.
Catalina() - Constructor for class org.apache.catalina.startup.Catalina
 
Catalina.CatalinaShutdownHook - class org.apache.catalina.startup.Catalina.CatalinaShutdownHook.
Shutdown hook which will perform a clean shutdown of Catalina if needed.
Catalina.CatalinaShutdownHook() - Constructor for class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
CatalinaManager - class org.apache.catalina.startup.CatalinaManager.
Implementation of the Catalina JMX MBean as a wrapper of the Catalina class.
CatalinaManager() - Constructor for class org.apache.catalina.startup.CatalinaManager
 
CatalinaManagerMBean - interface org.apache.catalina.startup.CatalinaManagerMBean.
Catalina MBean interface.
CatalinaService - class org.apache.catalina.startup.CatalinaService.
Startup/Shutdown shell program for Catalina.
CatalinaService() - Constructor for class org.apache.catalina.startup.CatalinaService
 
CertificatesValve - class org.apache.catalina.valves.CertificatesValve.
Implementation of a Valve that deals with SSL client certificates, as follows:
CertificatesValve() - Constructor for class org.apache.catalina.valves.CertificatesValve
 
CharsetMapper - class org.apache.catalina.util.CharsetMapper.
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.
CharsetMapper() - Constructor for class org.apache.catalina.util.CharsetMapper
Construct a new CharsetMapper using the default properties resource.
CharsetMapper(String) - Constructor for class org.apache.catalina.util.CharsetMapper
Construct a new CharsetMapper using the specified properties resource.
ClassLoaderFactory - class org.apache.catalina.startup.ClassLoaderFactory.
Utility class for building class loaders for Catalina.
ClassLoaderFactory() - Constructor for class org.apache.catalina.startup.ClassLoaderFactory
 
ClassNameMBean - class org.apache.catalina.mbeans.ClassNameMBean.
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.
ClassNameMBean() - Constructor for class org.apache.catalina.mbeans.ClassNameMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ClientAbortException - exception org.apache.catalina.connector.ClientAbortException.
Wrap an IOException identifying it as being caused by an abort of a request by a remote client.
ClientAbortException() - Constructor for class org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException with no other information.
ClientAbortException(String) - Constructor for class org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message.
ClientAbortException(Throwable) - Constructor for class org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified throwable.
ClientAbortException(String, Throwable) - Constructor for class org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message and throwable.
Cluster - interface org.apache.catalina.Cluster.
A Cluster works as a Cluster client/server for the local host Different Cluster implementations can be used to support different ways to communicate within the Cluster.
ClusterMemberInfo - class org.apache.catalina.cluster.ClusterMemberInfo.
Class that represents a member in a Cluster, keeps information that can be used when implementing Classes thats utilizing a Cluster.
ClusterMemberInfo() - Constructor for class org.apache.catalina.cluster.ClusterMemberInfo
 
ClusterReceiver - interface org.apache.catalina.cluster.ClusterReceiver.
This class is responsible for Receiving incoming packets in a Cluster.
ClusterSender - interface org.apache.catalina.cluster.ClusterSender.
This class is responsible for sending outgoing packets to a Cluster.
ClusterSessionBase - class org.apache.catalina.cluster.ClusterSessionBase.
This is an abstract implementation of ClusterSender and ClusterReceiver which provide basic functionallity shared by the two components.
ClusterSessionBase() - Constructor for class org.apache.catalina.cluster.ClusterSessionBase
 
Connector - interface org.apache.catalina.Connector.
A Connector is a component responsible receiving requests from, and returning responses to, a client application.
ConnectorCreateRule - class org.apache.catalina.startup.ConnectorCreateRule.
Rule implementation that creates a connector.
ConnectorCreateRule() - Constructor for class org.apache.catalina.startup.ConnectorCreateRule
 
ConnectorMBean - class org.apache.catalina.mbeans.ConnectorMBean.
A ModelMBean implementation for the org.apache.coyote.tomcat4.CoyoteConnector component.
ConnectorMBean() - Constructor for class org.apache.catalina.mbeans.ConnectorMBean
Construct a ModelMBean with default ModelMBeanInfo information.
Constants - class org.apache.catalina.authenticator.Constants.
 
Constants() - Constructor for class org.apache.catalina.authenticator.Constants
 
Constants - class org.apache.catalina.cluster.Constants.
Manifest constants for the org.apache.catalina.cluster package.
Constants() - Constructor for class org.apache.catalina.cluster.Constants
 
Constants - class org.apache.catalina.connector.Constants.
Static constants for this package.
Constants() - Constructor for class org.apache.catalina.connector.Constants
 
Constants - class org.apache.catalina.connector.http.Constants.
Deprecated.  
Constants() - Constructor for class org.apache.catalina.connector.http.Constants
Deprecated.  
Constants - class org.apache.catalina.connector.http10.Constants.
Deprecated.  
Constants() - Constructor for class org.apache.catalina.connector.http10.Constants
Deprecated.  
Constants - class org.apache.catalina.core.Constants.
 
Constants() - Constructor for class org.apache.catalina.core.Constants
 
Constants - class org.apache.catalina.loader.Constants.
 
Constants() - Constructor for class org.apache.catalina.loader.Constants
 
Constants - class org.apache.catalina.logger.Constants.
Manifest constants for the org.apache.catalina.logger package.
Constants() - Constructor for class org.apache.catalina.logger.Constants
 
Constants - class org.apache.catalina.realm.Constants.
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.realm.Constants
 
Constants - class org.apache.catalina.servlets.Constants.
 
Constants() - Constructor for class org.apache.catalina.servlets.Constants
 
Constants - class org.apache.catalina.session.Constants.
Manifest constants for the org.apache.catalina.session package.
Constants() - Constructor for class org.apache.catalina.session.Constants
 
Constants - class org.apache.catalina.startup.Constants.
String constants for the startup package.
Constants() - Constructor for class org.apache.catalina.startup.Constants
 
Constants - class org.apache.catalina.users.Constants.
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.users.Constants
 
Constants - class org.apache.catalina.valves.Constants.
Manifest constants for the org.apache.catalina.valves package.
Constants() - Constructor for class org.apache.catalina.valves.Constants
 
Constants - class org.apache.naming.Constants.
Static constants for this package.
Constants() - Constructor for class org.apache.naming.Constants
 
Constants - class org.apache.naming.factory.Constants.
Static constants for this package.
Constants() - Constructor for class org.apache.naming.factory.Constants
 
Constants - class org.apache.naming.resources.Constants.
Static constants for this package.
Constants() - Constructor for class org.apache.naming.resources.Constants
 
Constants.AccessLog - class org.apache.catalina.valves.Constants.AccessLog.
 
Constants.AccessLog() - Constructor for class org.apache.catalina.valves.Constants.AccessLog
 
Contained - interface org.apache.catalina.Contained.
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
Container - interface org.apache.catalina.Container.
A Container is an object that can execute requests received from a client, and return responses based on those requests.
ContainerBase - class org.apache.catalina.core.ContainerBase.
Abstract implementation of the Container interface, providing common functionality required by nearly every implementation.
ContainerBase() - Constructor for class org.apache.catalina.core.ContainerBase
 
ContainerBase.PrivilegedAddChild - class org.apache.catalina.core.ContainerBase.PrivilegedAddChild.
Perform addChild with the permissions of this class.
ContainerEvent - class org.apache.catalina.ContainerEvent.
General event for notifying listeners of significant changes on a Container.
ContainerEvent(Container, String, Object) - Constructor for class org.apache.catalina.ContainerEvent
Construct a new ContainerEvent with the specified parameters.
ContainerListener - interface org.apache.catalina.ContainerListener.
Interface defining a listener for significant Container generated events.
ContainerServlet - interface org.apache.catalina.ContainerServlet.
A ContainerServlet is a servlet that has access to Catalina internal functionality, and is loaded from the Catalina class loader instead of the web application class loader.
Context - interface org.apache.catalina.Context.
A Context is a Container that represents a servlet context, and therefore an individual web application, in the Catalina servlet engine.
ContextAccessController - class org.apache.naming.ContextAccessController.
Handles the access control on the JNDI contexts.
ContextAccessController() - Constructor for class org.apache.naming.ContextAccessController
 
ContextBindings - class org.apache.naming.ContextBindings.
Handles the associations : Catalina context name with the NamingContext Calling thread with the NamingContext
ContextBindings() - Constructor for class org.apache.naming.ContextBindings
 
ContextConfig - class org.apache.catalina.startup.ContextConfig.
Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets.
ContextConfig() - Constructor for class org.apache.catalina.startup.ContextConfig
 
ContextEjb - class org.apache.catalina.deploy.ContextEjb.
Representation of an EJB resource reference for a web application, as represented in a <ejb-ref> element in the deployment descriptor.
ContextEjb() - Constructor for class org.apache.catalina.deploy.ContextEjb
 
ContextEnvironment - class org.apache.catalina.deploy.ContextEnvironment.
Representation of an application environment entry, as represented in an <env-entry> element in the deployment descriptor.
ContextEnvironment() - Constructor for class org.apache.catalina.deploy.ContextEnvironment
 
ContextEnvironmentMBean - class org.apache.catalina.mbeans.ContextEnvironmentMBean.
A ModelMBean implementation for the org.apache.catalina.deploy.ContextEnvironment component.
ContextEnvironmentMBean() - Constructor for class org.apache.catalina.mbeans.ContextEnvironmentMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContextLocalEjb - class org.apache.catalina.deploy.ContextLocalEjb.
Representation of a local EJB resource reference for a web application, as represented in a <ejb-local-ref> element in the deployment descriptor.
ContextLocalEjb() - Constructor for class org.apache.catalina.deploy.ContextLocalEjb
 
ContextResource - class org.apache.catalina.deploy.ContextResource.
Representation of a resource reference for a web application, as represented in a <resource-ref> element in the deployment descriptor.
ContextResource() - Constructor for class org.apache.catalina.deploy.ContextResource
 
ContextResourceLink - class org.apache.catalina.deploy.ContextResourceLink.
Representation of a resource link for a web application, as represented in a <ResourceLink> element in the server configuration file.
ContextResourceLink() - Constructor for class org.apache.catalina.deploy.ContextResourceLink
 
ContextResourceLinkMBean - class org.apache.catalina.mbeans.ContextResourceLinkMBean.
A ModelMBean implementation for the org.apache.catalina.deploy.ContextResourceLink component.
ContextResourceLinkMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceLinkMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContextResourceMBean - class org.apache.catalina.mbeans.ContextResourceMBean.
A ModelMBean implementation for the org.apache.catalina.deploy.ContextResource component.
ContextResourceMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContextRuleSet - class org.apache.catalina.startup.ContextRuleSet.
RuleSet for processing the contents of a Context or DefaultContext definition element.
ContextRuleSet() - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
ContextRuleSet(String) - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
CookieTools - class org.apache.catalina.util.CookieTools.
Cookie utils - generate cookie header, etc
CookieTools() - Constructor for class org.apache.catalina.util.CookieTools
 
CopyParentClassLoaderRule - class org.apache.catalina.startup.CopyParentClassLoaderRule.
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).
CopyParentClassLoaderRule(Digester) - Constructor for class org.apache.catalina.startup.CopyParentClassLoaderRule
Construct a new instance of this Rule.
CustomObjectInputStream - class org.apache.catalina.util.CustomObjectInputStream.
Custom subclass of ObjectInputStream that loads from the class loader for this web application.
CustomObjectInputStream(InputStream, ClassLoader) - Constructor for class org.apache.catalina.util.CustomObjectInputStream
Construct a new instance of CustomObjectInputStream
cache - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Should we cache authenticated Principals if the request is part of an HTTP session?
cache - Variable in class org.apache.catalina.authenticator.SingleSignOn
The cache of SingleSignOnEntry instances for authenticated Principals, keyed by the cookie value that is used to select them.
cache - Variable in class org.apache.naming.resources.ProxyDirContext
Cache.
cacheLoad(ProxyDirContext.CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Load entry into cache.
cacheLookup(String) - Method in class org.apache.naming.resources.ProxyDirContext
Lookup in cache.
cacheObjectMaxSize - Variable in class org.apache.naming.resources.BaseDirContext
Max size of resources which will have their content cached.
cacheObjectMaxSize - Variable in class org.apache.naming.resources.ProxyDirContext
Max size of resources which will have their content cached.
cacheSize - Variable in class org.apache.naming.resources.ProxyDirContext
Cache size
cacheTTL - Variable in class org.apache.catalina.core.StandardContext
Cache TTL in ms.
cacheTTL - Variable in class org.apache.naming.resources.BaseDirContext
Cache TTL.
cacheTTL - Variable in class org.apache.naming.resources.ProxyDirContext
Cache TTL.
cacheUnload(String) - Method in class org.apache.naming.resources.ProxyDirContext
Remove entry from cache.
cached - Variable in class org.apache.naming.resources.BaseDirContext
Cached.
cachingAllowed - Variable in class org.apache.catalina.core.StandardContext
Caching allowed flag.
callbackHandler - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The callback handler responsible for answering our requests.
canonical - Variable in class org.apache.catalina.util.DOMWriter
Canonical output.
caseSensitive - Variable in class org.apache.catalina.core.StandardContext
Case sensitivity.
caseSensitive - Variable in class org.apache.naming.resources.FileDirContext
Case sensitivity.
certificates - Variable in class org.apache.catalina.loader.ResourceEntry
Certificates (if the resource was loaded from a JAR).
certificates - Variable in class org.apache.catalina.valves.CertificatesValve
Are certificates required for authentication by this web application?
charCmp(String, int, String) - Method in class org.apache.catalina.ssi.SSIProcessor
 
characterEncoding - Variable in class org.apache.catalina.authenticator.FormAuthenticator
Character encoding to use to read the username and password parameters from the request.
characterEncoding - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The character encoding for this Request.
checkCredentials(DirContext, User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check whether the given User can be authenticated with the given credentials.
checkDeployed() - Method in class org.apache.catalina.startup.HostConfig
Check the list of files that have been auto-deployed to see if any of them have been removed, eg by the Manager app.
checkHead(HttpResponseImpl) - Method in class org.apache.catalina.connector.http.HttpResponseStream
Deprecated.  
checkIfHeaders(HttpServletRequest, HttpServletResponse, DefaultServlet.ResourceInfo) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the conditions specified in the optional If headers are satisfied.
checkIfHeaders(HttpServletRequest, HttpServletResponse, DefaultServlet.ResourceInfo) - Method in class org.apache.catalina.servlets.WebdavServlet
Check if the conditions specified in the optional If headers are satisfied.
checkInterval - Variable in class org.apache.catalina.session.StoreBase
The interval (in seconds) between checks for expired sessions.
checkSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Check a submitted security token.
checkUserData(HttpRequest, HttpResponse, SecurityConstraint) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Enforce any user data constraint required by the security constraint guarding this request URI.
checkWebXmlLastModified() - Method in class org.apache.catalina.startup.HostConfig
Check deployment descriptors last modified date.
checkWritable() - Method in class org.apache.naming.NamingContext
Throws a naming exception is Context is not writable.
children - Variable in class org.apache.catalina.core.ContainerBase
The child Containers belonging to this Container, keyed by name.
children - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
chunk - Variable in class org.apache.catalina.connector.http.HttpRequestStream
Deprecated. Use chunking ?
chunkBuffer - Variable in class org.apache.catalina.connector.http.HttpRequestStream
Deprecated. Chunk buffer.
chunkLength - Variable in class org.apache.catalina.connector.http.HttpRequestStream
Deprecated. Chunk length.
chunkPos - Variable in class org.apache.catalina.connector.http.HttpRequestStream
Deprecated. Chunk buffer position.
ciphers - Static variable in class org.apache.catalina.valves.CertificatesValve
A mapping table to determine the number of effective bits in the key when using a cipher suite containing the specified cipher name.
className - Variable in class org.apache.catalina.ssi.SSIMediator
 
clear() - Method in interface org.apache.catalina.Store
Remove all Sessions from this Store.
clear() - Method in class org.apache.catalina.connector.RequestFacade
Clear facade.
clear() - Method in class org.apache.catalina.connector.ResponseFacade
Clear facade.
clear() - Method in class org.apache.catalina.session.FileStore
Remove all of the Sessions in this Store.
clear() - Method in class org.apache.catalina.session.JDBCStore
Remove all of the Sessions in this Store.
clear() - Method in class org.apache.catalina.util.ParameterMap
Remove all mappings from this map.
clear() - Method in class org.apache.catalina.util.ResourceSet
Remove all of the elements from this set.
clearAttributes() - Method in class org.apache.catalina.core.ApplicationContext
Clear all application-created attributes.
clearCookies() - Method in interface org.apache.catalina.HttpRequest
Clear the collection of Cookies associated with this Request.
clearCookies() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Clear the collection of Cookies associated with this Request.
clearCookies() - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Clear the collection of Cookies associated with this Request.
clearCookies() - Method in class org.apache.catalina.core.MappingRequest
 
clearHeaders() - Method in interface org.apache.catalina.HttpRequest
Clear the collection of Headers associated with this Request.
clearHeaders() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Clear the collection of Headers associated with this Request.
clearHeaders() - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Clear the collection of Headers associated with this Request.
clearHeaders() - Method in class org.apache.catalina.core.MappingRequest
 
clearLocales() - Method in interface org.apache.catalina.HttpRequest
Clear the collection of Locales associated with this Request.
clearLocales() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Clear the collection of Locales associated with this Request.
clearLocales() - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Clear the collection of Locales associated with this Request.
clearLocales() - Method in class org.apache.catalina.core.MappingRequest
 
clearParameters() - Method in interface org.apache.catalina.HttpRequest
Clear the collection of parameters associated with this Request.
clearParameters() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Clear the collection of parameters associated with this Request.
clearParameters() - Method in class org.apache.catalina.core.MappingRequest
 
clearStore() - Method in class org.apache.catalina.session.PersistentManagerBase
Clear all sessions from the Store.
clone() - Method in class org.apache.naming.resources.ResourceAttributes
Clone the attributes object (WARNING: fake cloning).
close() - Method in interface org.apache.catalina.UserDatabase
Finalize access to this user database.
close() - Method in class org.apache.catalina.connector.RequestStream
Deprecated. Close this input stream.
close() - Method in class org.apache.catalina.connector.ResponseStream
Deprecated. Close this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
close() - Method in class org.apache.catalina.connector.http.HttpRequestStream
Deprecated. Close this input stream.
close() - Method in class org.apache.catalina.connector.http.HttpResponseStream
Deprecated. Close this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
close() - Method in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Close the input stream.
close(Connection) - Method in class org.apache.catalina.realm.JDBCRealm
Close the specified database connection.
close(DirContext) - Method in class org.apache.catalina.realm.JNDIRealm
Close any open connection to the directory server for this Realm.
close() - Method in class org.apache.catalina.users.MemoryUserDatabase
Finalize access to this user database.
close() - Method in class org.apache.naming.NamingContext
Closes this context.
close() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Closes this enumeration.
close() - Method in class org.apache.naming.NamingContextEnumeration
Closes this enumeration.
close() - Method in class org.apache.naming.SelectorContext
Closes this context.
close() - Method in class org.apache.naming.resources.BaseDirContext
Closes this context.
close() - Method in class org.apache.naming.resources.ProxyDirContext
Closes this context.
close() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Closes this enumeration.
closed - Variable in class org.apache.catalina.connector.RequestStream
Deprecated. Has this stream been closed?
closed - Variable in class org.apache.catalina.connector.ResponseStream
Deprecated. Has this stream been closed?
cluster - Variable in class org.apache.catalina.core.ContainerBase
The cluster with which this Container is associated.
codeBase - Variable in class org.apache.catalina.loader.ResourceEntry
URL of the codebase from where the object was loaded.
collection - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
collection - Variable in class org.apache.naming.resources.DirContextURLConnection
Associated DirContext.
collection - Variable in class org.apache.naming.resources.ResourceAttributes
Collection flag.
command - Variable in class org.apache.catalina.util.ProcessEnvironment
command to be invoked
commands - Variable in class org.apache.catalina.ssi.SSIProcessor
 
commit - Variable in class org.apache.catalina.connector.ResponseStream
Deprecated. Should we commit the response when we are flushed?
commit() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 2 of authenticating a Subject when Phase 1 was successful.
committed - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. Has this response been committed yet?
committed - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
Has our own commit() returned successfully?
compCtx - Variable in class org.apache.catalina.core.NamingContextListener
Comp context.
compareCredentials(DirContext, User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check whether the credentials presented by the user match those retrieved from the directory.
compareTo(Object) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
component - Variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
The owning Catalina component that we are attached to.
composeName(Name, Name) - Method in class org.apache.naming.NamingContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.NamingContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class org.apache.naming.SelectorContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.SelectorContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.resources.BaseDirContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.resources.ProxyDirContext
Composes the name of this context with a name relative to this context.
conditionalState - Variable in class org.apache.catalina.ssi.SSIMediator
 
config - Variable in class org.apache.catalina.ant.InstallTask
URL of the context configuration file for this application, if any.
configClass - Variable in class org.apache.catalina.startup.HostConfig
The Java class name of the Context configuration class we should use.
configErrMsg - Variable in class org.apache.catalina.ssi.SSIMediator
 
configFile - Variable in class org.apache.catalina.startup.Catalina
Pathname to the server configuration file.
configFile() - Method in class org.apache.catalina.startup.Catalina
Return a File object representing our configuration file.
configSizeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
 
configTimeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
 
connString - Variable in class org.apache.catalina.session.JDBCStore
Connection string to use when connecting to the DB.
connect() - Method in class org.apache.naming.resources.DirContextURLConnection
Connect to the DirContext, and retrive the bound object, as well as its attributes.
connectionAttempt - Variable in class org.apache.catalina.realm.JNDIRealm
The number of connection attempts.
connectionName - Variable in class org.apache.catalina.realm.JDBCRealm
The connection username to use when trying to connect to the database.
connectionName - Variable in class org.apache.catalina.realm.JNDIRealm
The connection username for the server we will contact.
connectionPassword - Variable in class org.apache.catalina.realm.JDBCRealm
The connection URL to use when trying to connect to the database.
connectionPassword - Variable in class org.apache.catalina.realm.JNDIRealm
The connection password for the server we will contact.
connectionURL - Variable in class org.apache.catalina.realm.JDBCRealm
The connection URL to use when trying to connect to the database.
connectionURL - Variable in class org.apache.catalina.realm.JNDIRealm
The connection URL for the server we will contact.
connector - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The Connector through which this Request was received.
connector - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The Connector through which this Response is returned.
connectors - Variable in class org.apache.catalina.startup.Embedded
The set of Connectors that have been deployed in this server.
container - Variable in class org.apache.catalina.connector.http.HttpConnector
Deprecated. The Container used for processing requests received by this Connector.
container - Variable in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. The Container used for processing requests received by this Connector.
container - Variable in class org.apache.catalina.core.NamingContextListener
Associated container.
container - Variable in class org.apache.catalina.core.StandardPipeline
The Container with which this Pipeline is associated.
container - Variable in class org.apache.catalina.logger.LoggerBase
The Container with which this Logger has been associated.
container - Variable in class org.apache.catalina.realm.RealmBase
The Container with which this Realm is associated.
container - Variable in class org.apache.catalina.session.ManagerBase
The Container with which this Manager is associated.
container - Variable in class org.apache.catalina.valves.ValveBase
The Container whose pipeline this Valve is a component of.
containerEvent(ContainerEvent) - Method in interface org.apache.catalina.ContainerListener
Acknowledge the occurrence of the specified event.
containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.FastEngineMapper
Acknowledge the occurrence of the specified event.
containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.NamingContextListener
Acknowledge the occurrence of the specified event.
containerEvent(ContainerEvent) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Handle a ContainerEvent from one of the Containers we are interested in.
containsHeader(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Has the specified header been set already in this response?
containsHeader(String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
contentCount - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The actual number of bytes written to this Response.
contentLength - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The content length associated with this request.
contentLength - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The content length associated with this Response.
contentLength - Variable in class org.apache.naming.resources.ResourceAttributes
Content length.
contentType - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The content type associated with this request.
contentType - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The content type associated with this Response.
context - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Context to which this Valve is attached.
context - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The Context within which this Request is being processed.
context - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The Context within which this Response is being produced.
context - Variable in class org.apache.catalina.realm.JNDIRealm
The directory context linking us to our directory server.
context - Variable in class org.apache.catalina.servlets.ManagerServlet
The Context container associated with our web application.
context - Variable in class org.apache.naming.resources.DirContextURLConnection
Directory context.
context - Variable in class org.apache.naming.resources.DirContextURLStreamHandler
Directory context.
contextClass - Variable in class org.apache.catalina.startup.HostConfig
The Java class name of the Context implementation we should use.
contextFactory - Variable in class org.apache.catalina.realm.JNDIRealm
The JNDI context factory used to acquire our InitialContext.
contextName - Variable in class org.apache.naming.resources.ProxyDirContext
Context name.
contextPath - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The context path for this request.
contextPath - Variable in class org.apache.catalina.core.MappingRequest
 
convert(String[]) - Static method in class org.apache.catalina.loader.StandardClassLoader
Convert an array of String to an array of URL and return it.
convert(String[], URLStreamHandlerFactory) - Static method in class org.apache.catalina.loader.StandardClassLoader
Convert an array of String to an array of URL and return it.
convert(String) - Static method in class org.apache.catalina.util.HexUtils
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
convert(byte[]) - Static method in class org.apache.catalina.util.HexUtils
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
convert(String) - Static method in class org.apache.catalina.util.MIME2Java
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
convert2Int(byte[]) - Static method in class org.apache.catalina.util.HexUtils
Convert 4 hex digits to an int, and return the number of converted bytes.
convertDateFormat(String) - Method in class org.apache.catalina.util.Strftime
Search the provided pattern and get the C standard Date/Time formatting rules and convert them to the Java equivalent.
cookies - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The set of cookies associated with this Request.
cookies - Variable in class org.apache.catalina.connector.HttpResponseBase
Deprecated. The set of Cookies associated with this Response.
count - Variable in class org.apache.catalina.connector.RequestStream
Deprecated. The number of bytes which have already been returned by this stream.
count - Variable in class org.apache.catalina.connector.ResponseStream
Deprecated. The number of bytes which have already been written to this stream.
count - Variable in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Last valid byte.
createAccessLoggerValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new AccessLoggerValve.
createAjpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new AjpConnector
createClassLoader(File[], File[], ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createConnector(InetAddress, int, boolean) - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return a new TCP/IP socket connector based on the specified properties.
createConnector(InetAddress, int, String) - Method in class org.apache.catalina.startup.Embedded
 
createConnector(InetAddress, int, boolean) - Method in class org.apache.catalina.startup.EmbeddedManager
Create, configure, and return a new TCP/IP socket connector based on the specified properties.
createConnector(InetAddress, int, boolean) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Create, configure, and return a new TCP/IP socket connector based on the specified properties.
createContext(String, String) - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return a Context that will process all HTTP requests received from one of the associated Connectors, and directed to the specified context path on the virtual host to which this Context is connected.
createContext(String, String) - Method in class org.apache.catalina.startup.EmbeddedManager
Create, configure, and return a Context that will process all HTTP requests received from one of the associated Connectors, and directed to the specified context path on the virtual host to which this Context is connected.
createContext(String, String) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Create, configure, and return a Context that will process all HTTP requests received from one of the associated Connectors, and directed to the specified context path on the virtual host to which this Context is connected.
createDefaultContext(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new DefaultContext.
createDigester() - Method in class org.apache.catalina.core.StandardHostDeployer
Create (if necessary) and return a Digester configured to process the context configuration descriptor for an application.
createDigester() - Method in class org.apache.catalina.startup.HostConfig
Create (if necessary) and return a Digester configured to process the context configuration descriptor for an application.
createEmptySession() - Method in interface org.apache.catalina.Manager
Get a session from the recycled ones or create a new empty one.
createEmptySession() - Method in class org.apache.catalina.session.ManagerBase
Get a session from the recycled ones or create a new empty one.
createEngine() - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return an Engine that will process all HTTP requests received from one of the associated Connectors, based on the specified properties.
createEngine() - Method in class org.apache.catalina.startup.EmbeddedManager
Create, configure, and return an Engine that will process all HTTP requests received from one of the associated Connectors, based on the specified properties.
createEngine() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Create, configure, and return an Engine that will process all HTTP requests received from one of the associated Connectors, based on the specified properties.
createFileLogger(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new FileLogger.
createGroup(String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new Group defined in this user database.
createGroup(String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new Group and return the corresponding MBean Name.
createGroup(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new Group defined in this user database.
createHost(String, String) - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return a Host that will process all HTTP requests received from one of the associated Connectors, and directed to the specified virtual host.
createHost(String, String) - Method in class org.apache.catalina.startup.EmbeddedManager
Create, configure, and return a Host that will process all HTTP requests received from one of the associated Connectors, and directed to the specified virtual host.
createHost(String, String) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Create, configure, and return a Host that will process all HTTP requests received from one of the associated Connectors, and directed to the specified virtual host.
createHttpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new HttpConnector
createHttpsConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new HttpsConnector
createInputStream() - Method in interface org.apache.catalina.Request
Create and return a ServletInputStream to read the content associated with this Request.
createInputStream() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Create and return a ServletInputStream to read the content associated with this Request.
createInputStream() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Create and return a ServletInputStream to read the content associated with this Request.
createInputStream() - Method in class org.apache.catalina.core.MappingRequest
 
createJDBCRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new JDBC Realm.
createJNDIRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new JNDI Realm.
createLoader(ClassLoader) - Method in class org.apache.catalina.startup.Embedded
Create and return a class loader manager that can be customized, and then attached to a Context, before it is started.
createMBean(Connector) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Connector object.
createMBean(Context) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Context object.
createMBean(Wrapper) - Static method in class org.apache.catalina.mbeans.MBeanUtils
 
createMBean(ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this ContextEnvironment object.
createMBean(ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this ContextResource object.
createMBean(ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this ContextResourceLink object.
createMBean(DefaultContext) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this DefaultContext object.
createMBean(Engine) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Engine object.
createMBean(Group) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Group object.
createMBean(Host) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Host object.
createMBean(Loader) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Loader object.
createMBean(Logger) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Logger object.
createMBean(Manager) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Manager object.
createMBean(MBeanFactory) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this MBeanFactory object.
createMBean(NamingResources) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this NamingResources object.
createMBean(Realm) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Realm object.
createMBean(Role) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Role object.
createMBean(Server) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Server object.
createMBean(Service) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Service object.
createMBean(User) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this User object.
createMBean(UserDatabase) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this UserDatabase object.
createMBean(Valve) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this Valve object.
createMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the interesting global JNDI resources.
createMBeans(String, Context) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the interesting global JNDI resources in the specified naming context.
createMBeans(String, UserDatabase) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the specified UserDatabase and its contents.
createMBeans() - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans that correspond to every existing node of our tree.
createMBeans(Connector) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Connector and its nested components.
createMBeans(Context) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Context and its nested components.
createMBeans(ContextEnvironment) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified ContextEnvironment entry.
createMBeans(Wrapper) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Servlet entry.
createMBeans(ContextResource) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified ContextResource entry.
createMBeans(ContextResourceLink) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified ContextResourceLink entry.
createMBeans(DefaultContext) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified DefaultContext and its nested components.
createMBeans(Engine) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Engine and its nested components.
createMBeans(Host) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Host and its nested components.
createMBeans(MBeanFactory) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for MBeanFactory.
createMBeans(NamingResources) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified NamingResources and its nested components.
createMBeans(Server) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Server and its nested components.
createMBeans(Service) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Service and its nested components.
createManagedName(Object) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and return the name of the ManagedBean that corresponds to this Catalina component.
createMemoryRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Memory Realm.
createObjectName(String, Connector) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Connector object.
createObjectName(String, Context) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Context object.
createObjectName(String, Wrapper) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Wrapper object.
createObjectName(String, ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextEnvironment object.
createObjectName(String, ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextResource object.
createObjectName(String, ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextResourceLink object.
createObjectName(String, DefaultContext) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this DefaultContext object.
createObjectName(String, Engine) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Engine object.
createObjectName(String, Group) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Group object.
createObjectName(String, Host) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Host object.
createObjectName(String, Loader) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Loader object.
createObjectName(String, Logger) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Logger object.
createObjectName(String, Manager) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Manager object.
createObjectName(String, NamingResources) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Server object.
createObjectName(String, MBeanFactory) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this MBeanFactory object.
createObjectName(String, Realm) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Realm object.
createObjectName(String, Role) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Role object.
createObjectName(String, Server) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Server object.
createObjectName(String, Service) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Service object.
createObjectName(String, User) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this User object.
createObjectName(String, UserDatabase) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this UserDatabase object.
createObjectName(String, Valve) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Valve object.
createObjectName77(String, Context) - Static method in class org.apache.catalina.mbeans.MBeanUtils
 
createOutputStream() - Method in interface org.apache.catalina.Response
Create and return a ServletOutputStream to write the content associated with this Response.
createOutputStream() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Create and return a ServletOutputStream to write the content associated with this Response.
createOutputStream() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Create and return a ServletOutputStream to write the content associated with this Response.
createPrincipal(String, Subject) - Method in class org.apache.catalina.realm.JAASRealm
Construct and return a java.security.Principal instance representing the authenticated user for the specified Subject.
createRegistry() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the registry of managed object descriptions.
createRemoteAddrValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Remote Address Filter Valve.
createRemoteHostValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Remote Host Filter Valve.
createRequest() - Method in interface org.apache.catalina.Connector
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createRequest() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createRequest() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createRequestDumperValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Request Dumper Valve.
createResponse() - Method in interface org.apache.catalina.Connector
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createResponse() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createResponse() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createRole(String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new Role defined in this user database.
createRole(String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new Role and return the corresponding MBean Name.
createRole(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new Role defined in this user database.
createServer() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the MBeanServer with which we will be registering our ModelMBean implementations.
createSession() - Method in interface org.apache.catalina.Manager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession() - Method in class org.apache.catalina.session.DistributedManager
Create a Session and replicate it in our Cluster
createSession() - Method in class org.apache.catalina.session.ManagerBase
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession() - Method in class org.apache.catalina.session.PersistentManagerBase
Return a new session object as long as the number of active sessions does not exceed maxActiveSessions.
createSession() - Method in class org.apache.catalina.session.StandardManager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSingleSignOn(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Single Sign On Valve.
createSocket(int) - Method in class org.apache.catalina.net.DefaultServerSocketFactory
Returns a server socket which uses all network interfaces on the host, and is bound to a the specified port.
createSocket(int, int) - Method in class org.apache.catalina.net.DefaultServerSocketFactory
Returns a server socket which uses all network interfaces on the host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int, int, InetAddress) - Method in class org.apache.catalina.net.DefaultServerSocketFactory
Returns a server socket which uses only the specified network interface on the local host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int) - Method in class org.apache.catalina.net.SSLServerSocketFactory
Return a server socket that uses all network interfaces on the host, and is bound to a specified port.
createSocket(int, int) - Method in class org.apache.catalina.net.SSLServerSocketFactory
Return a server socket that uses all network interfaces on the host, and is bound to a specified port, and uses the specified connection backlog.
createSocket(int, int, InetAddress) - Method in class org.apache.catalina.net.SSLServerSocketFactory
Return a server socket that uses the specified interface on the host, and is bound to a specified port, and uses the specified connection backlog.
createSocket(int) - Method in interface org.apache.catalina.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, and is bound to a the specified port.
createSocket(int, int) - Method in interface org.apache.catalina.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int, int, InetAddress) - Method in interface org.apache.catalina.net.ServerSocketFactory
Returns a server socket which uses only the specified network interface on the local host, is bound to a the specified port, and uses the specified connection backlog.
createStandardContext(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardContext.
createStandardEngine(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardEngine.
createStandardHost(String, String, String, boolean, boolean, boolean, boolean) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardHost.
createStandardManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardManager.
createStandardService(String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardService.
createStartDigester() - Method in class org.apache.catalina.startup.Catalina
Create and configure the Digester we will be using for startup.
createStopDigester() - Method in class org.apache.catalina.startup.Catalina
Create and configure the Digester we will be using for shutdown.
createSubcontext(Name) - Method in class org.apache.naming.NamingContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.NamingContext
Creates and binds a new context.
createSubcontext(Name) - Method in class org.apache.naming.SelectorContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.SelectorContext
Creates and binds a new context.
createSubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Creates and binds a new context, along with associated attributes.
createSystemErrLogger(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new System Error Logger.
createSystemOutLogger(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new System Output Logger.
createURLStreamHandler(String) - Method in class org.apache.naming.resources.DirContextURLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createUser(String, String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new User defined in this user database.
createUser(String, String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new User and return the corresponding MBean Name.
createUser(String, String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new User defined in this user database.
createUserDatabaseRealm(String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new UserDatabaseRealm.
createWebappLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Web Application Loader.
createWrapper() - Method in interface org.apache.catalina.Context
Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.
createWrapper() - Method in class org.apache.catalina.core.StandardContext
Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.
creation - Variable in class org.apache.naming.resources.ResourceAttributes
Creation time.
creationDate - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
creationDate - Variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
creationDateFormat - Static variable in class org.apache.catalina.servlets.WebdavServlet
Simple date format for the creation date ISO representation (partial).
credentials(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return a PreparedStatement configured to perform the SELECT required to retrieve user credentials for the specified username.
curUserPattern - Variable in class org.apache.catalina.realm.JNDIRealm
The current user pattern to be used for lookup and binding of a user.
currentDate - Static variable in class org.apache.catalina.util.FastHttpDateFormat
Current formatted date.
currentDateGenerated - Static variable in class org.apache.catalina.util.FastHttpDateFormat
Instant on which the currentDate object was generated.
custom(Request, Response, ErrorPage) - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Handle an HTTP status code or Java exception by forwarding control to the location included in the specified errorPage object.

D

DBCP_DATASOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEBUG - Static variable in interface org.apache.catalina.Logger
 
DEC - Static variable in class org.apache.catalina.util.HexUtils
 
DEFAULT_ALGORITHM - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The default message digest algorithm to use if we cannot use the requested one.
DEFAULT_ALGORITHM - Static variable in class org.apache.catalina.session.ManagerBase
The default message digest algorithm to use if we cannot use the requested one.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.util.IOTools
 
DEFAULT_CONFIG_ERR_MSG - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONFIG_SIZE_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONFIG_TIME_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.catalina.connector.http.Constants
Deprecated.  
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.catalina.connector.http10.Constants
Deprecated.  
DEFAULT_EJB_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_ENCODING - Static variable in class org.apache.catalina.ssi.SSIEcho
 
DEFAULT_FACTORY - Static variable in class org.apache.naming.EjbRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceEnvRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceLinkRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.TransactionRef
Default factory for this reference.
DEFAULT_NAMESPACE - Static variable in class org.apache.catalina.servlets.WebdavServlet
Default namespace.
DEFAULT_NAMESPACE - Static variable in class org.apache.naming.resources.Constants
 
DEFAULT_RESOURCE - Static variable in class org.apache.catalina.util.CharsetMapper
Default properties resource name.
DEFAULT_RESOURCE_ENV_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_RESOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_RESOURCE_LINK_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_RESOURCE_NAME - Static variable in class org.apache.naming.factory.TyrexResourceFactory
 
DEFAULT_TRANSACTION_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEREF_ALIASES - Static variable in class org.apache.catalina.realm.JNDIRealm
Constant that holds the name of the environment property for specifying the manner in which aliases should be dereferenced.
DESCRIPTION - Static variable in class org.apache.naming.ResourceRef
Description address type.
DIGEST_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
DOMWriter - class org.apache.catalina.util.DOMWriter.
A sample DOM writer.
DOMWriter(String, boolean) - Constructor for class org.apache.catalina.util.DOMWriter
 
DOMWriter(boolean) - Constructor for class org.apache.catalina.util.DOMWriter
Default constructor.
DOMWriter(Writer, boolean) - Constructor for class org.apache.catalina.util.DOMWriter
 
DataSourceClassName - Variable in class org.apache.naming.factory.SendMailFactory
 
DataSourceRealm - class org.apache.catalina.realm.DataSourceRealm.
Implmentation of Realm that works with any JDBC JNDI DataSource.
DataSourceRealm() - Constructor for class org.apache.catalina.realm.DataSourceRealm
 
DateTool - class org.apache.catalina.util.DateTool.
Common place for date utils.
DateTool() - Constructor for class org.apache.catalina.util.DateTool
 
DefaultContext - interface org.apache.catalina.DefaultContext.
Used to store the default configuration a Host will use when creating a Context.
DefaultContextMBean - class org.apache.catalina.mbeans.DefaultContextMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardDefaultContext component.
DefaultContextMBean() - Constructor for class org.apache.catalina.mbeans.DefaultContextMBean
Construct a ModelMBean with default ModelMBeanInfo information.
DefaultServerSocketFactory - class org.apache.catalina.net.DefaultServerSocketFactory.
Default server socket factory, which returns unadorned server sockts.
DefaultServerSocketFactory() - Constructor for class org.apache.catalina.net.DefaultServerSocketFactory
 
DefaultServlet - class org.apache.catalina.servlets.DefaultServlet.
The default resource-serving servlet for most web applications, used to serve static resources such as HTML pages and images.
DefaultServlet() - Constructor for class org.apache.catalina.servlets.DefaultServlet
 
DefaultServlet.ResourceInfo - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo.
 
DefaultServlet.ResourceInfo(String, DirContext) - Constructor for class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
Constructor.
DefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
 
DeployTask - class org.apache.catalina.ant.DeployTask.
Ant task that implements the /deploy command, supported by the Tomcat manager application.
DeployTask() - Constructor for class org.apache.catalina.ant.DeployTask
 
Deployer - interface org.apache.catalina.Deployer.
A Deployer is a specialized Container into which web applications can be deployed and undeployed.
Digest(String, String, String) - Static method in class org.apache.catalina.realm.RealmBase
Digest password using the algorithm especificied and convert the result to a corresponding hex string.
DigestAuthenticator - class org.apache.catalina.authenticator.DigestAuthenticator.
An Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).
DigestAuthenticator() - Constructor for class org.apache.catalina.authenticator.DigestAuthenticator
 
DirContextURLConnection - class org.apache.naming.resources.DirContextURLConnection.
Connection to a JNDI directory context.
DirContextURLConnection(DirContext, URL) - Constructor for class org.apache.naming.resources.DirContextURLConnection
 
DirContextURLStreamHandler - class org.apache.naming.resources.DirContextURLStreamHandler.
Stream handler to a JNDI directory context.
DirContextURLStreamHandler() - Constructor for class org.apache.naming.resources.DirContextURLStreamHandler
 
DirContextURLStreamHandler(DirContext) - Constructor for class org.apache.naming.resources.DirContextURLStreamHandler
 
DirContextURLStreamHandlerFactory - class org.apache.naming.resources.DirContextURLStreamHandlerFactory.
Factory for Stream handlers to a JNDI directory context.
DirContextURLStreamHandlerFactory() - Constructor for class org.apache.naming.resources.DirContextURLStreamHandlerFactory
 
DistributedManager - class org.apache.catalina.session.DistributedManager.
This manager is responsible for in memory replication of Sessions across a defined Cluster.
DistributedManager() - Constructor for class org.apache.catalina.session.DistributedManager
 
dataSourceName - Variable in class org.apache.catalina.realm.DataSourceRealm
The name of the JNDI JDBC DataSource
database - Variable in class org.apache.catalina.realm.UserDatabaseRealm
The UserDatabase we will use to authenticate users and identify associated roles.
database - Variable in class org.apache.catalina.users.MemoryGroup
The MemoryUserDatabase that owns this group.
database - Variable in class org.apache.catalina.users.MemoryRole
The MemoryUserDatabase that owns this role.
database - Variable in class org.apache.catalina.users.MemoryUser
The MemoryUserDatabase that owns this user.
date - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
date - Variable in class org.apache.naming.resources.DirContextURLConnection
Date.
dateCache - Static variable in class org.apache.catalina.util.FastHttpDateFormat
Date cache.
dbConnection - Variable in class org.apache.catalina.realm.JDBCRealm
The connection to the database.
deallocate(Servlet) - Method in interface org.apache.catalina.Wrapper
Return this previously allocated servlet to the pool of available instances.
deallocate(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
Return this previously allocated servlet to the pool of available instances.
debug - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.authenticator.SingleSignOn
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.core.ContainerBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.core.NamingContextListener
Debugging level.
debug - Variable in class org.apache.catalina.core.StandardPipeline
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.loader.StandardClassLoader
The debugging detail level of this component.
debug - Variable in class org.apache.catalina.loader.WebappClassLoader
The debugging detail level of this component.
debug - Variable in class org.apache.catalina.logger.LoggerBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.mbeans.ServerLifecycleListener
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
Should we log debugging messages?
debug - Variable in class org.apache.catalina.realm.RealmBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.servlets.DefaultServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.servlets.ManagerServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.session.ManagerBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.session.StoreBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.ssi.SSIMediator
 
debug - Variable in class org.apache.catalina.ssi.SSIProcessor
 
debug - Variable in class org.apache.catalina.ssi.SSIServlet
Debug level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
debug - Variable in class org.apache.catalina.startup.Catalina
Set the debugging detail level on our Digester.
debug - Variable in class org.apache.catalina.startup.Embedded
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.startup.HostConfig
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.util.ProcessEnvironment
the debugging detail level for this instance.
debug - Variable in class org.apache.catalina.valves.CertificatesValve
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.valves.ErrorDispatcherValve
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.valves.ValveBase
The debugging detail level for this component.
debug - Variable in class org.apache.naming.resources.BaseDirContext
The debugging detail level for this component.
decode(byte[]) - Static method in class org.apache.catalina.util.Base64
Decodes Base64 data into octects
decodePattern(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Decode the given pattern.
decodedRequestURI - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The decoded request URI associated with this request.
decodedURI - Variable in class org.apache.catalina.core.MappingRequest
 
defaultContext - Variable in class org.apache.catalina.loader.WebappLoader
The DefaultContext with which this Loader is associated.
defaultContext - Variable in class org.apache.catalina.session.ManagerBase
The DefaultContext with which this Manager is associated.
defaultLocale - Static variable in class org.apache.catalina.connector.RequestBase
Deprecated. The default Locale if none are specified.
delegate - Variable in class org.apache.catalina.loader.StandardClassLoader
Should this class loader delegate to the parent class loader before searching its own repositories (i.e.
delegate - Variable in class org.apache.catalina.loader.WebappClassLoader
Should this class loader delegate to the parent class loader before searching its own repositories (i.e.
deleteDir(File) - Method in class org.apache.catalina.core.StandardHostDeployer
Delete the specified directory, including all of its contents and subdirectories recursively.
deleteDir(File) - Static method in class org.apache.catalina.loader.WebappClassLoader
Delete the specified directory, including all of its contents and subdirectories recursively.
denies - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of deny pre-compiled regular expressions we will evaluate.
deny - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of deny expressions.
deploy(PrintWriter, String, HttpServletRequest) - Method in class org.apache.catalina.servlets.ManagerServlet
Deploy a web application archive (included in the current request) at the specified context path.
deployApps() - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployDescriptors(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy XML context descriptors.
deployDirectories(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy directories.
deployWARs(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy WAR files.
deployed - Variable in class org.apache.catalina.servlets.ManagerServlet
File object representing the directory into which the deploy() command will store the WAR and context configuration files that have been uploaded.
deployed - Variable in class org.apache.catalina.startup.HostConfig
The names of applications that we have auto-deployed (to avoid double deployment attempts).
deployer - Variable in class org.apache.catalina.servlets.ManagerServlet
The Deployer container that contains our own web application's Context, along with the associated Contexts for web applications that we are managing.
derefAliases - Variable in class org.apache.catalina.realm.JNDIRealm
How aliases should be dereferenced during search operations.
deriveProcessEnvironment(HttpServletRequest) - Method in class org.apache.catalina.util.CGIProcessEnvironment
Constructs the CGI environment to be supplied to the invoked CGI script; relies heavliy on Servlet API methods and findCGI
deriveProcessEnvironment(HttpServletRequest) - Method in class org.apache.catalina.util.ProcessEnvironment
Constructs the Process environment to be supplied to the invoked process.
description - Variable in class org.apache.catalina.users.AbstractGroup
The description of this group.
description - Variable in class org.apache.catalina.users.AbstractRole
The description of this Role.
descriptors - Variable in class org.apache.catalina.mbeans.ServerLifecycleListener
Semicolon separated list of paths containing MBean desciptor resources.
destroy() - Method in class org.apache.catalina.servlets.DefaultServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.servlets.InvokerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.servlets.ManagerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.startup.BootstrapService
Destroy the Catalina Service.
destroy() - Method in class org.apache.catalina.startup.CatalinaManager
Destroy servlet container (if any is running).
destroy() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Destroy servlet container (if any is running).
destroy() - Method in class org.apache.catalina.startup.EmbeddedManager
Destroy servlet container (if any is running).
destroy() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Destroy servlet container (if any is running).
destroy() - Method in class org.apache.naming.NamingService
Destroy servlet container (if any is running).
destroy() - Method in interface org.apache.naming.NamingServiceMBean
Destroy servlet container (if any is running).
destroyMBean(Connector, Service) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Connector object.
destroyMBean(Context) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Context object.
destroyMBean(ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this ContextEnvironment object.
destroyMBean(Wrapper) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Wrapper object.
destroyMBean(ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this ContextResource object.
destroyMBean(ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this ContextResourceLink object.
destroyMBean(DefaultContext) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this DefaultContext object.
destroyMBean(Engine) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Engine object.
destroyMBean(Group) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Group object.
destroyMBean(Host) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Host object.
destroyMBean(Loader) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Loader object.
destroyMBean(Logger) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Logger object.
destroyMBean(Manager) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Manager object.
destroyMBean(NamingResources) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this NamingResources object.
destroyMBean(Realm) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Realm object.
destroyMBean(Role) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Role object.
destroyMBean(Server) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Server object.
destroyMBean(Service) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Service object.
destroyMBean(User) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this User object.
destroyMBean(UserDatabase) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this UserDatabase object.
destroyMBean(Valve, Container) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this Valve object.
destroyMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Destroy the MBeans for the interesting global JNDI resources.
destroyMBeans() - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Destroy the MBeans that correspond to every existing node of our tree.
destroyMBeans(Connector, Service) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Connector and its nested components.
destroyMBeans(Context) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Context and its nested components.
destroyMBeans(Wrapper) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified wrapper entry.
destroyMBeans(ContextEnvironment) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified ContextEnvironment entry.
destroyMBeans(ContextResource) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified ContextResource entry.
destroyMBeans(ContextResourceLink) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified ContextResourceLink entry.
destroyMBeans(DefaultContext) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified DefaultContext and its nested components.
destroyMBeans(Engine) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Engine and its nested components.
destroyMBeans(Host) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Host and its nested components.
destroyMBeans(NamingResources) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified NamingResources and its nested components.
destroyMBeans(Server) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Server and its related components.
destroyMBeans(Service) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Service and its nested components.
destroySubcontext(Name) - Method in class org.apache.naming.NamingContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.NamingContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.SelectorContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.SelectorContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.FileDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.WARDirContext
Destroys the named context and removes it from the namespace.
digest - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Return the MessageDigest implementation to be used when creating session identifiers.
digest - Variable in class org.apache.catalina.realm.RealmBase
Digest algorithm used in storing passwords in a non-plaintext format.
digest(String) - Method in class org.apache.catalina.realm.RealmBase
Digest the password using the specified algorithm and convert the result to a corresponding hexadecimal string.
digest - Variable in class org.apache.catalina.session.ManagerBase
Return the MessageDigest implementation to be used when creating session identifiers.
digestEncoding - Variable in class org.apache.catalina.realm.RealmBase
The encoding charset for the digest.
dirContext - Variable in class org.apache.naming.resources.ProxyDirContext
Associated DirContext.
directory - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
disableProxyCaching - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Flag to determine if we disable proxy caching, or leave the issue up to the webapp developer.
displaySize(StringBuffer, int) - Method in class org.apache.catalina.servlets.DefaultServlet
Display the size of a file.
distributable - Variable in class org.apache.catalina.session.ManagerBase
The distributable flag for Sessions created by this Manager.
doCopy(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
COPY Method.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a POST request for the specified resource.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
DELETE Method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Provides CGI Gateway service
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.ManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process and forward the GET request to our requestHandler() *
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a HEAD request for the specified resource.
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Process a HEAD request for the specified resource.
doLock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
LOCK Method.
doMkcol(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MKCOL Method.
doMove(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MOVE Method.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
OPTIONS Method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Provides CGI Gateway service -- delegates to doGet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a POST request for the specified resource.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Process a POST request for the specified resource.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Process a POST request for the specified resource.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process and forward the POST request to our requestHandler().
doPropfind(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPFIND Method.
doProppatch(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPPATCH Method.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a POST request for the specified resource.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.ManagerServlet
Process a PUT request for the specified resource.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
Process a POST request for the specified resource.
doRFC2254Encoding(String) - Method in class org.apache.catalina.realm.JNDIRealm
Given an LDAP search string, returns the string with certain characters escaped according to RFC 2254 guidelines.
doUnlock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
UNLOCK Method.
docBase - Variable in class org.apache.naming.resources.BaseDirContext
The document base path.
driver - Variable in class org.apache.catalina.realm.JDBCRealm
Instance of the JDBC Driver class we use as a connection factory.
driverName - Variable in class org.apache.catalina.realm.JDBCRealm
The JDBC driver to use.
driverName - Variable in class org.apache.catalina.session.JDBCStore
Driver to use.
duplicates - Variable in class org.apache.catalina.session.ManagerBase
 

E

ENTRY - Static variable in class org.apache.naming.NamingEntry
 
ERROR - Static variable in interface org.apache.catalina.Logger
 
ERROR_MESSAGE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward an HTTP status message (as an object of type STring) to an error page.
ETAG - Static variable in class org.apache.naming.resources.ResourceAttributes
ETag.
EXCEPTION_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward a Java exception (as an object of type Throwable) to an error page.
EXCEPTION_PAGE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward the request URI (as an object of type String) of the page on which an error occurred.
EXCEPTION_TYPE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward a Java exception type (as an object of type Class) to an error page.
EjbFactory - class org.apache.naming.factory.EjbFactory.
Object factory for EJBs.
EjbFactory() - Constructor for class org.apache.naming.factory.EjbFactory
 
EjbRef - class org.apache.naming.EjbRef.
Represents a reference address to an EJB.
EjbRef(String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
EjbRef(String, String, String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
Embedded - class org.apache.catalina.startup.Embedded.
Convenience class to embed a Catalina servlet container environment inside another application.
Embedded() - Constructor for class org.apache.catalina.startup.Embedded
Construct a new instance of this class with default properties.
Embedded(Logger, Realm) - Constructor for class org.apache.catalina.startup.Embedded
Construct a new instance of this class with specified properties.
EmbeddedManager - class org.apache.catalina.startup.EmbeddedManager.
Implementation of the Catalina JMX MBean as a wrapper of the Catalina class.
EmbeddedManager() - Constructor for class org.apache.catalina.startup.EmbeddedManager
 
EmbeddedManagerMBean - interface org.apache.catalina.startup.EmbeddedManagerMBean.
Embedded MBean interface.
Engine - interface org.apache.catalina.Engine.
An Engine is a Container that represents the entire Catalina servlet engine.
EngineConfig - class org.apache.catalina.startup.EngineConfig.
Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.
EngineConfig() - Constructor for class org.apache.catalina.startup.EngineConfig
 
EngineRuleSet - class org.apache.catalina.startup.EngineRuleSet.
RuleSet for processing the contents of a Engine definition element.
EngineRuleSet() - Constructor for class org.apache.catalina.startup.EngineRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
EngineRuleSet(String) - Constructor for class org.apache.catalina.startup.EngineRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
Enumerator - class org.apache.catalina.util.Enumerator.
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(Collection) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Collection, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Map.
Enumerator(Map, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Map.
ErrorDispatcherValve - class org.apache.catalina.valves.ErrorDispatcherValve.
Implementation of a Valve that handles the error dispatch (that is, will forward to the appropriate error page if necessary).
ErrorDispatcherValve() - Constructor for class org.apache.catalina.valves.ErrorDispatcherValve
 
ErrorPage - class org.apache.catalina.deploy.ErrorPage.
Representation of an error page element for a web application, as represented in a <error-page> element in the deployment descriptor.
ErrorPage() - Constructor for class org.apache.catalina.deploy.ErrorPage
 
ErrorReportValve - class org.apache.catalina.valves.ErrorReportValve.
Implementation of a Valve that outputs HTML error pages.
ErrorReportValve() - Constructor for class org.apache.catalina.valves.ErrorReportValve
 
ExpandWar - class org.apache.catalina.startup.ExpandWar.
Expand out a WAR in a Host's appBase.
ExpandWar() - Constructor for class org.apache.catalina.startup.ExpandWar
 
ExpressionParseTree - class org.apache.catalina.ssi.ExpressionParseTree.
Represents a parsed expression.
ExpressionParseTree(String, SSIMediator) - Constructor for class org.apache.catalina.ssi.ExpressionParseTree
Creates a new parse tree for the specified expression.
ExpressionTokenizer - class org.apache.catalina.ssi.ExpressionTokenizer.
Parses an expression string to return the individual tokens.
ExpressionTokenizer(String) - Constructor for class org.apache.catalina.ssi.ExpressionTokenizer
Creates a new parser for the specified expression.
ExtendedAccessLogValve - class org.apache.catalina.valves.ExtendedAccessLogValve.
An implementation of the W3c Extended Log File Format.
ExtendedAccessLogValve() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve
Construct a new instance of this class with default property values.
Extension - class org.apache.catalina.loader.Extension.
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.
Extension() - Constructor for class org.apache.catalina.loader.Extension
 
empty - Static variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. An empty collection to use for returning empty Enumerations.
enableDigesterSubstitutor(Digester) - Method in class org.apache.catalina.core.StandardHostDeployer
Adds a substitutor to interpolate system properties
enableDigesterSubstitutor(Digester) - Method in class org.apache.catalina.startup.Catalina
Adds a substitutor to interpolate system properties
enableDigesterSubstitutor(Digester) - Method in class org.apache.catalina.startup.HostConfig
Adds a substitutor to interpolate system properties
encode(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
encode(byte[]) - Static method in class org.apache.catalina.util.Base64
Encodes hex octects into Base64.
encode(byte[]) - Method in class org.apache.catalina.util.MD5Encoder
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
encode(String) - Method in class org.apache.catalina.util.URLEncoder
 
encodeCookie(Cookie) - Static method in class org.apache.catalina.util.RequestUtil
Encode a cookie as per RFC 2109.
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Encode the session identifier associated with this response into the specified redirect URL, if necessary.
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
encodeRedirectUrl(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. As of Version 2.1 of the Java Servlet API, use encodeRedirectURL() instead.
encodeRedirectUrl(String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
encodeRedirects - Variable in class org.apache.catalina.servlets.DefaultServlet
Calls encodeRedirectURL on redirects? default=false
encodeURL(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Encode the session identifier associated with this response into the specified URL, if necessary.
encodeURL(String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
encodeUrl(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. As of Version 2.1 of the Java Servlet API, use encodeURL() instead.
encodeUrl(String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
encoding - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The character encoding associated with this Response.
end() - Method in class org.apache.catalina.startup.ConnectorCreateRule
Process the end of this element.
endChunk - Variable in class org.apache.catalina.connector.http.HttpRequestStream
Deprecated. True if the final chunk was found.
engineBase() - Method in class org.apache.catalina.core.StandardContext
Return a File object representing the base directory for the entire servlet container (i.e.
engines - Variable in class org.apache.catalina.startup.Embedded
The set of Engines that have been deployed in this server.
entries - Variable in class org.apache.naming.resources.RecyclableNamingEnumeration
Entries.
entries - Variable in class org.apache.naming.resources.WARDirContext
WAR entries.
entropy - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
A String initialization parameter used to increase the entropy of the initialization of our random number generator.
entropy - Variable in class org.apache.catalina.session.ManagerBase
A String initialization parameter used to increase the entropy of the initialization of our random number generator.
entry - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
entry - Variable in class org.apache.naming.resources.WARDirContext.WARResource
 
enumeration - Variable in class org.apache.naming.NamingContextBindingsEnumeration
Underlying enumeration.
enumeration - Variable in class org.apache.naming.NamingContextEnumeration
Underlying enumeration.
enumeration - Variable in class org.apache.naming.resources.RecyclableNamingEnumeration
Underlying enumeration.
env - Variable in class org.apache.catalina.util.ProcessEnvironment
derived process environment
env - Variable in class org.apache.naming.NamingContext
Environment.
env - Variable in class org.apache.naming.SelectorContext
Environment.
env - Variable in class org.apache.naming.resources.BaseDirContext
Environment.
env - Variable in class org.apache.naming.resources.ProxyDirContext
Environment.
envCtx - Variable in class org.apache.catalina.core.NamingContextListener
Env context.
equals(Object) - Method in class org.apache.catalina.util.URL
Compare two URLs for equality.
equals(Object) - Method in class org.apache.naming.NamingEntry
 
error - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. Error flag.
evaluateTree() - Method in class org.apache.catalina.ssi.ExpressionParseTree
Evaluates the tree and returns true or false.
execute() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command.
execute(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command, based on the configured properties.
execute(String, InputStream, String, int) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command, based on the configured properties.
execute() - Method in class org.apache.catalina.ant.DeployTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.InstallTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ListTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ReloadTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.RemoveTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ResourcesTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.RolesTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.StartTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.StopTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.UndeployTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.startup.Catalina
Execute the processing that has been configured from the command line.
execute() - Method in class org.apache.catalina.startup.CatalinaService
Execute the processing that has been configured from the command line.
executePartialPut(HttpServletRequest, DefaultServlet.Range, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Handle a partial PUT.
exists(String) - Method in class org.apache.catalina.deploy.NamingResources
Return true if the name specified already exists.
exists - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
exists() - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
Test if the associated resource exists.
expand(Host, URL) - Static method in class org.apache.catalina.startup.ExpandWar
Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(Host, URL, String) - Static method in class org.apache.catalina.startup.ExpandWar
Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(InputStream, File, String) - Static method in class org.apache.catalina.startup.ExpandWar
Expand the specified input stream into the specified directory, creating a file named from the specified relative path.
expand(URL) - Method in class org.apache.catalina.startup.HostConfig
Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(InputStream, File, String) - Method in class org.apache.catalina.startup.HostConfig
Expand the specified input stream into the specified directory, creating a file named from the specified relative path.
expandCGIScript() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Extracts requested resource from web app archive to context work directory to enable CGI script to be executed.
expire() - Method in interface org.apache.catalina.Session
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expireSession(String) - Method in class org.apache.catalina.session.ManagerBase
 
expires - Variable in class org.apache.catalina.ssi.SSIServlet
Expiration time in seconds for the doc.
expose(Request, Request) - Method in class org.apache.catalina.valves.CertificatesValve
Expose the certificate chain for this request, if there is one.
extract(int) - Method in class org.apache.catalina.util.StringParser
Extract and return a substring that starts at the specified position, and extends to the end of the string being parsed.
extract(int, int) - Method in class org.apache.catalina.util.StringParser
Extract and return a substring that starts at the specified position, and ends at the character before the specified position.
extractXml(File, File) - Method in class org.apache.catalina.servlets.ManagerServlet
Extract the context configuration file from the specified WAR, if it is present.

F

FACTORY - Static variable in class org.apache.naming.factory.Constants
 
FATAL - Static variable in interface org.apache.catalina.Logger
Verbosity level constants for log messages that may be filtered by the underlying logger.
FORM_ACTION - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_PASSWORD - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_PRINCIPAL_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The previously authenticated principal (if caching is disabled).
FORM_REQUEST_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The original request information, to which the user will be redirected if authentication succeeds.
FORM_USERNAME - Static variable in class org.apache.catalina.authenticator.Constants
 
FastDateFormat - class org.apache.catalina.util.FastDateFormat.
Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastDateFormat(DateFormat) - Constructor for class org.apache.catalina.util.FastDateFormat
 
FastEngineMapper - class org.apache.catalina.core.FastEngineMapper.
Implementation of Mapper for an Engine, designed to process HTTP requests.
FastEngineMapper() - Constructor for class org.apache.catalina.core.FastEngineMapper
 
FastHttpDateFormat - class org.apache.catalina.util.FastHttpDateFormat.
Utility class to generate HTTP dates.
FastHttpDateFormat() - Constructor for class org.apache.catalina.util.FastHttpDateFormat
 
FileDirContext - class org.apache.naming.resources.FileDirContext.
Filesystem Directory Context implementation helper class.
FileDirContext() - Constructor for class org.apache.naming.resources.FileDirContext
Builds a file directory context using the given environment.
FileDirContext(Hashtable) - Constructor for class org.apache.naming.resources.FileDirContext
Builds a file directory context using the given environment.
FileDirContext.FileResource - class org.apache.naming.resources.FileDirContext.FileResource.
This specialized resource implementation avoids opening the IputStream to the file right away (which would put a lock on the file).
FileDirContext.FileResource(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResource
 
FileDirContext.FileResourceAttributes - class org.apache.naming.resources.FileDirContext.FileResourceAttributes.
This specialized resource attribute implementation does some lazy reading (to speed up simple checks, like checking the last modified date).
FileDirContext.FileResourceAttributes(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
FileLogger - class org.apache.catalina.logger.FileLogger.
Implementation of Logger that appends log messages to a file named {prefix}.{date}.{suffix} in a configured directory, with an optional preceding timestamp.
FileLogger() - Constructor for class org.apache.catalina.logger.FileLogger
 
FileStore - class org.apache.catalina.session.FileStore.
Concrete implementation of the Store interface that utilizes a file per saved Session in a configured directory.
FileStore() - Constructor for class org.apache.catalina.session.FileStore
 
FilterDef - class org.apache.catalina.deploy.FilterDef.
Representation of a filter definition for a web application, as represented in a <filter> element in the deployment descriptor.
FilterDef() - Constructor for class org.apache.catalina.deploy.FilterDef
 
FilterMap - class org.apache.catalina.deploy.FilterMap.
Representation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor.
FilterMap() - Constructor for class org.apache.catalina.deploy.FilterMap
 
FormAuthenticator - class org.apache.catalina.authenticator.FormAuthenticator.
An Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.
FormAuthenticator() - Constructor for class org.apache.catalina.authenticator.FormAuthenticator
 
facade - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The facade associated with this request.
facade - Variable in class org.apache.catalina.connector.HttpResponseBase
Deprecated. The facade associated with this response.
facade - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The facade associated with this request.
facade - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The facade associated with this response.
factory - Variable in class org.apache.catalina.loader.StandardClassLoader
URL stream handler for additional protocols.
factoryType - Static variable in class org.apache.naming.factory.MailSessionFactory
The Java type for which this factory knows how to create objects.
file - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
file - Variable in class org.apache.naming.resources.FileDirContext.FileResource
Associated file object.
file - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
file(String) - Method in class org.apache.naming.resources.FileDirContext
Return a File object representing the specified normalized context-relative path if it exists and is readable.
fileEncoding - Variable in class org.apache.catalina.servlets.DefaultServlet
File encoding to be used when reading static files.
files - Variable in class org.apache.catalina.loader.WebappClassLoader
Repositories translated as path in the work directory (for Jasper originally), but which is used to generate fake URLs should getURLs be called.
fill() - Method in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Fill the internal buffer using data from the undelying input stream.
filter(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Filter classes.
filter(String) - Static method in class org.apache.catalina.util.RequestUtil
Filter the specified message string for characters that are sensitive in HTML.
filterStart() - Method in class org.apache.catalina.core.StandardContext
Configure and initialize the set of filters for this Context.
filterStop() - Method in class org.apache.catalina.core.StandardContext
Finalize and release the set of filters for this Context.
findAliases() - Method in interface org.apache.catalina.Host
Return the set of alias names for this Host.
findAliases() - Method in class org.apache.catalina.core.StandardHost
Return the set of alias names for this Host.
findAliases() - Method in class org.apache.catalina.mbeans.StandardHostMBean
Return the set of alias names for this Host
findApplicationListeners() - Method in interface org.apache.catalina.Context
Return the set of application listener class names configured for this application.
findApplicationListeners() - Method in interface org.apache.catalina.DefaultContext
Return the set of application listener class names configured for this application.
findApplicationListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of application listener class names configured for this application.
findApplicationListeners() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the set of application listener class names configured for this application.
findApplicationParameters() - Method in interface org.apache.catalina.Context
Return the set of application parameters for this application.
findApplicationParameters() - Method in interface org.apache.catalina.DefaultContext
Return the set of application parameters for this application.
findApplicationParameters() - Method in class org.apache.catalina.core.StandardContext
Return the set of application parameters for this application.
findApplicationParameters() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the set of application parameters for this application.
findAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return true if the specified role is permitted access to the resources protected by this security constraint.
findAuthRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the set of roles that are permitted access to the resources protected by this security constraint.
findAvailable() - Method in class org.apache.catalina.loader.StandardClassLoader
Return a list of "optional packages" (formerly "standard extensions") that have been declared to be available in the repositories associated with this class loader, plus any parent class loader implemented with the same class.
findAvailable() - Method in class org.apache.catalina.loader.WebappClassLoader
Return a list of "optional packages" (formerly "standard extensions") that have been declared to be available in the repositories associated with this class loader, plus any parent class loader implemented with the same class.
findCGI(String, String, String, String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Resolves core information about the cgi script.
findCGI(String, String, String, String, String) - Method in class org.apache.catalina.util.CGIProcessEnvironment
Resolves core information about the cgi script.
findChar(char) - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of the specified character, or the index of the character after the last position of the string if no more occurrences of this character are found.
findChild(String) - Method in interface org.apache.catalina.Container
Return the child Container, associated with this Container, with the specified name (if any); otherwise, return null
findChild(String) - Method in class org.apache.catalina.core.ContainerBase
Return the child Container, associated with this Container, with the specified name (if any); otherwise, return null
findChildren() - Method in interface org.apache.catalina.Container
Return the set of children Containers associated with this Container.
findChildren() - Method in class org.apache.catalina.core.ContainerBase
Return the set of children Containers associated with this Container.
findClass(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Find the specified class in our local repositories, if possible.
findClass(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the specified class in our local repositories, if possible.
findClassInternal(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find specified class in local repositories.
findCollection(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the web resource collection for the specified name, if any; otherwise, return null.
findCollections() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return all of the web resource collections protected by this security constraint.
findConnectors() - Method in interface org.apache.catalina.Service
Find and return the set of Connectors associated with this Service.
findConnectors() - Method in class org.apache.catalina.core.StandardService
Find and return the set of Connectors associated with this Service.
findConstraint(HttpRequest) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the SecurityConstraint configured to guard the request URI for this request, or null if there is no such constraint.
findConstraints() - Method in interface org.apache.catalina.Context
Return the set of security constraints for this web application.
findConstraints() - Method in class org.apache.catalina.core.StandardContext
Return the security constraints for this web application.
findContainerListeners() - Method in interface org.apache.catalina.Container
Return the set of container listeners associated with this Container.
findContainerListeners() - Method in class org.apache.catalina.core.ContainerBase
Return the set of container listeners associated with this Container.
findDeployedApp(String) - Method in interface org.apache.catalina.Deployer
Return the Context for the deployed application that is associated with the specified context path (if any); otherwise return null.
findDeployedApp(String) - Method in class org.apache.catalina.core.StandardHost
Return the Context for the deployed application that is associated with the specified context path (if any); otherwise return null.
findDeployedApp(String) - Method in class org.apache.catalina.core.StandardHostDeployer
Return the Context for the deployed application that is associated with the specified context path (if any); otherwise return null.
findDeployedApps() - Method in interface org.apache.catalina.Deployer
Return the context paths of all deployed web applications in this Container.
findDeployedApps() - Method in class org.apache.catalina.core.StandardHost
Return the context paths of all deployed web applications in this Container.
findDeployedApps() - Method in class org.apache.catalina.core.StandardHostDeployer
Return the context paths of all deployed web applications in this Container.
findEjb(String) - Method in interface org.apache.catalina.Context
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjb(String) - Method in interface org.apache.catalina.DefaultContext
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjb(String) - Method in class org.apache.catalina.core.StandardContext
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjb(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjbs() - Method in interface org.apache.catalina.Context
Return the defined EJB resource references for this application.
findEjbs() - Method in interface org.apache.catalina.DefaultContext
Return the defined EJB resource references for this application.
findEjbs() - Method in class org.apache.catalina.core.StandardContext
Return the defined EJB resource references for this application.
findEjbs() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the defined EJB resource references for this application.
findEjbs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined EJB resource references for this application.
findEnvironment(String) - Method in interface org.apache.catalina.Context
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironment(String) - Method in interface org.apache.catalina.DefaultContext
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironment(String) - Method in class org.apache.catalina.core.StandardContext
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironment(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironment(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironments() - Method in interface org.apache.catalina.Context
Return the set of defined environment entries for this web application.
findEnvironments() - Method in interface org.apache.catalina.DefaultContext
Return the set of defined environment entries for this web application.
findEnvironments() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined environment entries for this web application.
findEnvironments() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the set of defined environment entries for this web application.
findEnvironments() - Method in class org.apache.catalina.deploy.NamingResources
Return the set of defined environment entries for this web application.
findErrorPage(int) - Method in interface org.apache.catalina.Context
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(String) - Method in interface org.apache.catalina.Context
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPage(int) - Method in class org.apache.catalina.core.StandardContext
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(String) - Method in class org.apache.catalina.core.StandardContext
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPage(Context, Throwable) - Static method in class org.apache.catalina.valves.ErrorDispatcherValve
Find and return the ErrorPage instance for the specified exception's class, or an ErrorPage instance for the closest superclass for which there is such a definition.
findErrorPages() - Method in interface org.apache.catalina.Context
Return the set of defined error pages for all specified error codes and exception types.
findErrorPages() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined error pages for all specified error codes and exception types.
findFilterConfig(String) - Method in class org.apache.catalina.core.StandardContext
Find and return the initialized FilterConfig for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in interface org.apache.catalina.Context
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in class org.apache.catalina.core.StandardContext
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDefs() - Method in interface org.apache.catalina.Context
Return the set of defined filters for this Context.
findFilterDefs() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined filters for this Context.
findFilterMaps() - Method in interface org.apache.catalina.Context
Return the set of filter mappings for this Context.
findFilterMaps() - Method in class org.apache.catalina.core.StandardContext
Return the set of filter mappings for this Context.
findGroup(String) - Method in interface org.apache.catalina.UserDatabase
Return the Group with the specified group name, if any; otherwise return null.
findGroup(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified group name (if any); otherwise return null.
findGroup(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the Group with the specified group name, if any; otherwise return null.
findInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameters() - Method in interface org.apache.catalina.Wrapper
Return the names of all defined initialization parameters for this servlet.
findInitParameters() - Method in class org.apache.catalina.core.StandardWrapper
Return the names of all defined initialization parameters for this servlet.
findInstanceListeners() - Method in interface org.apache.catalina.Context
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findInstanceListeners() - Method in interface org.apache.catalina.DefaultContext
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findInstanceListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findInstanceListeners() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findLifecycleListeners() - Method in interface org.apache.catalina.Lifecycle
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.authenticator.SingleSignOn
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.cluster.StandardCluster
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.ContainerBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.FastEngineMapper
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.StandardPipeline
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.StandardServer
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.StandardService
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.loader.WebappClassLoader
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.loader.WebappLoader
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.logger.FileLogger
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.realm.RealmBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.session.PersistentManagerBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.session.StandardManager
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.session.StoreBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.startup.Embedded
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.util.LifecycleSupport
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.AccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.CertificatesValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLoadedClass0(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Finds the class with the given name if it has previously been loaded and cached by this class loader, and return the Class object.
findLoadedResource(String) - Method in class org.apache.catalina.loader.