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.StandardClassLoader
Finds the resource with the given name if it has previously been loaded and cached by this class loader, and return an input stream to the resource data.
findLoadedResource(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Finds the resource with the given name if it has previously been loaded and cached by this class loader, and return an input stream to the resource data.
findLocalEjb(String) - Method in interface org.apache.catalina.Context
Return the local EJB resource reference with the specified name, if any; otherwise, return null.
findLocalEjb(String) - Method in class org.apache.catalina.core.StandardContext
Return the local EJB resource reference with the specified name, if any; otherwise, return null.
findLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the local EJB resource reference with the specified name, if any; otherwise, return null.
findLocalEjbs() - Method in interface org.apache.catalina.Context
Return the defined local EJB resource references for this application.
findLocalEjbs() - Method in class org.apache.catalina.core.StandardContext
Return the defined local EJB resource references for this application.
findLocalEjbs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined local EJB resource references for this application.
findMapper(String) - Method in interface org.apache.catalina.Container
Return the Mapper associated with the specified protocol, if there is one.
findMapper(String) - Method in class org.apache.catalina.core.ContainerBase
Return the Mapper associated with the specified protocol, if there is one.
findMappers() - Method in interface org.apache.catalina.Container
Return the set of Mappers associated with this Container.
findMappers() - Method in class org.apache.catalina.core.ContainerBase
Return the set of Mappers associated with this Container.
findMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Return true if the specified HTTP request method is part of this web resource collection.
findMethods() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the set of HTTP request methods that are part of this web resource collection, or a zero-length array if all request methods are included.
findMimeMapping(String) - Method in interface org.apache.catalina.Context
Return the MIME type to which the specified extension is mapped, if any; otherwise return null.
findMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
Return the MIME type to which the specified extension is mapped, if any; otherwise return null.
findMimeMappings() - Method in interface org.apache.catalina.Context
Return the extensions for which MIME mappings are defined.
findMimeMappings() - Method in class org.apache.catalina.core.StandardContext
Return the extensions for which MIME mappings are defined.
findObjectName(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Return the managed bean definition for the specified bean type
findParameter(String) - Method in interface org.apache.catalina.Context
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameter(String) - Method in interface org.apache.catalina.DefaultContext
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameter(String) - Method in class org.apache.catalina.core.StandardContext
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameter(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameters() - Method in interface org.apache.catalina.Context
Return the names of all defined context initialization parameters for this Context.
findParameters() - Method in interface org.apache.catalina.DefaultContext
Return the names of all defined context initialization parameters for this Context.
findParameters() - Method in class org.apache.catalina.core.StandardContext
Return the names of all defined context initialization parameters for this Context.
findParameters() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the names of all defined context initialization parameters for this Context.
findPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Is the specified pattern part of this web resource collection?
findPatterns() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the set of URL patterns that are part of this web resource collection.
findPrincipal(HttpServletRequest, String, Realm) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Parse the specified authorization credentials, and return the associated Principal that these credentials authenticate (if any) from the specified Realm.
findRepositories() - Method in interface org.apache.catalina.Loader
Return the set of repositories defined for this class loader.
findRepositories() - Method in interface org.apache.catalina.loader.Reloader
Return a String array of the current repositories for this class loader.
findRepositories() - Method in class org.apache.catalina.loader.StandardClassLoader
Return a String array of the current repositories for this class loader.
findRepositories() - Method in class org.apache.catalina.loader.WebappClassLoader
Return a String array of the current repositories for this class loader.
findRepositories() - Method in class org.apache.catalina.loader.WebappLoader
Return the set of repositories defined for this class loader.
findRequired() - Method in class org.apache.catalina.loader.StandardClassLoader
Return a list of "optional packages" (formerly "standard extensions") that have been declared to be required in the repositories associated with this class loader, plus any parent class loader implemented with the same class.
findRequired() - Method in class org.apache.catalina.loader.WebappClassLoader
Return a list of "optional packages" (formerly "standard extensions") that have been declared to be required in the repositories associated with this class loader, plus any parent class loader implemented with the same class.
findResource(String) - Method in interface org.apache.catalina.Context
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - Method in interface org.apache.catalina.DefaultContext
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - Method in class org.apache.catalina.core.StandardContext
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Find the specified resource in our local repository, and return a URL refering to it, or null if this resource cannot be found.
findResource(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the specified resource in our local repository, and return a URL refering to it, or null if this resource cannot be found.
findResourceEnvRef(String) - Method in interface org.apache.catalina.Context
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRef(String) - Method in interface org.apache.catalina.DefaultContext
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRef(String) - Method in class org.apache.catalina.core.StandardContext
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRef(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRefs() - Method in interface org.apache.catalina.Context
Return the set of resource environment reference names for this web application.
findResourceEnvRefs() - Method in interface org.apache.catalina.DefaultContext
Return the set of resource environment reference names for this web application.
findResourceEnvRefs() - Method in class org.apache.catalina.core.StandardContext
Return the set of resource environment reference names for this web application.
findResourceEnvRefs() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the set of resource environment reference names for this web application.
findResourceEnvRefs() - Method in class org.apache.catalina.deploy.NamingResources
Return the set of resource environment reference names for this web application.
findResourceInternal(String, String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find specified resource in local repositories.
findResourceLink(String) - Method in interface org.apache.catalina.Context
Return the resource link with the specified name, if any; otherwise return null.
findResourceLink(String) - Method in interface org.apache.catalina.DefaultContext
Return the resource link with the specified name, if any; otherwise return null.
findResourceLink(String) - Method in class org.apache.catalina.core.StandardContext
Return the resource link with the specified name, if any; otherwise return null.
findResourceLink(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Return the resource link with the specified name, if any; otherwise return null.
findResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource link with the specified name, if any; otherwise return null.
findResourceLinks() - Method in interface org.apache.catalina.Context
Return the defined resource links for this application.
findResourceLinks() - Method in interface org.apache.catalina.DefaultContext
Return the defined resource links for this application.
findResourceLinks() - Method in class org.apache.catalina.core.StandardContext
Return the defined resource links for this application.
findResourceLinks() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the defined resource links for this application.
findResourceLinks() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined resource links for this application.
findResourceParams() - Method in interface org.apache.catalina.DefaultContext
Return the set of defined resource parameters for this web application.
findResourceParams() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the set of defined resource parameters for this web application.
findResourceParams(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource parameters with the specified name, if any; otherwise return null.
findResourceParams() - Method in class org.apache.catalina.deploy.NamingResources
Return the resource parameters with the specified name, if any; otherwise return null.
findResources() - Method in interface org.apache.catalina.Context
Return the defined resource references for this application.
findResources() - Method in interface org.apache.catalina.DefaultContext
Return the defined resource references for this application.
findResources() - Method in class org.apache.catalina.core.StandardContext
Return the defined resource references for this application.
findResources() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the defined resource references for this application.
findResources() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined resource references for this application.
findResources(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Return an enumeration of URLs representing all of the resources with the given name.
findResources(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Return an enumeration of URLs representing all of the resources with the given name.
findRole(String) - Method in interface org.apache.catalina.UserDatabase
Return the Role with the specified role name, if any; otherwise return null.
findRole(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified role name (if any); otherwise return null.
findRole(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the Role with the specified role name, if any; otherwise return null.
findRoleMapping(String) - Method in interface org.apache.catalina.Context
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReferences() - Method in interface org.apache.catalina.Wrapper
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityReferences() - Method in class org.apache.catalina.core.StandardWrapper
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityRole(String) - Method in interface org.apache.catalina.Context
Return true if the specified security role is defined for this application; otherwise return false.
findSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Return true if the specified security role is defined for this application; otherwise return false.
findSecurityRoles() - Method in interface org.apache.catalina.Context
Return the security roles defined for this application.
findSecurityRoles() - Method in class org.apache.catalina.core.StandardContext
Return the security roles defined for this application.
findService(String) - Method in interface org.apache.catalina.Server
Return the specified Service (if it exists); otherwise return null.
findService(String) - Method in class org.apache.catalina.core.StandardServer
Return the specified Service (if it exists); otherwise return null.
findServices() - Method in interface org.apache.catalina.Server
Return the set of Services defined within this Server.
findServices() - Method in class org.apache.catalina.core.StandardServer
Return the set of Services defined within this Server.
findServletMapping(String) - Method in interface org.apache.catalina.Context
Return the servlet name mapped by the specified pattern (if any); otherwise return null.
findServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
Return the servlet name mapped by the specified pattern (if any); otherwise return null.
findServletMappings() - Method in interface org.apache.catalina.Context
Return the patterns of all defined servlet mappings for this Context.
findServletMappings() - Method in class org.apache.catalina.core.StandardContext
Return the patterns of all defined servlet mappings for this Context.
findSession(String) - Method in interface org.apache.catalina.Manager
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - Method in class org.apache.catalina.session.ManagerBase
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSessions() - Method in interface org.apache.catalina.Manager
Return the set of active Sessions associated with this Manager.
findSessions() - Method in class org.apache.catalina.session.ManagerBase
Return the set of active Sessions associated with this Manager.
findStatusPage(int) - Method in interface org.apache.catalina.Context
Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise return null.
findStatusPage(int) - Method in class org.apache.catalina.core.StandardContext
Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise return null.
findStatusPages() - Method in interface org.apache.catalina.Context
Return the set of HTTP status codes for which error pages have been specified.
findStatusPages() - Method in class org.apache.catalina.core.StandardContext
Return the set of HTTP status codes for which error pages have been specified.
findTaglib(String) - Method in interface org.apache.catalina.Context
Return the tag library descriptor location for the specified taglib URI, if any; otherwise, return null.
findTaglib(String) - Method in class org.apache.catalina.core.StandardContext
Return the tag library descriptor location for the specified taglib URI, if any; otherwise, return null.
findTaglibs() - Method in interface org.apache.catalina.Context
Return the URIs of all tag libraries for which a tag library descriptor location has been specified.
findTaglibs() - Method in class org.apache.catalina.core.StandardContext
Return the URIs of all tag libraries for which a tag library descriptor location has been specified.
findText() - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of a non-whitespace character, or the index of the character after the last position of the string if no more non-whitespace characters are found.
findUser(String) - Method in interface org.apache.catalina.UserDatabase
Return the User with the specified user name, if any; otherwise return null.
findUser(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified user name (if any); otherwise return null.
findUser(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the User with the specified user name, if any; otherwise return null.
findWelcomeFile(String) - Method in interface org.apache.catalina.Context
Return true if the specified welcome file is defined for this Context; otherwise return false.
findWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Return true if the specified welcome file is defined for this Context; otherwise return false.
findWelcomeFiles() - Method in interface org.apache.catalina.Context
Return the set of welcome files defined for this Context.
findWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the set of welcome files defined for this Context.
findWhite() - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of a whitespace character, or the index of the character after the last position of the string if no more whitespace characters are found.
findWrapperLifecycles() - Method in interface org.apache.catalina.Context
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperLifecycles() - Method in interface org.apache.catalina.DefaultContext
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperLifecycles() - Method in class org.apache.catalina.core.StandardContext
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperLifecycles() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - Method in interface org.apache.catalina.Context
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - Method in interface org.apache.catalina.DefaultContext
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
finish() - Method in class org.apache.catalina.connector.ResponseFacade
 
finishRequest() - Method in interface org.apache.catalina.Request
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishRequest() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishRequest() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishRequest() - Method in class org.apache.catalina.core.MappingRequest
 
finishResponse() - Method in interface org.apache.catalina.Response
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finishResponse() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finishResponse() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finishResponse() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
fireContainerEvent(String, Object) - Method in class org.apache.catalina.core.ContainerBase
Notify all container event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireLifecycleEvent(String, Object) - Method in class org.apache.catalina.util.LifecycleSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
flow(Reader, Writer, char[]) - Static method in class org.apache.catalina.util.IOTools
Read input from reader and write it to writer until there is no more input from reader.
flow(Reader, Writer) - Static method in class org.apache.catalina.util.IOTools
 
flow(InputStream, OutputStream, byte[]) - Static method in class org.apache.catalina.util.IOTools
Read input from input stream and write it to output stream until there is no more input from input stream.
flow(InputStream, OutputStream) - Static method in class org.apache.catalina.util.IOTools
 
flush() - Method in class org.apache.catalina.connector.ResponseStream
Deprecated. Flush any buffered data for this output stream, which also causes the response to be committed.
flush() - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Flush this stream, and cause the response to be committed.
flushBuffer() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Flush the buffer and commit this response.
flushBuffer() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Flush the buffer and commit this response.
flushBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
flushOutputStreamOrWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Flush the servletOutputStream or printWriter ( only one will be non-null ) This must be called after a requestDispatcher.include, since we can't assume that the included servlet flushed its stream.
format - Variable in class org.apache.catalina.connector.HttpResponseBase
Deprecated. The date format we will use for creating date headers.
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.catalina.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
format - Static variable in class org.apache.catalina.util.FastHttpDateFormat
HTTP date format.
format(Date) - Method in class org.apache.catalina.util.Strftime
Format the date according to the strftime-style string given in the constructor.
format - Static variable in class org.apache.naming.resources.ResourceAttributes
HTTP date format.
formatDate(Date, String) - Method in class org.apache.catalina.ssi.SSIFlastmod
 
formatDate(Date, TimeZone) - Method in class org.apache.catalina.ssi.SSIMediator
 
formatSize(long, String) - Method in class org.apache.catalina.ssi.SSIFsize
 
formats - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The set of SimpleDateFormat formats to use in getDateHeader().
formats - Static variable in class org.apache.catalina.servlets.DefaultServlet
The set of SimpleDateFormat formats to use in getDateHeader().
formats - Static variable in class org.apache.naming.resources.ResourceAttributes
Date formats using for Date parsing.
fullName - Variable in class org.apache.catalina.users.AbstractUser
The full name of this user.

G

GLOBALNAME - Static variable in class org.apache.naming.ResourceLinkRef
Description address type.
GMT_ZONE - Static variable in class org.apache.catalina.util.DateTool
GMT timezone - all HTTP dates are on GMT
GenericPrincipal - class org.apache.catalina.realm.GenericPrincipal.
Generic implementation of java.security.Principal that is available for use by Realm implementations.
GenericPrincipal(Realm, String, String) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password.
GenericPrincipal(Realm, String, String, List) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GlobalResourcesLifecycleListener - class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener.
Implementation of LifecycleListener that instantiates the set of MBeans associated with global JNDI resources that are subject to management.
GlobalResourcesLifecycleListener() - Constructor for class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
 
Globals - class org.apache.catalina.Globals.
Global constants that are applicable to multiple packages within Catalina.
Globals() - Constructor for class org.apache.catalina.Globals
 
Group - interface org.apache.catalina.Group.
Abstract representation of a group of Users in a UserDatabase.
GroupMBean - class org.apache.catalina.mbeans.GroupMBean.
A ModelMBean implementation for the org.apache.catalina.Group component.
GroupMBean() - Constructor for class org.apache.catalina.mbeans.GroupMBean
Construct a ModelMBean with default ModelMBeanInfo information.
generateNOnce(HttpServletRequest) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generate a unique token.
generateSessionId() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Generate and return a new session identifier for the cookie that identifies an SSO principal.
generateSessionId() - Method in class org.apache.catalina.session.ManagerBase
Generate and return a new session identifier.
get() - Method in class org.apache.catalina.util.Queue
Get the first object out of the queue.
get() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(Thread) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(String) - Method in class org.apache.naming.resources.ResourceAttributes
Get attribute.
getAbsolutePath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getAcceptCount() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the accept count for this Connector.
getAcceptCount() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the accept count for this Connector.
getActiveSessions() - Method in class org.apache.catalina.session.ManagerBase
Returns the number of active sessions
getAddress() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the bind IP address for this Connector.
getAddress() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the bind IP address for this Connector.
getAlgorithm() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the message digest algorithm for this Manager.
getAlgorithm() - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
getAlgorithm() - Method in class org.apache.catalina.session.ManagerBase
Return the message digest algorithm for this Manager.
getAll() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attributes.
getAllRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
Was the "all roles" wildcard included in this authentication constraint?
getAllow() - Method in class org.apache.catalina.valves.RequestFilterValve
Return a comma-delimited set of the allow expressions configured for this Valve, if any; otherwise, return null.
getAllowChunking() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Get the allow chunking flag.
getAllowLinking() - Method in class org.apache.naming.resources.FileDirContext
Is linking allowed.
getAlternateURL() - Method in class org.apache.catalina.realm.JNDIRealm
Getter for property alternateURL.
getAntiJARLocking() - Method in class org.apache.catalina.core.StandardContext
Return the antiJARLocking flag for this Context.
getAntiJARLocking() - Method in class org.apache.catalina.loader.WebappClassLoader
 
getAppBase() - Method in interface org.apache.catalina.Host
Return the application root for this Host.
getAppBase() - Method in class org.apache.catalina.core.StandardHost
Return the application root for this Host.
getAppName() - Method in class org.apache.catalina.realm.JAASRealm
getter for the appName member variable
getApplicationListeners() - Method in interface org.apache.catalina.Context
Return the set of initialized application listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of initialized application listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getArguments() - Method in class org.apache.catalina.startup.BootstrapServiceContext
 
getAttribute(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the specified request attribute if it exists; otherwise, return null.
getAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the value of the specified context attribute, if any; otherwise return null.
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getAttribute(String) - Method in class org.apache.catalina.core.MappingRequest
 
getAttribute(String) - Method in class org.apache.catalina.mbeans.ConnectorMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttributeNames() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the names of all request attributes for this Request, or an empty Enumeration if there are none.
getAttributeNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContext
Return an enumeration of the names of the context attributes associated with this context.
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getAttributeNames() - Method in class org.apache.catalina.core.MappingRequest
 
getAttributeNames() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttributes(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.FileDirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves all of the attributes associated with a named object.
getAuth() - Method in class org.apache.catalina.deploy.ContextResource
 
getAuthConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the authorization constraint present flag for this security constraint.
getAuthMethod() - Method in class org.apache.catalina.deploy.LoginConfig
 
getAuthType() - Method in interface org.apache.catalina.Session
Return the authentication type used to authenticate our cached Principal, if any.
getAuthType() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the authentication type used for this Request.
getAuthType() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getAuthType() - Method in class org.apache.catalina.core.MappingRequest
 
getAuthentication() - Method in class org.apache.catalina.realm.JNDIRealm
Return the type of authentication to use.
getAuthority() - Method in class org.apache.catalina.util.URL
Return the authority part of the URL.
getAuthorization() - Method in interface org.apache.catalina.Request
Return the authorization credentials sent with this request.
getAuthorization() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the authorization credentials sent with this request.
getAuthorization() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Return the authorization credentials sent with this request.
getAuthorization() - Method in class org.apache.catalina.core.MappingRequest
 
getAutoDeploy() - Method in interface org.apache.catalina.Host
Return the value of the auto deploy flag.
getAutoDeploy() - Method in class org.apache.catalina.core.StandardHost
Return the value of the auto deploy flag.
getAvailable() - Method in interface org.apache.catalina.Context
Return the application available flag for this Context.
getAvailable() - Method in interface org.apache.catalina.Wrapper
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailable() - Method in class org.apache.catalina.core.StandardContext
Return the application available flag for this Context.
getAvailable() - Method in class org.apache.catalina.core.StandardWrapper
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailable(Manifest) - Static method in class org.apache.catalina.loader.Extension
Return the set of Extension objects representing optional packages that are available in the JAR file associated with the specified Manifest.
getBasic() - Method in interface org.apache.catalina.Pipeline
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBasic() - Method in class org.apache.catalina.core.ContainerBase
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBasic() - Method in class org.apache.catalina.core.StandardPipeline
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBoundContext() - Method in class org.apache.naming.SelectorContext
Get the bound context.
getBufferSize() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the actual buffer size used for this Response.
getBufferSize() - Method in class org.apache.catalina.connector.ResponseFacade
 
getBufferSize() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the input buffer size for this Connector.
getBufferSize() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the input buffer size for this Connector.
getCGIVariable(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getCache() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the cache authenticated Principals flag.
getCacheObjectMaxSize() - Method in class org.apache.naming.resources.BaseDirContext
Get cacheObjectMaxSize.
getCacheTTL() - Method in class org.apache.catalina.core.StandardContext
Get cache TTL.
getCacheTTL() - Method in class org.apache.naming.resources.BaseDirContext
Get cache TTL.
getCharacterEncoding() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the character encoding to use to read the username and password.
getCharacterEncoding() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the character encoding for this Request.
getCharacterEncoding() - Method in class org.apache.catalina.connector.RequestFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the character encoding used for this Response.
getCharacterEncoding() - Method in class org.apache.catalina.connector.ResponseFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.core.MappingRequest
 
getCharset(Locale) - Method in class org.apache.catalina.util.CharsetMapper
Calculate the name of a character set to be assumed, given the specified Locale and the absence of a character set specified as part of the content type header.
getCharsetMapper() - Method in interface org.apache.catalina.Context
Return the Locale to character set mapper for this Context.
getCharsetMapper() - Method in class org.apache.catalina.core.StandardContext
Return the Locale to character set mapper for this Context.
getCharsetMapperClass() - Method in class org.apache.catalina.core.StandardContext
Return the Locale to character set mapper class for this Context.
getCheckInterval() - Method in interface org.apache.catalina.Cluster
Get the time in seconds that this Cluster sleeps.
getCheckInterval() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Get the time in seconds this implementation sleeps
getCheckInterval() - Method in class org.apache.catalina.cluster.MulticastReceiver
Get the time in seconds this Cluster sleeps
getCheckInterval() - Method in class org.apache.catalina.cluster.StandardCluster
Get the time in seconds this Cluster sleeps
getCheckInterval() - Method in class org.apache.catalina.loader.WebappLoader
Return the check interval for this Loader.
getCheckInterval() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the check interval (in seconds) for this Manager.
getCheckInterval() - Method in class org.apache.catalina.session.StandardManager
Return the check interval (in seconds) for this Manager.
getCheckInterval() - Method in class org.apache.catalina.session.StoreBase
Return the check interval (in seconds) for this Store.
getChild(String) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getChildren() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getClassLoader() - Method in interface org.apache.catalina.Loader
Return the Java class loader to be used by this Container.
getClassLoader() - Method in class org.apache.catalina.loader.WebappLoader
Return the Java class loader to be used by this Container.
getClassLoader() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to a class loader.
getClassName() - Method in class org.apache.catalina.mbeans.ClassNameMBean
Return the fully qualified Java class name of the managed object for this MBean.
getClientAuth() - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
getCluster() - Method in interface org.apache.catalina.Container
Return the Cluster with which this Container is associated.
getCluster() - Method in class org.apache.catalina.core.ContainerBase
Return the Cluster with which this Container is associated.
getClusterInfo() - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
getClusterName() - Method in interface org.apache.catalina.Cluster
Return the name of the cluster that this Server is currently configured to operate within.
getClusterName() - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
getClusterName() - Method in class org.apache.catalina.cluster.StandardCluster
Return the name of the cluster that this Server is currently configured to operate within.
getClusterReceiver(String) - Method in interface org.apache.catalina.Cluster
Returns a ClusterReceiver which is the interface to use when receiving information in the Cluster.
getClusterReceiver(String) - Method in class org.apache.catalina.cluster.StandardCluster
Returns a ClusterReceiver which is the interface to use when receiving information in the Cluster.
getClusterSender(String) - Method in interface org.apache.catalina.Cluster
Returns a ClusterSender which is the interface to use when sending information in the Cluster.
getClusterSender(String) - Method in class org.apache.catalina.cluster.StandardCluster
Returns a ClusterSender which is the interface to use when sending information in the Cluster.
getCommand() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived command string
getCommand() - Method in class org.apache.catalina.util.ProcessEnvironment
Gets derived command string
getCondition() - Method in class org.apache.catalina.valves.AccessLogValve
Return whether the attribute name to look for when performing conditional loggging.
getCondition() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return whether the attribute name to look for when performing conditional loggging.
getConditionalState() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfig() - Method in class org.apache.catalina.ant.InstallTask
 
getConfigClass() - Method in class org.apache.catalina.core.StandardHost
Return the Java class name of the context configuration class for new web applications.
getConfigClass() - Method in class org.apache.catalina.startup.HostConfig
Return the Context configuration class name.
getConfigClass() - Method in class org.apache.catalina.startup.UserConfig
Return the Context configuration class name.
getConfigErrMsg() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigSizeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigTimeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigured() - Method in interface org.apache.catalina.Context
Return the "correctly configured" flag for this Context.
getConfigured() - Method in class org.apache.catalina.core.StandardContext
Return the "correctly configured" flag for this Context.
getConnection() - Method in class org.apache.catalina.session.JDBCStore
Check the connection associated with this store, if it's null or closed try to reopen it.
getConnectionName() - Method in class org.apache.catalina.realm.JDBCRealm
Return the username to use to connect to the database.
getConnectionName() - Method in class org.apache.catalina.realm.JNDIRealm
Return the connection username for this Realm.
getConnectionPassword() - Method in class org.apache.catalina.realm.JDBCRealm
Return the password to use to connect to the database.
getConnectionPassword() - Method in class org.apache.catalina.realm.JNDIRealm
Return the connection password for this Realm.
getConnectionTimeout() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the connection timeout for this Connector.
getConnectionTimeout() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the connection timeout for this Connector.
getConnectionURL() - Method in class org.apache.catalina.realm.JDBCRealm
Return the URL to use to connect to the database.
getConnectionURL() - Method in class org.apache.catalina.realm.JNDIRealm
Return the connection URL for this Realm.
getConnectionURL() - Method in class org.apache.catalina.session.JDBCStore
Return the Connection URL for this Store.
getConnector() - Method in interface org.apache.catalina.Request
Return the Connector through which this Request was received.
getConnector() - Method in interface org.apache.catalina.Response
Return the Connector through which this Response is returned.
getConnector() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the Connector through which this Request was received.
getConnector() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Return the Connector through which this Request was received.
getConnector() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the Connector through which this Response will be transmitted.
getConnector() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return the Connector through which this Response is returned.
getConnector() - Method in class org.apache.catalina.core.MappingRequest
 
getContainer() - Method in interface org.apache.catalina.Cluster
Get the Container associated with our Cluster
getContainer() - Method in interface org.apache.catalina.Connector
Return the Container used for processing requests received by this Connector.
getContainer() - Method in interface org.apache.catalina.Contained
Return the Container with which this instance is associated (if any); otherwise return null.
getContainer() - Method in class org.apache.catalina.ContainerEvent
Return the Container on which this event occurred.
getContainer() - Method in interface org.apache.catalina.Loader
Return the Container with which this Loader has been associated.
getContainer() - Method in interface org.apache.catalina.Logger
Return the Container with which this Logger has been associated.
getContainer() - Method in interface org.apache.catalina.Manager
Return the Container with which this Manager is associated.
getContainer() - Method in interface org.apache.catalina.Mapper
Return the Container with which this Mapper is associated.
getContainer() - Method in interface org.apache.catalina.Realm
Return the Container with which this Realm has been associated.
getContainer() - Method in interface org.apache.catalina.Service
Return the Container that handles requests for all Connectors associated with this Service.
getContainer() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the Container to which this Valve is attached.
getContainer() - Method in class org.apache.catalina.cluster.StandardCluster
Get the Container associated with our Cluster
getContainer() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the Container used for processing requests received by this Connector.
getContainer() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the Container used for processing requests received by this Connector.
getContainer() - Method in class org.apache.catalina.core.FastEngineMapper
Return the Container with which this Mapper is associated.
getContainer() - Method in class org.apache.catalina.core.StandardContextMapper
Return the Container with which this Mapper is associated.
getContainer() - Method in class org.apache.catalina.core.StandardEngineMapper
Return the Container with which this Mapper is associated.
getContainer() - Method in class org.apache.catalina.core.StandardHostMapper
Return the Container with which this Mapper is associated.
getContainer() - Method in class org.apache.catalina.core.StandardPipeline
Return the Container with which this Pipeline is associated.
getContainer() - Method in class org.apache.catalina.core.StandardService
Return the Container that handles requests for all Connectors associated with this Service.
getContainer() - Method in class org.apache.catalina.deploy.NamingResources
Get the container with which the naming resources are associated.
getContainer() - Method in class org.apache.catalina.loader.WebappLoader
Return the Container with which this Logger has been associated.
getContainer() - Method in class org.apache.catalina.logger.LoggerBase
Return the Container with which this Logger has been associated.
getContainer() - Method in class org.apache.catalina.realm.RealmBase
Return the Container with which this Realm has been associated.
getContainer() - Method in class org.apache.catalina.session.ManagerBase
Return the Container with which this Manager is associated.
getContainer() - Method in class org.apache.catalina.valves.ValveBase
Return the Container with which this Valve is associated, if any.
getContent() - Method in class org.apache.naming.resources.DirContextURLConnection
Get object content.
getContent(Class[]) - Method in class org.apache.naming.resources.DirContextURLConnection
Get object content.
getContent() - Method in class org.apache.naming.resources.Resource
Content accessor.
getContentCount() - Method in interface org.apache.catalina.Response
Return the number of bytes actually written to the output stream.
getContentCount() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the number of bytes actually written to the output stream.
getContentCount() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return the number of bytes actually written to the output stream.
getContentLength() - Method in interface org.apache.catalina.Response
Return the content length that was set or calculated for this Response.
getContentLength() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the content length for this Request.
getContentLength() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentLength() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the content length that was set or calculated for this Response.
getContentLength() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return the content length that was set or calculated for this Response.
getContentLength() - Method in class org.apache.catalina.core.MappingRequest
 
getContentLength() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the content length value.
getContentLength() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get content length.
getContentLength() - Method in class org.apache.naming.resources.ResourceAttributes
Get content length.
getContentType() - Method in interface org.apache.catalina.Response
Return the content type that was set or calculated for this response, or null if no content type was set.
getContentType() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the content type for this Request.
getContentType() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentType() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the content type that was set or calculated for this response, or null if no content type was set.
getContentType() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return the content type that was set or calculated for this response, or null if no content type was set.
getContentType() - Method in class org.apache.catalina.core.MappingRequest
 
getContentType() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the content type value.
getContext() - Method in interface org.apache.catalina.Request
Return the Context within which this Request is being processed.
getContext() - Method in interface org.apache.catalina.Response
Return the Context with which this Response is associated.
getContext() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the Context within which this Request is being processed.
getContext() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Return the Context within which this Request is being processed.
getContext() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the Context with which this Response is associated.
getContext() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return the Context with which this Response is associated.
getContext(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a ServletContext object that corresponds to a specified URI on the server.
getContext(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getContext() - Method in class org.apache.catalina.core.MappingRequest
 
getContext() - Method in class org.apache.catalina.util.ProcessEnvironment
 
getContextClass() - Method in class org.apache.catalina.core.StandardHost
Return the Java class name of the Context implementation class for new web applications.
getContextClass() - Method in class org.apache.catalina.startup.HostConfig
Return the Context implementation class name.
getContextClass() - Method in class org.apache.catalina.startup.UserConfig
Return the Context implementation class name.
getContextFactory() - Method in class org.apache.catalina.realm.JNDIRealm
Return the JNDI context factory for this Realm.
getContextName() - Method in class org.apache.naming.resources.ProxyDirContext
Return the context name.
getContextPath() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the portion of the request URI used to select the Context of the Request.
getContextPath() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getContextPath() - Method in class org.apache.catalina.core.MappingRequest
 
getContextPath(File) - Method in class org.apache.catalina.startup.HostConfig
Get the path from a context defined by an XML context descriptor.
getContextPath() - Method in class org.apache.catalina.util.ProcessEnvironment
 
getController() - Method in class org.apache.catalina.startup.BootstrapServiceContext
 
getCookieHeaderName(Cookie) - Static method in class org.apache.catalina.util.CookieTools
Return the header name to set the cookie, based on cookie version
getCookieHeaderValue(Cookie) - Static method in class org.apache.catalina.util.CookieTools
Deprecated. Use StringBuffer version
getCookieHeaderValue(Cookie, StringBuffer) - Static method in class org.apache.catalina.util.CookieTools
Return the header value used to set this cookie
getCookies() - Method in interface org.apache.catalina.Context
Return the "use cookies for session ids" flag.
getCookies() - Method in interface org.apache.catalina.DefaultContext
Return the "use cookies for session ids" flag.
getCookies() - Method in interface org.apache.catalina.HttpResponse
Return an array of all cookies set for this response, or a zero-length array if no cookies have been set.
getCookies() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getCookies() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the set of Cookies received with this Request.
getCookies() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getCookies() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Return an array of all cookies set for this response, or a zero-length array if no cookies have been set.
getCookies() - Method in class org.apache.catalina.core.MappingRequest
 
getCookies() - Method in class org.apache.catalina.core.StandardContext
Return the "use cookies for session ids" flag.
getCookies() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the "use cookies for session ids" flag.
getCountAllocated() - Method in class org.apache.catalina.core.StandardWrapper
Return the number of active allocations of this servlet, even if they are all for the same instance (as will be true for servlets that do not implement SingleThreadModel.
getCreation() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get creation time.
getCreation() - Method in class org.apache.naming.resources.ResourceAttributes
Get creation time.
getCreationDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get creation date.
getCreationDate() - Method in class org.apache.naming.resources.ResourceAttributes
Get creation date.
getCreationTime() - Method in interface org.apache.catalina.Session
Return the creation time for this session.
getCreationTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getCrossContext() - Method in interface org.apache.catalina.Context
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in interface org.apache.catalina.DefaultContext
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in class org.apache.catalina.core.StandardContext
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the "allow crossing servlet contexts" flag.
getCurProcessors() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the current number of processors that have been created.
getCurProcessors() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the current number of processors that have been created.
getCurrentDate() - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Returns the current date.
getCurrentDate() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getCurrentDate() - Static method in class org.apache.catalina.util.FastHttpDateFormat
Get the current date in HTTP format.
getCurrentTimeMillis() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
getData() - Method in class org.apache.catalina.ContainerEvent
Return the event data of this event.
getData() - Method in class org.apache.catalina.LifecycleEvent
Return the event data of this event.
getData() - Method in class org.apache.catalina.SessionEvent
Return the event data of this event.
getDataSourceName() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the name of the JNDI JDBC DataSource.
getDataStream() - Method in class org.apache.catalina.cluster.ReplicationWrapper
return our internal data as a array of bytes
getDate(Date) - Static method in class org.apache.catalina.util.FastHttpDateFormat
Get the HTTP format of the specified date.
getDate() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the last modified date.
getDateHeader(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the value of the specified date header, if any; otherwise return -1.
getDateHeader(String) - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getDateHeader(String) - Method in class org.apache.catalina.core.MappingRequest
 
getDebug() - Method in interface org.apache.catalina.Cluster
Returns the debug level for this Cluster
getDebug() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.authenticator.SingleSignOn
Return the debugging detail level.
getDebug() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Get the debug level for this component
getDebug() - Method in interface org.apache.catalina.cluster.ClusterSender
Get the debug level for this component
getDebug() - Method in class org.apache.catalina.cluster.ClusterSessionBase
Get the debug level for this component
getDebug() - Method in class org.apache.catalina.cluster.StandardCluster
Get the debug level for this component
getDebug() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.core.ContainerBase
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.core.NamingContextListener
Return the "debug" property.
getDebug() - Method in class org.apache.catalina.core.StandardServer
Return the debugging detail level.
getDebug() - Method in class org.apache.catalina.core.StandardService
Return the debugging detail level of this component.
getDebug() - Method in class org.apache.catalina.core.StandardWrapper
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.loader.StandardClassLoader
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.loader.WebappClassLoader
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.loader.WebappLoader
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.logger.LoggerBase
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
 
getDebug() - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
 
getDebug() - Method in class org.apache.catalina.realm.RealmBase
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.session.ManagerBase
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.session.StoreBase
Return the debugging detail level for this Store.
getDebug() - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Return the debugging detail level.
getDebug() - Method in class org.apache.catalina.startup.ContextConfig
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.startup.Embedded
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.startup.EmbeddedManager
Return the debugging detail level for this component.
getDebug() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.startup.EngineConfig
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.startup.HostConfig
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.startup.UserConfig
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.valves.CertificatesValve
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.valves.ValveBase
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.naming.resources.BaseDirContext
Return the debugging detail level for this component.
getDecodedRequestURI() - Method in interface org.apache.catalina.HttpRequest
Get the decoded request URI.
getDecodedRequestURI() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the URL decoded request URI.
getDecodedRequestURI() - Method in class org.apache.catalina.core.MappingRequest
 
getDefaultContext() - Method in interface org.apache.catalina.Engine
Retrieve the DefaultContext for new web applications.
getDefaultContext() - Method in interface org.apache.catalina.Host
Retrieve the DefaultContext for new web applications.
getDefaultContext() - Method in interface org.apache.catalina.Loader
Return the DefaultContext with which this Manager is associated.
getDefaultContext() - Method in interface org.apache.catalina.Manager
Return the DefaultContext with which this Manager is associated.
getDefaultContext() - Method in class org.apache.catalina.core.StandardEngine
Retrieve the DefaultContext for new web applications.
getDefaultContext() - Method in class org.apache.catalina.core.StandardHost
Retrieve the DefaultContext for new web applications.
getDefaultContext() - Method in class org.apache.catalina.loader.WebappLoader
Return the DefaultContext with which this Loader is associated.
getDefaultContext() - Method in class org.apache.catalina.session.ManagerBase
Return the DefaultContext with which this Manager is associated.
getDefaultHost() - Method in interface org.apache.catalina.Engine
Return the default hostname for this Engine.
getDefaultHost() - Method in class org.apache.catalina.core.StandardEngine
Return the default host.
getDelegate() - Method in interface org.apache.catalina.Loader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in class org.apache.catalina.loader.StandardClassLoader
Return the "delegate first" flag for this class loader.
getDelegate() - Method in class org.apache.catalina.loader.WebappClassLoader
Return the "delegate first" flag for this class loader.
getDelegate() - Method in class org.apache.catalina.loader.WebappLoader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
Return a comma-delimited set of the deny expressions configured for this Valve, if any; otherwise, return null.
getDerefAliases() - Method in class org.apache.catalina.realm.JNDIRealm
Return the derefAliases setting to be used.
getDescription() - Method in interface org.apache.catalina.Group
Return the description of this group.
getDescription() - Method in interface org.apache.catalina.Role
Return the description of this role.
getDescription() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getDescription() - Method in class org.apache.catalina.deploy.ContextEjb
 
getDescription() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getDescription() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getDescription() - Method in class org.apache.catalina.deploy.ContextResource
 
getDescription() - Method in class org.apache.catalina.deploy.FilterDef
 
getDescription() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the description of this web resource collection.
getDescription() - Method in class org.apache.catalina.users.AbstractGroup
Return the description of this group.
getDescription() - Method in class org.apache.catalina.users.AbstractRole
Return the description of this role.
getDescriptors() - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
 
getDigest() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the MessageDigest object to be used for calculating session identifiers.
getDigest() - Method in class org.apache.catalina.realm.RealmBase
Return the digest algorithm used for storing credentials.
getDigest(String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the digest associated with given principal's user name.
getDigest() - Method in class org.apache.catalina.session.ManagerBase
Return the MessageDigest object to be used for calculating session identifiers.
getDigestEncoding() - Method in class org.apache.catalina.realm.RealmBase
Returns the digest encoding charset.
getDigester() - Method in class org.apache.catalina.realm.MemoryRealm
Return a configured Digester to use for processing the XML input file, creating a new one if necessary.
getDirContext() - Method in class org.apache.naming.resources.ProxyDirContext
Return the actual directory context we are wrapping.
getDirectory() - Method in class org.apache.catalina.logger.FileLogger
Return the directory in which we create log files.
getDirectory() - Method in class org.apache.catalina.session.FileStore
Return the directory path for this Store.
getDirectory() - Method in class org.apache.catalina.valves.AccessLogValve
Return the directory in which we create log files.
getDirectory() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the directory in which we create log files.
getDirectoryContextEnvironment() - Method in class org.apache.catalina.realm.JNDIRealm
Create our directory context configuration.
getDirectoryName() - Method in class org.apache.catalina.startup.UserConfig
Return the directory name for user web applications.
getDisableProxyCaching() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states if we add headers to disable caching by proxies.
getDisplayName() - Method in interface org.apache.catalina.Context
Return the display name of this web application.
getDisplayName() - Method in class org.apache.catalina.core.StandardContext
Return the display name of this web application.
getDisplayName() - Method in class org.apache.catalina.deploy.FilterDef
 
getDisplayName() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the display name of this security constraint.
getDistributable() - Method in interface org.apache.catalina.Context
Return the distributable flag for this web application.
getDistributable() - Method in interface org.apache.catalina.Manager
Return the distributable flag for the sessions supported by this Manager.
getDistributable() - Method in class org.apache.catalina.core.StandardContext
Return the distributable flag for this web application.
getDistributable() - Method in class org.apache.catalina.session.ManagerBase
Return the distributable flag for the sessions supported by this Manager.
getDocBase() - Method in interface org.apache.catalina.Context
Return the document root for this Context.
getDocBase() - Method in class org.apache.catalina.core.StandardContext
Return the document root for this Context.
getDocBase() - Method in class org.apache.naming.resources.BaseDirContext
Return the document root for this component.
getDocBase() - Method in class org.apache.naming.resources.ProxyDirContext
Return the document root for this component.
getDocumentBuilder() - Method in class org.apache.catalina.servlets.WebdavServlet
Return JAXP document builder instance.
getDriverName() - Method in class org.apache.catalina.realm.JDBCRealm
Return the JDBC driver that will be used.
getDriverName() - Method in class org.apache.catalina.session.JDBCStore
Return the driver for this Store.
getDuplicates() - Method in class org.apache.catalina.session.ManagerBase
Number of duplicated session IDs generated by the random source.
getETag(DefaultServlet.ResourceInfo) - Method in class org.apache.catalina.servlets.DefaultServlet
Get the ETag associated with a file.
getETag() - Method in class org.apache.naming.resources.ResourceAttributes
Get ETag.
getETag(boolean) - Method in class org.apache.naming.resources.ResourceAttributes
Get ETag.
getEnableLookups() - Method in interface org.apache.catalina.Connector
Return the "enable DNS lookups" flag.
getEnableLookups() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the "enable DNS lookups" flag.
getEnableLookups() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the "enable DNS lookups" flag.
getEngine() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the enclosing Engine for this Manager.
getEntropy() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the entropy increaser value, or compute a semi-useful value if this String has not yet been set.
getEntropy() - Method in class org.apache.catalina.session.ManagerBase
Return the entropy increaser value, or compute a semi-useful value if this String has not yet been set.
getEntry() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getEnvironment() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI environment
getEnvironment() - Method in class org.apache.catalina.util.ProcessEnvironment
Gets process' environment
getEnvironment() - Method in class org.apache.naming.NamingContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.SelectorContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the environment in effect for this context.
getEnvironments() - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Return the MBean Names of the set of defined environment entries for this web application
getEnvironments() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of the set of defined environment entries for this web application
getEnvironments() - Method in class org.apache.catalina.mbeans.StandardContextMBean
Return the MBean Names of the set of defined environment entries for this web application
getErrorCode() - Method in class org.apache.catalina.deploy.ErrorPage
Return the error code.
getErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
 
getErrorPage() - Method in class org.apache.catalina.deploy.LoginConfig
 
getErrorReportValveClass() - Method in class org.apache.catalina.core.StandardHost
Return the Java class name of the error report valve class for new web applications.
getException() - Method in class org.apache.catalina.InstanceEvent
Return the exception that occurred during the processing that was reported by this event.
getExceptionType() - Method in class org.apache.catalina.deploy.ErrorPage
Return the exception type.
getExpiredSessions() - Method in class org.apache.catalina.session.StandardManager
Number of sessions that expired.
getExtensionName() - Method in class org.apache.catalina.loader.Extension
 
getFactory() - Method in interface org.apache.catalina.Connector
Return the server socket factory used by this Container.
getFactory() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the server socket factory used by this Container.
getFactory() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the server socket factory used by this Container.
getFactoryClassName() - Method in class org.apache.naming.EjbRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.ResourceEnvRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.ResourceLinkRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.ResourceRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.TransactionRef
Retrieves the class name of the factory of the object to which this reference refers.
getFile() - Method in class org.apache.catalina.util.URL
Return the filename part of the URL.
getFileDateFormat() - Method in class org.apache.catalina.valves.AccessLogValve
Return the date format date based log rotation.
getFileDateFormat() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the date format date based log rotation.
getFileLastModified(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFileSize(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFileText(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFilter() - Method in class org.apache.catalina.InstanceEvent
Return the filter instance for which this event occurred.
getFilterClass() - Method in class org.apache.catalina.deploy.FilterDef
 
getFilterName() - Method in class org.apache.catalina.deploy.FilterDef
 
getFilterName() - Method in class org.apache.catalina.deploy.FilterMap
 
getFullName() - Method in interface org.apache.catalina.User
Return the full name of this user.
getFullName() - Method in class org.apache.catalina.users.AbstractUser
Return the full name of this user.
getGlobal() - Method in class org.apache.catalina.deploy.ContextResourceLink
 
getGlobalNamingContext() - Method in class org.apache.catalina.core.StandardServer
Return the global naming resources context.
getGlobalNamingResources() - Method in interface org.apache.catalina.Server
Return the global naming resources.
getGlobalNamingResources() - Method in class org.apache.catalina.core.StandardServer
Return the global naming resources.
getGroupname() - Method in interface org.apache.catalina.Group
Return the group name of this group, which must be unique within the scope of a UserDatabase.
getGroupname() - Method in class org.apache.catalina.users.AbstractGroup
Return the group name of this group, which must be unique within the scope of a UserDatabase.
getGroups() - Method in interface org.apache.catalina.User
Return the set of Groups to which this user belongs.
getGroups() - Method in interface org.apache.catalina.UserDatabase
Return the set of Groups defined in this user database.
getGroups() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Names of all groups defined in this database.
getGroups() - Method in class org.apache.catalina.mbeans.UserMBean
Return the MBean Names of all groups this user is a member of.
getGroups() - Method in class org.apache.catalina.users.AbstractUser
Return the set of Groups to which this user belongs.
getGroups() - Method in class org.apache.catalina.users.MemoryUser
Return the set of Groups to which this user belongs.
getGroups() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the set of Groups defined in this user database.
getHeader(String) - Method in interface org.apache.catalina.HttpResponse
Return the value for the specified header, or null if this header has not been set.
getHeader(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the first value of the specified header, if any; otherwise, return null
getHeader(String) - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getHeader(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Return the value for the specified header, or null if this header has not been set.
getHeader(String) - Method in class org.apache.catalina.connector.HttpResponseWrapper
Deprecated. Return the value for the specified header, or null if this header has not been set.
getHeader(String) - Method in class org.apache.catalina.core.MappingRequest
 
getHeaderField(String) - Method in class org.apache.naming.resources.DirContextURLConnection
Returns the name of the specified header field.
getHeaderNames() - Method in interface org.apache.catalina.HttpResponse
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaderNames() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getHeaderNames() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the names of all headers received with this request.
getHeaderNames() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getHeaderNames() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaderNames() - Method in class org.apache.catalina.connector.HttpResponseWrapper
Deprecated. Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaderNames() - Method in class org.apache.catalina.core.MappingRequest
 
getHeaderValues(String) - Method in interface org.apache.catalina.HttpResponse
Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeaderValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
getHeaderValues(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeaderValues(String) - Method in class org.apache.catalina.connector.HttpResponseWrapper
Deprecated. Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeaders(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return all of the values of the specified header, if any; otherwise, return an empty enumeration.
getHeaders(String) - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getHeaders(String) - Method in class org.apache.catalina.core.MappingRequest
 
getHome() - Method in class org.apache.catalina.deploy.ContextEjb
 
getHome() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getHome(String) - Method in class org.apache.catalina.startup.HomesUserDatabase
Return an absolute pathname to the home directory for the specified user.
getHome(String) - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return an absolute pathname to the home directory for the specified user.
getHome(String) - Method in interface org.apache.catalina.startup.UserDatabase
Return an absolute pathname to the home directory for the specified user.
getHomeBase() - Method in class org.apache.catalina.startup.UserConfig
Return the base directory containing user home directories.
getHost() - Method in class org.apache.catalina.util.URL
Return the host name part of the URL.
getHostName() - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
getHostName() - Method in class org.apache.naming.resources.ProxyDirContext
Return the host name.
getIClientInputTimeout() - Method in class org.apache.catalina.util.ProcessHelper
 
getIDs() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attribute IDs.
getId() - Method in interface org.apache.catalina.Session
Return the session identifier for this session.
getId() - Method in interface org.apache.catalina.UserDatabase
Return the unique global identifier of this user database.
getId() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getId() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the unique global identifier of this user database.
getImplementationURL() - Method in class org.apache.catalina.loader.Extension
 
getImplementationVendor() - Method in class org.apache.catalina.loader.Extension
 
getImplementationVendorId() - Method in class org.apache.catalina.loader.Extension
 
getImplementationVersion() - Method in class org.apache.catalina.loader.Extension
 
getIncluded() - Method in interface org.apache.catalina.Response
Return the "processing inside an include" flag.
getIncluded() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the "processing inside an include" flag.
getIncluded() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return the "processing inside an include" flag.
getIndex() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the current index for error reporting purposes.
getIndex() - Method in class org.apache.catalina.util.StringParser
Return the zero-relative index of our current parsing position within the string being parsed.
getInfo() - Method in interface org.apache.catalina.Cluster
Return descriptive information about this Cluster implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Connector
Return descriptive information about this Connector implementation.
getInfo() - Method in interface org.apache.catalina.Container
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.DefaultContext
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Loader
Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Logger
Return descriptive information about this Logger implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Manager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Realm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Request
Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Response
Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Server
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Service
Return descriptive information about this Service implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Session
Return descriptive information about this Session implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Store
Return descriptive information about this Store implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Valve
Return descriptive information about this Valve implementation.
getInfo() - Method in interface org.apache.catalina.ValveContext
Return descriptive information about this ValveContext implementation.
getInfo() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.SingleSignOn
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.cluster.StandardCluster
Return descriptive information about this Cluster implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return descriptive information about this Connector implementation.
getInfo() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return descriptive information about this Connector implementation.
getInfo() - Method in class org.apache.catalina.core.ContainerBase
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.MappingRequest
 
getInfo() - Method in class org.apache.catalina.core.StandardContext
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardDefaultContext
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardEngine
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardHost
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardPipeline.StandardPipelineValveContext
Return descriptive information about this ValveContext implementation.
getInfo() - Method in class org.apache.catalina.core.StandardPipeline
Return descriptive information about this implementation class.
getInfo() - Method in class org.apache.catalina.core.StandardServer
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardService
Return descriptive information about this Service implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardWrapper
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.loader.WebappLoader
Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.logger.LoggerBase
Return descriptive information about this Logger implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.MemoryRealm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.RealmBase
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.DistributedManager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.FileStore
Return descriptive information about this Store implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.JDBCStore
Return the info for this Store.
getInfo() - Method in class org.apache.catalina.session.ManagerBase
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.PersistentManager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.PersistentManagerBase
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.StandardManager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.StoreBase
Return the info for this Store.
getInfo() - Method in class org.apache.catalina.startup.Embedded
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.startup.EmbeddedManager
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.valves.AccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.CertificatesValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ErrorReportValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteAddrValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteHostValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RequestDumperValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RequestFilterValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ValveBase
Return descriptive information about this Valve implementation.
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the value of the specified initialization parameter, or null if this parameter does not exist.
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the initialization parameter value for the specified name, if any; otherwise return null.
getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContext
Return the names of the context's initialization parameters, or an empty enumeration if the context has no initialization parameters.
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapper
Return the set of initialization parameter names defined for this servlet.
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitialContext(Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Get a new (writable) initial context.
getInputStream() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the servlet input stream for this Request.
getInputStream() - Method in class org.apache.catalina.connector.RequestFacade
 
getInputStream() - Method in class org.apache.catalina.core.MappingRequest
 
getInputStream() - Method in class org.apache.naming.resources.DirContextURLConnection
Get input stream.
getInstanceSupport() - Method in class org.apache.catalina.core.StandardWrapper
Return the InstanceSupport object for this Wrapper instance.
getIntHeader(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the value of the specified header as an integer, or -1 if there is no such header for this request.
getIntHeader(String) - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getIntHeader(String) - Method in class org.apache.catalina.core.MappingRequest
 
getJNDIUri(String, String) - Static method in class org.apache.catalina.core.ApplicationContext
Get full path, based on the host name and the context path.
getJarPath() - Method in class org.apache.catalina.loader.WebappClassLoader
Return the JAR path.
getJspFile() - Method in interface org.apache.catalina.Wrapper
Return the context-relative URI of the JSP file for this servlet.
getJspFile() - Method in class org.apache.catalina.core.StandardWrapper
Return the context-relative URI of the JSP file for this servlet.
getJsr77Names() - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Enable registration of contexts and servlet wrappers using JSR77 naming pattern.
getJvmRoute() - Method in interface org.apache.catalina.Engine
Retrieve the JvmRouteId for this engine.
getJvmRoute() - Method in class org.apache.catalina.core.StandardEngine
Retrieve the cluster-wide unique identifier for this Engine.
getJvmRoute() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the JvmRoute for the enclosing Engine.
getKeyStore() - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
getKeystoreFile() - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
getKeystoreType() - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
getLargeIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getLastAccessedTime() - Method in interface org.apache.catalina.Session
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime(String) - Method in class org.apache.catalina.session.ManagerBase
 
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getLastModified() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the last modified date.
getLastModified() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get last modified time.
getLastModified() - Method in class org.apache.naming.resources.ResourceAttributes
Get last modified time.
getLastModifiedDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get lastModified date.
getLastModifiedDate() - Method in class org.apache.naming.resources.ResourceAttributes
Get lastModified date.
getLength() - Method in class org.apache.catalina.util.StringParser
Return the length of the string we are parsing.
getLifecycle() - Method in class org.apache.catalina.LifecycleEvent
Return the Lifecycle on which this event occurred.
getLink() - Method in class org.apache.catalina.deploy.ContextEjb
 
getLink() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getLiveDeploy() - Method in class org.apache.catalina.core.StandardHost
Return the value of the live deploy flag.
getLoadOnStartup() - Method in interface org.apache.catalina.Wrapper
Return the load-on-startup order value (negative value means load on first call).
getLoadOnStartup() - Method in class org.apache.catalina.core.StandardWrapper
Return the load-on-startup order value (negative value means load on first call).
getLoader() - Method in interface org.apache.catalina.Container
Return the Loader with which this Container is associated.
getLoader() - Method in interface org.apache.catalina.DefaultContext
Return the Loader with which this Container is associated.
getLoader() - Method in class org.apache.catalina.core.ContainerBase
Return the Loader with which this Container is associated.
getLoader() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the Loader with which this Container is associated.
getLoaderClass() - Method in class org.apache.catalina.loader.WebappLoader
Return the ClassLoader class name.
getLocal() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getLocalClusterMember() - Method in interface org.apache.catalina.Cluster
Return cluster information about the local host
getLocalClusterMember() - Method in class org.apache.catalina.cluster.StandardCluster
Return cluster information about the local host
getLocalDataSource() - Method in class org.apache.catalina.realm.DataSourceRealm
Return if the datasource will be looked up in the webapp JNDI Context.
getLocale() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the preferred Locale that the client will accept content in, based on the value for the first Accept-Language header that was encountered.
getLocale() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocale() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the Locale assigned to this response.
getLocale() - Method in class org.apache.catalina.connector.ResponseFacade
 
getLocale() - Method in class org.apache.catalina.core.MappingRequest
 
getLocales() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getLocales() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the set of preferred Locales that the client will accept content in, based on the values for any Accept-Language headers that were encountered.
getLocales() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocales() - Method in class org.apache.catalina.core.MappingRequest
 
getLocation() - Method in class org.apache.catalina.deploy.ErrorPage
Return the location.
getLock() - Method in class org.apache.catalina.servlets.ManagerServlet
Obtain an object to lock on to prevent this servlet and the HostConfig thread both trying to deploy the same application.
getLogger() - Method in interface org.apache.catalina.Container
Return the Logger with which this Container is associated.
getLogger() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Get the Logger for this component
getLogger() - Method in interface org.apache.catalina.cluster.ClusterSender
Get the Logger for this component
getLogger() - Method in class org.apache.catalina.cluster.ClusterSessionBase
Get the Logger for this component
getLogger() - Method in class org.apache.catalina.core.ContainerBase
Return the Logger with which this Container is associated.
getLogger() - Method in class org.apache.catalina.startup.Embedded
Return the Logger for this component.
getLogger() - Method in class org.apache.catalina.startup.EmbeddedManager
Return the Logger for this component.
getLogger() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Return the Logger for this component.
getLoginConfig() - Method in interface org.apache.catalina.Context
Return the login configuration descriptor for this web application.
getLoginConfig() - Method in class org.apache.catalina.core.StandardContext
Return the login configuration descriptor for this web application.
getLoginPage() - Method in class org.apache.catalina.deploy.LoginConfig
 
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContext
Return the major version of the Java Servlet API that we implement.
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getManager() - Method in interface org.apache.catalina.Container
Return the Manager with which this Container is associated.
getManager() - Method in interface org.apache.catalina.DefaultContext
Return the Manager with which this Container is associated.
getManager() - Method in interface org.apache.catalina.Session
Return the Manager within which this Session is valid.
getManager() - Method in interface org.apache.catalina.Store
Return the Manager instance associated with this Store.
getManager() - Method in class org.apache.catalina.core.ContainerBase
Return the Manager with which this Container is associated.
getManager() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the Manager with which this Container is associated.
getManager() - Method in class org.apache.catalina.session.StoreBase
Return the Manager with which the Store is associated.
getManager(String) - Static method in class org.apache.catalina.util.StringManager
Get the StringManager for a particular package.
getManager(String) - Static method in class org.apache.naming.StringManager
Get the StringManager for a particular package.
getMapperClass() - Method in class org.apache.catalina.core.StandardContext
Return the default Mapper class name.
getMapperClass() - Method in class org.apache.catalina.core.StandardEngine
Return the default Mapper class name.
getMapperClass() - Method in class org.apache.catalina.core.StandardHost
Return the default Mapper class name.
getMaxActive() - Method in class org.apache.catalina.session.ManagerBase
Max number of concurent active sessions
getMaxActiveSessions() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the maximum number of active Sessions allowed, or -1 for no limit.
getMaxActiveSessions() - Method in class org.apache.catalina.session.StandardManager
Return the maximum number of active Sessions allowed, or -1 for no limit.
getMaxIdleBackup() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store.
getMaxIdleSwap() - Method in class org.apache.catalina.session.PersistentManagerBase
The time in seconds after which a session should be swapped out of memory to disk.
getMaxInactiveInterval() - Method in interface org.apache.catalina.Manager
Return the default maximum inactive interval (in seconds) for Sessions created by this Manager.
getMaxInactiveInterval() - Method in interface org.apache.catalina.Session
Return the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveInterval() - Method in class org.apache.catalina.session.ManagerBase
Return the default maximum inactive interval (in seconds) for Sessions created by this Manager.
getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getMaxInstances() - Method in class org.apache.catalina.core.StandardWrapper
Return maximum number of instances that will be allocated when a single thread model servlet is used.
getMaxProcessors() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the maximum number of processors allowed, or <0 for unlimited.
getMaxProcessors() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the maximum number of processors allowed, or <0 for unlimited.
getMaxTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getMessage() - Method in interface org.apache.catalina.HttpResponse
Return the error message that was set with sendError() for this Response.
getMessage() - Method in class org.apache.catalina.LifecycleException
Returns the message associated with this exception, if any.
getMessage() - Method in class org.apache.catalina.connector.ClientAbortException
Returns the message associated with this exception, if any.
getMessage() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Return the error message that was set with sendError() for this Response.
getMessage() - Method in class org.apache.catalina.connector.HttpResponseWrapper
Deprecated. Return the error message that was set with sendError() for this response.
getMethod() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getMethod() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the HTTP request method used in this Request.
getMethod() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getMethod() - Method in class org.apache.catalina.core.MappingRequest
 
getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the MIME type of the specified file, or null if the MIME type cannot be determined.
getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMinIdleSwap() - Method in class org.apache.catalina.session.PersistentManagerBase
The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.
getMinProcessors() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the minimum number of processors to start at initialization.
getMinProcessors() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the minimum number of processors to start at initialization.
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContext
Return the minor version of the Java Servlet API that we implement.
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMulticastAddress() - Method in class org.apache.catalina.cluster.StandardCluster
Get the Groupaddress associated with our Cluster
getMulticastPort() - Method in class org.apache.catalina.cluster.StandardCluster
Get the Port associated with our Cluster
getName() - Method in interface org.apache.catalina.Container
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in interface org.apache.catalina.DefaultContext
Return the name of this DefaultContext
getName() - Method in interface org.apache.catalina.Deployer
Return the name of the Container with which this Deployer is associated.
getName() - Method in interface org.apache.catalina.Host
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - Method in interface org.apache.catalina.Service
Return the name of this Service.
getName() - Method in class org.apache.catalina.cluster.ClusterSessionBase
 
getName() - Method in class org.apache.catalina.cluster.MulticastReceiver
Return a String containing the name of this implementation, used for logging
getName() - Method in class org.apache.catalina.cluster.MulticastSender
Return a String containing the name of this implementation, used for logging
getName() - Method in class org.apache.catalina.cluster.StandardCluster
Return a String containing the name of this Cluster implementation, used for logging
getName() - Method in class org.apache.catalina.core.ContainerBase
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in class org.apache.catalina.core.NamingContextListener
Return the "name" property.
getName() - Method in class org.apache.catalina.core.StandardDefaultContext
The name of this DefaultContext
getName() - Method in class org.apache.catalina.core.StandardHost
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - Method in class org.apache.catalina.core.StandardHostDeployer
Return the name of the Container with which this Deployer is associated.
getName() - Method in class org.apache.catalina.core.StandardService
Return the name of this Service.
getName() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getName() - Method in class org.apache.catalina.deploy.ContextEjb
 
getName() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getName() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getName() - Method in class org.apache.catalina.deploy.ContextResource
 
getName() - Method in class org.apache.catalina.deploy.ContextResourceLink
 
getName() - Method in class org.apache.catalina.deploy.ResourceParams
 
getName() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the name of this web resource collection.
getName() - Method in class org.apache.catalina.realm.DataSourceRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getName() - Method in class org.apache.catalina.realm.JAASRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.JDBCRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.JNDIRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.MemoryRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.RealmBase
Return a short name for this Realm implementation, for use in log messages.
getName() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.servlets.CGIServlet.NameValuePair
 
getName() - Method in class org.apache.catalina.session.DistributedManager
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.JDBCStore
Return the name for this instance (built from container name)
getName() - Method in class org.apache.catalina.session.ManagerBase
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.PersistentManager
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.StandardManager
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.startup.CatalinaManager
Retruns the Catalina component name.
getName() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Retruns the Catalina component name.
getName() - Method in class org.apache.catalina.startup.EmbeddedManager
Retruns the Catalina component name.
getName() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Retruns the Catalina component name.
getName() - Method in class org.apache.catalina.users.AbstractGroup
Make the principal name the same as the group name.
getName() - Method in class org.apache.catalina.users.AbstractRole
Make the principal name the same as the role name.
getName() - Method in class org.apache.catalina.users.AbstractUser
Make the principal name the same as the group name.
getName() - Method in class org.apache.naming.NamingService
Retruns the Catalina component name.
getName() - Method in interface org.apache.naming.NamingServiceMBean
Retruns the JNDI component name.
getName() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get name.
getName() - Method in class org.apache.naming.resources.ResourceAttributes
Get name.
getName() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getNameInNamespace() - Method in class org.apache.naming.NamingContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.SelectorContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.FileDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.WARDirContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the parser associated with the named context.
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a RequestDispatcher object that acts as a wrapper for the named servlet.
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getNamingContext() - Method in class org.apache.catalina.core.NamingContextListener
Return the associated naming context.
getNamingResources() - Method in interface org.apache.catalina.Context
Return the naming resources associated with this web application.
getNamingResources() - Method in interface org.apache.catalina.DefaultContext
Return the naming resources associated with this web application.
getNamingResources() - Method in class org.apache.catalina.core.StandardContext
Return the naming resources associated with this web application.
getNamingResources() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the naming resources associated with this web application.
getNamingResources() - Method in class org.apache.catalina.deploy.ContextEjb
 
getNamingResources() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getNamingResources() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getNamingResources() - Method in class org.apache.catalina.deploy.ContextResource
 
getNamingResources() - Method in class org.apache.catalina.deploy.ContextResourceLink
 
getNamingResources() - Method in class org.apache.catalina.deploy.ResourceParams
 
getNote(String) - Method in interface org.apache.catalina.Request
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNote(String) - Method in interface org.apache.catalina.Session
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.core.MappingRequest
 
getNoteNames() - Method in interface org.apache.catalina.Request
Return an Iterator containing the String names of all notes bindings that exist for this request.
getNoteNames() - Method in interface org.apache.catalina.Session
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNoteNames() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return an Iterator containing the String names of all notes bindings that exist for this request.
getNoteNames() - Method in class org.apache.catalina.core.MappingRequest
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.catalina.users.MemoryUserDatabaseFactory
Create and return a new MemoryUserDatabase instance that has been configured according to the properties of the specified Reference.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.BeanFactory
Create a new Bean instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.EjbFactory
Crete a new EJB instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.MailSessionFactory
Create and return an object instance based on the specified characteristics.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceEnvFactory
Crete a new Resource env instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceFactory
Crete a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceLinkFactory
Create a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.SendMailFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.TransactionFactory
Crete a new User transaction instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.TyrexResourceFactory
Create a new Resource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.TyrexTransactionFactory
Crete a new UserTransaction.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Crete a new Context's instance.
getObjects() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Get an array of objects that has been received by this component.
getObjects() - Method in class org.apache.catalina.cluster.MulticastReceiver
Receive the objects currently in our stack and clear if afterwards.
getOutputStream() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the servlet output stream associated with this Response.
getOutputStream() - Method in class org.apache.catalina.connector.ResponseFacade
 
getOutputStream() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Return a OutputStream, throws and exception if a printwriter already been returned.
getOverride() - Method in interface org.apache.catalina.Context
Return the override flag for this web application.
getOverride() - Method in class org.apache.catalina.core.StandardContext
Return the DefaultContext override flag for this web application.
getOverride() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getOverride() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getParameter(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the value of the specified request parameter, if any; otherwise, return null.
getParameter(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the value of the specified request parameter, if any; otherwise, return null.
getParameter(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameter(String) - Method in class org.apache.catalina.core.MappingRequest
 
getParameterMap() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterMap() - Method in class org.apache.catalina.core.MappingRequest
 
getParameterMap() - Method in class org.apache.catalina.deploy.FilterDef
 
getParameterNames() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getParameterNames() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the names of all defined request parameters for this request.
getParameterNames() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the names of all defined request parameters for this request.
getParameterNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterNames() - Method in class org.apache.catalina.core.MappingRequest
 
getParameterValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
getParameterValues(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the defined values for the specified request parameter, if any; otherwise, return null.
getParameterValues(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the defined values for the specified request parameter, if any; otherwise, return null.
getParameterValues(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterValues(String) - Method in class org.apache.catalina.core.MappingRequest
 
getParameters() - Method in class org.apache.catalina.deploy.ResourceParams
 
getParameters() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI query parameters
getParameters() - Method in class org.apache.catalina.util.CGIProcessEnvironment
Gets process' derived query parameters
getParent() - Method in interface org.apache.catalina.Container
Return the Container for which this Container is a child, if there is one.
getParent() - Method in interface org.apache.catalina.DefaultContext
Return the Container for which this Container is a child, if there is one.
getParent() - Method in class org.apache.catalina.core.ContainerBase
Return the Container for which this Container is a child, if there is one.
getParent() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the Container for which this Container is a child, if there is one.
getParentClassLoader() - Method in interface org.apache.catalina.Container
Return the parent class loader (if any) for web applications.
getParentClassLoader() - Method in class org.apache.catalina.core.ContainerBase
Return the parent class loader (if any) for this web application.
getParentClassLoader() - Method in class org.apache.catalina.core.StandardHostDeployer
Delegate a request for the parent class loader to our associated Host.
getParentClassLoader() - Method in class org.apache.catalina.startup.HostConfig
Delegate a request for the parent class loader to our associated Host.
getPassword() - Method in interface org.apache.catalina.User
Return the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
getPassword() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getPassword(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the password associated with the given principal's user name.
getPassword(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the password associated with the given principal's user name.
getPassword() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getPassword(String) - Method in class org.apache.catalina.realm.JAASRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.RealmBase
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return the password associated with the given principal's user name.
getPassword() - Method in class org.apache.catalina.users.AbstractUser
Return the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
getPath() - Method in interface org.apache.catalina.Context
Return the context path for this web application.
getPath() - Method in class org.apache.catalina.ant.DeployTask
 
getPath() - Method in class org.apache.catalina.ant.InstallTask
 
getPath() - Method in class org.apache.catalina.ant.ReloadTask
 
getPath() - Method in class org.apache.catalina.ant.RemoveTask
 
getPath() - Method in class org.apache.catalina.ant.StartTask
 
getPath() - Method in class org.apache.catalina.ant.StopTask
 
getPath() - Method in class org.apache.catalina.ant.UndeployTask
 
getPath() - Method in class org.apache.catalina.core.StandardContext
Return the context path for this Context.
getPath() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
getPath() - Method in class org.apache.catalina.startup.CatalinaManager
Path accessor.
getPath() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Path accessor.
getPath() - Method in class org.apache.catalina.util.URL
Return the path part of the URL.
getPathInfo() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the path information associated with this Request.
getPathInfo() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getPathInfo() - Method in class org.apache.catalina.core.MappingRequest
 
getPathTranslated() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the extra path information for this request, translated to a real path.
getPathTranslated() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getPathTranslated() - Method in class org.apache.catalina.core.MappingRequest
 
getPathWithoutContext(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getPathWithoutFileName(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getPathname() - Method in class org.apache.catalina.realm.MemoryRealm
Return the pathname of our XML file containing user definitions.
getPathname() - Method in class org.apache.catalina.session.StandardManager
Return the session persistence pathname, if any.
getPathname() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the relative or absolute pathname to the persistent storage file.
getPattern() - Method in class org.apache.catalina.valves.AccessLogValve
Return the format pattern.
getPattern() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the format pattern.
getPermission() - Method in class org.apache.naming.resources.DirContextURLConnection
Get the Permission for this URL
getPermissions(CodeSource) - Method in class org.apache.catalina.loader.StandardClassLoader
Get the Permissions for a CodeSource.
getPermissions(CodeSource) - Method in class org.apache.catalina.loader.WebappClassLoader
Get the Permissions for a CodeSource.
getPipeline() - Method in class org.apache.catalina.core.ContainerBase
Return the Pipeline object that manages the Valves associated with this Container.
getPort() - Method in interface org.apache.catalina.Server
Return the port number we listen to for shutdown commands.
getPort() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the port number on which we listen for HTTP requests.
getPort() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the port number on which we listen for HTTP requests.
getPort() - Method in class org.apache.catalina.core.StandardServer
Return the port number we listen to for shutdown commands.
getPort() - Method in class org.apache.catalina.util.URL
Return the port number part of the URL.
getPostInput(ArrayList) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Gets a string for input to a POST cgi script
getPostInput(Hashtable) - Method in class org.apache.catalina.util.ProcessHelper
Gets a string for input to a POST cgi script
getPrefix() - Method in class org.apache.catalina.logger.FileLogger
Return the log file prefix.
getPrefix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file prefix.
getPrefix() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the log file prefix.
getPrincipal() - Method in interface org.apache.catalina.Session
Return the authenticated Principal that is associated with this Session.
getPrincipal(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JAASRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the given user name.
getPrincipal(DirContext, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the given user name.
getPrincipal(X509Certificate) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the given certificate.
getPrincipal(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return the Principal associated with the given user name.
getPrivileged() - Method in interface org.apache.catalina.Context
Return the privileged flag for this web application.
getPrivileged() - Method in class org.apache.catalina.core.StandardContext
Return the privileged flag for this web application.
getProcessingTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getProtocol() - Method in interface org.apache.catalina.Mapper
Return the protocol for which this Mapper is responsible.
getProtocol() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Return the HTTP protocol version implemented by this response object.
getProtocol() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the protocol and version used to make this Request.
getProtocol() - Method in class org.apache.catalina.connector.RequestFacade
 
getProtocol() - Method in class org.apache.catalina.core.FastEngineMapper
Return the protocol for which this Mapper is responsible.
getProtocol() - Method in class org.apache.catalina.core.MappingRequest
 
getProtocol() - Method in class org.apache.catalina.core.StandardContextMapper
Return the protocol for which this Mapper is responsible.
getProtocol() - Method in class org.apache.catalina.core.StandardEngineMapper
Return the protocol for which this Mapper is responsible.
getProtocol() - Method in class org.apache.catalina.core.StandardHostMapper
Return the protocol for which this Mapper is responsible.
getProtocol() - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
getProtocol() - Method in class org.apache.catalina.realm.JNDIRealm
Return the protocol to be used.
getProtocol() - Method in class org.apache.catalina.util.URL
Return the protocol name part of the URL.
getProxyName() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the proxy server name for this Connector.
getProxyName() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the proxy server name for this Connector.
getProxyPort() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the proxy server port for this Connector.
getProxyPort() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the proxy server port for this Connector.
getPublicId() - Method in interface org.apache.catalina.Context
Return the public identifier of the deployment descriptor DTD that is currently being parsed.
getPublicId() - Method in class org.apache.catalina.core.StandardContext
Return the public identifier of the deployment descriptor DTD that is currently being parsed.
getQualifiedNames() - Method in class org.apache.catalina.util.DOMWriter
 
getQuery() - Method in class org.apache.catalina.util.URL
Return the query part of the URL.
getQueryString() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getQueryString() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the query string associated with this request.
getQueryString() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getQueryString() - Method in class org.apache.catalina.core.MappingRequest
 
getRandom() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the random number generator instance we should use for generating session identifiers.
getRandom() - Method in class org.apache.catalina.session.ManagerBase
Return the random number generator instance we should use for generating session identifiers.
getRandomClass() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the random number generator class name.
getRandomClass() - Method in class org.apache.catalina.session.ManagerBase
Return the random number generator class name.
getReader() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Read the Reader wrapping the input stream for this Request.
getReader() - Method in class org.apache.catalina.connector.RequestFacade
 
getReader() - Method in class org.apache.catalina.core.MappingRequest
 
getRealPath(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. As of version 2.1 of the Java Servlet API, use ServletContext.getRealPath().
getRealPath(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the real path for a given virtual path, if possible; otherwise return null.
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRealPath(String) - Method in class org.apache.catalina.core.MappingRequest
 
getRealm() - Method in interface org.apache.catalina.Container
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.core.ContainerBase
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRealm() - Method in class org.apache.catalina.startup.Embedded
Return the default Realm for our Containers.
getRealm() - Method in class org.apache.catalina.startup.EmbeddedManager
Return the default Realm for our Containers.
getRealm() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Return the default Realm for our Containers.
getRealmName() - Method in class org.apache.catalina.deploy.LoginConfig
 
getRedirectPort() - Method in interface org.apache.catalina.Connector
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRedirectPort() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRedirectPort() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRef() - Method in class org.apache.catalina.util.URL
Return the reference part of the URL.
getReferrals() - Method in class org.apache.catalina.realm.JNDIRealm
Returns the current settings for handling JNDI referrals.
getRejectedSessions() - Method in class org.apache.catalina.session.StandardManager
Number of session creations that failed due to maxActiveSessions.
getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Return the relative path associated with this servlet.
getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
Override the DefaultServlet implementation and only use the PathInfo.
getRelativePath(HttpServletRequest) - Static method in class org.apache.catalina.ssi.SSIServletRequestUtil
Return the relative path associated with this servlet.
getReloadable() - Method in interface org.apache.catalina.Context
Return the reloadable flag for this web application.
getReloadable() - Method in interface org.apache.catalina.DefaultContext
Return the reloadable flag for this web application.
getReloadable() - Method in interface org.apache.catalina.Loader
Return the reloadable flag for this Loader.
getReloadable() - Method in class org.apache.catalina.core.StandardContext
Return the reloadable flag for this web application.
getReloadable() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the reloadable flag for this web application.
getReloadable() - Method in class org.apache.catalina.loader.WebappLoader
Return the reloadable flag for this Loader.
getRemote() - Method in class org.apache.catalina.deploy.ContextEjb
 
getRemoteAddr() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the remote IP address making this Request.
getRemoteAddr() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteAddr() - Method in class org.apache.catalina.core.MappingRequest
 
getRemoteClusterMembers() - Method in interface org.apache.catalina.Cluster
Returns a collection containing ClusterMemberInfo on the remote members of this Cluster.
getRemoteClusterMembers() - Method in class org.apache.catalina.cluster.StandardCluster
Returns a collection containing ClusterMemberInfo on the remote members of this Cluster.
getRemoteHost() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the remote host name making this Request.
getRemoteHost() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteHost() - Method in class org.apache.catalina.core.MappingRequest
 
getRemoteUser() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the name of the remote user that has been authenticated for this Request.
getRemoteUser() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getRemoteUser() - Method in class org.apache.catalina.core.MappingRequest
 
getReporter() - Method in interface org.apache.catalina.Response
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getReporter() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getReporter() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getReqAttributeIgnoreCase(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getRequest() - Method in class org.apache.catalina.InstanceEvent
Return the servlet request for which this event occurred.
getRequest() - Method in interface org.apache.catalina.Request
Return the ServletRequest for which this object is the facade.
getRequest() - Method in interface org.apache.catalina.Response
Return the Request with which this Response is associated.
getRequest() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the ServletRequest for which this object is the facade.
getRequest() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the ServletRequest for which this object is the facade.
getRequest() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Return the ServletRequest for which this object is the facade.
getRequest() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the Request with which this Response is associated.
getRequest() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return the Request with which this Response is associated.
getRequest() - Method in class org.apache.catalina.core.MappingRequest
 
getRequestCount() - Method in class org.apache.catalina.core.StandardWrapper
 
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a RequestDispatcher instance that acts as a wrapper for the resource at the given path.
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.MappingRequest
 
getRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getRequestURI() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the request URI for this request.
getRequestURI() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getRequestURI() - Method in class org.apache.catalina.core.MappingRequest
 
getRequestURL() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getRequestURL() - Method in class org.apache.catalina.core.MappingRequest
 
getRequestedSessionId() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the session identifier included in this request, if any.
getRequestedSessionId() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getRequestedSessionId() - Method in class org.apache.catalina.core.MappingRequest
 
getRequireReauthentication() - Method in class org.apache.catalina.authenticator.SingleSignOn
Gets whether each request needs to be reauthenticated (by an Authenticator downstream in the pipeline) to the security Realm, or if this Valve can itself bind security info to the request based on the presence of a valid SSO entry without rechecking with the RealmgetRequired(Manifest) - Static method in class org.apache.catalina.loader.Extension
Return the set of Extension objects representing optional packages that are required by the application contained in the JAR file associated with the specified Manifest.
getResource(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the URL to the resource that is mapped to a specified path.
getResource(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResource(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Find the resource with the given name.
getResource(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the resource with the given name.
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the requested resource as an InputStream.
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourceAsStream(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourceAsStream(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourceLinks() - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Return the MBean Names of all the defined resource links for this application
getResourceLinks() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of all the defined resource link references for this application.
getResourceLinks() - Method in class org.apache.catalina.mbeans.StandardContextMBean
Return the MBean Names of all the defined resource links for this application
getResourceName() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return the global JNDI name of the UserDatabase resource we will be using.
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a Set containing the resource paths of resources member of the specified collection.
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourceType() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get resource type.
getResourceType() - Method in class org.apache.naming.resources.ResourceAttributes
Get resource type.
getResources() - Method in interface org.apache.catalina.Container
Return the Resources with which this Container is associated.
getResources() - Method in interface org.apache.catalina.DefaultContext
Get the resources DirContext object with which this Container is associated.
getResources() - Method in class org.apache.catalina.core.ApplicationContext
Return the resources object that is mapped to a specified path.
getResources() - Method in class org.apache.catalina.core.ContainerBase
Return the resources DirContext object with which this Container is associated.
getResources() - Method in class org.apache.catalina.core.StandardDefaultContext
Get the resources DirContext object with which this Container is associated.
getResources() - Method in class org.apache.catalina.loader.WebappClassLoader
Get associated resources.
getResources() - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Return the MBean Names of all the defined resource references for this application.
getResources() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of all the defined resource references for this application.
getResources() - Method in class org.apache.catalina.mbeans.StandardContextMBean
Return the MBean Names of all the defined resource references for this application.
getResources() - Method in class org.apache.catalina.servlets.DefaultServlet
Get resources.
getResponse() - Method in class org.apache.catalina.InstanceEvent
Return the servlet response for which this event occurred.
getResponse() - Method in interface org.apache.catalina.Request
Return the Response with which this Request is associated.
getResponse() - Method in interface org.apache.catalina.Response
Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the Response with which this Request is associated.
getResponse() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Return the Response with which this Request is associated.
getResponse() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.core.MappingRequest
 
getRoleBase() - Method in class org.apache.catalina.realm.JNDIRealm
Return the base element for role searches.
getRoleClassNames() - Method in class org.apache.catalina.realm.JAASRealm
 
getRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
Return the role name attribute name for this Realm.
getRoleNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user role table that names a role.
getRoleNameCol() - Method in class org.apache.catalina.realm.JDBCRealm
Return the column in the user role table that names a role.
getRoleSearch() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting roles in this Realm.
getRoleSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
Return the "search subtree for roles" flag.
getRolename() - Method in interface org.apache.catalina.Role
Return the role name of this role, which must be unique within the scope of a UserDatabase.
getRolename() - Method in class org.apache.catalina.users.AbstractRole
Return the role name of this role, which must be unique within the scope of a UserDatabase.
getRoles() - Method in interface org.apache.catalina.Group
Return the set of Roles assigned specifically to this group.
getRoles() - Method in interface org.apache.catalina.User
Return the set of Roles assigned specifically to this user.
getRoles() - Method in interface org.apache.catalina.UserDatabase
Return the set of Roles defined in this user database.
getRoles() - Method in class org.apache.catalina.mbeans.GroupMBean
Return the MBean Names of all authorized roles for this group.
getRoles() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Names of all roles defined in this database.
getRoles() - Method in class org.apache.catalina.mbeans.UserMBean
Return the MBean Names of all roles assigned to this user.
getRoles(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the roles associated with the given user name.
getRoles(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the roles associated with the given user name
getRoles() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRoles(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the roles associated with the gven user name.
getRoles(DirContext, User) - Method in class org.apache.catalina.realm.JNDIRealm
Return a List of roles associated with the given User.
getRoles() - Method in class org.apache.catalina.users.AbstractGroup
Return the set of Roles assigned specifically to this group.
getRoles() - Method in class org.apache.catalina.users.AbstractUser
Return the set of Roles assigned specifically to this user.
getRoles() - Method in class org.apache.catalina.users.MemoryGroup
Return the set of Roles assigned specifically to this group.
getRoles() - Method in class org.apache.catalina.users.MemoryUser
Return the set of Roles assigned specifically to this user.
getRoles() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the set of Roles defined in this user database.
getRunAs() - Method in interface org.apache.catalina.Wrapper
Return the run-as identity for this servlet.
getRunAs() - Method in class org.apache.catalina.core.StandardWrapper
Return the run-as identity for this servlet.
getSaveOnRestart() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates whether sessions are saved when the Manager is shut down properly.
getSchema(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the schema associated with the named object.
getSchema(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the schema associated with the named object.
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getScheme() - Method in interface org.apache.catalina.Connector
Return the scheme that will be assigned to requests received through this connector.
getScheme() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the scheme used to make this Request.
getScheme() - Method in class org.apache.catalina.connector.RequestFacade
 
getScheme() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the scheme that will be assigned to requests received through this connector.
getScheme() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the scheme that will be assigned to requests received through this connector.
getScheme() - Method in class org.apache.catalina.core.MappingRequest
 
getScope() - Method in class org.apache.catalina.deploy.ContextResource
 
getSecure() - Method in interface org.apache.catalina.Connector
Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the secure connection flag that will be assigned to requests received through this connector.
getSenderId() - Method in interface org.apache.catalina.cluster.ClusterReceiver
get the senderId used to identify messages being received in a Cluster.
getSenderId() - Method in interface org.apache.catalina.cluster.ClusterSender
get the senderId used to identify messages being sent in a Cluster.
getSenderId() - Method in class org.apache.catalina.cluster.ClusterSessionBase
get the senderId used to identify messages being send or received in a Cluster.
getSenderId() - Method in class org.apache.catalina.cluster.ReplicationWrapper
get the sender id for this wrapper
getServer() - Static method in class org.apache.catalina.ServerFactory
Return the singleton Server instance for this JVM.
getServer() - Method in interface org.apache.catalina.Service
Return the Server with which we are associated (if any).
getServer() - Method in class org.apache.catalina.core.StandardService
Return the Server with which we are associated (if any).
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContext
Return the name and version of the servlet container.
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServerInfo() - Method in class org.apache.catalina.core.StandardServer
Report the current Tomcat Server Release number
getServerInfo() - Static method in class org.apache.catalina.util.ServerInfo
Return the server identification for this version of Tomcat.
getServerName() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the server name responding to this Request.
getServerName() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerName() - Method in class org.apache.catalina.core.MappingRequest
 
getServerPort() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the server port responding to this Request.
getServerPort() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerPort() - Method in class org.apache.catalina.core.MappingRequest
 
getServerVersion() - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
getService() - Method in interface org.apache.catalina.Connector
Return the Service with which we are associated (if any).
getService() - Method in interface org.apache.catalina.Engine
Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.core.StandardEngine
Return the Service with which we are associated (if any).
getServlet() - Method in class org.apache.catalina.InstanceEvent
Return the servlet instance for which this event occurred.
getServlet(String) - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServlet(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletClass() - Method in interface org.apache.catalina.Wrapper
Return the fully qualified servlet class name for this servlet.
getServletClass() - Method in class org.apache.catalina.core.StandardWrapper
Return the fully qualified servlet class name for this servlet.
getServletContext() - Method in interface org.apache.catalina.Context
Return the servlet context for which this Context is a facade.
getServletContext() - Method in class org.apache.catalina.core.StandardContext
Return the servlet context for which this Context is a facade.
getServletContext() - Method in class org.apache.catalina.core.StandardWrapper
Return the servlet context with which this servlet is associated.
getServletContext() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletContext() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getServletContext() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
getServletContextAndPath(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextAndPathFromNonVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextAndPathFromVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContext
Return the display name of this web application.
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletName() - Method in class org.apache.catalina.core.StandardWrapper
Return the name of this servlet.
getServletName() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletName() - Method in class org.apache.catalina.deploy.FilterMap
 
getServletNames() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServletNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletPath() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the portion of the request URI used to select the servlet that will process this request.
getServletPath() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getServletPath() - Method in class org.apache.catalina.core.MappingRequest
 
getServletPath() - Method in class org.apache.catalina.util.ProcessEnvironment
 
getServlets() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServlets() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getSession() - Method in interface org.apache.catalina.Session
Return the HttpSession for which this object is the facade.
getSession() - Method in class org.apache.catalina.SessionEvent
Return the Session on which this event occurred.
getSession(HttpRequest) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the internal Session that is associated with this HttpRequest, or null if there is no such Session.
getSession(HttpRequest, boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the internal Session that is associated with this HttpRequest, possibly creating a new one if necessary, or null if there is no such session and we did not create one.
getSession() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the session associated with this Request, creating one if necessary.
getSession(boolean) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the session associated with this Request, creating one if necessary and requested.
getSession(boolean) - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getSession() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getSession() - Method in class org.apache.catalina.core.MappingRequest
 
getSession(boolean) - Method in class org.apache.catalina.core.MappingRequest
 
getSessionAppCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Id column for the table.
getSessionAttribute(String, String) - Method in class org.apache.catalina.session.ManagerBase
For debugging: get a session attribute
getSessionContext() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getSessionCounter() - Method in class org.apache.catalina.session.ManagerBase
Total sessions created by this manager.
getSessionDataCol() - Method in class org.apache.catalina.session.JDBCStore
Return the data column for the table
getSessionIdCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Id column for the table.
getSessionLastAccessedCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Last Accessed column
getSessionMaxInactiveCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Max Inactive column
getSessionTable() - Method in class org.apache.catalina.session.JDBCStore
Return the table for this Store.
getSessionTimeout() - Method in interface org.apache.catalina.Context
Return the default session timeout (in minutes) for this web application.
getSessionTimeout() - Method in class org.apache.catalina.core.StandardContext
Return the default session timeout (in minutes) for this web application.
getSessionValidCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Is Valid column
getShutdown() - Method in interface org.apache.catalina.Server
Return the shutdown command string we are waiting for.
getShutdown() - Method in class org.apache.catalina.core.StandardServer
Return the shutdown command string we are waiting for.
getSize() - Method in interface org.apache.catalina.Store
Return the number of Sessions present in this Store.
getSize() - Method in class org.apache.catalina.session.FileStore
Return the number of Sessions present in this Store.
getSize() - Method in class org.apache.catalina.session.JDBCStore
Return an integer containing a count of all Sessions currently saved in this Store.
getSmallIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getSocket() - Method in interface org.apache.catalina.Request
Return the Socket (if any) through which this Request was received.
getSocket() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the Socket (if any) through which this Request was received.
getSocket() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Return the Socket (if any) through which this Request was received.
getSocket() - Method in class org.apache.catalina.core.MappingRequest
 
getSocketFactory() - Method in class org.apache.catalina.startup.Embedded
Return the secure socket factory class name.
getSocketFactory() - Method in class org.apache.catalina.startup.EmbeddedManager
Return the secure socket factory class name.
getSocketFactory() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Return the secure socket factory class name.
getSpecificationVendor() - Method in class org.apache.catalina.loader.Extension
 
getSpecificationVersion() - Method in class org.apache.catalina.loader.Extension
 
getState() - Method in class org.apache.catalina.startup.CatalinaManager
Returns the state.
getState() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Returns the state.
getState() - Method in class org.apache.catalina.startup.EmbeddedManager
Returns the state.
getState() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Returns the state.
getState() - Method in class org.apache.naming.NamingService
Returns the state.
getState() - Method in interface org.apache.naming.NamingServiceMBean
Returns the state.
getStateString() - Method in class org.apache.catalina.startup.CatalinaManager
Returns a String representation of the state.
getStateString() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Returns a String representation of the state.
getStateString() - Method in class org.apache.catalina.startup.EmbeddedManager
Returns a String representation of the state.
getStateString() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Returns a String representation of the state.
getStateString() - Method in class org.apache.naming.NamingService
Returns a String representation of the state.
getStateString() - Method in interface org.apache.naming.NamingServiceMBean
Returns a String representation of the state.
getStatus() - Method in interface org.apache.catalina.HttpResponse
Return the HTTP status code associated with this Response.
getStatus() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Return the HTTP status code associated with this Response.
getStatus() - Method in class org.apache.catalina.connector.HttpResponseWrapper
Deprecated. Return the HTTP status code associated with this Response.
getStatusMessage(int) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Returns a default status message for the specified HTTP status code.
getStore() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the Store object which manages persistent Session storage for this Manager.
getStoreName() - Method in class org.apache.catalina.session.FileStore
Return the name for this Store, used for logging.
getStoreName() - Method in class org.apache.catalina.session.JDBCStore
Return the name for this Store, used for logging.
getStoreName() - Method in class org.apache.catalina.session.StoreBase
Return the name for this Store, used for logging.
getStream() - Method in interface org.apache.catalina.Request
Return the input stream associated with this Request.
getStream() - Method in interface org.apache.catalina.Response
Return the output stream associated with this Response.
getStream() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the input stream associated with this Request.
getStream() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Return the input stream associated with this Request.
getStream() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the output stream associated with this Response.
getStream() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return the output stream associated with this Response.
getStream() - Method in class org.apache.catalina.core.MappingRequest
 
getStream() - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
Get IS from resource.
getString(String) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle.
getString(String, Object[]) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString() - Method in class org.apache.catalina.util.StringParser
Return the String we are currently parsing.
getString(String) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle.
getString(String, Object[]) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getSuffix() - Method in class org.apache.catalina.logger.FileLogger
Return the log file suffix.
getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file suffix.
getSuffix() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the log file suffix.
getSwallowOutput() - Method in class org.apache.catalina.core.StandardContext
Return the value of the swallowOutput flag.
getSwallowOutput() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the swallowOutput flag for this web application.
getTcpNoDelay() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Return the TCP no delay flag value.
getThread() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to a thread.
getThreadName() - Method in class org.apache.catalina.session.FileStore
Return the thread name for this Store.
getThreadName() - Method in class org.apache.catalina.session.JDBCStore
Return the thread name for this Store.
getThreadName() - Method in class org.apache.catalina.session.StoreBase
Return the thread name for this Store.
getThrowable() - Method in class org.apache.catalina.LifecycleException
Returns the throwable that caused this exception, if any.
getThrowable() - Method in class org.apache.catalina.connector.ClientAbortException
Returns the throwable that caused this exception, if any.
getTimeZone() - Method in class org.apache.catalina.util.Strftime
Get the timezone used for formatting conversions
getTimestamp() - Method in class org.apache.catalina.logger.FileLogger
Return the timestamp flag.
getTokenValue() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the String value of the token if it was type TOKEN_STRING.
getTransactionDomain() - Method in class org.apache.naming.factory.TyrexFactory
Get (and if necessary, create) the active TransactionDomain This class checks to see if there is already a TransactionDomain setup and instantiated.
getType() - Method in class org.apache.catalina.ContainerEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.InstanceEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.LifecycleEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.SessionEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.ant.ResourcesTask
 
getType() - Method in class org.apache.catalina.deploy.ContextEjb
 
getType() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getType() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getType() - Method in class org.apache.catalina.deploy.ContextResource
 
getType() - Method in class org.apache.catalina.deploy.ContextResourceLink
 
getURL(File) - Method in class org.apache.catalina.loader.WebappClassLoader
Get URL.
getURLConnection(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getURLPattern() - Method in class org.apache.catalina.deploy.FilterMap
 
getURLs() - Method in class org.apache.catalina.loader.WebappClassLoader
Returns the search path of URLs for loading classes and resources.
getUrl() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getUser(DirContext, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUserBase() - Method in class org.apache.catalina.realm.JNDIRealm
Return the base element for user searches.
getUserByPattern(DirContext, String, String[]) - Method in class org.apache.catalina.realm.JNDIRealm
Use the UserPattern configuration attribute to locate the directory entry for the user with the specified username and return a User object; otherwise return null.
getUserBySearch(DirContext, String, String[]) - Method in class org.apache.catalina.realm.JNDIRealm
Search the directory to return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUserClass() - Method in class org.apache.catalina.startup.UserConfig
Return the user database class name for this component.
getUserClassNames() - Method in class org.apache.catalina.realm.JAASRealm
 
getUserConfig() - Method in class org.apache.catalina.startup.HomesUserDatabase
Return the UserConfig listener with which we are associated.
getUserConfig() - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return the UserConfig listener with which we are associated.
getUserConfig() - Method in interface org.apache.catalina.startup.UserDatabase
Return the UserConfig listener with which we are associated.
getUserConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the user data constraint for this security constraint.
getUserCredCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user table that holds the user's credentials.
getUserCredCol() - Method in class org.apache.catalina.realm.JDBCRealm
Return the column in the user table that holds the user's credentials.
getUserDatabase() - Method in interface org.apache.catalina.Group
Return the UserDatabase within which this Group is defined.
getUserDatabase() - Method in interface org.apache.catalina.Role
Return the UserDatabase within which this Role is defined.
getUserDatabase() - Method in interface org.apache.catalina.User
Return the UserDatabase within which this User is defined.
getUserDatabase() - Method in class org.apache.catalina.users.AbstractGroup
Return the UserDatabase within which this Group is defined.
getUserDatabase() - Method in class org.apache.catalina.users.AbstractRole
Return the UserDatabase within which this Role is defined.
getUserDatabase() - Method in class org.apache.catalina.users.MemoryGroup
Return the UserDatabase within which this Group is defined.
getUserDatabase() - Method in class org.apache.catalina.users.MemoryRole
Return the UserDatabase within which this role is defined.
getUserDatabase() - Method in class org.apache.catalina.users.MemoryUser
Return the UserDatabase within which this User is defined.
getUserInfo() - Method in class org.apache.catalina.util.URL
Return the user info part of the URL.
getUserNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user table that holds the user's name.
getUserNameCol() - Method in class org.apache.catalina.realm.JDBCRealm
Return the column in the user table that holds the user's name.
getUserPassword() - Method in class org.apache.catalina.realm.JNDIRealm
Return the password attribute used to retrieve the user password.
getUserPattern() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting users in this Realm.
getUserPrincipal() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return the principal that has been authenticated for this Request.
getUserPrincipal() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getUserPrincipal() - Method in class org.apache.catalina.core.MappingRequest
 
getUserRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
Return the user role name attribute name for this Realm.
getUserRoleTable() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the table that holds the relation between user's and roles.
getUserRoleTable() - Method in class org.apache.catalina.realm.JDBCRealm
Return the table that holds the relation between user's and roles.
getUserSearch() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting users in this Realm.
getUserSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
Return the "search subtree for users" flag.
getUserTable() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the table that holds user data..
getUserTable() - Method in class org.apache.catalina.realm.JDBCRealm
Return the table that holds user data..
getUsername() - Method in interface org.apache.catalina.User
Return the logon username of this user, which must be unique within the scope of a UserDatabase.
getUsername() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getUsername() - Method in class org.apache.catalina.users.AbstractUser
Return the logon username of this user, which must be unique within the scope of a UserDatabase.
getUsers() - Method in interface org.apache.catalina.Group
Return the set of Users that are members of this group.
getUsers() - Method in interface org.apache.catalina.UserDatabase
Return the set of Users defined in this user database.
getUsers() - Method in class org.apache.catalina.mbeans.GroupMBean
Return the MBean Names of all users that are members of this group.
getUsers() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Names of all users defined in this database.
getUsers() - Method in class org.apache.catalina.startup.HomesUserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in interface org.apache.catalina.startup.UserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in class org.apache.catalina.users.AbstractGroup
Return the set of Users that are members of this group.
getUsers() - Method in class org.apache.catalina.users.MemoryGroup
Return the set of Users that are members of this group.
getUsers() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the set of Users defined in this user database.
getValidate() - Method in class org.apache.catalina.realm.RealmBase
Return the "validate certificate chains" flag.
getValue() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getValue() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getValue() - Method in class org.apache.catalina.servlets.CGIServlet.NameValuePair
 
getValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getValueNames() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getValves() - Method in interface org.apache.catalina.Pipeline
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in class org.apache.catalina.core.ContainerBase
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in class org.apache.catalina.core.StandardPipeline
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in class org.apache.catalina.mbeans.StandardHostMBean
Return the MBean Names of the Valves assoicated with this Host
getVariableNames() - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableValue(String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getVerbosity() - Method in interface org.apache.catalina.Logger
Return the verbosity level of this logger.
getVerbosity() - Method in class org.apache.catalina.logger.LoggerBase
Return the verbosity level of this logger.
getWar() - Method in class org.apache.catalina.ant.DeployTask
 
getWar() - Method in class org.apache.catalina.ant.InstallTask
 
getWebAppRootDir() - Method in class org.apache.catalina.util.ProcessEnvironment
Gets the root directory of the web application to which this process\ belongs
getWorkDir() - Method in class org.apache.catalina.core.StandardContext
Return the work directory for this Context.
getWorkDir() - Method in class org.apache.catalina.core.StandardHost
Host work directory base.
getWorkingDirectory() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI working directory
getWorkingDirectory() - Method in class org.apache.catalina.util.ProcessEnvironment
Gets this process's derived working directory
getWrappedRequest() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Return the wrapped request.
getWrappedResponse() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Return the wrapped response.
getWrapper() - Method in interface org.apache.catalina.ContainerServlet
Return the Wrapper with which this Servlet is associated.
getWrapper() - Method in class org.apache.catalina.InstanceEvent
Return the Wrapper managing the servlet instance for which this event occurred.
getWrapper() - Method in interface org.apache.catalina.Request
Return the Wrapper within which this Request is being processed.
getWrapper() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Return the Wrapper within which this Request is being processed.
getWrapper() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Return the Wrapper within which this Request is being processed.
getWrapper() - Method in class org.apache.catalina.core.MappingRequest
 
getWrapper() - Method in class org.apache.catalina.servlets.InvokerServlet
Return the Wrapper with which we are associated.
getWrapper() - Method in class org.apache.catalina.servlets.ManagerServlet
Return the Wrapper with which we are associated.
getWrapper() - Method in class org.apache.catalina.util.InstanceSupport
Return the Wrapper with which we are associated.
getWrapperClass() - Method in interface org.apache.catalina.Context
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperClass() - Method in interface org.apache.catalina.DefaultContext
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperClass() - Method in class org.apache.catalina.core.StandardContext
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperClass() - Method in class org.apache.catalina.core.StandardDefaultContext
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWriter() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Return the writer associated with this Response.
getWriter() - Method in class org.apache.catalina.connector.ResponseFacade
 
getWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Return a printwriter, throws and exception if a OutputStream already been returned.
getWriterEncoding() - Static method in class org.apache.catalina.util.DOMWriter
 
global - Variable in class org.apache.catalina.servlets.ManagerServlet
The global JNDI NamingContext for this server, if available.
gmtZone - Static variable in class org.apache.catalina.servlets.DefaultServlet
 
gmtZone - Static variable in class org.apache.catalina.util.FastHttpDateFormat
 
groupname - Variable in class org.apache.catalina.users.AbstractGroup
The group name of this group.
groups - Variable in class org.apache.catalina.users.MemoryUser
The set of Groups that this user is a member of.
groups - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Groups defined in this database, keyed by group name.

H

HOST - Static variable in class org.apache.naming.resources.ProxyDirContext
 
HTMLManagerServlet - class org.apache.catalina.servlets.HTMLManagerServlet.
Servlet that enables remote management of the web applications installed within the same virtual host as this web application is.
HTMLManagerServlet() - Constructor for class org.apache.catalina.servlets.HTMLManagerServlet
 
Handler - class org.apache.naming.resources.jndi.Handler.
Stream handler to a JNDI directory context.
Handler() - Constructor for class org.apache.naming.resources.jndi.Handler
 
HexUtils - class org.apache.catalina.util.HexUtils.
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HexUtils() - Constructor for class org.apache.catalina.util.HexUtils
 
HomesUserDatabase - class org.apache.catalina.startup.HomesUserDatabase.
Concrete implementation of the UserDatabase interface considers all directories in a directory whose pathname is specified to our constructor to be "home" directories for those users.
HomesUserDatabase() - Constructor for class org.apache.catalina.startup.HomesUserDatabase
Initialize a new instance of this user database component.
Host - interface org.apache.catalina.Host.
A Host is a Container that represents a virtual host in the Catalina servlet engine.
HostConfig - class org.apache.catalina.startup.HostConfig.
Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts.
HostConfig() - Constructor for class org.apache.catalina.startup.HostConfig
 
HostRuleSet - class org.apache.catalina.startup.HostRuleSet.
RuleSet for processing the contents of a Host definition element.
HostRuleSet() - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
HostRuleSet(String) - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
HttpConnector - class org.apache.catalina.connector.http.HttpConnector.
Deprecated.  
HttpConnector() - Constructor for class org.apache.catalina.connector.http.HttpConnector
Deprecated.  
HttpConnector - class org.apache.catalina.connector.http10.HttpConnector.
Deprecated.  
HttpConnector() - Constructor for class org.apache.catalina.connector.http10.HttpConnector
Deprecated.  
HttpRequest - interface org.apache.catalina.HttpRequest.
An HttpRequest is the Catalina internal facade for an HttpServletRequest that is to be processed, in order to produce the corresponding HttpResponse.
HttpRequestBase - class org.apache.catalina.connector.HttpRequestBase.
Deprecated.  
HttpRequestBase() - Constructor for class org.apache.catalina.connector.HttpRequestBase
Deprecated.  
HttpRequestBase.PrivilegedGetSession - class org.apache.catalina.connector.HttpRequestBase.PrivilegedGetSession.
Deprecated.  
HttpRequestFacade - class org.apache.catalina.connector.HttpRequestFacade.
Facade class that wraps a Catalina-internal HttpRequest object.
HttpRequestFacade(HttpRequest) - Constructor for class org.apache.catalina.connector.HttpRequestFacade
Construct a wrapper for the specified request.
HttpRequestStream - class org.apache.catalina.connector.http.HttpRequestStream.
Deprecated.  
HttpRequestStream(HttpRequestImpl, HttpResponseImpl) - Constructor for class org.apache.catalina.connector.http.HttpRequestStream
Deprecated. Construct a servlet input stream associated with the specified Request.
HttpRequestWrapper - class org.apache.catalina.connector.HttpRequestWrapper.
Deprecated.  
HttpRequestWrapper(HttpRequest) - Constructor for class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Construct a wrapper for the specified request.
HttpResponse - interface org.apache.catalina.HttpResponse.
An HttpResponse is the Catalina-internal facade for an HttpServletResponse that is to be produced, based on the processing of a corresponding HttpRequest.
HttpResponseBase - class org.apache.catalina.connector.HttpResponseBase.
Deprecated.  
HttpResponseBase() - Constructor for class org.apache.catalina.connector.HttpResponseBase
Deprecated.  
HttpResponseBase.PrivilegedFlushBuffer - class org.apache.catalina.connector.HttpResponseBase.PrivilegedFlushBuffer.
Deprecated.  
HttpResponseFacade - class org.apache.catalina.connector.HttpResponseFacade.
Facade class that wraps a Catalina-internal HttpResponse object.
HttpResponseFacade(HttpResponse) - Constructor for class org.apache.catalina.connector.HttpResponseFacade
Construct a wrapper for the specified response.
HttpResponseStream - class org.apache.catalina.connector.http.HttpResponseStream.
Deprecated.  
HttpResponseStream(HttpResponseImpl) - Constructor for class org.apache.catalina.connector.http.HttpResponseStream
Deprecated. Construct a servlet output stream associated with the specified Request.
HttpResponseWrapper - class org.apache.catalina.connector.HttpResponseWrapper.
Deprecated.  
HttpResponseWrapper(HttpResponse) - Constructor for class org.apache.catalina.connector.HttpResponseWrapper
Deprecated. Construct a wrapper for the specified response.
handle(Callback[]) - Method in class org.apache.catalina.realm.JAASCallbackHandler
Retrieve the information requested in the provided Callbacks.
hasExternalRepositories - Variable in class org.apache.catalina.loader.WebappClassLoader
Has external repositories.
hasMessageDigest() - Method in class org.apache.catalina.realm.RealmBase
 
hasMore() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Determines whether there are any more elements in the enumeration.
hasMore() - Method in class org.apache.naming.NamingContextEnumeration
Determines whether there are any more elements in the enumeration.
hasMore() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Determines whether there are any more elements in the enumeration.
hasMoreElements() - Method in class org.apache.catalina.util.Enumerator
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
hasMoreElements() - Method in class org.apache.naming.NamingContextEnumeration
 
hasMoreElements() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
 
hasMoreTokens() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns true if there are more tokens.
hasRole(Principal, String) - Method in interface org.apache.catalina.Realm
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasRole(String) - Method in class org.apache.catalina.realm.GenericPrincipal
Does the user represented by this Principal possess the specified role?
hasRole(Principal, String) - Method in class org.apache.catalina.realm.RealmBase
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasRole(Principal, String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hashCode() - Method in class org.apache.naming.NamingEntry
 
hashToStringArray(Hashtable) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Converts a Hashtable to a String array by converting each key/value pair in the Hashtable to a String in the form "key=value" (hashkey + "=" + hash.get(hashkey).toString())
headers - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The HTTP headers associated with this Request, keyed by name.
headers - Variable in class org.apache.catalina.connector.HttpResponseBase
Deprecated. The HTTP headers explicitly added via addHeader(), but not including those to be added with setContentLength(), setContentType(), and so on.
hexadecimal - Static variable in class org.apache.catalina.util.URLEncoder
 
host - Variable in class org.apache.catalina.core.StandardHostDeployer
The StandardHost instance we are associated with.
host - Variable in class org.apache.catalina.startup.HostConfig
The Host we are associated with.
hostName - Variable in class org.apache.naming.resources.ProxyDirContext
Host name.
http11 - Variable in class org.apache.catalina.connector.http.HttpRequestStream
Deprecated. HTTP/1.1 flag.
httpDate - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 

I

IC_PREFIX - Static variable in class org.apache.naming.SelectorContext
Initial context prefix.
INFORMATION - Static variable in interface org.apache.catalina.Logger
 
INSTALL_EVENT - Static variable in interface org.apache.catalina.Deployer
The ContainerEvent event type sent when a new application is installed by install(), after it has been started.
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
INVOKED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the Invoker servlet will store the invoking servlet path, if it was used to execute a servlet indirectly instead of through a servlet mapping.
IOTools - class org.apache.catalina.util.IOTools.
Contains commonly needed I/O-related methods
ImmutableNameNotFoundException - exception org.apache.naming.resources.ImmutableNameNotFoundException.
Immutable exception to avoid useless object creation by the proxy context.
ImmutableNameNotFoundException() - Constructor for class org.apache.naming.resources.ImmutableNameNotFoundException
 
InstallTask - class org.apache.catalina.ant.InstallTask.
Ant task that implements the /install command, supported by the Tomcat manager application.
InstallTask() - Constructor for class org.apache.catalina.ant.InstallTask
 
InstanceEvent - class org.apache.catalina.InstanceEvent.
General event for notifying listeners of significant events related to a specific instance of a Servlet, or a specific instance of a Filter, as opposed to the Wrapper component that manages it.
InstanceEvent(Wrapper, Filter, String) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceListener - interface org.apache.catalina.InstanceListener.
Interface defining a listener for significant events related to a specific servlet instance, rather than to the Wrapper component that is managing that instance.
InstanceSupport - class org.apache.catalina.util.InstanceSupport.
Support class to assist in firing InstanceEvent notifications to registered InstanceListeners.
InstanceSupport(Wrapper) - Constructor for class org.apache.catalina.util.InstanceSupport
Construct a new InstanceSupport object associated with the specified Instance component.
InvokerServlet - class org.apache.catalina.servlets.InvokerServlet.
The default servlet-invoking servlet for most web applications, used to serve requests to servlets that have not been registered in the web application deployment descriptor.
InvokerServlet() - Constructor for class org.apache.catalina.servlets.InvokerServlet
 
id - Variable in class org.apache.catalina.users.MemoryUserDatabase
The unique global identifier of this user database.
importDefaultContext(Context) - Method in interface org.apache.catalina.DefaultContext
Import the configuration from the DefaultContext into current Context.
importDefaultContext(Context) - Method in interface org.apache.catalina.Engine
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - Method in interface org.apache.catalina.Host
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - Method in class org.apache.catalina.core.StandardDefaultContext
Import the configuration from the DefaultContext into current Context.
importDefaultContext(Context) - Method in class org.apache.catalina.core.StandardEngine
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - Method in class org.apache.catalina.core.StandardHost
Import the DefaultContext config into a web application context.
included - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. Are we currently processing inside a RequestDispatcher.include()?
included(String, String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return true if the specified context-relative URI (and associated HTTP method) are protected by this security constraint.
info - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.BasicAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.FormAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.SSLAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.SingleSignOn
Descriptive information about this Valve implementation.
info - Static variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Descriptive information about this HttpRequest implementation.
info - Static variable in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Descriptive information about this HttpResponse implementation.
info - Static variable in class org.apache.catalina.connector.RequestBase
Deprecated. Descriptive information about this Request implementation.
info - Static variable in class org.apache.catalina.connector.ResponseBase
Deprecated. Descriptive information about this Response implementation.
info - Variable in class org.apache.catalina.core.StandardPipeline
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.logger.FileLogger
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.logger.LoggerBase
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.logger.SystemErrLogger
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.logger.SystemOutLogger
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.realm.DataSourceRealm
Descriptive information about this Realm implementation.
info - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JAASRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JDBCRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JNDIRealm
Descriptive information about this Realm implementation.
info - Variable in class org.apache.catalina.realm.MemoryRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.RealmBase
Descriptive information about this Realm implementation.
info - Variable in class org.apache.catalina.realm.UserDatabaseRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.session.JDBCStore
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.session.StoreBase
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.startup.Embedded
Descriptive information about this server implementation.
info - Static variable in class org.apache.catalina.valves.AccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.CertificatesValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.ErrorDispatcherValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.JDBCAccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.ValveBase
Descriptive information about this Valve implementation.
init(ServletConfig) - Method in class org.apache.catalina.servlets.CGIServlet
Sets instance variables.
init() - Method in class org.apache.catalina.servlets.DefaultServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.InvokerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.ManagerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.WebdavServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.ssi.SSIServlet
Initialize this servlet.
init(DaemonContext) - Method in class org.apache.catalina.startup.BootstrapService
Load the Catalina Service.
initialContext - Variable in class org.apache.naming.SelectorContext
Request for an initial context.
initialContext - Static variable in class org.apache.naming.java.javaURLContextFactory
Initial context.
initialize() - Method in interface org.apache.catalina.Connector
Invoke a pre-startup initialization.
initialize() - Method in interface org.apache.catalina.Server
Invoke a pre-startup initialization.
initialize() - Method in interface org.apache.catalina.Service
Invoke a pre-startup initialization.
initialize() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Initialize this connector (create ServerSocket here!)
initialize() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Initialize this connector (create ServerSocket here!)
initialize() - Method in class org.apache.catalina.core.StandardServer
Invoke a pre-startup initialization.
initialize() - Method in class org.apache.catalina.core.StandardService
Invoke a pre-startup initialization.
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Initialize this LoginModule with the specified configuration information.
initialized - Variable in class org.apache.catalina.core.NamingContextListener
Initialized flag.
input - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The input stream associated with this Request.
input - Variable in class org.apache.catalina.servlets.DefaultServlet
The input buffer size to use when serving resources.
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Input encoding.
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
inputStream - Variable in class org.apache.naming.resources.Resource
Input stream.
install(String, URL) - Method in interface org.apache.catalina.Deployer
Install a new web application, whose web application archive is at the specified URL, into this container with the specified context path.
install(URL, URL) - Method in interface org.apache.catalina.Deployer
Install a new web application, whose context configuration file (consisting of a <Context> element) and web application archive are at the specified URLs.
install(String, URL) - Method in class org.apache.catalina.core.StandardHost
Install a new web application, whose web application archive is at the specified URL, into this container with the specified context path.
install(URL, URL) - Method in class org.apache.catalina.core.StandardHost
Install a new web application, whose context configuration file (consisting of a <Context> element) and web application archive are at the specified URLs.
install(String, URL) - Method in class org.apache.catalina.core.StandardHostDeployer
Install a new web application, whose web application archive is at the specified URL, into this container with the specified context path.
install(URL, URL) - Method in class org.apache.catalina.core.StandardHostDeployer
Install a new web application, whose context configuration file (consisting of a <Context> element) and (optional) web application archive are at the specified URLs.
install(String, String, String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Install an application for the specified path from the specified web application archive.
install(PrintWriter, String, String, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Install an application for the specified path from the specified web application archive.
installDefaultContext(Context) - Method in class org.apache.catalina.core.StandardDefaultContext
Install the StandardContext portion of the DefaultContext configuration into current Context.
installDefaultContext(Context) - Method in class org.apache.catalina.core.StandardEngine
Install the StandardContext portion of the DefaultContext configuration into current Context.
installDefaultContext(Context) - Method in class org.apache.catalina.core.StandardHost
Install the StandardContext portion of the DefaultContext configuration into current Context.
instanceEvent(InstanceEvent) - Method in interface org.apache.catalina.InstanceListener
Acknowledge the occurrence of the specified event.
invalidate() - Method in class org.apache.catalina.session.StandardSessionFacade
 
invoke(Request, Response) - Method in interface org.apache.catalina.Container
Process the specified Request, and generate the corresponding Response, according to the design of this particular Container.
invoke(Request, Response) - Method in interface org.apache.catalina.Pipeline
Cause the specified request and response to be processed by the Valves associated with this pipeline, until one of these valves causes the response to be created and returned.
invoke(Request, Response, ValveContext) - Method in interface org.apache.catalina.Valve
Perform request processing as required by this Valve.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Enforce the security restrictions in the web application deployment descriptor of our associated Context.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.authenticator.SingleSignOn
Perform single-sign-on support processing for this request.
invoke(Request, Response) - Method in class org.apache.catalina.core.ContainerBase
Process the specified Request, to produce the corresponding Response, by invoking the first Valve in our pipeline (if any), or the basic Valve otherwise.
invoke(Request, Response) - Method in class org.apache.catalina.core.StandardContext
Process the specified Request, and generate the corresponding Response, according to the design of this particular Container.
invoke(Request, Response) - Method in class org.apache.catalina.core.StandardPipeline
Cause the specified request and response to be processed by the Valves associated with this pipeline, until one of these valves causes the response to be created and returned.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.AccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.CertificatesValve
Expose the certificates chain if one was included on this request.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Invoke the next Valve in the sequence.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.ErrorReportValve
Invoke the next Valve in the sequence.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
This method is invoked by Tomcat on each query.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.RemoteAddrValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.RemoteHostValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.RequestDumperValve
Log the interesting request parameters, invoke the next Valve in the sequence, and log the interesting response parameters.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.RequestFilterValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.ValveBase
The implementation-specific logic represented by this Valve.
invokeNext(Request, Response) - Method in interface org.apache.catalina.ValveContext
Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
invokeNext(Request, Response) - Method in class org.apache.catalina.core.StandardPipeline.StandardPipelineValveContext
Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
is - Variable in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Underlying input stream.
is - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
isAllowLinking() - Method in class org.apache.catalina.core.StandardContext
Is linking allowed.
isAppCommitted() - Method in interface org.apache.catalina.Response
Application commit flag accessor.
isAppCommitted() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Application commit flag accessor.
isArrayByteBase64(byte[]) - Static method in class org.apache.catalina.util.Base64
 
isAvailable() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Is this connector available for processing requests?
isAvailable() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Is this connector available for processing requests?
isBase64(String) - Static method in class org.apache.catalina.util.Base64
 
isBase64(byte) - Static method in class org.apache.catalina.util.Base64
 
isBound() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Returns true if the thread or the context class loader of the current thread is bound.
isCached() - Method in class org.apache.naming.resources.BaseDirContext
Is cached ?
isCachingAllowed() - Method in class org.apache.catalina.core.StandardContext
Is caching allowed ?
isCaseIgnored() - Method in class org.apache.naming.resources.ResourceAttributes
Case sensitivity.
isCaseSensitive() - Method in class org.apache.catalina.core.StandardContext
Is case sensitive ?
isCaseSensitive() - Method in class org.apache.naming.resources.FileDirContext
Is case sensitive ?
isCheckExists() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Check for file existence before logging.
isChunkingAllowed() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Get the allow chunking flag.
isClassLoaderBound() - Static method in class org.apache.naming.ContextBindings
Tests if current class loader is bound to a context.
isCollection() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Is collection.
isCollection() - Method in class org.apache.naming.resources.ResourceAttributes
Is collection.
isCommitted() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Has the output of this response already been committed?
isCommitted() - Method in class org.apache.catalina.connector.ResponseFacade
 
isCompatibleWith(Extension) - Method in class org.apache.catalina.loader.Extension
Return true if the specified Extension (which represents an optional package required by this application) is satisfied by this Extension (which represents an optional package that is already installed.
isDefaultContext() - Method in class org.apache.catalina.startup.ContextRuleSet
Are we processing a DefaultContext element?
isDeployXML() - Method in class org.apache.catalina.core.StandardHost
Deploy XML Context config files flag accessor.
isDeployXML() - Method in class org.apache.catalina.startup.HostConfig
Return the deploy XML config file flag for this component.
isEmpty() - Method in class org.apache.catalina.util.Queue
Is the queue empty?
isError() - Method in interface org.apache.catalina.Response
Error flag accessor.
isError() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Error flag accessor.
isFilesystemBased() - Method in class org.apache.catalina.core.StandardContext
Returns true if the resources associated with this context are filesystem based.
isFinished() - Method in class org.apache.catalina.connector.ResponseFacade
 
isInGroup(Group) - Method in interface org.apache.catalina.User
Is this user in the specified Group?
isInGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
Is this user in the specified Group?
isInGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
Is this user in the specified group?
isInRole(Role) - Method in interface org.apache.catalina.Group
Is this group specifically assigned the specified Role?
isInRole(Role) - Method in interface org.apache.catalina.User
Is this user specifically assigned the specified Role? This method does NOT check for roles inherited based on Group membership.
isInRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
Is this group specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.AbstractUser
Is this user specifically assigned the specified Role? This method does NOT check for roles inherited based on Group membership.
isInRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
Is this group specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.MemoryUser
Is this user specifically assigned the specified Role? This method does NOT check for roles inherited based on Group membership.
isLiveDeploy() - Method in class org.apache.catalina.startup.HostConfig
Return the live deploy flag for this component.
isLoaded(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Return true, if the session id is loaded in memory otherwise false is returned
isLocked() - Method in class org.apache.catalina.util.ParameterMap
Return the locked state of this parameter map.
isLocked() - Method in class org.apache.catalina.util.ResourceSet
Return the locked state of this parameter map.
isMetaChar(char) - Method in class org.apache.catalina.ssi.ExpressionTokenizer
 
isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isNew() - Method in class org.apache.catalina.session.StandardSessionFacade
 
isPackageSealed(String, Manifest) - Method in class org.apache.catalina.loader.WebappClassLoader
Returns true if the specified package name is sealed according to the given manifest.
isReady() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Gets ready status
isReady() - Method in class org.apache.catalina.util.ProcessHelper
Gets ready status
isReplaceWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the "replace welcome files" property.
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return true if the session identifier included in this request came from a cookie.
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.core.MappingRequest
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return true if the session identifier included in this request came from the request URI.
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.core.MappingRequest
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. As of Version 2.1 of the Java Servlet API, use isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.core.MappingRequest
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return true if the session identifier included in this request identifies a valid session.
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.core.MappingRequest
 
isResolveHosts() - Method in class org.apache.catalina.valves.AccessLogValve
Get the value of the resolve hosts flag.
isRootContext(ServletContext) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isRotatable() - Method in class org.apache.catalina.valves.AccessLogValve
Should we rotate the logs
isRotatable() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return true if logs are automatically rotated.
isSecure() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Was this request received on a secure connection?
isSecure() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Was this request received on a secure connection?
isSecure() - Method in class org.apache.catalina.connector.RequestFacade
 
isSecure() - Method in class org.apache.catalina.core.MappingRequest
 
isServlet22() - Method in class org.apache.catalina.core.StandardContext
Are we processing a version 2.2 deployment descriptor?
isSessionStale(Session, long) - Method in class org.apache.catalina.session.PersistentManagerBase
Indicate whether the session has been idle for longer than its expiration date as of the supplied time.
isSingleThreadModel() - Method in class org.apache.catalina.core.StandardWrapper
Return true if the servlet class represented by this component implements the SingleThreadModel interface.
isSpace(char) - Method in class org.apache.catalina.ssi.SSIProcessor
 
isStarted() - Method in class org.apache.catalina.session.PersistentManagerBase
Get the started status.
isSuspended() - Method in interface org.apache.catalina.Response
Suspended flag accessor.
isSuspended() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Suspended flag accessor.
isThreadBound() - Static method in class org.apache.naming.ContextBindings
Tests if current thread is bound to a context.
isUnavailable() - Method in interface org.apache.catalina.Wrapper
Is this servlet currently unavailable?
isUnavailable() - Method in class org.apache.catalina.core.StandardWrapper
Is this servlet currently unavailable?
isUnpackWARs() - Method in class org.apache.catalina.core.StandardHost
Unpack WARs flag accessor.
isUnpackWARs() - Method in class org.apache.catalina.startup.HostConfig
Return the unpack WARs flag.
isUseNaming() - Method in class org.apache.catalina.core.StandardContext
Returns true if the internal naming support is used.
isUseNaming() - Method in class org.apache.catalina.core.StandardDefaultContext
Returns true if the internal naming support is used.
isUseNaming() - Method in class org.apache.catalina.startup.Embedded
Return true if naming is enabled.
isUseNaming() - Method in class org.apache.catalina.startup.EmbeddedManager
Return true if naming is enabled.
isUseNaming() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Return true if naming is enabled.
isUserInRole(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Return true if the authenticated user principal possesses the specified role name.
isUserInRole(String) - Method in class org.apache.catalina.connector.HttpRequestFacade
 
isUserInRole(String) - Method in class org.apache.catalina.core.MappingRequest
 
isValid() - Method in interface org.apache.catalina.Session
Return the isValid flag for this session.
isValid() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets validity status
isValid() - Method in class org.apache.catalina.util.ProcessEnvironment
Gets validity status
isValidEncoding(String) - Method in class org.apache.catalina.ssi.SSIEcho
 
isValidJavaEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
 
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServlet
virtual path can be webapp-relative
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isWhite(char) - Method in class org.apache.catalina.util.StringParser
Is the specified character considered to be whitespace?
isWritable(Object) - Static method in class org.apache.naming.ContextAccessController
Returns if a context is writable.
isWritable() - Method in class org.apache.naming.NamingContext
Returns true if writing is allowed on this context.

J

JAASCallbackHandler - class org.apache.catalina.realm.JAASCallbackHandler.
Implementation of the JAAS CallbackHandler interface, used to negotiate delivery of the username and credentials that were specified to our constructor.
JAASCallbackHandler(JAASRealm, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler configured with the specified values.
JAASMemoryLoginModule - class org.apache.catalina.realm.JAASMemoryLoginModule.
Implementation of the JAAS LoginModule interface, primarily for use in testing JAASRealm.
JAASMemoryLoginModule() - Constructor for class org.apache.catalina.realm.JAASMemoryLoginModule
 
JAASRealm - class org.apache.catalina.realm.JAASRealm.
Implmentation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS).
JAASRealm() - Constructor for class org.apache.catalina.realm.JAASRealm
 
JDBCAccessLogValve - class org.apache.catalina.valves.JDBCAccessLogValve.
This Tomcat extension logs server access directly to a database, and can be used instead of the regular file-based access log implemented in AccessLogValve.
JDBCAccessLogValve() - Constructor for class org.apache.catalina.valves.JDBCAccessLogValve
Class constructor.
JDBCRealm - class org.apache.catalina.realm.JDBCRealm.
Implmentation of Realm that works with any JDBC supported database.
JDBCRealm() - Constructor for class org.apache.catalina.realm.JDBCRealm
 
JDBCStore - class org.apache.catalina.session.JDBCStore.
Implementation of the Store interface that stores serialized session objects in a database.
JDBCStore() - Constructor for class org.apache.catalina.session.JDBCStore
 
JNDIRealm - class org.apache.catalina.realm.JNDIRealm.
Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs.
JNDIRealm() - Constructor for class org.apache.catalina.realm.JNDIRealm
 
JSP_FILE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we expose the value of the <jsp-file> value associated with this servlet, if any.
JSP_SERVLET_CLASS - Static variable in class org.apache.catalina.core.Constants
 
JSP_SERVLET_NAME - Static variable in class org.apache.catalina.core.Constants
 
JndiPermission - class org.apache.naming.JndiPermission.
Java SecurityManager Permission class for JNDI name based file resources
JndiPermission(String) - Constructor for class org.apache.naming.JndiPermission
Creates a new JndiPermission with no actions
JndiPermission(String, String) - Constructor for class org.apache.naming.JndiPermission
Creates a new JndiPermission with actions
jarFiles - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarNames - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarPath - Variable in class org.apache.catalina.loader.WebappClassLoader
The path which will be monitored for added Jar files.
jarRealFiles - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
javaURLContextFactory - class org.apache.naming.java.javaURLContextFactory.
Context factory for the "java:" namespace.
javaURLContextFactory() - Constructor for class org.apache.naming.java.javaURLContextFactory
 

K

KEY_SIZE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the key size being used for this SSL connection (as an object of type java.lang.Integer).
key - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Private key.
keys() - Method in interface org.apache.catalina.Store
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - Method in class org.apache.catalina.session.FileStore
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - Method in class org.apache.catalina.session.JDBCStore
Return an array containing the session identifiers of all Sessions currently saved in this Store.

L

LAST_MODIFIED - Static variable in class org.apache.naming.resources.ResourceAttributes
Last modification date.
LINK - Static variable in class org.apache.naming.EjbRef
Link address type.
LINK_REF - Static variable in class org.apache.naming.NamingEntry
 
LOCALE_US - Static variable in class org.apache.catalina.util.DateTool
US locale - all HTTP dates are in english
Lifecycle - interface org.apache.catalina.Lifecycle.
Common interface for component life cycle methods.
LifecycleEvent - class org.apache.catalina.LifecycleEvent.
General event for notifying listeners of significant changes on a component that implements the Lifecycle interface.
LifecycleEvent(Lifecycle, String) - Constructor for class org.apache.catalina.LifecycleEvent
Construct a new LifecycleEvent with the specified parameters.
LifecycleEvent(Lifecycle, String, Object) - Constructor for class org.apache.catalina.LifecycleEvent
Construct a new LifecycleEvent with the specified parameters.
LifecycleException - exception org.apache.catalina.LifecycleException.
General purpose exception that is thrown to indicate a lifecycle related problem.
LifecycleException() - Constructor for class org.apache.catalina.LifecycleException
Construct a new LifecycleException with no other information.
LifecycleException(String) - Constructor for class org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message.
LifecycleException(Throwable) - Constructor for class org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified throwable.
LifecycleException(String, Throwable) - Constructor for class org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message and throwable.
LifecycleListener - interface org.apache.catalina.LifecycleListener.
Interface defining a listener for significant events (including "component start" and "component stop" generated by a component that implements the Lifecycle interface.
LifecycleListenerRule - class org.apache.catalina.startup.LifecycleListenerRule.
Rule that creates a new LifecycleListener instance, and associates it with the top object on the stack (which must implement LifecycleListener).
LifecycleListenerRule(Digester, String, String) - Constructor for class org.apache.catalina.startup.LifecycleListenerRule
Construct a new instance of this Rule.
LifecycleSupport - class org.apache.catalina.util.LifecycleSupport.
Support class to assist in firing LifecycleEvent notifications to registered LifecycleListeners.
LifecycleSupport(Lifecycle) - Constructor for class org.apache.catalina.util.LifecycleSupport
Construct a new LifecycleSupport object associated with the specified Lifecycle component.
ListTask - class org.apache.catalina.ant.ListTask.
Ant task that implements the /list command, supported by the Tomcat manager application.
ListTask() - Constructor for class org.apache.catalina.ant.ListTask
 
Loader - interface org.apache.catalina.Loader.
A Loader represents a Java ClassLoader implementation that can be used by a Container to load class files (within a repository associated with the Loader) that are designed to be reloaded upon request, as well as a mechanism to detect whether changes have occurred in the underlying repository.
Logger - interface org.apache.catalina.Logger.
A Logger is a generic interface for the message and exception logging methods of the ServletContext interface.
LoggerBase - class org.apache.catalina.logger.LoggerBase.
Convenience base class for Logger implementations.
LoggerBase() - Constructor for class org.apache.catalina.logger.LoggerBase
 
LoginConfig - class org.apache.catalina.deploy.LoginConfig.
Representation of a login configuration element for a web application, as represented in a <login-config> element in the deployment descriptor.
LoginConfig() - Constructor for class org.apache.catalina.deploy.LoginConfig
Construct a new LoginConfig with default properties.
LoginConfig(String, String, String, String) - Constructor for class org.apache.catalina.deploy.LoginConfig
Construct a new LoginConfig with the specified properties.
lastModified - Variable in class org.apache.catalina.loader.ResourceEntry
The "last modified" time of the origin file at the time this class was loaded, in milliseconds since the epoch.
lastModified - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified time.
lastModifiedDate - Variable in class org.apache.catalina.ssi.SSIMediator
 
lastModifiedDate - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified date.
lastModifiedDates - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs last modified dates, in the order they should be searched for locally loaded classes or resources.
length - Variable in class org.apache.catalina.connector.RequestStream
Deprecated. The content length past which we will not read, or -1 if there is no defined content length.
length - Variable in class org.apache.catalina.connector.ResponseStream
Deprecated. The content length past which we will not write, or -1 if there is no defined content length.
length - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
length - Variable in class org.apache.naming.resources.FileDirContext.FileResource
File length.
lifecycle - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.authenticator.SingleSignOn
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.connector.http.HttpConnector
Deprecated. The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.core.ContainerBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.core.StandardDefaultContext
The Context LifecycleListener's
lifecycle - Variable in class org.apache.catalina.core.StandardPipeline
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.loader.WebappLoader
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.logger.FileLogger
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.realm.RealmBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.session.PersistentManagerBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.session.StandardManager
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.session.StoreBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.startup.Embedded
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.AccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.CertificatesValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
The lifecycle event support for this component.
lifecycleEvent(LifecycleEvent) - Method in interface org.apache.catalina.LifecycleListener
Acknowledge the occurrence of the specified event.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.NamingContextListener
Acknowledge the occurrence of the specified event.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.StandardDefaultContext
Process the START event for an associated Context.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.ContextConfig
Process the START event for an associated Context.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.EngineConfig
Process the START event for an associated Engine.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.HostConfig
Process the START event for an associated Host.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.UserConfig
Process the START event for an associated Host.
list(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Render a HTML list of the currently active Contexts in our virtual host, and memory and server status information.
list(PrintWriter) - Method in class org.apache.catalina.servlets.ManagerServlet
Render a list of the currently active Contexts in our virtual host.
list(Name) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list() - Method in class org.apache.naming.resources.DirContextURLConnection
List children of this collection.
list(String) - Method in class org.apache.naming.resources.FileDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(File) - Method in class org.apache.naming.resources.FileDirContext
List the resources which are members of a collection.
list(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(WARDirContext.Entry) - Method in class org.apache.naming.resources.WARDirContext
List children as objects.
listBindings(Name) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.FileDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listSessionIds() - Method in class org.apache.catalina.session.ManagerBase
For debugging: return a list of all session ids currently active
listenerStart() - Method in class org.apache.catalina.core.StandardContext
Configure the set of instantiated application event listeners for this Context.
listenerStop() - Method in class org.apache.catalina.core.StandardContext
Send an application stop event to all interested listeners.
listeners - Variable in class org.apache.catalina.core.ContainerBase
The container event listeners for this Container.
listings - Variable in class org.apache.catalina.servlets.DefaultServlet
Should we generate directory listings when no welcome file is present?
load() - Method in interface org.apache.catalina.Manager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load(String) - Method in interface org.apache.catalina.Store
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load() - Method in interface org.apache.catalina.Wrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
load() - Method in class org.apache.catalina.core.StandardWrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
load() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Load the contents of our configuration file.
load(String) - Method in class org.apache.catalina.session.FileStore
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load(String) - Method in class org.apache.catalina.session.JDBCStore
Load the Session associated with the id id.
load() - Method in class org.apache.catalina.session.PersistentManagerBase
Load all sessions found in the persistence mechanism, assuming they are marked as valid and have not passed their expiration limit.
load() - Method in class org.apache.catalina.session.StandardManager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load() - Method in class org.apache.catalina.startup.CatalinaService
Start a new server instance.
load(String[]) - Method in class org.apache.catalina.startup.CatalinaService
 
loadClass(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.apache.catalina.loader.StandardClassLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadClass(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadEntries() - Method in class org.apache.naming.resources.WARDirContext
Constructs a tree of the entries contained in a WAR file.
loadMBeanDescriptors(String) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Load an MBean descriptor resource.
loadMBeanDescriptors() - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Load additional MBean descriptor resources.
loadOnStartup(Container[]) - Method in class org.apache.catalina.core.StandardContext
Load and initialize all servlets marked "load on startup" in the web application deployment descriptor.
loadServlet() - Method in class org.apache.catalina.core.StandardWrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
loadedClass - Variable in class org.apache.catalina.loader.ResourceEntry
Loaded class.
loader - Variable in class org.apache.catalina.core.ContainerBase
The Loader implementation with which this Container is associated.
loader - Variable in class org.apache.catalina.core.StandardDefaultContext
The Loader implementation with which this Container is associated.
loaderDir - Variable in class org.apache.catalina.loader.WebappClassLoader
Path where resources loaded from JARs will be extracted.
localDataSource - Variable in class org.apache.catalina.realm.DataSourceRealm
Does this realm use a context local datasource.
locale - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The Locale associated with this Response.
locales - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The preferred Locales assocaited with this Request.
log(String) - Method in interface org.apache.catalina.Logger
Writes the specified message to a servlet log file, usually an event log.
log(Exception, String) - Method in interface org.apache.catalina.Logger
Writes the specified exception, and message, to a servlet log file.
log(String, Throwable) - Method in interface org.apache.catalina.Logger
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
log(String, int) - Method in interface org.apache.catalina.Logger
Writes the specified message to the servlet log file, usually an event log, if the logger is set to a verbosity level equal to or higher than the specified value for this message.
log(String, Throwable, int) - Method in interface org.apache.catalina.Logger
Writes the specified message and exception to the servlet log file, usually an event log, if the logger is set to a verbosity level equal to or higher than the specified value for this message.
log(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Log a message on the Logger associated with our Container (if any).
log(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - Method in class org.apache.catalina.authenticator.SingleSignOn
Log a message on the Logger associated with our Container (if any).
log(String) - Method in interface org.apache.catalina.cluster.ClusterReceiver
The log method to use in the implementation
log(String) - Method in interface org.apache.catalina.cluster.ClusterSender
The log method to use in the implementation
log(String) - Method in class org.apache.catalina.cluster.ClusterSessionBase
The log method to use in the implementation
log(String) - Method in class org.apache.catalina.cluster.StandardCluster
Log a message on the Logger associated with our Container (if any).
log(String) - Method in class org.apache.catalina.core.ApplicationContext
Writes the specified message to a servlet log file.
log(Exception, String) - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, use log(String, Throwable) instead
log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContext
Writes the specified message and exception to a servlet log file.
log(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(Exception, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(String) - Method in class org.apache.catalina.core.ContainerBase
Log the specified message to our current Logger (if any).
log(String, Throwable) - Method in class org.apache.catalina.core.ContainerBase
Log the specified message and exception to our current Logger (if any).
log(String) - Method in class org.apache.catalina.core.NamingContextListener
Log the specified message to our current Logger (if any).
log(String, Throwable) - Method in class org.apache.catalina.core.NamingContextListener
Log the specified message and exception to our current Logger (if any).
log(String) - Method in class org.apache.catalina.core.StandardPipeline
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - Method in class org.apache.catalina.core.StandardPipeline
Log a message on the Logger associated with our Container (if any).
log(String) - Method in class org.apache.catalina.logger.FileLogger
Writes the specified message to a servlet log file, usually an event log.
log(String) - Method in class org.apache.catalina.logger.LoggerBase
Writes the specified message to a servlet log file, usually an event log.
log(Exception, String) - Method in class org.apache.catalina.logger.LoggerBase
Writes the specified exception, and message, to a servlet log file.
log(String, Throwable) - Method in class org.apache.catalina.logger.LoggerBase
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
log(String, int) - Method in class org.apache.catalina.logger.LoggerBase
Writes the specified message to the servlet log file, usually an event log, if the logger is set to a verbosity level equal to or higher than the specified value for this message.
log(String, Throwable, int) - Method in class org.apache.catalina.logger.LoggerBase
Writes the specified message and exception to the servlet log file, usually an event log, if the logger is set to a verbosity level equal to or higher than the specified value for this message.
log(String) - Method in class org.apache.catalina.logger.SystemErrLogger
Writes the specified message to a servlet log file, usually an event log.
log(String) - Method in class org.apache.catalina.logger.SystemOutLogger
Writes the specified message to a servlet log file, usually an event log.
log(String) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Log a message.
log(String, Throwable) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Log a message and associated exception.
log(String) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Log a message.
log(String, Throwable) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Log a message and associated exception.
log(String) - Method in class org.apache.catalina.realm.RealmBase
Log a message on the Logger associated with our Container (if any)
log(String, Throwable) - Method in class org.apache.catalina.realm.RealmBase
Log a message on the Logger associated with our Container (if any)
log(String) - Method in class org.apache.catalina.session.StoreBase
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
log(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
log(String, Throwable) - Method in class org.apache.catalina.ssi.SSIMediator
 
log(String, Throwable) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
log(String) - Method in class org.apache.catalina.startup.HostConfig
Log a message on the Logger associated with our Host (if any)
log(String, Throwable) - Method in class org.apache.catalina.startup.HostConfig
Log a message on the Logger associated with our Host (if any)
log(String) - Method in class org.apache.catalina.util.ProcessEnvironment
 
log(String, Date) - Method in class org.apache.catalina.valves.AccessLogValve
Log the specified message to the log file, switching files if the date has changed since the previous log call.
log(String) - Method in class org.apache.catalina.valves.CertificatesValve
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - Method in class org.apache.catalina.valves.CertificatesValve
Log a message on the Logger associated with our Container (if any).
log(String) - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Log a message on the Logger associated with our Container (if any).
log(String) - Method in class org.apache.catalina.valves.ErrorReportValve
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Log a message on the Logger associated with our Container (if any).
log(String) - Method in class org.apache.catalina.valves.RequestDumperValve
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - Method in class org.apache.catalina.valves.RequestDumperValve
Log a message on the Logger associated with our Container (if any).
logName() - Method in class org.apache.catalina.core.ContainerBase
Return the abbreviated name of this container for logging messsages
logName() - Method in class org.apache.catalina.core.NamingContextListener
Return the abbreviated name of this container for logging messsages
logName() - Method in class org.apache.catalina.core.StandardWrapper
Log the abbreviated name of this Container for logging messages.
logger - Variable in class org.apache.catalina.core.ContainerBase
The Logger implementation with which this Container is associated.
logger - Variable in class org.apache.catalina.startup.Embedded
The default logger to be used by this component itself.
login() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 1 of authenticating a Subject.
logout() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Log out this user.
lookup(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Look up and return the cached SingleSignOn entry associated with this sso id value, if there is one; otherwise return null.
lookup(Name) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(Name, boolean) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.SelectorContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object.
lookupLink(Name) - Method in class org.apache.naming.NamingContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.NamingContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.SelectorContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.

M

MAIN - Static variable in class org.apache.naming.java.javaURLContextFactory
 
MAJOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
MBEAN_REGISTRY_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled).
MBEAN_SERVER_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled).
MBeanFactory - class org.apache.catalina.mbeans.MBeanFactory.
A ModelMBean implementation for the org.apache.catalina.core.StandardServer component.
MBeanFactory() - Constructor for class org.apache.catalina.mbeans.MBeanFactory
Construct a ModelMBean with default ModelMBeanInfo information.
MBeanUtils - class org.apache.catalina.mbeans.MBeanUtils.
Public utility methods in support of the server side MBeans implementation.
MBeanUtils() - Constructor for class org.apache.catalina.mbeans.MBeanUtils
 
MD5Encoder - class org.apache.catalina.util.MD5Encoder.
Encode an MD5 digest into a String.
MD5Encoder() - Constructor for class org.apache.catalina.util.MD5Encoder
 
MIME2Java - class org.apache.catalina.util.MIME2Java.
MIME2Java is a convenience class which handles conversions between MIME charset names and Java encoding names.
MINOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
MISSING_VARIABLE_VALUE - Static variable in class org.apache.catalina.ssi.SSIEcho
 
MailSessionFactory - class org.apache.naming.factory.MailSessionFactory.
Factory class that creates a JNDI named JavaMail Session factory, which can be used for managing inbound and outbound electronic mail messages via JavaMail APIs.
MailSessionFactory() - Constructor for class org.apache.naming.factory.MailSessionFactory
 
Manager - interface org.apache.catalina.Manager.
A Manager manages the pool of Sessions that are associated with a particular Container.
ManagerBase - class org.apache.catalina.session.ManagerBase.
Minimal implementation of the Manager interface that supports no session persistence or distributable capabilities.
ManagerBase() - Constructor for class org.apache.catalina.session.ManagerBase
 
ManagerServlet - class org.apache.catalina.servlets.ManagerServlet.
Servlet that enables remote management of the web applications installed within the same virtual host as this web application is.
ManagerServlet() - Constructor for class org.apache.catalina.servlets.ManagerServlet
 
Mapper - interface org.apache.catalina.Mapper.
Interface defining methods that a parent Container may implement to select a subordinate Container to process a particular Request, optionally modifying the properties of the Request to reflect the selections made.
MappingRequest - class org.apache.catalina.core.MappingRequest.
 
MappingRequest(String, String, String) - Constructor for class org.apache.catalina.core.MappingRequest
 
MemoryGroup - class org.apache.catalina.users.MemoryGroup.
Concrete implementation of Group for the MemoryUserDatabase implementation of UserDatabase.
MemoryRealm - class org.apache.catalina.realm.MemoryRealm.
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
MemoryRealm() - Constructor for class org.apache.catalina.realm.MemoryRealm
 
MemoryRole - class org.apache.catalina.users.MemoryRole.
Concrete implementation of Role for the MemoryUserDatabase implementation of UserDatabase.
MemoryRuleSet - class org.apache.catalina.realm.MemoryRuleSet.
RuleSet for recognizing the users defined in the XML file processed by MemoryRealm.
MemoryRuleSet() - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
MemoryRuleSet(String) - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
MemoryUser - class org.apache.catalina.users.MemoryUser.
Concrete implementation of User for the MemoryUserDatabase implementation of UserDatabase.
MemoryUserDatabase - class org.apache.catalina.users.MemoryUserDatabase.
Concrete implementation of UserDatabase that loads all defined users, groups, and roles into an in-memory data structure, and uses a specified XML file for its persistent storage.
MemoryUserDatabase() - Constructor for class org.apache.catalina.users.MemoryUserDatabase
Create a new instance with default values.
MemoryUserDatabase(String) - Constructor for class org.apache.catalina.users.MemoryUserDatabase
Create a new instance with the specified values.
MemoryUserDatabaseFactory - class org.apache.catalina.users.MemoryUserDatabaseFactory.
JNDI object creation factory for MemoryUserDatabase instances.
MemoryUserDatabaseFactory() - Constructor for class org.apache.catalina.users.MemoryUserDatabaseFactory
 
MemoryUserDatabaseMBean - class org.apache.catalina.mbeans.MemoryUserDatabaseMBean.
A ModelMBean implementation for the org.apache.catalina.users.MemoryUserDatabase component.
MemoryUserDatabaseMBean() - Constructor for class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Construct a ModelMBean with default ModelMBeanInfo information.
MulticastReceiver - class org.apache.catalina.cluster.MulticastReceiver.
This class is responsible for checking for incoming multicast data and determine if the data belongs to us and if so push it onto an internal stack and let it be picked up when needed.
MulticastSender - class org.apache.catalina.cluster.MulticastSender.
This class is responsible for sending outgoing multicast packets to a Cluster.
main(String[]) - Static method in class org.apache.catalina.deploy.Test
 
main(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.
main(String[]) - Static method in class org.apache.catalina.servlets.CGIServlet
For future testing use only; does nothing right now
main(String[]) - Static method in class org.apache.catalina.startup.Bootstrap
The main program for the bootstrap.
main(String[]) - Static method in class org.apache.catalina.startup.BootstrapService
Main method, used for testing only.
main(String[]) - Static method in class org.apache.catalina.startup.Catalina
The application main program.
main(String[]) - Static method in class org.apache.catalina.startup.Embedded
This main program is a unit test to exercize the various methods of the Embedded class.
main(String[]) - Static method in class org.apache.catalina.startup.Tool
The main program for the bootstrap.
main(String[]) - Static method in class org.apache.catalina.util.FastDateFormat
 
managed - Variable in class org.apache.catalina.mbeans.DefaultContextMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.GroupMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.RoleMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.StandardContextMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.UserMBean
The ManagedBean information describing this MBean.
managedGroup - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing Group MBeans.
managedRole - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing Group MBeans.
managedUser - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing User MBeans.
manager - Variable in class org.apache.catalina.core.ContainerBase
The Manager implementation with which this Container is associated.
manager - Variable in class org.apache.catalina.core.StandardDefaultContext
The Manager implementation with which this Container is associated.
manager - Variable in class org.apache.catalina.session.StoreBase
The Manager with which this JDBCStore is associated.
manifest - Variable in class org.apache.catalina.loader.ResourceEntry
Manifest (if the resource was loaded from a JAR).
map(Request, boolean) - Method in interface org.apache.catalina.Container
Return the child Container that should be used to process this Request, based upon its characteristics.
map(String) - Method in interface org.apache.catalina.Host
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null.
map(Request, boolean) - Method in interface org.apache.catalina.Mapper
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in class org.apache.catalina.core.ContainerBase
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in class org.apache.catalina.core.FastEngineMapper
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in class org.apache.catalina.core.StandardContextMapper
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in class org.apache.catalina.core.StandardEngineMapper
Return the child Container that should be used to process this Request, based upon its characteristics.
map(String) - Method in class org.apache.catalina.core.StandardHost
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null.
map(Request, boolean) - Method in class org.apache.catalina.core.StandardHostMapper
Return the child Container that should be used to process this Request, based upon its characteristics.
mapper - Variable in class org.apache.catalina.core.ContainerBase
The one and only Mapper associated with this Container, if any.
mapperClass - Variable in class org.apache.catalina.core.ContainerBase
The Java class name of the default Mapper class for this Container.
mappers - Variable in class org.apache.catalina.core.ContainerBase
The set of Mappers associated with this Container, keyed by protocol.
matchRequest(HttpRequest) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Does this request match the saved one (so that it must be the redirect we signalled after successful authentication?
maxActive - Variable in class org.apache.catalina.session.ManagerBase
 
maxInactiveInterval - Variable in class org.apache.catalina.session.ManagerBase
The default maximum inactive interval for Sessions created by this Manager.
md - Variable in class org.apache.catalina.realm.RealmBase
The MessageDigest object for digesting user credentials (passwords).
md5Encoder - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
The MD5 helper object for this class.
md5Encoder - Static variable in class org.apache.catalina.realm.RealmBase
The MD5 helper object for this class.
md5Encoder - Static variable in class org.apache.catalina.servlets.DefaultServlet
The MD5 helper object for this class.
md5Helper - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
MD5 message digest provider.
md5Helper - Static variable in class org.apache.catalina.realm.RealmBase
MD5 message digest provider.
md5Helper - Static variable in class org.apache.catalina.servlets.DefaultServlet
MD5 message digest provider.
message - Variable in class org.apache.catalina.LifecycleException
The error message passed to our constructor (if any)
message - Variable in class org.apache.catalina.connector.ClientAbortException
The error message passed to our constructor (if any)
message - Variable in class org.apache.catalina.connector.HttpResponseBase
Deprecated. The error message set by sendError().
method - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The request method associated with this Request.
mimeSeparation - Static variable in class org.apache.catalina.servlets.DefaultServlet
MIME multipart separation string
minProcessors - Variable in class org.apache.catalina.connector.http.HttpConnector
Deprecated. The minimum number of processors to start at initialization time.
minProcessors - Variable in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. The minimum number of processors to start at initialization time.
modified() - Method in interface org.apache.catalina.Loader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - Method in interface org.apache.catalina.loader.Reloader
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in class org.apache.catalina.loader.StandardClassLoader
This class loader doesn't check for reloading.
modified() - Method in class org.apache.catalina.loader.WebappClassLoader
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in class org.apache.catalina.loader.WebappLoader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.FileDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.WARDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
months - Static variable in class org.apache.catalina.valves.AccessLogValve
The set of month abbreviations for log messages.
mserver - Variable in class org.apache.catalina.mbeans.GroupMBean
The MBeanServer in which we are registered.
mserver - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The MBeanServer in which we are registered.
mserver - Variable in class org.apache.catalina.mbeans.RoleMBean
The MBeanServer in which we are registered.
mserver - Variable in class org.apache.catalina.mbeans.UserMBean
The MBeanServer in which we are registered.

N

NAME - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
Component name.
NAME - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
Component name.
NAME - Static variable in interface org.apache.naming.NamingServiceMBean
Component name.
NAME - Static variable in class org.apache.naming.resources.ResourceAttributes
Name.
NAMED_DISPATCHER_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the servlet name on a named dispatcher request.
NONE_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
NO_CONTENT - Static variable in class org.apache.catalina.util.XMLWriter
Element with no content.
NameParserImpl - class org.apache.naming.NameParserImpl.
Parses names.
NameParserImpl() - Constructor for class org.apache.naming.NameParserImpl
 
NamingContext - class org.apache.naming.NamingContext.
Catalina JNDI Context implementation.
NamingContext(Hashtable, String) - Constructor for class org.apache.naming.NamingContext
Builds a naming context using the given environment.
NamingContext(Hashtable, String, Hashtable) - Constructor for class org.apache.naming.NamingContext
Builds a naming context using the given environment.
NamingContextBindingsEnumeration - class org.apache.naming.NamingContextBindingsEnumeration.
Naming enumeration implementation.
NamingContextBindingsEnumeration(Vector, Context) - Constructor for class org.apache.naming.NamingContextBindingsEnumeration
 
NamingContextBindingsEnumeration(Enumeration, Context) - Constructor for class org.apache.naming.NamingContextBindingsEnumeration
 
NamingContextEnumeration - class org.apache.naming.NamingContextEnumeration.
Naming enumeration implementation.
NamingContextEnumeration(Vector) - Constructor for class org.apache.naming.NamingContextEnumeration
 
NamingContextEnumeration(Enumeration) - Constructor for class org.apache.naming.NamingContextEnumeration
 
NamingContextListener - class org.apache.catalina.core.NamingContextListener.
Helper class used to initialize and populate the JNDI context associated with each context and server.
NamingContextListener() - Constructor for class org.apache.catalina.core.NamingContextListener
Create a new naming context listener.
NamingEntry - class org.apache.naming.NamingEntry.
Represents a binding in a NamingContext.
NamingEntry(String, Object, int) - Constructor for class org.apache.naming.NamingEntry
 
NamingResources - class org.apache.catalina.deploy.NamingResources.
Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context.
NamingResources() - Constructor for class org.apache.catalina.deploy.NamingResources
Create a new NamingResources instance.
NamingResourcesMBean - class org.apache.catalina.mbeans.NamingResourcesMBean.
A ModelMBean implementation for the org.apache.catalina.deploy.NamingResources component.
NamingResourcesMBean() - Constructor for class org.apache.catalina.mbeans.NamingResourcesMBean
Construct a ModelMBean with default ModelMBeanInfo information.
NamingRuleSet - class org.apache.catalina.startup.NamingRuleSet.
RuleSet for processing the JNDI Enterprise Naming Context resource declaration elements.
NamingRuleSet() - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
NamingRuleSet(String) - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
NamingService - class org.apache.naming.NamingService.
Implementation of the NamingService JMX MBean.
NamingService() - Constructor for class org.apache.naming.NamingService
 
NamingServiceMBean - interface org.apache.naming.NamingServiceMBean.
Naming MBean interface.
NonLoginAuthenticator - class org.apache.catalina.authenticator.NonLoginAuthenticator.
An Authenticator and Valve implementation that checks only security constraints not involving user authentication.
NonLoginAuthenticator() - Constructor for class org.apache.catalina.authenticator.NonLoginAuthenticator
 
nOnceTimeout - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
No once expiration (in millisecond).
nOnceTokens - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
No once hashtable.
nOnceUses - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
No once expiration after a specified number of uses.
name - Variable in class org.apache.catalina.core.ContainerBase
The human-readable name of this Container.
name - Variable in class org.apache.catalina.core.NamingContextListener
Name of the associated naming context.
name - Variable in class org.apache.catalina.core.StandardDefaultContext
The human-readable name of this Container.
name - Static variable in class org.apache.catalina.realm.DataSourceRealm
Descriptive information about this Realm implementation.
name - Variable in class org.apache.catalina.realm.GenericPrincipal
The username of the user represented by this Principal.
name - Static variable in class org.apache.catalina.realm.JAASRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.JDBCRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.JNDIRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.MemoryRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.UserDatabaseRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.session.DistributedManager
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.ManagerBase
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.PersistentManager
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.PersistentManagerBase
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.StandardManager
The descriptive name of this Manager implementation (for logging).
name - Variable in class org.apache.naming.NamingContext
Name of the associated Catalina Context.
name - Variable in class org.apache.naming.NamingEntry
 
name - Variable in class org.apache.naming.resources.ResourceAttributes
Name.
name - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
nameParser - Static variable in class org.apache.naming.NamingContext
Name parser for this context.
nameParser - Variable in class org.apache.naming.resources.BaseDirContext
Name parser for this context.
namingContext - Variable in class org.apache.catalina.core.NamingContextListener
Associated JNDI context.
namingResources - Variable in class org.apache.catalina.core.NamingContextListener
Associated naming resources.
next() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.NamingContextEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Retrieves the next element in the enumeration.
nextElement() - Method in class org.apache.catalina.util.Enumerator
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
nextElement() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
nextElement() - Method in class org.apache.naming.NamingContextEnumeration
 
nextElement() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
 
nextToken() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the next token type and initializes any state variables accordingly.
normalize(String) - Static method in class org.apache.catalina.ssi.SSIServletRequestUtil
Deprecated.  
normalize(String) - Method in class org.apache.catalina.util.DOMWriter
Normalizes the given string.
normalize(String) - Static method in class org.apache.catalina.util.RequestUtil
Normalize a relative URI path that may have relative values ("/./", "/../", and so on ) it it.
normalize(String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
Normalize a relative URI path that may have relative values ("/./", "/../", and so on ) it it.
normalize() - Method in class org.apache.catalina.util.URL
Normalize the path (and therefore file) portions of this URL.
normalize(String) - Method in class org.apache.naming.resources.FileDirContext
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
normalize(ZipEntry) - Method in class org.apache.naming.resources.WARDirContext
Normalize the name of an entry read from the Zip.
notFoundException - Variable in class org.apache.naming.resources.ProxyDirContext
Immutable name not found exception.
notFoundResources - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of not found resources.
nullToEmptyString(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
nullsToBlanks(String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to blank strings ("")
nullsToBlanks(String) - Method in class org.apache.catalina.util.ProcessEnvironment
Converts null strings to blank strings ("")
nullsToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to another string
nullsToString(String, String) - Method in class org.apache.catalina.util.ProcessEnvironment
Converts null strings to another string

O

OBJECT_FACTORIES - Static variable in class org.apache.naming.factory.Constants
 
OBJECT_NAME - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
Object name.
OBJECT_NAME - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
Object name.
OBJECT_NAME - Static variable in interface org.apache.naming.NamingServiceMBean
Object name.
OLD_COOKIE_PATTERN - Static variable in class org.apache.catalina.util.DateTool
Pattern used for old cookies
ONE_KILOBYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
 
ONE_MEGABYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
 
OPENING - Static variable in class org.apache.catalina.util.XMLWriter
Opening tag.
object - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
object - Variable in class org.apache.naming.resources.DirContextURLConnection
Other unknown object.
oldCookieFormat - Static variable in class org.apache.catalina.util.DateTool
DateFormat to be used to format old netscape cookies
open() - Method in interface org.apache.catalina.UserDatabase
Initialize access to this user database.
open() - Method in class org.apache.catalina.realm.JDBCRealm
Open (if necessary) and return a database connection for use by this Realm.
open() - Method in class org.apache.catalina.realm.JNDIRealm
Open (if necessary) and return a connection to the configured directory server for this Realm.
open() - Method in class org.apache.catalina.users.MemoryUserDatabase
Initialize access to this user database.
openConnection(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
Opens a connection to the object referenced by the URL argument.
options - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The configuration information for this LoginModule.
org.apache.catalina - package org.apache.catalina
 
org.apache.catalina.ant - package org.apache.catalina.ant
This package contains a set of Task implementations for Ant (version 1.4 or later) that can be used to interact with the Manager application to install, reload, and remove web applications from a running instance of Tomcat.
org.apache.catalina.authenticator - package org.apache.catalina.authenticator
This package contains Authenticator implementations for the various supported authentication methods (BASIC, DIGEST, and FORM).
org.apache.catalina.cluster - package org.apache.catalina.cluster
This package contains code for Clustering, the base class of a Cluster is org.apache.catalina.Cluster implementations of this class is done when implementing a new Cluster protocol
org.apache.catalina.connector - package org.apache.catalina.connector
 
org.apache.catalina.connector.http - package org.apache.catalina.connector.http
 
org.apache.catalina.connector.http10 - package org.apache.catalina.connector.http10
 
org.apache.catalina.core - package org.apache.catalina.core
 
org.apache.catalina.deploy - package org.apache.catalina.deploy
This package contains Java objects that represent complex data structures from the web application deployment descriptor file (web.xml).
org.apache.catalina.loader - package org.apache.catalina.loader
 
org.apache.catalina.logger - package org.apache.catalina.logger
 
org.apache.catalina.mbeans - package org.apache.catalina.mbeans
 
org.apache.catalina.net - package org.apache.catalina.net
 
org.apache.catalina.realm - package org.apache.catalina.realm
This package contains Realm implementations for the various supported realm technologies for authenticating users and identifying their associated roles.
org.apache.catalina.servlets - package org.apache.catalina.servlets
This package contains Servlets that implement some of the standard functionality provided by the Catalina servlet container.
org.apache.catalina.session - package org.apache.catalina.session
This package contains the standard Manager and Session implementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with a Context.
org.apache.catalina.ssi - package org.apache.catalina.ssi
This package contains code that is used by the SsiInvoker.
org.apache.catalina.startup - package org.apache.catalina.startup
 
org.apache.catalina.users - package org.apache.catalina.users
 
org.apache.catalina.util - package org.apache.catalina.util
 
org.apache.catalina.valves - package org.apache.catalina.valves
This package contains a variety of small Valve implementations that do not warrant being packaged separately.
org.apache.naming - package org.apache.naming
This package contains a memory based naming service provider.
org.apache.naming.factory - package org.apache.naming.factory
This package contains object factories used by the naming service.
org.apache.naming.java - package org.apache.naming.java
This package contains the URL context factory for the "java" namespace.
org.apache.naming.resources - package org.apache.naming.resources
This package contains the resources directory context implemetation.
org.apache.naming.resources.jndi - package org.apache.naming.resources.jndi
 
originalServletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
Our ServletOutputStream
out - Variable in class org.apache.catalina.util.DOMWriter
Print writer.
output - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The output stream associated with this Response.
output - Variable in class org.apache.catalina.servlets.DefaultServlet
The output buffer size to use when serving resources.
outputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Output encoding.

P

PATH_INFO_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original path info is stored on an included dispatcher request.
PRE_INSTALL_EVENT - Static variable in interface org.apache.catalina.Deployer
The ContainerEvent event type sent when a new application is being installed by install(), before it has been started.
PROCESSOR_ACTIVE - Static variable in class org.apache.catalina.connector.http.Constants
Deprecated.  
PROCESSOR_IDLE - Static variable in class org.apache.catalina.connector.http.Constants
Deprecated.  
PROTOCOL_HANDLER_VARIABLE - Static variable in class org.apache.naming.resources.Constants
 
Package - Static variable in class org.apache.catalina.authenticator.Constants
 
Package - Static variable in class org.apache.catalina.cluster.Constants
 
Package - Static variable in class org.apache.catalina.connector.Constants
 
Package - Static variable in class org.apache.catalina.connector.http.Constants
Deprecated.  
Package - Static variable in class org.apache.catalina.connector.http10.Constants
Deprecated.  
Package - Static variable in class org.apache.catalina.core.Constants
 
Package - Static variable in class org.apache.catalina.loader.Constants
 
Package - Static variable in class org.apache.catalina.logger.Constants
 
Package - Static variable in class org.apache.catalina.realm.Constants
 
Package - Static variable in class org.apache.catalina.servlets.Constants
 
Package - Static variable in class org.apache.catalina.session.Constants
 
Package - Static variable in class org.apache.catalina.startup.Constants
 
Package - Static variable in class org.apache.catalina.users.Constants
 
Package - Static variable in class org.apache.catalina.valves.Constants
 
Package - Static variable in class org.apache.naming.Constants
 
Package - Static variable in class org.apache.naming.factory.Constants
 
Package - Static variable in class org.apache.naming.resources.Constants
 
ParameterMap - class org.apache.catalina.util.ParameterMap.
Extended implementation of HashMap that includes a locked property.
ParameterMap() - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the default initial capacity and load factor.
ParameterMap(int) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and default load factor.
ParameterMap(int, float) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and load factor.
ParameterMap(Map) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new map with the same mappings as the given map.
PasswdUserDatabase - class org.apache.catalina.startup.PasswdUserDatabase.
Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
PasswdUserDatabase() - Constructor for class org.apache.catalina.startup.PasswdUserDatabase
Initialize a new instance of this user database component.
PersistentManager - class org.apache.catalina.session.PersistentManager.
Implementation of the Manager interface that makes use of a Store to swap active Sessions to disk.
PersistentManager() - Constructor for class org.apache.catalina.session.PersistentManager
 
PersistentManagerBase - class org.apache.catalina.session.PersistentManagerBase.
Extends the ManagerBase class to implement most of the functionality required by a Manager which supports any kind of persistence, even if onlyfor restarts.
PersistentManagerBase() - Constructor for class org.apache.catalina.session.PersistentManagerBase
 
Pipeline - interface org.apache.catalina.Pipeline.
Interface describing a collection of Valves that should be executed in sequence when the invoke() method is invoked.
ProcessEnvironment - class org.apache.catalina.util.ProcessEnvironment.
Encapsulates the Process environment and rules to derive that environment from the servlet container and request information.
ProcessEnvironment(HttpServletRequest, ServletContext) - Constructor for class org.apache.catalina.util.ProcessEnvironment
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
ProcessEnvironment(HttpServletRequest, ServletContext, int) - Constructor for class org.apache.catalina.util.ProcessEnvironment
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
ProcessHelper - class org.apache.catalina.util.ProcessHelper.
Encapsulates the knowledge of how to run a CGI script, given the script's desired environment and (optionally) input/output streams
ProcessHelper(String, Hashtable, File, Hashtable) - Constructor for class org.apache.catalina.util.ProcessHelper
Creates a ProcessHelper and initializes its environment, working directory, and query parameters.
ProxyDirContext - class org.apache.naming.resources.ProxyDirContext.
Proxy Directory Context implementation.
ProxyDirContext(Hashtable, DirContext) - Constructor for class org.apache.naming.resources.ProxyDirContext
Builds a proxy directory context using the given environment.
ProxyDirContext(ProxyDirContext, DirContext, String) - Constructor for class org.apache.naming.resources.ProxyDirContext
Builds a clone of this proxy dir context, wrapping the given directory context, and sharing the same cache.
ProxyDirContext.CacheEntry - class org.apache.naming.resources.ProxyDirContext.CacheEntry.
 
ProxyDirContext.CacheEntry() - Constructor for class org.apache.naming.resources.ProxyDirContext.CacheEntry
 
padLeft(String, int) - Method in class org.apache.catalina.ssi.SSIFsize
 
parameters - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The parsed parameters for this request.
parent - Variable in class org.apache.catalina.core.ContainerBase
The parent Container to which this Container is a child.
parent - Variable in class org.apache.catalina.core.StandardDefaultContext
The parent Container to which this Container is a child.
parentClassLoader - Variable in class org.apache.catalina.core.ContainerBase
The parent class loader to be configured when we install a Loader.
parentClassLoader - Variable in class org.apache.catalina.startup.Catalina
The shared extensions class loader for this server.
parse(String, ParsePosition) - Method in class org.apache.catalina.util.FastDateFormat
 
parse(String) - Method in class org.apache.naming.NameParserImpl
Parses a name into its components.
parseCharacterEncoding(String) - Static method in class org.apache.catalina.util.RequestUtil
Parse the character encoding from the specified content type header.
parseContentRange(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the content-range header.
parseCookieHeader(String) - Static method in class org.apache.catalina.util.RequestUtil
Parse a cookie header into an array of cookies according to RFC 2109.
parseName(String) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseName(Name) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseName(String) - Method in class org.apache.naming.resources.ProxyDirContext
Parses a name.
parseName(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Parses a name.
parseParamNames(StringBuffer, int) - Method in class org.apache.catalina.ssi.SSIProcessor
Parse a StringBuffer and take out the param type token.
parseParamValues(StringBuffer, int, int) - Method in class org.apache.catalina.ssi.SSIProcessor
Parse a StringBuffer and take out the param token.
parseParameters() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Parse the parameters of this request, if it has not already occurred.
parseParameters(Map, String, String) - Static method in class org.apache.catalina.util.RequestUtil
Append request parameters from the specified String to the specified Map.
parseParameters(Map, byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
Append request parameters from the specified String to the specified Map.
parsePassword(String) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Parse the password from the specified authorization credentials.
parseProtocol(String) - Static method in class org.apache.catalina.loader.StandardClassLoader
Parse URL protocol.
parseRange(HttpServletRequest, HttpServletResponse, DefaultServlet.ResourceInfo) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the range header.
parseUserPatternString(String) - Method in class org.apache.catalina.realm.JNDIRealm
Given a string containing LDAP patterns for user locations (separated by parentheses in a pseudo-LDAP search string format - "(location1)(location2)", returns an array of those paths.
parseUsername(String) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Parse the username from the specified authorization credentials.
parseUsername(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Parse the username from the specified authorization string.
parsed - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Have the parameters for this request been parsed yet?
password - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The login password for the Manager application.
password - Variable in class org.apache.catalina.realm.GenericPrincipal
The authentication credentials for the user represented by this Principal.
password - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The password to be authenticated with.
password - Variable in class org.apache.catalina.users.AbstractUser
The logon password of this user.
path - Variable in class org.apache.catalina.ant.DeployTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.InstallTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.ReloadTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.RemoveTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.StartTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.StopTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.UndeployTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
path - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
pathInfo - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The path information for this request.
pathInfo - Variable in class org.apache.catalina.core.MappingRequest
 
pathInfo - Variable in class org.apache.catalina.util.ProcessEnvironment
pathInfo for the current request
pathname - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The absolute or relative pathname to the XML configuration file.
pathname - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative (to catalina.base) or absolute pathname to the XML file in which we will save our persistent information.
pathnameNew - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative or absolute pathname ot the file in which we write our new information prior to renaming.
pathnameOld - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative or absolute pathname to the file in which our old information is stored while renaming is in progress.
paths - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of resources which should be checked when checking for modifications.
peek() - Method in class org.apache.catalina.util.Queue
Peek to see if something is available.
permission - Variable in class org.apache.naming.resources.DirContextURLConnection
Permission
pipeline - Variable in class org.apache.catalina.core.ContainerBase
The Pipeline object with which this Container is associated.
pos - Variable in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Position in the buffer.
postDeregister() - Method in class org.apache.catalina.startup.CatalinaManager
 
postDeregister() - Method in class org.apache.catalina.startup.EmbeddedManager
 
postDeregister() - Method in class org.apache.naming.NamingService
 
postRegister(Boolean) - Method in class org.apache.catalina.startup.CatalinaManager
 
postRegister(Boolean) - Method in class org.apache.catalina.startup.EmbeddedManager
 
postRegister(Boolean) - Method in class org.apache.naming.NamingService
 
preDeregister() - Method in class org.apache.catalina.startup.CatalinaManager
 
preDeregister() - Method in class org.apache.catalina.startup.EmbeddedManager
 
preDeregister() - Method in class org.apache.naming.NamingService
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.startup.CatalinaManager
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.startup.EmbeddedManager
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.naming.NamingService
 
precalculate(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Return an array of pre-compiled regular expression objects initialized from the specified argument, which must be null or a comma-delimited list of regular expression patterns.
prefix - Variable in class org.apache.catalina.realm.MemoryRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.ContextRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.EngineRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.HostRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.NamingRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.TldRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.WebRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Static variable in class org.apache.naming.SelectorContext
Namespace URL.
prefixLength - Static variable in class org.apache.naming.SelectorContext
Namespace URL length.
preparedClearSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the clear() prepared statement.
preparedCredentials - Variable in class org.apache.catalina.realm.JDBCRealm
The PreparedStatement to use for authenticating users.
preparedExpiresSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the processExpires() prepared statement.
preparedKeysSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the keys() prepared statement.
preparedLoadSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the load() prepared statement.
preparedRemoveSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the remove() prepared statement.
preparedRoles - Variable in class org.apache.catalina.realm.JDBCRealm
The PreparedStatement to use for identifying the roles for a specified user.
preparedSaveSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the save() prepared statement.
preparedSizeSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the getSize() prepared statement.
principal - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The Principal identified by our validation, or null if validation falied.
principals - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The set of Principals loaded from our configuration file.
print(boolean) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a boolean value.
print(char) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a character value.
print(char[]) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a character array value.
print(double) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a double value.
print(float) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a float value.
print(int) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print an integer value.
print(long) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a long value.
print(Object) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print an object value.
print(String) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a String value.
print(Node) - Method in class org.apache.catalina.util.DOMWriter
Prints the specified node, recursively.
printResources(PrintWriter, String, Context, String, Class) - Method in class org.apache.catalina.servlets.ManagerServlet
List the resources of the given context.
printServletEnvironment(ServletOutputStream, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Prints out important Servlet API and container information
printWriter - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
println() - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a boolean value and terminate the current line.
println(char) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a character value and terminate the current line.
println(char[]) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a character array value and terminate the current line.
println(double) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a double value and terminate the current line.
println(float) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a float value and terminate the current line.
println(int) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print an integer value and terminate the current line.
println(long) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a long value and terminate the current line.
println(Object) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print an object value and terminate the current line.
println(String) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Print a String value and terminate the current line.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in interface org.apache.catalina.ssi.SSICommand
Write the output of the command to the writer.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConditional
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConfig
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIEcho
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIExec
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFlastmod
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFsize
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIInclude
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIPrintenv
 
process(Reader, Date, PrintWriter) - Method in class org.apache.catalina.ssi.SSIProcessor
Process a file with server-side commands, reading from reader and writing the processed version to writer.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSISet
 
process(String[]) - Method in class org.apache.catalina.startup.Catalina
The instance main program.
process(String, Request, Response, ValveContext) - Method in class org.apache.catalina.valves.RequestFilterValve
Perform the filtering that has been configured for this Valve, matching against the specified request property.
processClusterReceiver() - Method in class org.apache.catalina.session.DistributedManager
Called from our background thread to process new received Sessions
processContainerAddChild(Container, Container) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process the addition of a new child Container to a parent Container.
processContainerAddValve(Container, Valve) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process the addition of a new Valve to a Container.
processContainerPropertyChange(Container, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a Container.
processContainerRemoveChild(Container, Container) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process the removal of a child Container from a parent Container.
processContainerRemoveValve(Container, Valve) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process the removal of a Valve from a Container.
processDefaultContextPropertyChange(DefaultContext, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a DefaultContext.
processExpires() - Method in class org.apache.catalina.session.JDBCStore
Called by our background reaper thread to check if Sessions saved in our store are subject of being expired.
processExpires() - Method in class org.apache.catalina.session.PersistentManagerBase
Invalidate all sessions that have expired.
processExpires() - Method in class org.apache.catalina.session.StoreBase
Called by our background reaper thread to check if Sessions saved in our store are subject of being expired.
processMaxActiveSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if too many are active
processMaxIdleBackups() - Method in class org.apache.catalina.session.PersistentManagerBase
Back up idle sessions.
processMaxIdleSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if they are idle too long.
processNamingResourcesPropertyChange(NamingResources, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a NamingResources.
processPersistenceChecks() - Method in class org.apache.catalina.session.PersistentManagerBase
Called by the background thread after active sessions have been checked for expiration, to allow sessions to be swapped out, backed up, etc.
processSSI(HttpServletRequest, HttpServletResponse, URL) - Method in class org.apache.catalina.ssi.SSIServlet
 
processServerPropertyChange(Server, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a Server.
processServicePropertyChange(Service, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a Service.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.core.FastEngineMapper
Process a property change event.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.core.NamingContextListener
Process property change events.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.loader.WebappLoader
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Handle a PropertyChangeEvent from one of the Containers we are interested in.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.session.PersistentManagerBase
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.session.StandardManager
Process property change events from our associated Context.
protocol - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The protocol name and version associated with this Request.
protocol - Variable in class org.apache.catalina.realm.JNDIRealm
The protocol that will be used in the communication with the directory server.
pull() - Method in class org.apache.catalina.util.Queue
Pull the first object out of the queue.
put(Object, Object) - Method in class org.apache.catalina.util.ParameterMap
Associate the specified value with the specified key in this map.
put(Object) - Method in class org.apache.catalina.util.Queue
Put the object into the queue.
put(Attribute) - Method in class org.apache.naming.resources.ResourceAttributes
Put attribute.
put(String, Object) - Method in class org.apache.naming.resources.ResourceAttributes
Put attribute.
putAll(Map) - Method in class org.apache.catalina.util.ParameterMap
Copy all of the mappings from the specified map to this one.
putValue(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 

Q

QUERY_STRING_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original query string is stored on an included dispatcher request.
Queue - class org.apache.catalina.util.Queue.
A simple FIFO queue class which causes the calling thread to wait if the queue is empty and notifies threads that are waiting when it is not empty.
Queue() - Constructor for class org.apache.catalina.util.Queue
 
queryString - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The query string for this request.
queryString - Variable in class org.apache.catalina.core.MappingRequest
 
quote(String, boolean) - Method in class org.apache.catalina.util.Strftime
 

R

REFERENCE - Static variable in class org.apache.naming.NamingEntry
 
RELOAD_EVENT - Static variable in interface org.apache.catalina.Context
The LifecycleEvent type sent when a context is reloaded.
REMOTE - Static variable in class org.apache.naming.EjbRef
Remote interface classname address type.
REMOVE_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
The ContainerEvent event type sent when an old alias is removed by removeAlias().
REMOVE_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a child container is removed by removeChild().
REMOVE_EVENT - Static variable in interface org.apache.catalina.Deployer
The ContainerEvent event type sent when an existing application is removed by remove().
REMOVE_MAPPER_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a Mapper is removed by removeMapper().
REMOVE_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a valve is removed by removeValve(), if this Container supports pipelines.
REQUEST_URI_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original request URI is stored on an included dispatcher request.
REQ_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the password used to authenticate this user.
REQ_SSOID_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key to track the single-sign-on identity with which this request is associated.
REQ_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the username used to authenticate this user.
RESOURCES_ATTR - Static variable in class org.apache.catalina.Globals
The JNDI directory context which is associated with the context.
RESOURCES_JNDI_NAME - Static variable in class org.apache.catalina.servlets.DefaultServlet
JNDI resources name.
RESOURCE_NAME - Static variable in class org.apache.naming.factory.TyrexResourceFactory
 
RFC1123_PATTERN - Static variable in class org.apache.catalina.util.DateTool
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
Realm - interface org.apache.catalina.Realm.
A Realm is a read-only facade for an underlying security realm used to authenticate individual users, and identify the security roles associated with those users.
RealmBase - class org.apache.catalina.realm.RealmBase.
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
RealmBase() - Constructor for class org.apache.catalina.realm.RealmBase
 
RecyclableNamingEnumeration - class org.apache.naming.resources.RecyclableNamingEnumeration.
Naming enumeration implementation.
RecyclableNamingEnumeration(Vector) - Constructor for class org.apache.naming.resources.RecyclableNamingEnumeration
 
ReloadTask - class org.apache.catalina.ant.ReloadTask.
Ant task that implements the /reload command, supported by the Tomcat manager application.
ReloadTask() - Constructor for class org.apache.catalina.ant.ReloadTask
 
Reloader - interface org.apache.catalina.loader.Reloader.
Internal interface that ClassLoader implementations may optionally implement to support the auto-reload functionality of the classloader associated with the context.
RemoteAddrValve - class org.apache.catalina.valves.RemoteAddrValve.
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address.
RemoteAddrValve() - Constructor for class org.apache.catalina.valves.RemoteAddrValve
 
RemoteHostValve - class org.apache.catalina.valves.RemoteHostValve.
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address.
RemoteHostValve() - Constructor for class org.apache.catalina.valves.RemoteHostValve
 
RemoveTask - class org.apache.catalina.ant.RemoveTask.
Ant task that implements the /remove command, supported by the Tomcat manager application.
RemoveTask() - Constructor for class org.apache.catalina.ant.RemoveTask
 
ReplicationWrapper - class org.apache.catalina.cluster.ReplicationWrapper.
A ReplicationWrapper, used when sending and receiving multicast data, wrapped is the data and the senderId which is used for identification.
ReplicationWrapper(byte[], String) - Constructor for class org.apache.catalina.cluster.ReplicationWrapper
Construct a new ReplicationWrapper
Request - interface org.apache.catalina.Request.
A Request is the Catalina-internal facade for a ServletRequest that is to be processed, in order to produce the corresponding Response.
RequestBase - class org.apache.catalina.connector.RequestBase.
Deprecated.  
RequestBase() - Constructor for class org.apache.catalina.connector.RequestBase
Deprecated.  
RequestDumperValve - class org.apache.catalina.valves.RequestDumperValve.
Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
RequestDumperValve() - Constructor for class org.apache.catalina.valves.RequestDumperValve
 
RequestFacade - class org.apache.catalina.connector.RequestFacade.
Facade class that wraps a Catalina-internal Request object.
RequestFacade(Request) - Constructor for class org.apache.catalina.connector.RequestFacade
Construct a wrapper for the specified request.
RequestFilterValve - class org.apache.catalina.valves.RequestFilterValve.
Implementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against a set of regular expressions configured for this Valve.
RequestFilterValve() - Constructor for class org.apache.catalina.valves.RequestFilterValve
 
RequestStream - class org.apache.catalina.connector.RequestStream.
Deprecated.  
RequestStream(Request) - Constructor for class org.apache.catalina.connector.RequestStream
Deprecated. Construct a servlet input stream associated with the specified Request.
RequestUtil - class org.apache.catalina.util.RequestUtil.
General purpose request parsing and encoding utility methods.
RequestUtil() - Constructor for class org.apache.catalina.util.RequestUtil
 
RequestWrapper - class org.apache.catalina.connector.RequestWrapper.
Deprecated.  
RequestWrapper(Request) - Constructor for class org.apache.catalina.connector.RequestWrapper
Deprecated. Construct a wrapper for the specified request.
Resource - class org.apache.naming.resources.Resource.
Encapsultes the contents of a resource.
Resource() - Constructor for class org.apache.naming.resources.Resource
 
Resource(InputStream) - Constructor for class org.apache.naming.resources.Resource
 
Resource(byte[]) - Constructor for class org.apache.naming.resources.Resource
 
ResourceAttributes - class org.apache.naming.resources.ResourceAttributes.
Attributes implementation.
ResourceAttributes() - Constructor for class org.apache.naming.resources.ResourceAttributes
Default constructor.
ResourceAttributes(Attributes) - Constructor for class org.apache.naming.resources.ResourceAttributes
Merges with another attribute set.
ResourceEntry - class org.apache.catalina.loader.ResourceEntry.
Resource entry.
ResourceEntry() - Constructor for class org.apache.catalina.loader.ResourceEntry
 
ResourceEnvFactory - class org.apache.naming.factory.ResourceEnvFactory.
Object factory for Resources env.
ResourceEnvFactory() - Constructor for class org.apache.naming.factory.ResourceEnvFactory
 
ResourceEnvRef - class org.apache.naming.ResourceEnvRef.
Represents a reference address to a resource environment.
ResourceEnvRef(String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceEnvRef(String, String, String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceFactory - class org.apache.naming.factory.ResourceFactory.
Object factory for Resources.
ResourceFactory() - Constructor for class org.apache.naming.factory.ResourceFactory
 
ResourceLinkFactory - class org.apache.naming.factory.ResourceLinkFactory.
Object factory for resource links.
ResourceLinkFactory() - Constructor for class org.apache.naming.factory.ResourceLinkFactory
 
ResourceLinkRef - class org.apache.naming.ResourceLinkRef.
Represents a reference address to a resource.
ResourceLinkRef(String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
ResourceLinkRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
ResourceParams - class org.apache.catalina.deploy.ResourceParams.
Representation of additional parameters which will be used to initialize external resources defined in the web application deployment descriptor.
ResourceParams() - Constructor for class org.apache.catalina.deploy.ResourceParams
 
ResourceRef - class org.apache.naming.ResourceRef.
Represents a reference address to a resource.
ResourceRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
ResourceRef(String, String, String, String, String, String) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
ResourceSet - class org.apache.catalina.util.ResourceSet.
Extended implementation of HashSet that includes a locked property.
ResourceSet() - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the default initial capacity and load factor.
ResourceSet(int) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and default load factor.
ResourceSet(int, float) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and load factor.
ResourceSet(Collection) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new set with the same contents as the existing collection.
ResourcesTask - class org.apache.catalina.ant.ResourcesTask.
Ant task that implements the /resources command, supported by the Tomcat manager application.
ResourcesTask() - Constructor for class org.apache.catalina.ant.ResourcesTask
 
Response - interface org.apache.catalina.Response.
A Response is the Catalina-internal facade for a ServletResponse that is to be produced, based on the processing of a corresponding Request.
ResponseBase - class org.apache.catalina.connector.ResponseBase.
Deprecated.  
ResponseBase() - Constructor for class org.apache.catalina.connector.ResponseBase
Deprecated.  
ResponseFacade - class org.apache.catalina.connector.ResponseFacade.
Facade class that wraps a Catalina-internal Response object.
ResponseFacade(Response) - Constructor for class org.apache.catalina.connector.ResponseFacade
Construct a wrapper for the specified response.
ResponseIncludeWrapper - class org.apache.catalina.ssi.ResponseIncludeWrapper.
A HttpServletResponseWrapper, used from SSIServletExternalResolver
ResponseIncludeWrapper(HttpServletResponse, ServletOutputStream) - Constructor for class org.apache.catalina.ssi.ResponseIncludeWrapper
Initialize our wrapper with the current HttpServletResponse and ServletOutputStream.
ResponseStream - class org.apache.catalina.connector.ResponseStream.
Deprecated.  
ResponseStream(Response) - Constructor for class org.apache.catalina.connector.ResponseStream
Deprecated. Construct a servlet output stream associated with the specified Request.
ResponseWrapper - class org.apache.catalina.connector.ResponseWrapper.
Deprecated.  
ResponseWrapper(Response) - Constructor for class org.apache.catalina.connector.ResponseWrapper
Deprecated. Construct a wrapper for the specified response.
ResponseWriter - class org.apache.catalina.connector.ResponseWriter.
Deprecated.  
ResponseWriter(OutputStreamWriter, ResponseStream) - Constructor for class org.apache.catalina.connector.ResponseWriter
Deprecated. Construct a new ResponseWriter, wrapping the specified writer and attached to the specified response.
Role - interface org.apache.catalina.Role.
Abstract representation of a security role, suitable for use in environments like JAAS that want to deal with Principals.
RoleMBean - class org.apache.catalina.mbeans.RoleMBean.
A ModelMBean implementation for the org.apache.catalina.Role component.
RoleMBean() - Constructor for class org.apache.catalina.mbeans.RoleMBean
Construct a ModelMBean with default ModelMBeanInfo information.
RolesTask - class org.apache.catalina.ant.RolesTask.
Ant task that implements the /roles command, supported by the Tomcat manager application.
RolesTask() - Constructor for class org.apache.catalina.ant.RolesTask
 
random - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
A random number generator to use when generating session identifiers.
random - Variable in class org.apache.catalina.session.ManagerBase
A random number generator to use when generating session identifiers.
randomClass - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Java class name of the random number generator class to be used when generating session identifiers.
randomClass - Variable in class org.apache.catalina.session.ManagerBase
The Java class name of the random number generator class to be used when generating session identifiers.
read() - Method in class org.apache.catalina.connector.RequestStream
Deprecated. Read and return a single byte from this input stream, or -1 if end of file has been encountered.
read(byte[]) - Method in class org.apache.catalina.connector.RequestStream
Deprecated. Read some number of bytes from the input stream, and store them into the buffer array b.
read(byte[], int, int) - Method in class org.apache.catalina.connector.RequestStream
Deprecated. Read up to len bytes of data from the input stream into an array of bytes.
read() - Method in class org.apache.catalina.connector.http.HttpRequestStream
Deprecated. Read and return a single byte from this input stream, or -1 if end of file has been encountered.
read(byte[], int, int) - Method in class org.apache.catalina.connector.http.HttpRequestStream
Deprecated. Read up to len bytes of data from the input stream into an array of bytes.
read() - Method in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Read byte.
read() - Method in class org.apache.catalina.servlets.CGIServlet.HTTPHeaderInputStream
 
readHeader(HttpHeader) - Method in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Read a header, and copies it to the given buffer.
readOnly - Variable in class org.apache.catalina.servlets.DefaultServlet
Read only flag.
readRequestLine(HttpRequestLine) - Method in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Read the request line, and copies it to the given buffer.
reader - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The reader that has been returned by getReader, if any.
realm - Variable in class org.apache.catalina.core.ContainerBase
The Realm with which this Container is associated.
realm - Variable in class org.apache.catalina.realm.GenericPrincipal
The Realm with which this Principal is associated.
realm - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The associated JAASRealm instance.
realm - Variable in class org.apache.catalina.startup.Embedded
The default realm to be used by all containers associated with this compoennt.
reauthenticateFromSSO(String, HttpRequest) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Attempts reauthentication to the Realm using the credentials included in argument entry.
rebind(Name, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
recycle() - Method in interface org.apache.catalina.Request
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in interface org.apache.catalina.Response
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in interface org.apache.catalina.Session
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.core.MappingRequest
 
recycle() - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
recycle() - Method in class org.apache.naming.resources.ProxyDirContext.CacheEntry
 
recycled - Variable in class org.apache.catalina.session.ManagerBase
The set of previously recycled Sessions for this Manager.
referrals - Variable in class org.apache.catalina.realm.JNDIRealm
How should we handle referrals? Microsoft Active Directory can't handle the default case, so an application authenticating against AD must set referrals to "follow".
refreshPolicy() - Method in class org.apache.catalina.loader.WebappClassLoader
Refresh the system policy file, to pick up eventual changes.
register(HttpRequest, HttpResponse, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one.
registry - Variable in class org.apache.catalina.mbeans.DefaultContextMBean
The configuration information registry for our managed beans.
registry - Static variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.GroupMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.RoleMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.StandardContextMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.UserMBean
The configuration information registry for our managed beans.
release(Connection) - Method in class org.apache.catalina.realm.JDBCRealm
Release our use of this connection so that it can be recycled.
release(DirContext) - Method in class org.apache.catalina.realm.JNDIRealm
Release our use of this connection so that it can be recycled.
release(Connection) - Method in class org.apache.catalina.session.JDBCStore
Release the connection, not needed here since the connection is not associated with a connection pool.
release() - Method in class org.apache.naming.resources.BaseDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.FileDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.WARDirContext
Release any resources allocated for this directory context.
reload() - Method in interface org.apache.catalina.Context
Reload this web application, if reloading is supported.
reload() - Method in class org.apache.catalina.core.StandardContext
Reload this web application, if reloading is supported.
reload(String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Reload the web application at the specified context path.
reload(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Reload the web application at the specified context path.
remoteAddr - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The remote address associated with this request.
remoteHost - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The fully qualified name of the remote host.
remove(String) - Method in interface org.apache.catalina.Deployer
Remove an existing web application, attached to the specified context path.
remove(String, boolean) - Method in interface org.apache.catalina.Deployer
Remove an existing web application, attached to the specified context path.
remove(Session) - Method in interface org.apache.catalina.Manager
Remove this Session from the active Sessions for this Manager.
remove(String) - Method in interface org.apache.catalina.Store
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - Method in class org.apache.catalina.core.StandardHost
Remove an existing web application, attached to the specified context path.
remove(String, boolean) - Method in class org.apache.catalina.core.StandardHost
Remove an existing web application, attached to the specified context path.
remove(String) - Method in class org.apache.catalina.core.StandardHostDeployer
Remove an existing web application, attached to the specified context path.
remove(String, boolean) - Method in class org.apache.catalina.core.StandardHostDeployer
Remove an existing web application, attached to the specified context path.
remove(String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Remove the web application at the specified context path.
remove(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Remove the web application at the specified context path.
remove(String) - Method in class org.apache.catalina.session.FileStore
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - Method in class org.apache.catalina.session.JDBCStore
Remove the Session with the specified session identifier from this Store, if present.
remove(Session) - Method in class org.apache.catalina.session.ManagerBase
Remove this Session from the active Sessions for this Manager.
remove(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, and from the Store.
remove(Object) - Method in class org.apache.catalina.util.ParameterMap
Remove the mapping for this key from the map if present.
remove(Object) - Method in class org.apache.catalina.util.ResourceSet
Remove the given element from this set if it is present.
remove(String) - Method in class org.apache.naming.resources.ResourceAttributes
Remove attribute.
removeAlias(String) - Method in interface org.apache.catalina.Host
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - Method in class org.apache.catalina.core.StandardHost
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - Method in class org.apache.catalina.mbeans.StandardHostMBean
Return the specified alias name from the aliases for this Host
removeApplicationListener(String) - Method in interface org.apache.catalina.Context
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - Method in interface org.apache.catalina.DefaultContext
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove the specified application listener class from the set of listeners for this application.
removeApplicationParameter(String) - Method in interface org.apache.catalina.Context
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - Method in interface org.apache.catalina.DefaultContext
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - Method in class org.apache.catalina.core.StandardContext
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove the application parameter with the specified name from the set for this application.
removeAttribute(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Remove the specified request attribute if it exists.
removeAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
Remove the context attribute with the specified name, if any.
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
removeAttribute(String) - Method in class org.apache.catalina.core.MappingRequest
 
removeAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Remove the specified role from the set of roles permitted to access the resources protected by this security constraint.
removeChild(Container) - Method in interface org.apache.catalina.Container
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in class org.apache.catalina.core.ContainerBase
Remove an existing child Container from association with this parent Container.
removeCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.SecurityConstraint
Remove the specified web resource collection from those protected by this security constraint.
removeConnector(Connector) - Method in interface org.apache.catalina.Service
Remove the specified Connector from the set associated from this Service.
removeConnector(Connector) - Method in class org.apache.catalina.core.StandardService
Remove the specified Connector from the set associated from this Service.
removeConnector(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Connector.
removeConnector(Connector) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Connector from the set of defined Connectors.
removeConnector(Connector) - Method in class org.apache.catalina.startup.EmbeddedManager
Remove the specified Connector from the set of defined Connectors.
removeConnector(Connector) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Remove the specified Connector from the set of defined Connectors.
removeConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
Remove the specified security constraint from this web application.
removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
Remove the specified security constraint from this web application.
removeContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
Remove a container event listener from this component.
removeContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a container event listener from this component.
removeContext(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Context.
removeContext(Context) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Context from the set of defined Contexts for its associated Host.
removeContext(Context) - Method in class org.apache.catalina.startup.EmbeddedManager
Remove the specified Context from the set of defined Contexts for its associated Host.
removeContext(Context) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Remove the specified Context from the set of defined Contexts for its associated Host.
removeEjb(String) - Method in interface org.apache.catalina.Context
Remove any EJB resource reference with the specified name.
removeEjb(String) - Method in interface org.apache.catalina.DefaultContext
Remove any EJB resource reference with the specified name.
removeEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified EJBs in the naming context.
removeEjb(String) - Method in class org.apache.catalina.core.StandardContext
Remove any EJB resource reference with the specified name.
removeEjb(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove any EJB resource reference with the specified name.
removeEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any EJB resource reference with the specified name.
removeEngine(Engine) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEngine(Engine) - Method in class org.apache.catalina.startup.EmbeddedManager
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEngine(Engine) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEnvironment(String) - Method in interface org.apache.catalina.Context
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in interface org.apache.catalina.DefaultContext
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified environment entries in the naming context.
removeEnvironment(String) - Method in class org.apache.catalina.core.StandardContext
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Remove any environment entry with the specified name.
removeErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
Remove a filter mapping from this Context.
removeFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Remove a filter mapping from this Context.
removeFromEnvironment(String) - Method in class org.apache.naming.NamingContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.SelectorContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.BaseDirContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.ProxyDirContext
Removes an environment property from the environment of this context.
removeGroup(Group) - Method in interface org.apache.catalina.User
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in interface org.apache.catalina.UserDatabase
Remove the specified Group from this user database.
removeGroup(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing group and destroy the corresponding MBean.
removeGroup(String) - Method in class org.apache.catalina.mbeans.UserMBean
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified Group from this user database.
removeGroups() - Method in interface org.apache.catalina.User
Remove all Groups from those this user belongs to.
removeGroups() - Method in class org.apache.catalina.users.AbstractUser
Remove all Groups from those this user belongs to.
removeGroups() - Method in class org.apache.catalina.users.MemoryUser
Remove all Groups from those this user belongs to.
removeHost(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Host.
removeHost(Host) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeHost(Host) - Method in class org.apache.catalina.startup.EmbeddedManager
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeHost(Host) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Remove the specified initialization parameter from this servlet.
removeInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove the specified initialization parameter from this servlet.
removeInstanceListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(String) - Method in interface org.apache.catalina.DefaultContext
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Remove a listener no longer interested in InstanceEvents.
removeInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
Remove a listener no longer interested in InstanceEvents.
removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.SingleSignOn
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.cluster.StandardCluster
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.FastEngineMapper
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardPipeline
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardServer
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardService
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.logger.FileLogger
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.realm.RealmBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StandardManager
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StoreBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.startup.Embedded
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.CertificatesValve
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Removes a Lifecycle listener.
removeLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Loader.
removeLocalEjb(String) - Method in interface org.apache.catalina.Context
Remove any local EJB resource reference with the specified name.
removeLocalEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified local EJBs in the naming context.
removeLocalEjb(String) - Method in class org.apache.catalina.core.StandardContext
Remove any local EJB resource reference with the specified name.
removeLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any local EJB resource reference with the specified name.
removeLogger(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Logger.
removeManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Manager.
removeMapper(Mapper) - Method in interface org.apache.catalina.Container
Remove a Mapper associated with this Container, if any.
removeMapper(Mapper) - Method in class org.apache.catalina.core.ContainerBase
Remove a Mapper associated with this Container, if any.
removeMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified HTTP request method from those that are part of this web resource collection.
removeMimeMapping(String) - Method in interface org.apache.catalina.Context
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeNote(String) - Method in interface org.apache.catalina.Request
Remove any object bound to the specified name in the internal notes for this request.
removeNote(String) - Method in interface org.apache.catalina.Session
Remove any object bound to the specified name in the internal notes for this session.
removeNote(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Remove any object bound to the specified name in the internal notes for this request.
removeNote(String) - Method in class org.apache.catalina.core.MappingRequest
 
removeParameter(String) - Method in interface org.apache.catalina.Context
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - Method in interface org.apache.catalina.DefaultContext
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - Method in class org.apache.catalina.core.StandardContext
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removePattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified URL pattern from those that are part of this web resource collection.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.DefaultContext
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Logger
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.deploy.NamingResources
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.WebappLoader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.logger.LoggerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.startup.Embedded
Remove a property change listener from this component.
removeQuotes(String, boolean) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Removes the quotes on a string.
removeQuotes(String) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Removes the quotes on a string.
removeRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Realm.
removeResource(String) - Method in interface org.apache.catalina.Context
Remove any resource reference with the specified name.
removeResource(String) - Method in interface org.apache.catalina.DefaultContext
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
removeResource(String) - Method in class org.apache.catalina.core.StandardContext
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Remove any resource reference with the specified name.
removeResourceEnvRef(String) - Method in interface org.apache.catalina.Context
Remove any resource environment reference with the specified name.
removeResourceEnvRef(String) - Method in interface org.apache.catalina.DefaultContext
Remove any resource environment reference with the specified name.
removeResourceEnvRef(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
removeResourceEnvRef(String) - Method in class org.apache.catalina.core.StandardContext
Remove any resource environment reference with the specified name.
removeResourceEnvRef(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove any resource environment reference with the specified name.
removeResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource environment reference with the specified name.
removeResourceLink(String) - Method in interface org.apache.catalina.Context
Remove any resource link with the specified name.
removeResourceLink(String) - Method in interface org.apache.catalina.DefaultContext
Remove any resource link with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
removeResourceLink(String) - Method in class org.apache.catalina.core.StandardContext
Remove any resource link with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove any resource link with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource link with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Remove any resource link with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any resource link reference with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Remove any resource link with the specified name.
removeResourceParams(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource parameters with the specified name.
removeRole(Role) - Method in interface org.apache.catalina.Group
Remove a Role from those assigned to this group.
removeRole(Role) - Method in interface org.apache.catalina.User
Remove a Role from those assigned to this user.
removeRole(Role) - Method in interface org.apache.catalina.UserDatabase
Remove the specified Role from this user database.
removeRole(String) - Method in class org.apache.catalina.mbeans.GroupMBean
Remove a Role from those this group belongs to.
removeRole(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing role and destroy the corresponding MBean.
removeRole(String) - Method in class org.apache.catalina.mbeans.UserMBean
Remove a Role from those this user belongs to.
removeRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
Remove a Role from those assigned to this group.
removeRole(Role) - Method in class org.apache.catalina.users.AbstractUser
Remove a Role from those assigned to this user.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
Remove a Role from those assigned to this group.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryUser
Remove a Role from those assigned to this user.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified Role from this user database.
removeRoleMapping(String) - Method in interface org.apache.catalina.Context
Remove any security role reference for the specified name
removeRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role reference for the specified name
removeRoles() - Method in interface org.apache.catalina.Group
Remove all Roles from those assigned to this group.
removeRoles() - Method in interface org.apache.catalina.User
Remove all Roles from those assigned to this user.
removeRoles() - Method in class org.apache.catalina.users.AbstractGroup
Remove all Roles from those assigned to this group.
removeRoles() - Method in class org.apache.catalina.users.AbstractUser
Remove all Roles from those assigned to this user.
removeRoles() - Method in class org.apache.catalina.users.MemoryGroup
Remove all Roles from those assigned to this group.
removeRoles() - Method in class org.apache.catalina.users.MemoryUser
Remove all Roles from those assigned to this user.
removeSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Remove any security role reference for the specified role name.
removeSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove any security role reference for the specified role name.
removeSecurityRole(String) - Method in interface org.apache.catalina.Context
Remove any security role with the specified name.
removeSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role with the specified name.
removeService(Service) - Method in interface org.apache.catalina.Server
Remove the specified Service from the set associated from this Server.
removeService(Service) - Method in class org.apache.catalina.core.StandardServer
Remove the specified Service from the set associated from this Server.
removeService(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Service.
removeServletMapping(String) - Method in interface org.apache.catalina.Context
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
Remove a session event listener from this component.
removeTaglib(String) - Method in interface org.apache.catalina.Context
Remove the tag library location forthe specified tag library URI.
removeTaglib(String) - Method in class org.apache.catalina.core.StandardContext
Remove the tag library location forthe specified tag library URI.
removeUser(User) - Method in interface org.apache.catalina.UserDatabase
Remove the specified User from this user database.
removeUser(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing user and destroy the corresponding MBean.
removeUser(User) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified User from this user database.
removeValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeValve(Valve) - Method in interface org.apache.catalina.Pipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Valve.
removeWelcomeFile(String) - Method in interface org.apache.catalina.Context
Remove the specified welcome file name from the list recognized by this Context.
removeWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified welcome file name from the list recognized by this Context.
removeWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - Method in interface org.apache.catalina.DefaultContext
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in interface org.apache.catalina.DefaultContext
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
rename(Name, Name) - Method in class org.apache.naming.NamingContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.NamingContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.SelectorContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.SelectorContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.BaseDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.FileDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.WARDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
render(String, DefaultServlet.ResourceInfo) - Method in class org.apache.catalina.servlets.DefaultServlet
Return an InputStream to an HTML representation of the contents of this directory.
renderSize(long) - Method in class org.apache.catalina.servlets.DefaultServlet
Render the specified file size (in bytes).
repeat(char, int) - Method in class org.apache.catalina.ssi.SSIFsize
 
report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Prints out an error report.
repositories - Variable in class org.apache.catalina.loader.StandardClassLoader
The list of local repositories, in the order they should be searched for locally loaded classes or resources.
repositories - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of local repositories, in the order they should be searched for locally loaded classes or resources.
repositoryURLs - Variable in class org.apache.catalina.loader.WebappClassLoader
Repositories URLs, used to cache the result of getURLs.
req - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
request - Variable in class org.apache.catalina.connector.RequestFacade
The wrapped request.
request - Variable in class org.apache.catalina.connector.RequestWrapper
Deprecated. The wrapped request.
request - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The Request with which this Response is associated.
requestHandler(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process our request and locate right SSI command.
requestURI - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The request URI associated with this request.
requestedSessionCookie - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Was the requested session ID received in a cookie?
requestedSessionId - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The requested session ID (if any) for this request.
requestedSessionURL - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Was the requested session ID received in a URL?
required - Variable in class org.apache.catalina.loader.StandardClassLoader
The set of optional packages (formerly standard extensions) that are required in the repositories associated with this class loader.
required - Variable in class org.apache.catalina.loader.WebappClassLoader
The set of optional packages (formerly standard extensions) that are required in the repositories associated with this class loader.
res - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
reset(int, String) - Method in interface org.apache.catalina.HttpResponse
Reset this response, and specify the values for the HTTP status code and corresponding message.
reset(int, String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Reset this response, and specify the values for the HTTP status code and corresponding message.
reset() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Clear any content written to the buffer.
reset(int, String) - Method in class org.apache.catalina.connector.HttpResponseWrapper
Deprecated. Reset this response, and specify the values for the HTTP status code and corresponding message.
reset() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Clear any content written to the buffer.
reset() - Method in class org.apache.catalina.connector.ResponseFacade
 
reset() - Method in class org.apache.catalina.util.StringParser
Reset the current state of the parser to the beginning of the current string being parsed.
resetBuffer() - Method in interface org.apache.catalina.Response
Reset the data buffer but not any status or header information.
resetBuffer() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Reset the data buffer but not any status or header information.
resetBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
resetBuffer() - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Reset the data buffer but not any status or header information.
resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.util.CustomObjectInputStream
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context.
resolveProxyClass(String[]) - Method in class org.apache.catalina.util.CustomObjectInputStream
Return a proxy class that implements the interfaces named in a proxy class descriptor.
resource - Variable in class org.apache.naming.resources.DirContextURLConnection
Associated resource.
resourceEntries - Variable in class org.apache.catalina.loader.WebappClassLoader
The cache of ResourceEntry for classes and resources we have loaded, keyed by resource name.
resourceName - Variable in class org.apache.catalina.realm.UserDatabaseRealm
The global JNDI name of the UserDatabase resource we will be utilizing.
resources - Variable in class org.apache.catalina.core.ContainerBase
The resources DirContext object with which this Container is associated.
resources - Variable in class org.apache.catalina.deploy.ContextEjb
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.ContextEnvironment
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.ContextLocalEjb
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.ContextResource
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.ContextResourceLink
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.ResourceParams
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.loader.WebappClassLoader
Associated directory context giving access to the resources in this webapp.
resources - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
resources(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Render a list of available global JNDI resources.
resourcesStart() - Method in class org.apache.catalina.core.StandardContext
Allocate resources, including proxy.
resourcesStop() - Method in class org.apache.catalina.core.StandardContext
Deallocate resources and destroy proxy.
resp - Variable in class org.apache.catalina.connector.ResponseFacade
The wrapped response.
response - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The response with which this request is associated.
response - Variable in class org.apache.catalina.connector.ResponseFacade
The wrapped response.
response - Variable in class org.apache.catalina.connector.ResponseStream
Deprecated. The Response with which this input stream is associated.
response - Variable in class org.apache.catalina.connector.ResponseWrapper
Deprecated. The wrapped response.
restoreRequest(HttpRequest, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Restore the original request from information stored in our session.
revalidate(ProxyDirContext.CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Revalidate entry.
reverse - Variable in class org.apache.catalina.authenticator.SingleSignOn
The cache of single sign on identifiers, keyed by the Session that is associated with them.
reverse(String) - Static method in class org.apache.catalina.util.MIME2Java
Convert a Java encoding name to MIME charset name.
rewriteUrl(String) - Method in class org.apache.catalina.servlets.DefaultServlet
URL rewriter.
rfc1036Format - Static variable in class org.apache.catalina.util.DateTool
 
rfc1123Format - Static variable in class org.apache.catalina.util.DateTool
DateFormat to be used to format dates
roleBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for role searches.
roleClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of javax.security.Principal classes that represent security roles.
roleClasses - Variable in class org.apache.catalina.realm.JAASRealm
The list of role class names, split out for easy processing.
roleFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current roleSearch.
roleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of the attribute containing roles held elsewhere
roleNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user role table that names a role
roleNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user role table that names a role
roleSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to select roles for a user, with "{0}" marking the spot where the distinguished name of the user goes.
roleSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching memberships?
rolename - Variable in class org.apache.catalina.users.AbstractRole
The role name of this Role.
roles - Variable in class org.apache.catalina.realm.GenericPrincipal
The set of roles associated with this user.
roles(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return a PreparedStatement configured to perform the SELECT required to retrieve user roles for the specified username.
roles(PrintWriter) - Method in class org.apache.catalina.servlets.ManagerServlet
Render a list of security role names (and corresponding descriptions) from the org.apache.catalina.UserDatabase resource that is connected to the users resource reference.
roles - Variable in class org.apache.catalina.users.MemoryGroup
The set of Roles associated with this group.
roles - Variable in class org.apache.catalina.users.MemoryUser
The set of Roles associated with this user.
roles - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Roles defined in this database, keyed by role name.
rotate(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Rename the existing log file to something else.
run() - Method in interface org.apache.catalina.cluster.ClusterReceiver
 
run() - Method in class org.apache.catalina.cluster.MulticastReceiver
The background thread.
run() - Method in class org.apache.catalina.cluster.StandardCluster
The background thread.
run() - Method in class org.apache.catalina.connector.HttpRequestBase.PrivilegedGetSession
Deprecated.  
run() - Method in class org.apache.catalina.connector.HttpResponseBase.PrivilegedFlushBuffer
Deprecated.  
run() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedGetInitParameter
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedGetInitParameterNames
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedGetNamedDispatcher
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedGetRequestDispatcher
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedGetResource
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedGetResourcePaths
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedLogException
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedLogMessage
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedLogThrowable
 
run() - Method in class org.apache.catalina.core.ContainerBase.PrivilegedAddChild
 
run() - Method in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource
 
run() - Method in class org.apache.catalina.loader.WebappLoader.WebappContextNotifier
Perform the requested notification.
run() - Method in class org.apache.catalina.loader.WebappLoader
The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Executes a CGI script with the desired environment, current working directory, and input/output streams
run() - Method in class org.apache.catalina.session.DistributedManager
The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.session.PersistentManagerBase
The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.session.StandardManager
The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.session.StoreBase
The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
run() - Method in class org.apache.catalina.startup.HostConfig
The background thread that checks for web application autoDeploy and changes to the web.xml config.
run() - Method in class org.apache.catalina.util.ProcessHelper
Executes a process script with the desired environment, current working directory, and input/output streams

S

SCOPE - Static variable in class org.apache.naming.ResourceRef
Scope address type.
SERVLET_NAME_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward a servlet name to an error page.
SERVLET_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original servlet path is stored on an included dispatcher request.
SESSION_COOKIE_NAME - Static variable in class org.apache.catalina.Globals
The name of the cookie used to pass the session identifier back and forth with the client.
SESSION_CREATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is created.
SESSION_DESTROYED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is destroyed.
SESSION_ID_BYTES - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The number of random bytes to include when generating a session identifier.
SESSION_ID_BYTES - Static variable in class org.apache.catalina.session.ManagerBase
The number of random bytes to include when generating a session identifier.
SESSION_PARAMETER_NAME - Static variable in class org.apache.catalina.Globals
The name of the path parameter used to pass the session identifier back and forth with the client.
SESS_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the password used to authenticate this user.
SESS_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the username used to authenticate this user.
SINGLE_SIGN_ON_COOKIE - Static variable in class org.apache.catalina.authenticator.Constants
 
SOURCE - Static variable in class org.apache.naming.resources.ResourceAttributes
Source.
SSICommand - interface org.apache.catalina.ssi.SSICommand.
The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must implement.
SSIConditional - class org.apache.catalina.ssi.SSIConditional.
SSI command that handles all conditional directives.
SSIConditional() - Constructor for class org.apache.catalina.ssi.SSIConditional
 
SSIConfig - class org.apache.catalina.ssi.SSIConfig.
Implements the Server-side #exec command
SSIConfig() - Constructor for class org.apache.catalina.ssi.SSIConfig
 
SSIEcho - class org.apache.catalina.ssi.SSIEcho.
Return the result associated with the supplied Server Variable.
SSIEcho() - Constructor for class org.apache.catalina.ssi.SSIEcho
 
SSIExec - class org.apache.catalina.ssi.SSIExec.
Implements the Server-side #exec command
SSIExec() - Constructor for class org.apache.catalina.ssi.SSIExec
 
SSIExternalResolver - interface org.apache.catalina.ssi.SSIExternalResolver.
Interface used by SSIMediator to talk to the 'outside world' ( usually a servlet )
SSIFlastmod - class org.apache.catalina.ssi.SSIFlastmod.
Implements the Server-side #flastmod command
SSIFlastmod() - Constructor for class org.apache.catalina.ssi.SSIFlastmod
 
SSIFsize - class org.apache.catalina.ssi.SSIFsize.
Implements the Server-side #fsize command
SSIFsize() - Constructor for class org.apache.catalina.ssi.SSIFsize
 
SSIInclude - class org.apache.catalina.ssi.SSIInclude.
Implements the Server-side #include command
SSIInclude() - Constructor for class org.apache.catalina.ssi.SSIInclude
 
SSIMediator - class org.apache.catalina.ssi.SSIMediator.
Allows the different SSICommand implementations to share data/talk to each other
SSIMediator(SSIExternalResolver, Date, int) - Constructor for class org.apache.catalina.ssi.SSIMediator
 
SSIPrintenv - class org.apache.catalina.ssi.SSIPrintenv.
Implements the Server-side #printenv command
SSIPrintenv() - Constructor for class org.apache.catalina.ssi.SSIPrintenv
 
SSIProcessor - class org.apache.catalina.ssi.SSIProcessor.
The entry point to SSI processing.
SSIProcessor(SSIExternalResolver, int) - Constructor for class org.apache.catalina.ssi.SSIProcessor
 
SSIServlet - class org.apache.catalina.ssi.SSIServlet.
Servlet to process SSI requests within a webpage.
SSIServlet() - Constructor for class org.apache.catalina.ssi.SSIServlet
 
SSIServletExternalResolver - class org.apache.catalina.ssi.SSIServletExternalResolver.
An implementation of SSIExternalResolver that is used with servlets.
SSIServletExternalResolver(HttpServlet, HttpServletRequest, HttpServletResponse, boolean, int, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver
 
SSIServletExternalResolver.ServletContextAndPath - class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath.
 
SSIServletExternalResolver.ServletContextAndPath(ServletContext, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
SSIServletRequestUtil - class org.apache.catalina.ssi.SSIServletRequestUtil.
 
SSIServletRequestUtil() - Constructor for class org.apache.catalina.ssi.SSIServletRequestUtil
 
SSISet - class org.apache.catalina.ssi.SSISet.
Implements the Server-side #set command
SSISet() - Constructor for class org.apache.catalina.ssi.SSISet
 
SSIStopProcessingException - exception org.apache.catalina.ssi.SSIStopProcessingException.
Exception used to tell SSIProcessor that it should stop processing SSI commands.
SSIStopProcessingException() - Constructor for class org.apache.catalina.ssi.SSIStopProcessingException
 
SSI_FLAG_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store a flag used to mark this request as having been processed by the SSIServlet.
SSLAuthenticator - class org.apache.catalina.authenticator.SSLAuthenticator.
An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users.
SSLAuthenticator() - Constructor for class org.apache.catalina.authenticator.SSLAuthenticator
 
SSLServerSocketFactory - class org.apache.catalina.net.SSLServerSocketFactory.
Socket factory for SSL sockets, using the Java Server Sockets Extension (JSSE) reference implementation support classes.
SSLServerSocketFactory() - Constructor for class org.apache.catalina.net.SSLServerSocketFactory
 
SSL_CERTIFICATE_ATTR - Static variable in class org.apache.catalina.Globals
SSL Certificate Request Attributite.
STARTED - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
 
STARTED - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
 
STARTED - Static variable in interface org.apache.naming.NamingServiceMBean
 
STARTING - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
 
STARTING - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
 
STARTING - Static variable in interface org.apache.naming.NamingServiceMBean
 
START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component start" event.
STATUS_CODE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward an HTTP status code (as an object of type Integer) to an error page.
STOPPED - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
 
STOPPED - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
 
STOPPED - Static variable in interface org.apache.naming.NamingServiceMBean
 
STOPPING - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
 
STOPPING - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
 
STOPPING - Static variable in interface org.apache.naming.NamingServiceMBean
 
STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component stop" event.
SavedRequest - class org.apache.catalina.authenticator.SavedRequest.
Object that saves the critical information from a request so that form-based authentication can reproduce it once the user has been authenticated.
SavedRequest() - Constructor for class org.apache.catalina.authenticator.SavedRequest
 
SecurityClassLoad - class org.apache.catalina.startup.SecurityClassLoad.
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
SecurityClassLoad() - Constructor for class org.apache.catalina.startup.SecurityClassLoad
 
SecurityCollection - class org.apache.catalina.deploy.SecurityCollection.
Representation of a web resource collection for a web application's security constraint, as represented in a <web-resource-collection> element in the deployment descriptor.
SecurityCollection() - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with default values.
SecurityCollection(String) - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with specified values.
SecurityCollection(String, String) - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with specified values.
SecurityConstraint - class org.apache.catalina.deploy.SecurityConstraint.
Representation of a security constraint element for a web application, as represented in a <security-constraint> element in the deployment descriptor.
SecurityConstraint() - Constructor for class org.apache.catalina.deploy.SecurityConstraint
Construct a new security constraint instance with default values.
SelectorContext - class org.apache.naming.SelectorContext.
Catalina JNDI Context implementation.
SelectorContext(Hashtable) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
SelectorContext(Hashtable, boolean) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
SendMailFactory - class org.apache.naming.factory.SendMailFactory.
Factory class that creates a JNDI named javamail MimePartDataSource object which can be used for sending email using SMTP.
SendMailFactory() - Constructor for class org.apache.naming.factory.SendMailFactory
 
Server - interface org.apache.catalina.Server.
A Server element represents the entire Catalina servlet container.
ServerFactory - class org.apache.catalina.ServerFactory.
ServerFactory allows the registration of the (singleton) Server instance for this JVM, so that it can be accessed independently of any existing reference to the component hierarchy.
ServerFactory() - Constructor for class org.apache.catalina.ServerFactory
 
ServerInfo - class org.apache.catalina.util.ServerInfo.
Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.
ServerInfo() - Constructor for class org.apache.catalina.util.ServerInfo
 
ServerLifecycleListener - class org.apache.catalina.mbeans.ServerLifecycleListener.
Implementation of LifecycleListener that instantiates the set of MBeans associated with the components of a running instance of Catalina.
ServerLifecycleListener() - Constructor for class org.apache.catalina.mbeans.ServerLifecycleListener
 
ServerSocketFactory - interface org.apache.catalina.net.ServerSocketFactory.
Interface that describes the common characteristics of factory classes that create server sockets which may be required by a Connector.
Service - interface org.apache.catalina.Service.
A Service is a group of one or more Connectors that share a single Container to process their incoming requests.
Session - interface org.apache.catalina.Session.
A Session is the Catalina-internal facade for an HttpSession that is used to maintain state information between requests for a particular user of a web application.
SessionEvent - class org.apache.catalina.SessionEvent.
General event for notifying listeners of significant changes on a Session.
SessionEvent(Session, String, Object) - Constructor for class org.apache.catalina.SessionEvent
Construct a new SessionEvent with the specified parameters.
SessionListener - interface org.apache.catalina.SessionListener.
Interface defining a listener for significant Session generated events.
SetAllPropertiesRule - class org.apache.catalina.startup.SetAllPropertiesRule.
Rule that uses the introspection utils to set properties.
SetAllPropertiesRule() - Constructor for class org.apache.catalina.startup.SetAllPropertiesRule
 
SingleSignOn - class org.apache.catalina.authenticator.SingleSignOn.
A Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propogated to other web applications in the same security domain.
SingleSignOn() - Constructor for class org.apache.catalina.authenticator.SingleSignOn
 
SocketInputStream - class org.apache.catalina.connector.http.SocketInputStream.
Deprecated.  
SocketInputStream(InputStream, int) - Constructor for class org.apache.catalina.connector.http.SocketInputStream
Deprecated. Construct a servlet input stream associated with the specified socket input.
StandardClassLoader - class org.apache.catalina.loader.StandardClassLoader.
Subclass implementation of java.net.URLClassLoader that knows how to load classes from disk directories, as well as local and remote JAR files.
StandardClassLoader() - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
StandardClassLoader(URLStreamHandlerFactory) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader, but with a stream handler factory.
StandardClassLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with no defined repositories and the specified parent ClassLoader.
StandardClassLoader(ClassLoader, URLStreamHandlerFactory) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with no defined repositories and the specified parent ClassLoader.
StandardClassLoader(String[]) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with the specified repositories and no parent ClassLoader.
StandardClassLoader(String[], ClassLoader) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with the specified repositories and parent ClassLoader.
StandardClassLoader(URL[], ClassLoader) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with the specified repositories and parent ClassLoader.
StandardCluster - class org.apache.catalina.cluster.StandardCluster.
A Cluster implementation.
StandardCluster() - Constructor for class org.apache.catalina.cluster.StandardCluster
 
StandardContext - class org.apache.catalina.core.StandardContext.
Standard implementation of the Context interface.
StandardContext() - Constructor for class org.apache.catalina.core.StandardContext
Create a new StandardContext component with the default basic Valve.
StandardContextMBean - class org.apache.catalina.mbeans.StandardContextMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardContext component.
StandardContextMBean() - Constructor for class org.apache.catalina.mbeans.StandardContextMBean
Construct a ModelMBean with default ModelMBeanInfo information.
StandardContextMapper - class org.apache.catalina.core.StandardContextMapper.
Implementation of Mapper for a Context, designed to process HTTP requests.
StandardContextMapper() - Constructor for class org.apache.catalina.core.StandardContextMapper
 
StandardDefaultContext - class org.apache.catalina.core.StandardDefaultContext.
Used to store the default configuration a Host will use when creating a Context.
StandardDefaultContext() - Constructor for class org.apache.catalina.core.StandardDefaultContext
Create the DefaultContext
StandardEngine - class org.apache.catalina.core.StandardEngine.
Standard implementation of the Engine interface.
StandardEngine() - Constructor for class org.apache.catalina.core.StandardEngine
Create a new StandardEngine component with the default basic Valve.
StandardEngineMBean - class org.apache.catalina.mbeans.StandardEngineMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardEngine component.
StandardEngineMBean() - Constructor for class org.apache.catalina.mbeans.StandardEngineMBean
Construct a ModelMBean with default ModelMBeanInfo information.
StandardEngineMapper - class org.apache.catalina.core.StandardEngineMapper.
Implementation of Mapper for an Engine, designed to process HTTP requests.
StandardEngineMapper() - Constructor for class org.apache.catalina.core.StandardEngineMapper
 
StandardHost - class org.apache.catalina.core.StandardHost.
Standard implementation of the Host interface.
StandardHost() - Constructor for class org.apache.catalina.core.StandardHost
Create a new StandardHost component with the default basic Valve.
StandardHostDeployer - class org.apache.catalina.core.StandardHostDeployer.
Implementation of Deployer that is delegated to by the StandardHost implementation class.
StandardHostDeployer(StandardHost) - Constructor for class org.apache.catalina.core.StandardHostDeployer
Create a new StandardHostDeployer associated with the specified StandardHost.
StandardHostMBean - class org.apache.catalina.mbeans.StandardHostMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardHost component.
StandardHostMBean() - Constructor for class org.apache.catalina.mbeans.StandardHostMBean
Construct a ModelMBean with default ModelMBeanInfo information.
StandardHostMapper - class org.apache.catalina.core.StandardHostMapper.
Implementation of Mapper for a Host, designed to process HTTP requests.
StandardHostMapper() - Constructor for class org.apache.catalina.core.StandardHostMapper
 
StandardManager - class org.apache.catalina.session.StandardManager.
Standard implementation of the Manager interface that provides simple session persistence across restarts of this component (such as when the entire server is shut down and restarted, or when a particular web application is reloaded.
StandardManager() - Constructor for class org.apache.catalina.session.StandardManager
 
StandardPipeline - class org.apache.catalina.core.StandardPipeline.
Standard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.
StandardPipeline() - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance with no associated Container.
StandardPipeline(Container) - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance that is associated with the specified Container.
StandardPipeline.StandardPipelineValveContext - class org.apache.catalina.core.StandardPipeline.StandardPipelineValveContext.
 
StandardPipeline.StandardPipelineValveContext() - Constructor for class org.apache.catalina.core.StandardPipeline.StandardPipelineValveContext
 
StandardServer - class org.apache.catalina.core.StandardServer.
Standard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.
StandardServer() - Constructor for class org.apache.catalina.core.StandardServer
Construct a default instance of this class.
StandardServerMBean - class org.apache.catalina.mbeans.StandardServerMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardServer component.
StandardServerMBean() - Constructor for class org.apache.catalina.mbeans.StandardServerMBean
Construct a ModelMBean with default ModelMBeanInfo information.
StandardService - class org.apache.catalina.core.StandardService.
Standard implementation of the Service interface.
StandardService() - Constructor for class org.apache.catalina.core.StandardService
 
StandardServiceMBean - class org.apache.catalina.mbeans.StandardServiceMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardService component.
StandardServiceMBean() - Constructor for class org.apache.catalina.mbeans.StandardServiceMBean
Construct a ModelMBean with default ModelMBeanInfo information.
StandardSessionFacade - class org.apache.catalina.session.StandardSessionFacade.
Facade for the StandardSession object.
StandardSessionFacade(StandardSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardSessionFacade(HttpSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardWrapper - class org.apache.catalina.core.StandardWrapper.
Standard implementation of the Wrapper interface that represents an individual servlet definition.
StandardWrapper() - Constructor for class org.apache.catalina.core.StandardWrapper
Create a new StandardWrapper component with the default basic Valve.
StandardWrapperFacade - class org.apache.catalina.core.StandardWrapperFacade.
Facade for the StandardWrapper object.
StandardWrapperFacade(StandardWrapper) - Constructor for class org.apache.catalina.core.StandardWrapperFacade
Create a new facede around a StandardWrapper.
StartTask - class org.apache.catalina.ant.StartTask.
Ant task that implements the /start command, supported by the Tomcat manager application.
StartTask() - Constructor for class org.apache.catalina.ant.StartTask
 
StopTask - class org.apache.catalina.ant.StopTask.
Ant task that implements the /stop command, supported by the Tomcat manager application.
StopTask() - Constructor for class org.apache.catalina.ant.StopTask
 
Store - interface org.apache.catalina.Store.
A Store is the abstraction of a Catalina component that provides persistent storage and loading of Sessions and their associated user data.
StoreBase - class org.apache.catalina.session.StoreBase.
Abstract implementation of the Store interface to support most of the functionality required by a Store.
StoreBase() - Constructor for class org.apache.catalina.session.StoreBase
 
Strftime - class org.apache.catalina.util.Strftime.
Converts dates to strings using the same format specifiers as strftime Note: This does not mimic strftime perfectly.
Strftime(String) - Constructor for class org.apache.catalina.util.Strftime
Create an instance of this date formatting class
Strftime(String, Locale) - Constructor for class org.apache.catalina.util.Strftime
Create an instance of this date formatting class
StringManager - class org.apache.catalina.util.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringManager - class org.apache.naming.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringParser - class org.apache.catalina.util.StringParser.
Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.
StringParser() - Constructor for class org.apache.catalina.util.StringParser
Construct a string parser with no preset string to be parsed.
StringParser(String) - Constructor for class org.apache.catalina.util.StringParser
Construct a string parser that is initialized to parse the specified string.
SystemErrLogger - class org.apache.catalina.logger.SystemErrLogger.
Simple implementation of Logger that writes to System.err.
SystemErrLogger() - Constructor for class org.apache.catalina.logger.SystemErrLogger
 
SystemOutLogger - class org.apache.catalina.logger.SystemOutLogger.
Simple implementation of Logger that writes to System.out.
SystemOutLogger() - Constructor for class org.apache.catalina.logger.SystemOutLogger
 
safeCharacters - Variable in class org.apache.catalina.util.URLEncoder
 
sameFile(URL) - Method in class org.apache.catalina.util.URL
Compare two URLs, excluding the "ref" fields.
save(Session) - Method in interface org.apache.catalina.Store
Save the specified Session into this Store.
save() - Method in interface org.apache.catalina.UserDatabase
Save any updated information to the persistent storage location for this user database.
save(Session) - Method in class org.apache.catalina.session.FileStore
Save the specified Session into this Store.
save(Session) - Method in class org.apache.catalina.session.JDBCStore
Save a session to the Store.
save() - Method in class org.apache.catalina.users.MemoryUserDatabase
Save any updated information to the persistent storage location for this user database.
scheme - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The scheme associated with this Request.
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.FileDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.FileDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.FileDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.WARDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.WARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.WARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
secure - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Was this request received on a secure channel?
secure - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. Was this request received on a secure connection?
send(byte[]) - Method in interface org.apache.catalina.cluster.ClusterSender
Send an array of bytes, the implementation of this ClusterSender is responsible for modifying the bytearray to something that it can use.
send(Object) - Method in interface org.apache.catalina.cluster.ClusterSender
Send an object, the implementation of this ClusterSender is responsible for modifying the Object to something that it can use.
send(Object) - Method in class org.apache.catalina.cluster.MulticastSender
Send an object using a multicastSocket
send(byte[]) - Method in class org.apache.catalina.cluster.MulticastSender
Send multicast data
sendAcknowledgement() - Method in interface org.apache.catalina.Response
Send an acknowledgment of a request.
sendAcknowledgement() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Send an acknowledgment of a request.
sendData() - Method in class org.apache.catalina.util.XMLWriter
Send data and reinitializes buffer.
sendError(int) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Send an error response with the specified status and a default message.
sendError(int, String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Send an error response with the specified status and message.
sendError(int, String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
sendError(int) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
sendHeaders() - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Send the HTTP response headers, if this has not already occurred.
sendRedirect(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Send a temporary redirect to the specified redirect location URL.
sendRedirect(String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
serveRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Serve the specified request, creating the corresponding response.
serveResource(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.catalina.servlets.DefaultServlet
Serve the specified resource, optionally including the data content.
server - Variable in class org.apache.catalina.startup.Catalina
The server component we are starting or stopping
serverName - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The server name associated with this Request.
serverPort - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The server port associated with this Request.
serverinfo(PrintWriter) - Method in class org.apache.catalina.servlets.ManagerServlet
Writes System OS and JVM properties.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
Handles the special WebDAV methods.
servlet - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
servletContext - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
servletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
servletPath - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The servlet path for this request.
servletPath - Variable in class org.apache.catalina.core.MappingRequest
 
session - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The currently active session for this request.
sessionAppCol - Variable in class org.apache.catalina.session.JDBCStore
Column to use for /Engine/Host/Context name
sessionCounter - Variable in class org.apache.catalina.session.ManagerBase
 
sessionDataCol - Variable in class org.apache.catalina.session.JDBCStore
Data column to use.
sessionEvent(SessionEvent) - Method in interface org.apache.catalina.SessionListener
Acknowledge the occurrence of the specified event.
sessionEvent(SessionEvent) - Method in class org.apache.catalina.authenticator.SingleSignOn
Acknowledge the occurrence of the specified event.
sessionIdCol - Variable in class org.apache.catalina.session.JDBCStore
Id column to use.
sessionLastAccessedCol - Variable in class org.apache.catalina.session.JDBCStore
Last Accessed column to use.
sessionMaxInactiveCol - Variable in class org.apache.catalina.session.JDBCStore
Max Inactive column to use.
sessionTable - Variable in class org.apache.catalina.session.JDBCStore
Table to use.
sessionValidCol - Variable in class org.apache.catalina.session.JDBCStore
Is Valid column to use.
sessions(String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Display session information and invoke list.
sessions(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Session information for the web application at the specified context path.
sessions - Variable in class org.apache.catalina.session.ManagerBase
The set of currently active Sessions for this Manager, keyed by session identifier.
set(String, DirContext) - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
setAcceptCount(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the accept count for this Connector.
setAcceptCount(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the accept count for this Connector.
setAddress(String) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the bind IP address for this Connector.
setAddress(String) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the bind IP address for this Connector.
setAlgorithm(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the message digest algorithm for this Manager.
setAlgorithm(String) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setAlgorithm(String) - Method in class org.apache.catalina.session.ManagerBase
Set the message digest algorithm for this Manager.
setAllow(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the comma-delimited set of the allow expressions configured for this Valve, if any.
setAllowChunking(boolean) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the allow chunking flag.
setAllowLinking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set allow linking.
setAllowLinking(boolean) - Method in class org.apache.naming.resources.FileDirContext
Set allow linking.
setAlternateURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Setter for property alternateURL.
setAntiJARLocking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the antiJARLocking feature for this Context.
setAntiJARLocking(boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
 
setAppBase(String) - Method in interface org.apache.catalina.Host
Set the application root for this Host.
setAppBase(String) - Method in class org.apache.catalina.core.StandardHost
Set the application root for this Host.
setAppCommitted(boolean) - Method in interface org.apache.catalina.Response
Set the application commit flag.
setAppCommitted(boolean) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the application commit flag.
setAppName(String) - Method in class org.apache.catalina.realm.JAASRealm
setter for the appName member variable
setApplicationListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
Store the set of initialized application listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setArguments(String[]) - Method in class org.apache.catalina.startup.BootstrapServiceContext
 
setAttribute(String, Object) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the specified request attribute to the specified value.
setAttribute(String, Object) - Method in class org.apache.catalina.connector.RequestFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContext
Bind the specified value with the specified context attribute name, replacing any existing value for that name.
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.MappingRequest
 
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ConnectorMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextEnvironmentMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceLinkMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
Set the value of a specific attribute of this MBean.
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setAttributeReadOnly(String) - Method in class org.apache.catalina.core.ApplicationContext
Set an attribute as read only.
setAuth(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setAuthConstraint(boolean) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the authorization constraint present flag for this security constraint.
setAuthMethod(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setAuthType(String) - Method in interface org.apache.catalina.HttpRequest
Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - Method in interface org.apache.catalina.Session
Set the authentication type used to authenticate our cached Principal, if any.
setAuthType(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - Method in class org.apache.catalina.core.MappingRequest
 
setAuthenticateHeader(HttpServletRequest, HttpServletResponse, LoginConfig, String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generates the WWW-Authenticate header.
setAuthentication(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the type of authentication to use.
setAuthorization(String) - Method in interface org.apache.catalina.Request
Set the authorization credentials sent with this request.
setAuthorization(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the authorization credentials sent with this request.
setAuthorization(String) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the authorization credentials sent with this request.
setAuthorization(String) - Method in class org.apache.catalina.core.MappingRequest
 
setAutoDeploy(boolean) - Method in interface org.apache.catalina.Host
Set the auto deploy flag value for this host.
setAutoDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the auto deploy flag value for this host.
setAvailable(boolean) - Method in interface org.apache.catalina.Context
Set the application available flag for this Context.
setAvailable(long) - Method in interface org.apache.catalina.Wrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setAvailable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the application available flag for this Context.
setAvailable(long) - Method in class org.apache.catalina.core.StandardWrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setBasic(Valve) - Method in interface org.apache.catalina.Pipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - Method in class org.apache.catalina.core.ContainerBase
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBufferSize(int) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the buffer size to be used for this Response.
setBufferSize(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setBufferSize(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the input buffer size for this Connector.
setBufferSize(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the input buffer size for this Connector.
setBytesField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the number of bytes returned.
setCGIEnvironment(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Constructs the CGI environment to be supplied to the invoked CGI script; relies heavliy on Servlet API methods and findCGI
setCache(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the cache authenticated Principals flag.
setCacheObjectMaxSize(int) - Method in class org.apache.naming.resources.BaseDirContext
Set cacheObjectMaxSize.
setCacheTTL(int) - Method in class org.apache.catalina.core.StandardContext
Set cache TTL.
setCacheTTL(int) - Method in class org.apache.naming.resources.BaseDirContext
Set cache TTL.
setCached(boolean) - Method in class org.apache.naming.resources.BaseDirContext
Set cached.
setCachingAllowed(boolean) - Method in class org.apache.catalina.core.StandardContext
Set caching allowed flag.
setCaseSensitive(boolean) - Method in class org.apache.catalina.core.StandardContext
Set case sensitivity.
setCaseSensitive(boolean) - Method in class org.apache.naming.resources.FileDirContext
Set case sensitivity.
setCatalinaBase() - Method in class org.apache.catalina.startup.Catalina
Set the catalina.base System property to the current working directory if it has not been set.
setCatalinaHome() - Method in class org.apache.catalina.startup.Catalina
Set the catalina.home System property to the current working directory if it has not been set.
setCharacterEncoding(String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Set the character encoding to be used to read the username and password.
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.RequestFacade
 
setCharacterEncoding(String) - Method in class org.apache.catalina.core.MappingRequest
 
setCharsetMapper(CharsetMapper) - Method in interface org.apache.catalina.Context
Set the Locale to character set mapper for this Context.
setCharsetMapper(CharsetMapper) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper for this Context.
setCharsetMapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper class for this Context.
setCheckExists(boolean) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set whether to check for log file existence before logging.
setCheckInterval(int) - Method in interface org.apache.catalina.Cluster
Set the time in seconds that the Cluster waits before checking for changes and replicated data.
setCheckInterval(int) - Method in interface org.apache.catalina.cluster.ClusterReceiver
Set the time in seconds for this component to Sleep before it checks for new received data in the Cluster
setCheckInterval(int) - Method in class org.apache.catalina.cluster.MulticastReceiver
Set the time in seconds for this component to Sleep before it checks for new received data in the Cluster
setCheckInterval(int) - Method in class org.apache.catalina.cluster.StandardCluster
Set the time in seconds for this component to Sleep before it checks for new received data in the Cluster
setCheckInterval(int) - Method in class org.apache.catalina.loader.WebappLoader
Set the check interval for this Loader.
setCheckInterval(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the check interval (in seconds) for this Manager.
setCheckInterval(int) - Method in class org.apache.catalina.session.StandardManager
Set the check interval (in seconds) for this Manager.
setCheckInterval(int) - Method in class org.apache.catalina.session.StoreBase
Set the check interval (in seconds) for this Store.
setClientAuth(boolean) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setCluster(Cluster) - Method in interface org.apache.catalina.Container
Set the Cluster with which this Container is associated.
setCluster(Cluster) - Method in class org.apache.catalina.core.ContainerBase
Set the Cluster with which this Container is associated.
setClusterInfo(String) - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
setClusterName(String) - Method in interface org.apache.catalina.Cluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterName(String) - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
setClusterName(String) - Method in class org.apache.catalina.cluster.StandardCluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setCollection(boolean) - Method in class org.apache.naming.resources.ResourceAttributes
Set collection flag.
setCommand(String) - Method in class org.apache.catalina.util.ProcessEnvironment
Sets the desired command string
setCondition(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setCondition(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setConfig(String) - Method in class org.apache.catalina.ant.InstallTask
 
setConfigClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context configuration class name.
setConfigClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context configuration class name.
setConfigErrMsg(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigSizeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigTimeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigTimeFmt(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigured(boolean) - Method in interface org.apache.catalina.Context
Set the "correctly configured" flag for this Context.
setConfigured(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "correctly configured" flag for this Context.
setConnectionName(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the username to use to connect to the database.
setConnectionName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection username for this Realm.
setConnectionPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the password to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection password for this Realm.
setConnectionTimeout(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the connection timeout for this Connector.
setConnectionTimeout(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the connection timeout for this Connector.
setConnectionURL(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the URL to use to connect to the database.
setConnectionURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection URL for this Realm.
setConnectionURL(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Connection URL for this Store.
setConnectionURL(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the JDBC URL for the database where the log is stored.
setConnector(Connector) - Method in interface org.apache.catalina.Request
Set the Connector through which this Request was received.
setConnector(Connector) - Method in interface org.apache.catalina.Response
Set the Connector through which this Response is returned.
setConnector(Connector) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the Connector through which this Response will be transmitted.
setConnector(Connector) - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Set the Connector through which this Response is returned.
setConnector(Connector) - Method in class org.apache.catalina.core.MappingRequest
 
setContainer(Container) - Method in interface org.apache.catalina.Cluster
Set the Container associated with our Cluster
setContainer(Container) - Method in interface org.apache.catalina.Connector
Set the Container used for processing requests received by this Connector.
setContainer(Container) - Method in interface org.apache.catalina.Contained
Set the Container with which this instance is associated.
setContainer(Container) - Method in interface org.apache.catalina.Loader
Set the Container with which this Loader has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Logger
Set the Container with which this Logger has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Manager
Set the Container with which this Manager is associated.
setContainer(Container) - Method in interface org.apache.catalina.Mapper
Set the Container with which this Mapper is associated.
setContainer(Container) - Method in interface org.apache.catalina.Realm
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Service
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Container) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the Container to which this Valve is attached.
setContainer(Container) - Method in class org.apache.catalina.cluster.StandardCluster
Set the Container associated with our Cluster
setContainer(Container) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the Container used for processing requests received by this Connector.
setContainer(Container) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the Container used for processing requests received by this Connector.
setContainer(Container) - Method in class org.apache.catalina.core.FastEngineMapper
Set the Container with which this Mapper is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardContextMapper
Set the Container with which this Mapper is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardEngineMapper
Set the Container with which this Mapper is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardHostMapper
Set the Container with which this Mapper is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardPipeline
Set the Container with which this Pipeline is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardService
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Object) - Method in class org.apache.catalina.deploy.NamingResources
Set the container with which the naming resources are associated.
setContainer(Container) - Method in class org.apache.catalina.loader.WebappLoader
Set the Container with which this Logger has been associated.
setContainer(Container) - Method in class org.apache.catalina.logger.LoggerBase
Set the Container with which this Logger has been associated.
setContainer(Container) - Method in class org.apache.catalina.realm.RealmBase
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in class org.apache.catalina.session.ManagerBase
Set the Container with which this Manager is associated.
setContainer(Container) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Container with which this Manager has been associated.
setContainer(Container) - Method in class org.apache.catalina.session.StandardManager
Set the Container with which this Manager has been associated.
setContainer(Container) - Method in class org.apache.catalina.valves.ValveBase
Set the Container with which this Valve is associated, if any.
setContent(InputStream) - Method in class org.apache.naming.resources.Resource
Content mutator.
setContent(byte[]) - Method in class org.apache.naming.resources.Resource
Content mutator.
setContentLength(int) - Method in interface org.apache.catalina.Request
Set the content length associated with this Request.
setContentLength(int) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Set the content length (in bytes) for this Response.
setContentLength(int) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the content length associated with this Request.
setContentLength(int) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the content length associated with this Request.
setContentLength(int) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the content length (in bytes) for this Response.
setContentLength(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentLength(int) - Method in class org.apache.catalina.core.MappingRequest
 
setContentLength(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set content length.
setContentType(String) - Method in interface org.apache.catalina.Request
Set the content type (and optionally the character encoding) associated with this Request.
setContentType(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Set the content type for this Response.
setContentType(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the content type (and optionally the character encoding) associated with this Request.
setContentType(String) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the content type (and optionally the character encoding) associated with this Request.
setContentType(String) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the content type for this Response.
setContentType(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentType(String) - Method in class org.apache.catalina.core.MappingRequest
 
setContext(Context) - Method in interface org.apache.catalina.Request
Set the Context within which this Request is being processed.
setContext(Context) - Method in interface org.apache.catalina.Response
Set the Context with which this Response is associated.
setContext(Context) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the Context within which this Request is being processed.
setContext(Context) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the Context within which this Request is being processed.
setContext(Context) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the Context with which this Response is associated.
setContext(Context) - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Set the Context with which this Response is associated.
setContext(Context) - Method in class org.apache.catalina.core.MappingRequest
 
setContextClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the Context implementation class for new web applications.
setContextClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context implementation class name.
setContextClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context implementation class name.
setContextFactory(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the JNDI context factory for this Realm.
setContextPath(String) - Method in interface org.apache.catalina.HttpRequest
Set the context path for this Request.
setContextPath(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the context path for this Request.
setContextPath(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set the context path for this Request.
setContextPath(String) - Method in class org.apache.catalina.core.MappingRequest
 
setController(DaemonController) - Method in class org.apache.catalina.startup.BootstrapServiceContext
 
setCookies(boolean) - Method in interface org.apache.catalina.Context
Set the "use cookies for session ids" flag.
setCookies(boolean) - Method in interface org.apache.catalina.DefaultContext
Set the "use cookies for session ids" flag.
setCookies(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "use cookies for session ids" flag.
setCookies(boolean) - Method in class org.apache.catalina.core.StandardDefaultContext
Set the "use cookies for session ids" flag.
setCreation(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set creation.
setCreationDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Creation date mutator.
setCreationTime(long) - Method in interface org.apache.catalina.Session
Set the creation time for this session.
setCrossContext(boolean) - Method in interface org.apache.catalina.Context
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - Method in interface org.apache.catalina.DefaultContext
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - Method in class org.apache.catalina.core.StandardDefaultContext
Set the "allow crossing servlet contexts" flag.
setDataSourceName(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the name of the JNDI JDBC DataSource.
setDateHeader(String, long) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Set the specified date header to the specified value.
setDateHeader(String, long) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
setDateVariables(boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
setDebug(int) - Method in interface org.apache.catalina.Cluster
The debug detail level for this Cluster
setDebug(int) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.authenticator.SingleSignOn
Set the debugging detail level.
setDebug(int) - Method in interface org.apache.catalina.cluster.ClusterReceiver
Set the debug detail level for this component.
setDebug(int) - Method in interface org.apache.catalina.cluster.ClusterSender
Set the debug detail level for this component.
setDebug(int) - Method in class org.apache.catalina.cluster.ClusterSessionBase
Set the debug detail level for this component.
setDebug(int) - Method in class org.apache.catalina.cluster.StandardCluster
Set the debug level for this component
setDebug(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.core.ContainerBase
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.core.NamingContextListener
Set the "debug" property.
setDebug(int) - Method in class org.apache.catalina.core.StandardServer
Set the debugging detail level.
setDebug(int) - Method in class org.apache.catalina.core.StandardService
Set the debugging detail level of this component.
setDebug(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.loader.StandardClassLoader
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.loader.WebappClassLoader
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.loader.WebappLoader
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.logger.LoggerBase
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
 
setDebug(int) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
 
setDebug(int) - Method in class org.apache.catalina.realm.RealmBase
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.session.ManagerBase
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.session.StoreBase
Set the debugging detail level for this Store.
setDebug(int) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Set the debugging detail level.
setDebug(int) - Method in class org.apache.catalina.startup.ContextConfig
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.Embedded
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.EmbeddedManager
Set the debugging detail level for this component.
setDebug(int) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.EngineConfig
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.HostConfig
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.UserConfig
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.valves.CertificatesValve
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.valves.ValveBase
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.naming.resources.BaseDirContext
Set the debugging detail level for this component.
setDecodedRequestURI(String) - Method in interface org.apache.catalina.HttpRequest
Set the decoded request URI.
setDecodedRequestURI(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the decoded request URI.
setDecodedRequestURI(String) - Method in class org.apache.catalina.core.MappingRequest
 
setDefaultContext(DefaultContext) - Method in interface org.apache.catalina.Loader
Set the DefaultContext with which this Manager is associated.
setDefaultContext(DefaultContext) - Method in interface org.apache.catalina.Manager
Set the DefaultContext with which this Manager is associated.
setDefaultContext(DefaultContext) - Method in class org.apache.catalina.loader.WebappLoader
Set the DefaultContext with which this Loader is associated.
setDefaultContext(DefaultContext) - Method in class org.apache.catalina.session.ManagerBase
Set the DefaultContext with which this Manager is associated.
setDefaultHost(String) - Method in interface org.apache.catalina.Engine
Set the default hostname for this Engine.
setDefaultHost(String) - Method in class org.apache.catalina.core.StandardEngine
Set the default host.
setDelegate(boolean) - Method in interface org.apache.catalina.Loader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.StandardClassLoader
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDeny(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the comma-delimited set of the deny expressions configured for this Valve, if any.
setDeployXML(boolean) - Method in class org.apache.catalina.core.StandardHost
Deploy XML Context config files flag mutator.
setDeployXML(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the deploy XML config file flag for this component.
setDerefAliases(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the value for derefAliases to be used when searching the directory.
setDescription(String) - Method in interface org.apache.catalina.Group
Set the description of this group.
setDescription(String) - Method in interface org.apache.catalina.Role
Set the description of this role.
setDescription(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setDescription(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setDescription(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setDescription(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setDescription(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setDescription(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setDescription(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Set the description of this web resource collection.
setDescription(String) - Method in class org.apache.catalina.users.AbstractGroup
Set the description of this group.
setDescription(String) - Method in class org.apache.catalina.users.AbstractRole
Set the description of this role.
setDescriptors(String) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
 
setDigest(String) - Method in class org.apache.catalina.realm.RealmBase
Set the digest algorithm used for storing credentials.
setDigestEncoding(String) - Method in class org.apache.catalina.realm.RealmBase
Sets the digest encoding charset.
setDirectory(String) - Method in class org.apache.catalina.logger.FileLogger
Set the directory in which we create log files.
setDirectory(String) - Method in class org.apache.catalina.session.FileStore
Set the directory path for this Store.
setDirectory(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the directory in which we create log files.
setDirectory(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the directory in which we create log files.
setDirectoryName(String) - Method in class org.apache.catalina.startup.UserConfig
Set the directory name for user web applications.
setDisableProxyCaching(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states if we add headers to disable caching by proxies.
setDisplayName(String) - Method in interface org.apache.catalina.Context
Set the display name of this web application.
setDisplayName(String) - Method in class org.apache.catalina.core.StandardContext
Set the display name of this web application.
setDisplayName(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setDisplayName(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the display name of this security constraint.
setDistributable(boolean) - Method in interface org.apache.catalina.Context
Set the distributable flag for this web application.
setDistributable(boolean) - Method in interface org.apache.catalina.Manager
Set the distributable flag for the sessions supported by this Manager.
setDistributable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the distributable flag for this web application.
setDistributable(boolean) - Method in class org.apache.catalina.session.ManagerBase
Set the distributable flag for the sessions supported by this Manager.
setDocBase(String) - Method in interface org.apache.catalina.Context
Set the document root for this Context.
setDocBase(String) - Method in class org.apache.catalina.core.StandardContext
Set the document root for this Context.
setDocBase(String) - Method in class org.apache.naming.resources.BaseDirContext
Set the document root for this component.
setDocBase(String) - Method in class org.apache.naming.resources.FileDirContext
Set the document root.
setDocBase(String) - Method in class org.apache.naming.resources.WARDirContext
Set the document root.
setDriverName(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the JDBC driver that will be used.
setDriverName(String) - Method in class org.apache.catalina.session.JDBCStore
Set the driver for this Store.
setDriverName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the database driver name.
setDuplicates(int) - Method in class org.apache.catalina.session.ManagerBase
 
setETag(String) - Method in class org.apache.naming.resources.ResourceAttributes
Set strong ETag.
setEnableLookups(boolean) - Method in interface org.apache.catalina.Connector
Set the "enable DNS lookups" flag.
setEnableLookups(boolean) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the "enable DNS lookups" flag.
setEnableLookups(boolean) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the "enable DNS lookups" flag.
setEntropy(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the entropy increaser value.
setEntropy(String) - Method in class org.apache.catalina.session.ManagerBase
Set the entropy increaser value.
setEnvironment(Hashtable) - Method in class org.apache.catalina.util.ProcessEnvironment
Sets process' environment
setError() - Method in interface org.apache.catalina.Response
Set the error flag.
setError() - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the error flag.
setErrorCode(int) - Method in class org.apache.catalina.deploy.ErrorPage
Set the error code.
setErrorCode(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the error code (hack for default XmlMapper data type).
setErrorCount(int) - Method in class org.apache.catalina.core.StandardWrapper
 
setErrorPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setErrorReportValveClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the error report valve class for new web applications.
setExceptionType(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the exception type.
setExpiredSessions(int) - Method in class org.apache.catalina.session.StandardManager
 
setExtensionName(String) - Method in class org.apache.catalina.loader.Extension
 
setFactory(ServerSocketFactory) - Method in interface org.apache.catalina.Connector
Set the server socket factory used by this Container.
setFactory(ServerSocketFactory) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the server socket factory used by this Container.
setFactory(ServerSocketFactory) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the server socket factory used by this Container.
setFileDateFormat(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the date format date based log rotation.
setFileDateFormat(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the date format date based log rotation.
setFilterClass(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setFilterName(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setFilterName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setFullName(String) - Method in interface org.apache.catalina.User
Set the full name of this user.
setFullName(String) - Method in class org.apache.catalina.users.AbstractUser
Set the full name of this user.
setGlobal(String) - Method in class org.apache.catalina.deploy.ContextResourceLink
 
setGlobalContext(Context) - Static method in class org.apache.naming.factory.ResourceLinkFactory
Set the global context (note: can only be used once).
setGlobalNamingContext(Context) - Method in class org.apache.catalina.core.StandardServer
Set the global naming resources context.
setGlobalNamingResources(NamingResources) - Method in interface org.apache.catalina.Server
Set the global naming resources.
setGlobalNamingResources(NamingResources) - Method in class org.apache.catalina.core.StandardServer
Set the global naming resources.
setGroupname(String) - Method in interface org.apache.catalina.Group
Set the group name of this group, which must be unique within the scope of a UserDatabase.
setGroupname(String) - Method in class org.apache.catalina.users.AbstractGroup
Set the group name of this group, which must be unique within the scope of a UserDatabase.
setHeader(String, String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Set the specified header to the specified value.
setHeader(String, String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
setHome(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setHome(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setHomeBase(String) - Method in class org.apache.catalina.startup.UserConfig
Set the base directory containing user home directories.
setHostName(String) - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
setIClientInputTimeout(int) - Method in class org.apache.catalina.util.ProcessHelper
 
setId(String) - Method in interface org.apache.catalina.Session
Set the session identifier for this session.
setImplementationURL(String) - Method in class org.apache.catalina.loader.Extension
 
setImplementationVendor(String) - Method in class org.apache.catalina.loader.Extension
 
setImplementationVendorId(String) - Method in class org.apache.catalina.loader.Extension
 
setImplementationVersion(String) - Method in class org.apache.catalina.loader.Extension
 
setIncluded(boolean) - Method in interface org.apache.catalina.Response
Set the "processing inside an include" flag.
setIncluded(boolean) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the "processing inside an include" flag.
setIncluded(boolean) - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Set the "processing inside an include" flag.
setInput(InputStream) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets standard input to be passed on to the invoked cgi script
setInput(InputStream) - Method in class org.apache.catalina.util.ProcessHelper
Sets standard input to be passed on to the invoked cgi script
setIntHeader(String, int) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Set the specified integer header to the specified value.
setIntHeader(String, int) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
setJarPath(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Change the Jar path.
setJspFile(String) - Method in interface org.apache.catalina.Wrapper
Set the context-relative URI of the JSP file for this servlet.
setJspFile(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the context-relative URI of the JSP file for this servlet.
setJsr77Names(boolean) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
 
setJvmRoute(String) - Method in interface org.apache.catalina.Engine
Set the JvmRouteId for this engine.
setJvmRoute(String) - Method in class org.apache.catalina.core.StandardEngine
Set the cluster-wide unique identifier for this Engine.
setKeystoreFile(String) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setKeystorePass(String) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setKeystoreType(String) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setLastModified(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set last modified.
setLastModified(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Deprecated.  
setLastModifiedDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Last modified date mutator.
setLink(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setLink(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setLiveDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the live deploy flag value for this host.
setLiveDeploy(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the live deploy flag for this component.
setLoadOnStartup(int) - Method in interface org.apache.catalina.Wrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartupString(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value from a (possibly null) string.
setLoader(Loader) - Method in interface org.apache.catalina.Container
Set the Loader with which this Container is associated.
setLoader(Loader) - Method in interface org.apache.catalina.DefaultContext
Set the Loader with which this Context is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.ContainerBase
Set the Loader with which this Container is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.StandardContext
Set the Loader with which this Context is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.StandardDefaultContext
Set the Loader with which this Context is associated.
setLoaderClass(String) - Method in class org.apache.catalina.loader.WebappLoader
Set the ClassLoader class name.
setLocal(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setLocalDataSource(boolean) - Method in class org.apache.catalina.realm.DataSourceRealm
Set to true to cause the datasource to be looked up in the webapp JNDI Context.
setLocale(Locale) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocale(Locale) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocale(Locale) - Method in class org.apache.catalina.connector.ResponseFacade
 
setLocation(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the location.
setLocked(boolean) - Method in class org.apache.catalina.util.ParameterMap
Set the locked state of this parameter map.
setLocked(boolean) - Method in class org.apache.catalina.util.ResourceSet
Set the locked state of this parameter map.
setLogger(Logger) - Method in interface org.apache.catalina.Container
Set the Logger with which this Container is associated.
setLogger(Logger) - Method in interface org.apache.catalina.cluster.ClusterReceiver
Set the Logger for this component.
setLogger(Logger) - Method in interface org.apache.catalina.cluster.ClusterSender
Set the Logger for this component.
setLogger(Logger) - Method in class org.apache.catalina.cluster.ClusterSessionBase
Set the Logger for this component.
setLogger(Logger) - Method in class org.apache.catalina.core.ContainerBase
Set the Logger with which this Container is associated.
setLogger(Logger) - Method in class org.apache.catalina.startup.Embedded
Set the Logger for this component.
setLogger(Logger) - Method in class org.apache.catalina.startup.EmbeddedManager
Set the Logger for this component.
setLogger(Logger) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Set the Logger for this component.
setLoginConfig(LoginConfig) - Method in interface org.apache.catalina.Context
Set the login configuration descriptor for this web application.
setLoginConfig(LoginConfig) - Method in class org.apache.catalina.core.StandardContext
Set the login configuration descriptor for this web application.
setLoginPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setManager(Manager) - Method in interface org.apache.catalina.Container
Set the Manager with which this Container is associated.
setManager(Manager) - Method in interface org.apache.catalina.DefaultContext
Set the Manager with which this Container is associated.
setManager(Manager) - Method in interface org.apache.catalina.Session
Set the Manager within which this Session is valid.
setManager(Manager) - Method in interface org.apache.catalina.Store
Set the Manager associated with this Store.
setManager(Manager) - Method in class org.apache.catalina.core.ContainerBase
Set the Manager with which this Container is associated.
setManager(Manager) - Method in class org.apache.catalina.core.StandardDefaultContext
Set the Manager with which this Container is associated.
setManager(Manager) - Method in class org.apache.catalina.session.StoreBase
Set the Manager with which this Store is associated.
setMapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the default Mapper class name.
setMapperClass(String) - Method in class org.apache.catalina.core.StandardEngine
Set the default Mapper class name.
setMapperClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the default Mapper class name.
setMaxActive(int) - Method in class org.apache.catalina.session.ManagerBase
 
setMaxActiveSessions(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the maximum number of actives Sessions allowed, or -1 for no limit.
setMaxActiveSessions(int) - Method in class org.apache.catalina.session.StandardManager
Set the maximum number of actives Sessions allowed, or -1 for no limit.
setMaxIdleBackup(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the option to back sessions up to the Store after they are used in a request.
setMaxIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the time in seconds after which a session should be swapped out of memory to disk.
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Manager
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Session
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.ManagerBase
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setMaxInstances(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the maximum number of instances that will be allocated when a single thread model servlet is used.
setMaxProcessors(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the maximum number of processors allowed, or <0 for unlimited.
setMaxProcessors(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the maximum number of processors allowed, or <0 for unlimited.
setMaxTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setMethod(String) - Method in interface org.apache.catalina.HttpRequest
Set the HTTP request method used for this Request.
setMethod(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setMethod(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the HTTP request method used for this Request.
setMethod(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set the HTTP request method used for this Request.
setMethod(String) - Method in class org.apache.catalina.core.MappingRequest
 
setMethodField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the HTTP request method.
setMinIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the minimum time in seconds that a session must be idle before it can be swapped out of memory due to maxActiveSession.
setMinProcessors(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the minimum number of processors to start at initialization.
setMinProcessors(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the minimum number of processors to start at initialization.
setMulticastAddress(String) - Method in class org.apache.catalina.cluster.StandardCluster
Set the Groupaddress associated with our Cluster
setMulticastPort(int) - Method in class org.apache.catalina.cluster.StandardCluster
Set the Port associated with our Cluster
setName(String) - Method in interface org.apache.catalina.Container
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in interface org.apache.catalina.DefaultContext
Set the name of the default context.
setName(String) - Method in interface org.apache.catalina.Host
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - Method in interface org.apache.catalina.Service
Set the name of this Service.
setName(String) - Method in class org.apache.catalina.core.ContainerBase
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the "name" property.
setName(String) - Method in class org.apache.catalina.core.StandardDefaultContext
 
setName(String) - Method in class org.apache.catalina.core.StandardHost
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - Method in class org.apache.catalina.core.StandardService
Set the name of this Service.
setName(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setName(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setName(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setName(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setName(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setName(String) - Method in class org.apache.catalina.deploy.ContextResourceLink
 
setName(String) - Method in class org.apache.catalina.deploy.ResourceParams
 
setName(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Set the name of this web resource collection
setName(String) - Method in class org.apache.naming.resources.ResourceAttributes
Set name.
setNamingResources(NamingResources) - Method in interface org.apache.catalina.Context
Set the naming resources for this web application.
setNamingResources(NamingResources) - Method in class org.apache.catalina.core.StandardContext
Set the naming resources for this web application.
setNew(boolean) - Method in interface org.apache.catalina.Session
Set the isNew flag for this session.
setNote(String, Object) - Method in interface org.apache.catalina.Request
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setNote(String, Object) - Method in interface org.apache.catalina.Session
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.core.MappingRequest
 
setOverride(boolean) - Method in interface org.apache.catalina.Context
Set the override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the DefaultContext override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setOverride(boolean) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setParent(Container) - Method in interface org.apache.catalina.Container
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in interface org.apache.catalina.DefaultContext
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.ContainerBase
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.StandardDefaultContext
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.StandardEngine
Disallow any attempt to set a parent for this Container, since an Engine is supposed to be at the top of the Container hierarchy.
setParent(Container) - Method in class org.apache.catalina.core.StandardWrapper
Set the parent Container of this Wrapper, but only if it is a Context.
setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Container
Set the parent class loader (if any) for web applications.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.ContainerBase
Set the parent class loader (if any) for this web application.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.startup.Catalina
Set the shared extensions class loader.
setPassword(String) - Method in interface org.apache.catalina.User
Set the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
setPassword(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setPassword(String) - Method in class org.apache.catalina.users.AbstractUser
Set the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
setPath(String) - Method in interface org.apache.catalina.Context
Set the context path for this web application.
setPath(String) - Method in class org.apache.catalina.ant.DeployTask
 
setPath(String) - Method in class org.apache.catalina.ant.InstallTask
 
setPath(String) - Method in class org.apache.catalina.ant.ReloadTask
 
setPath(String) - Method in class org.apache.catalina.ant.RemoveTask
 
setPath(String) - Method in class org.apache.catalina.ant.StartTask
 
setPath(String) - Method in class org.apache.catalina.ant.StopTask
 
setPath(String) - Method in class org.apache.catalina.ant.UndeployTask
 
setPath(String) - Method in class org.apache.catalina.core.StandardContext
Set the context path for this Context.
setPath(String) - Method in class org.apache.catalina.startup.CatalinaManager
Config file path mutator.
setPath(String) - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Path mutator.
setPathInfo(String) - Method in interface org.apache.catalina.HttpRequest
Set the path information for this Request.
setPathInfo(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the path information for this Request.
setPathInfo(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set the path information for this Request.
setPathInfo(String) - Method in class org.apache.catalina.core.MappingRequest
 
setPathname(String) - Method in class org.apache.catalina.realm.MemoryRealm
Set the pathname of our XML file containing user definitions.
setPathname(String) - Method in class org.apache.catalina.session.StandardManager
Set the session persistence pathname to the specified value.
setPathname(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Set the relative or absolute pathname to the persistent storage file.
setPattern(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the logging pattern.
setPermissions(String) - Method in class org.apache.catalina.loader.StandardClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path.
setPermissions(URL) - Method in class org.apache.catalina.loader.StandardClassLoader
If there is a Java SecurityManager add a read FilePermission or JndiPermission for URL.
setPort(int) - Method in interface org.apache.catalina.Server
Set the port number we listen to for shutdown commands.
setPort(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the port number on which we listen for HTTP requests.
setPort(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the port number on which we listen for HTTP requests.
setPort(int) - Method in class org.apache.catalina.core.StandardServer
Set the port number we listen to for shutdown commands.
setPrefix(String) - Method in class org.apache.catalina.logger.FileLogger
Set the log file prefix.
setPrefix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file prefix.
setPrefix(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the log file prefix.
setPrincipal(Principal) - Method in interface org.apache.catalina.Session
Set the authenticated Principal that is associated with this Session.
setPrivileged(boolean) - Method in interface org.apache.catalina.Context
Set the privileged flag for this web application.
setPrivileged(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the privileged flag for this web application.
setProcessingTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setProtocol(String) - Method in interface org.apache.catalina.Mapper
Set the protocol for which this Mapper is responsible.
setProtocol(String) - Method in interface org.apache.catalina.Request
Set the protocol name and version associated with this Request.
setProtocol(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the protocol name and version associated with this Request.
setProtocol(String) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the protocol name and version associated with this Request.
setProtocol(String) - Method in class org.apache.catalina.core.FastEngineMapper
Set the protocol for which this Mapper is responsible.
setProtocol(String) - Method in class org.apache.catalina.core.MappingRequest
 
setProtocol(String) - Method in class org.apache.catalina.core.StandardContextMapper
Set the protocol for which this Mapper is responsible.
setProtocol(String) - Method in class org.apache.catalina.core.StandardEngineMapper
Set the protocol for which this Mapper is responsible.
setProtocol(String) - Method in class org.apache.catalina.core.StandardHostMapper
Set the protocol for which this Mapper is responsible.
setProtocol(String) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setProtocol(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the protocol for this Realm.
setProtocolHandler() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Set the java.protocol.handler.pkgs system property.
setProxyName(String) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the proxy server name for this Connector.
setProxyName(String) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the proxy server name for this Connector.
setProxyPort(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the proxy server port for this Connector.
setProxyPort(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the proxy server port for this Connector.
setPublicId(String) - Method in interface org.apache.catalina.Context
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setPublicId(String) - Method in class org.apache.catalina.core.StandardContext
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setQualifiedNames(boolean) - Method in class org.apache.catalina.util.DOMWriter
 
setQueryField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the URL part of the HTTP query.
setQueryString(String) - Method in interface org.apache.catalina.HttpRequest
Set the query string for this Request.
setQueryString(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setQueryString(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the query string for this Request.
setQueryString(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set the query string for this Request.
setQueryString(String) - Method in class org.apache.catalina.core.MappingRequest
 
setRandomClass(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the random number generator class name.
setRandomClass(String) - Method in class org.apache.catalina.session.ManagerBase
Set the random number generator class name.
setReadOnly(Object) - Static method in class org.apache.naming.ContextAccessController
Set whether or not a context is writable.
setRealm(Realm) - Method in interface org.apache.catalina.Container
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.core.ContainerBase
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.startup.Embedded
Set the default Realm for our Containers.
setRealm(Realm) - Method in class org.apache.catalina.startup.EmbeddedManager
Set the default Realm for our Containers.
setRealm(Realm) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Set the default Realm for our Containers.
setRealmName(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setRedirectPort(int) - Method in interface org.apache.catalina.Connector
Set the redirect port number.
setRedirectPort(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the redirect port number.
setRedirectPort(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the redirect port number.
setRefererField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the referer.
setReferrals(String) - Method in class org.apache.catalina.realm.JNDIRealm
How do we handle JNDI referrals? ignore, follow, or throw (see javax.naming.Context.REFERRAL for more information).
setRejectedSessions(int) - Method in class org.apache.catalina.session.StandardManager
 
setReloadable(boolean) - Method in interface org.apache.catalina.Context
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in interface org.apache.catalina.DefaultContext
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in interface org.apache.catalina.Loader
Set the reloadable flag for this Loader.
setReloadable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in class org.apache.catalina.core.StandardDefaultContext
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the reloadable flag for this Loader.
setRemainingName(Name) - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
setRemote(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setRemoteAddr(String) - Method in interface org.apache.catalina.Request
Set the remote IP address associated with this Request.
setRemoteAddr(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the IP address of the remote client associated with this Request.
setRemoteAddr(String) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the remote IP address associated with this Request.
setRemoteAddr(String) - Method in class org.apache.catalina.core.MappingRequest
 
setRemoteHost(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the fully qualified name of the remote client associated with this Request.
setRemoteHost(String) - Method in class org.apache.catalina.core.MappingRequest
 
setRemoteHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote host.
setReplaceWelcomeFiles(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "replace welcome files" property.
setRequest(Request) - Method in interface org.apache.catalina.Response
Set the Request with which this Response is associated.
setRequest(Request) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the Request with which this Response is associated.
setRequest(Request) - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Set the Request with which this Response is associated.
setRequestCount(int) - Method in class org.apache.catalina.core.StandardWrapper
 
setRequestURI(String) - Method in interface org.apache.catalina.HttpRequest
Set the unparsed request URI for this Request.
setRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setRequestURI(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the unparsed request URI for this Request.
setRequestURI(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set the unparsed request URI for this Request.
setRequestURI(String) - Method in class org.apache.catalina.core.MappingRequest
 
setRequestedSessionCookie(boolean) - Method in interface org.apache.catalina.HttpRequest
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.core.MappingRequest
 
setRequestedSessionId(String) - Method in interface org.apache.catalina.HttpRequest
Set the requested session ID for this request.
setRequestedSessionId(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the requested session ID for this request.
setRequestedSessionId(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set the requested session ID for this request.
setRequestedSessionId(String) - Method in class org.apache.catalina.core.MappingRequest
 
setRequestedSessionURL(boolean) - Method in interface org.apache.catalina.HttpRequest
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.core.MappingRequest
 
setRequireReauthentication(boolean) - Method in class org.apache.catalina.authenticator.SingleSignOn
Sets whether each request needs to be reauthenticated (by an Authenticator downstream in the pipeline) to the security Realm, or if this Valve can itself bind security info to the request, based on the presence of a valid SSO entry, without rechecking with the RealmsetResolveHosts(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the resolve hosts flag.
setResolveHosts(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Determines whether IP host name resolution is done.
setResolverName(Name) - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
setResourceName(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Set the global JNDI name of the UserDatabase resource we will be using.
setResourceType(String) - Method in class org.apache.naming.resources.ResourceAttributes
Type mutator.
setResources(DirContext) - Method in interface org.apache.catalina.Container
Set the Resources object with which this Container is associated.
setResources(DirContext) - Method in interface org.apache.catalina.DefaultContext
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.ContainerBase
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.StandardContext
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.StandardDefaultContext
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.loader.WebappClassLoader
Set associated resources.
setResponse(Response) - Method in interface org.apache.catalina.Request
Set the Response with which this Request is associated.
setResponse(Response) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the Response with which this Request is associated.
setResponse(Response) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the Response with which this Request is associated.
setResponse(Response) - Method in class org.apache.catalina.core.MappingRequest
 
setResponse(HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets HttpServletResponse object used to set headers and send output to
setResponse(HttpServletResponse) - Method in class org.apache.catalina.util.ProcessHelper
Sets HttpServletResponse object used to set headers and send output to
setRoleBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for role searches.
setRoleClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
 
setRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the role name attribute name for this Realm.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user role table that names a role.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user role table that names a role.
setRoleSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting roles in this Realm.
setRoleSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for roles" flag.
setRolename(String) - Method in interface org.apache.catalina.Role
Set the role name of this role, which must be unique within the scope of a UserDatabase.
setRolename(String) - Method in class org.apache.catalina.users.AbstractRole
Set the role name of this role, which must be unique within the scope of a UserDatabase.
setRootCause(Throwable) - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
setRotatable(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the value is we should we rotate the logs
setRotatable(boolean) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the value is we should we rotate the logs
setRunAs(String) - Method in interface org.apache.catalina.Wrapper
Set the run-as identity for this servlet.
setRunAs(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the run-as identity for this servlet.
setSaveOnRestart(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the option to save sessions to the Store when the Manager is shut down, then loaded when the Manager starts again.
setScheme(String) - Method in interface org.apache.catalina.Connector
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in interface org.apache.catalina.Request
Set the name of the scheme associated with this request.
setScheme(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the name of the scheme associated with this request.
setScheme(String) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the name of the scheme associated with this request.
setScheme(String) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in class org.apache.catalina.core.MappingRequest
 
setScope(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setSecure(boolean) - Method in interface org.apache.catalina.Connector
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in interface org.apache.catalina.Request
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the flag indicating whether this Request was received on a secure communications link or not.
setSecure(boolean) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.apache.catalina.core.MappingRequest
 
setSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Set a security token for a context.
setSenderId(String) - Method in interface org.apache.catalina.cluster.ClusterReceiver
The senderId is a identifier used to identify different packages being received in a Cluster.
setSenderId(String) - Method in interface org.apache.catalina.cluster.ClusterSender
The senderId is a identifier used to identify different packages being sent in a Cluster.
setSenderId(String) - Method in class org.apache.catalina.cluster.ClusterSessionBase
The senderId is a identifier used to identify different packagesin a Cluster.
setSenderId(String) - Method in class org.apache.catalina.cluster.ReplicationWrapper
Set the sender id for this wrapper
setServer(Server) - Static method in class org.apache.catalina.ServerFactory
Set the singleton Server instance for this JVM.
setServer(Server) - Method in interface org.apache.catalina.Service
Set the Server with which we are associated (if any).
setServer(Server) - Method in class org.apache.catalina.core.StandardService
Set the Server with which we are associated (if any).
setServer(Server) - Method in class org.apache.catalina.startup.Catalina
Set the server instance we are configuring.
setServerName(String) - Method in interface org.apache.catalina.Request
Set the name of the server (virtual host) to process this request.
setServerName(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the name of the server (virtual host) to process this request.
setServerName(String) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the name of the server (virtual host) to process this request.
setServerName(String) - Method in class org.apache.catalina.core.MappingRequest
 
setServerPort(int) - Method in interface org.apache.catalina.Request
Set the port number of the server to process this request.
setServerPort(int) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the port number of the server to process this request.
setServerPort(int) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the port number of the server to process this request.
setServerPort(int) - Method in class org.apache.catalina.core.MappingRequest
 
setService(Service) - Method in interface org.apache.catalina.Connector
Set the Service with which we are associated (if any).
setService(Service) - Method in interface org.apache.catalina.Engine
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.core.StandardEngine
Set the Service with which we are associated (if any).
setServletClass(String) - Method in interface org.apache.catalina.Wrapper
Set the fully qualified servlet class name for this servlet.
setServletClass(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the fully qualified servlet class name for this servlet.
setServletName(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the name of this servlet.
setServletName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setServletPath(String) - Method in interface org.apache.catalina.HttpRequest
Set the servlet path for this Request.
setServletPath(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the servlet path for this Request.
setServletPath(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set the servlet path for this Request.
setServletPath(String) - Method in class org.apache.catalina.core.MappingRequest
 
setSessionAppCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the App column for the table.
setSessionCounter(int) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionDataCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Data column for the table
setSessionIdCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Id column for the table.
setSessionLastAccessedCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Last Accessed column for the table
setSessionMaxInactiveCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Max Inactive column for the table
setSessionTable(String) - Method in class org.apache.catalina.session.JDBCStore
Set the table for this Store.
setSessionTimeout(int) - Method in interface org.apache.catalina.Context
Set the default session timeout (in minutes) for this web application.
setSessionTimeout(int) - Method in class org.apache.catalina.core.StandardContext
Set the default session timeout (in minutes) for this web application.
setSessionValidCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Is Valid column for the table
setShutdown(String) - Method in interface org.apache.catalina.Server
Set the shutdown command we are waiting for.
setShutdown(String) - Method in class org.apache.catalina.core.StandardServer
Set the shutdown command we are waiting for.
setSmallIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setSocket(Socket) - Method in interface org.apache.catalina.Request
Set the Socket (if any) through which this Request was received.
setSocket(Socket) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the Socket (if any) through which this Request was received.
setSocket(Socket) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the Socket (if any) through which this Request was received.
setSocket(Socket) - Method in class org.apache.catalina.core.MappingRequest
 
setSocketFactory(String) - Method in class org.apache.catalina.startup.Embedded
Set the secure socket factory class name.
setSocketFactory(String) - Method in class org.apache.catalina.startup.EmbeddedManager
Set the secure socket factory class name.
setSocketFactory(String) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Set the secure socket factory class name.
setSpecificationVendor(String) - Method in class org.apache.catalina.loader.Extension
 
setSpecificationVersion(String) - Method in class org.apache.catalina.loader.Extension
 
setStarted(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the started flag
setStatus(int) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. Set the HTTP status to be returned with this response.
setStatus(int, String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. As of Version 2.1 of the Java Servlet API, this method has been deprecated due to the ambiguous meaning of the message parameter.
setStatus(int) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
setStatus(int, String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
setStatusField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the HTTP response status code.
setStore(Store) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Store object which will manage persistent Session storage for this Manager.
setStream(InputStream) - Method in interface org.apache.catalina.Request
Set the input stream associated with this Request.
setStream(OutputStream) - Method in interface org.apache.catalina.Response
Set the output stream associated with this Response.
setStream(InputStream) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the input stream associated with this Request.
setStream(InputStream) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the input stream associated with this Request.
setStream(OutputStream) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the output stream associated with this Response.
setStream(OutputStream) - Method in class org.apache.catalina.connector.ResponseWrapper
Deprecated. Set the output stream associated with this Response.
setStream(InputStream) - Method in class org.apache.catalina.core.MappingRequest
 
setStream(InputStream) - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
Set IS.
setString(String) - Method in class org.apache.catalina.util.StringParser
Set the String we are currently parsing.
setSuffix(String) - Method in class org.apache.catalina.logger.FileLogger
Set the log file suffix.
setSuffix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file suffix.
setSuffix(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the log file suffix.
setSuspended(boolean) - Method in interface org.apache.catalina.Response
Set the suspended flag.
setSuspended(boolean) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Set the suspended flag.
setSwallowOutput(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the value of the swallowOutput flag.
setSwallowOutput(boolean) - Method in class org.apache.catalina.core.StandardDefaultContext
Set the swallowOutput flag for this web application.
setTableName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the table where the logs are stored.
setTcpNoDelay(boolean) - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Set the TCP no delay flag which will be set on the socket after accepting a connection.
setTimeZone(TimeZone) - Method in class org.apache.catalina.util.Strftime
Change the timezone used to format dates
setTimestamp(boolean) - Method in class org.apache.catalina.logger.FileLogger
Set the timestamp flag.
setTimestampField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the server-determined timestamp.
setType(String) - Method in class org.apache.catalina.ant.ResourcesTask
 
setType(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setType(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setType(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setType(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setType(String) - Method in class org.apache.catalina.deploy.ContextResourceLink
 
setURLPattern(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setUnpackWARs(boolean) - Method in class org.apache.catalina.core.StandardHost
Unpack WARs flag mutator.
setUnpackWARs(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the unpack WARs flag.
setUrl(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setUseNaming(boolean) - Method in class org.apache.catalina.core.StandardContext
Enables or disables naming.
setUseNaming(boolean) - Method in class org.apache.catalina.core.StandardDefaultContext
Enables or disables naming.
setUseNaming(boolean) - Method in class org.apache.catalina.startup.Embedded
Enables or disables naming support.
setUseNaming(boolean) - Method in class org.apache.catalina.startup.EmbeddedManager
Enables or disables naming support.
setUseNaming(boolean) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Enables or disables naming support.
setUserAgentField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the user agent.
setUserBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for user searches.
setUserClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the user database class name for this component.
setUserClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
 
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.HomesUserDatabase
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.PasswdUserDatabase
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - Method in interface org.apache.catalina.startup.UserDatabase
Set the UserConfig listener with which we are associated.
setUserConstraint(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the user data constraint for this security constraint.
setUserCredCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user table that holds the user's credentials.
setUserCredCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user table that holds the user's credentials.
setUserField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote user name.
setUserNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user table that holds the user's name.
setUserNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user table that holds the user's name.
setUserPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the password attribute used to retrieve the user password.
setUserPattern(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
setUserPrincipal(Principal) - Method in interface org.apache.catalina.HttpRequest
Set the Principal who has been authenticated for this Request.
setUserPrincipal(Principal) - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. Set the Principal who has been authenticated for this Request.
setUserPrincipal(Principal) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Deprecated. Set the Principal who has been authenticated for this Request.
setUserPrincipal(Principal) - Method in class org.apache.catalina.core.MappingRequest
 
setUserRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the user role name attribute name for this Realm.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the table that holds the relation between user's and roles.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the table that holds the relation between user's and roles.
setUserSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
setUserSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for users" flag.
setUserTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the table that holds user data.
setUserTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the table that holds user data.
setUsername(String) - Method in interface org.apache.catalina.User
Set the logon username of this user, which must be unique within the scope of a UserDatabase.
setUsername(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setUsername(String) - Method in class org.apache.catalina.users.AbstractUser
Set the logon username of this user, which must be unique within the scope of a UserDatabase.
setValid(boolean) - Method in interface org.apache.catalina.Session
Set the isValid flag for this session.
setValidate(boolean) - Method in class org.apache.catalina.realm.RealmBase
Set the "validate certificate chains" flag.
setValue(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setValue(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setVariableValue(String, String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Set the named variable to the specified value.
setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
setVerbosity(int) - Method in interface org.apache.catalina.Logger
Set the verbosity level of this logger.
setVerbosity(int) - Method in class org.apache.catalina.logger.LoggerBase
Set the verbosity level of this logger.
setVerbosityLevel(String) - Method in class org.apache.catalina.logger.LoggerBase
Set the verbosity level of this logger.
setVirtualHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the virtual host information (this is in fact the server name).
setWar(String) - Method in class org.apache.catalina.ant.DeployTask
 
setWar(String) - Method in class org.apache.catalina.ant.InstallTask
 
setWorkDir(String) - Method in class org.apache.catalina.core.StandardContext
Set the work directory for this Context.
setWorkDir(String) - Method in class org.apache.catalina.core.StandardHost
Host work directory base.
setWorkDir(File) - Method in class org.apache.catalina.loader.WebappClassLoader
Change the work directory.
setWrapper(Wrapper) - Method in interface org.apache.catalina.ContainerServlet
Set the Wrapper with which this Servlet is associated.
setWrapper(Wrapper) - Method in interface org.apache.catalina.Request
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - Method in class org.apache.catalina.connector.RequestWrapper
Deprecated. Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - Method in class org.apache.catalina.core.MappingRequest
 
setWrapper(Wrapper) - Method in class org.apache.catalina.servlets.InvokerServlet
Set the Wrapper with which we are associated.
setWrapper(Wrapper) - Method in class org.apache.catalina.servlets.ManagerServlet
Set the Wrapper with which we are associated.
setWrapperClass(String) - Method in interface org.apache.catalina.Context
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - Method in interface org.apache.catalina.DefaultContext
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - Method in class org.apache.catalina.core.StandardDefaultContext
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWritable(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Allow writing to a context.
setWriterEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
 
setupFromContext(ServletContext) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the ServletContext to set some CGI variables
setupFromContext(ServletContext) - Method in class org.apache.catalina.util.ProcessEnvironment
Uses the ServletContext to set some process variables
setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the HttpServletRequest to set most CGI variables
setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.util.ProcessEnvironment
Uses the HttpServletRequest to set most process variables
sharedState - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The state information that is shared with other configured LoginModule instances.
showRequestInfo(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Show HTTP header information.
simpleDateFormat - Variable in class org.apache.catalina.util.Strftime
 
size() - Method in class org.apache.catalina.util.Queue
How many elements are there in this queue?
size() - Method in class org.apache.naming.resources.ResourceAttributes
Retrieves the number of attributes in the attribute set.
skipChar(char) - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at the specified character, or until it moves past the end of the string.
skipText() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at a non-whitespace character, or until it moves past the end of the string.
skipWhite() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at a whitespace character, or until it moves past the end of the string.
sm - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.authenticator.SingleSignOn
The string manager for this package.
sm - Variable in class org.apache.catalina.cluster.ClusterSessionBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.RequestBase
Deprecated. The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.RequestStream
Deprecated. The localized strings for this package.
sm - Static variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.ResponseStream
Deprecated. The localized strings for this package.
sm - Static variable in class org.apache.catalina.connector.http.SocketInputStream
Deprecated. The string manager for this package.
sm - Static variable in class org.apache.catalina.core.ContainerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.NamingContextListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.StandardDefaultContext
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.StandardHostDeployer
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.StandardPipeline
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.WebappLoader
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.DataSourceRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JAASRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JDBCRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.RealmBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.servlets.DefaultServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.servlets.ManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.ManagerBase
The string manager for this package.
sm - Variable in class org.apache.catalina.session.StoreBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.Embedded
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.ExpandWar
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.HostConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.valves.CertificatesValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.ErrorDispatcherValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.ErrorReportValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.RequestDumperValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.RequestFilterValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.ValveBase
The string manager for this package.
sm - Static variable in class org.apache.naming.ContextBindings
The string manager for this package.
sm - Variable in class org.apache.naming.NamingContext
The string manager for this package.
sm - Variable in class org.apache.naming.SelectorContext
The string manager for this package.
sm - Variable in class org.apache.naming.resources.BaseDirContext
The string manager for this package.
sm - Variable in class org.apache.naming.resources.ProxyDirContext
The string manager for this package.
socket - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The socket through which this Request was received.
socketFactory - Variable in class org.apache.catalina.startup.Embedded
The socket factory that will be used when a secure Connector is created.
sortAttributes(NamedNodeMap) - Method in class org.apache.catalina.util.DOMWriter
Returns a sorted list of attributes.
source - Variable in class org.apache.catalina.loader.ResourceEntry
URL source from where the object was loaded.
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIMediator
 
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIProcessor
 
ssiInclude - Variable in class org.apache.catalina.ssi.SSIExec
 
sso - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The SingleSignOn implementation in our request processing chain, if there is one.
stage - Variable in class org.apache.catalina.core.StandardPipeline.StandardPipelineValveContext
 
start(String) - Method in interface org.apache.catalina.Deployer
Start an existing web application, attached to the specified context path.
start() - Method in interface org.apache.catalina.Lifecycle
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Initialize the database we will be using for client verification and certificate validation (if any).
start() - Method in class org.apache.catalina.authenticator.SingleSignOn
Prepare for the beginning of active use of the public methods of this component.
start() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Start this component, must be called before it can be used.
start() - Method in class org.apache.catalina.cluster.MulticastReceiver
Start our component
start() - Method in class org.apache.catalina.cluster.StandardCluster
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Begin processing requests via this Connector.
start() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Begin processing requests via this Connector.
start() - Method in class org.apache.catalina.core.ContainerBase
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.core.FastEngineMapper
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.core.StandardContext
Start this Context component.
start() - Method in class org.apache.catalina.core.StandardEngine
Start this Engine component.
start() - Method in class org.apache.catalina.core.StandardHost
Start this host.
start(String) - Method in class org.apache.catalina.core.StandardHost
Start an existing web application, attached to the specified context path.
start(String) - Method in class org.apache.catalina.core.StandardHostDeployer
Start an existing web application, attached to the specified context path.
start() - Method in class org.apache.catalina.core.StandardPipeline
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.core.StandardServer
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.core.StandardService
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.core.StandardWrapper
Start this component, pre-loading the servlet if the load-on-startup value is set appropriately.
start() - Method in class org.apache.catalina.loader.WebappClassLoader
Start the class loader.
start() - Method in class org.apache.catalina.loader.WebappLoader
Start this component, initializing our associated class loader.
start() - Method in class org.apache.catalina.logger.FileLogger
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.realm.DataSourceRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.JAASRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.JDBCRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.JNDIRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.MemoryRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.RealmBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Prepare for active use of the public methods of this Component.
start(String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Start the web application at the specified context path.
start(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Start the web application at the specified context path.
start() - Method in class org.apache.catalina.session.DistributedManager
Start this manager
start() - Method in class org.apache.catalina.session.JDBCStore
Called once when this Store is first started.
start() - Method in class org.apache.catalina.session.PersistentManagerBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.session.StandardManager
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.session.StoreBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.startup.BootstrapService
Start the Catalina Service.
start() - Method in class org.apache.catalina.startup.Catalina
Start a new server instance.
start() - Method in class org.apache.catalina.startup.CatalinaManager
Start the servlet container.
start() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Start the servlet container.
start() - Method in class org.apache.catalina.startup.CatalinaService
Start a new server instance.
start() - Method in class org.apache.catalina.startup.Embedded
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.startup.EmbeddedManager
Start the servlet container.
start() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.startup.HostConfig
Process a "start" event for this Host.
start() - Method in class org.apache.catalina.valves.AccessLogValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.CertificatesValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Invoked by Tomcat on startup.
start() - Method in class org.apache.naming.NamingService
Start the servlet container.
start() - Method in interface org.apache.naming.NamingServiceMBean
Start the servlet container.
started - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Has this component been started?
started - Variable in class org.apache.catalina.authenticator.SingleSignOn
Component started flag.
started - Variable in class org.apache.catalina.core.ContainerBase
Has this component been started?
started - Variable in class org.apache.catalina.core.StandardPipeline
Has this component been started yet?
started - Variable in class org.apache.catalina.loader.WebappClassLoader
Has this component been started?
started - Variable in class org.apache.catalina.realm.RealmBase
Has this component been started?
started - Variable in class org.apache.catalina.session.StoreBase
Has this component been started yet?
started - Variable in class org.apache.catalina.startup.Embedded
Has this component been started yet?
started - Variable in class org.apache.catalina.valves.CertificatesValve
Has this component been started yet?
starting - Variable in class org.apache.catalina.startup.Catalina
Are we starting a new server?
states - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
Status constants.
states - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
Status constants.
states - Static variable in interface org.apache.naming.NamingServiceMBean
Status constants.
status - Variable in class org.apache.catalina.connector.HttpResponseBase
Deprecated. The HTTP status code associated with this Response.
status(Request, Response) - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Handle the HTTP status code (and corresponding message) generated while processing the specified Request to produce the specified Response.
stop(String) - Method in interface org.apache.catalina.Deployer
Stop an existing web application, attached to the specified context path.
stop() - Method in interface org.apache.catalina.Lifecycle
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Finalize the database we used for client verification and certificate validation (if any).
stop() - Method in class org.apache.catalina.authenticator.SingleSignOn
Gracefully terminate the active use of the public methods of this component.
stop() - Method in interface org.apache.catalina.cluster.ClusterReceiver
The stop method for this component, should be called when closing down the Cluster.
stop() - Method in class org.apache.catalina.cluster.MulticastReceiver
Stop our component
stop() - Method in class org.apache.catalina.cluster.StandardCluster
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.connector.http.HttpConnector
Deprecated. Terminate processing requests via this Connector.
stop() - Method in class org.apache.catalina.connector.http10.HttpConnector
Deprecated. Terminate processing requests via this Connector.
stop() - Method in class org.apache.catalina.core.ContainerBase
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.core.FastEngineMapper
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.core.StandardContext
Stop this Context component.
stop(String) - Method in class org.apache.catalina.core.StandardHost
Stop an existing web application, attached to the specified context path.
stop(String) - Method in class org.apache.catalina.core.StandardHostDeployer
Stop an existing web application, attached to the specified context path.
stop() - Method in class org.apache.catalina.core.StandardPipeline
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.core.StandardServer
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.core.StandardService
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.core.StandardWrapper
Stop this component, gracefully shutting down the servlet if it has been initialized.
stop() - Method in class org.apache.catalina.loader.WebappClassLoader
Stop the class loader.
stop() - Method in class org.apache.catalina.loader.WebappLoader
Stop this component, finalizing our associated class loader.
stop() - Method in class org.apache.catalina.logger.FileLogger
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.realm.DataSourceRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.JAASRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.JDBCRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.JNDIRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.MemoryRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.RealmBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Gracefully shut down active use of the public methods of this Component.
stop(String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Stop the web application at the specified context path.
stop(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Stop the web application at the specified context path.
stop() - Method in class org.apache.catalina.session.JDBCStore
Gracefully terminate everything associated with our db.
stop() - Method in class org.apache.catalina.session.PersistentManagerBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.session.StandardManager
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.session.StoreBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.startup.BootstrapService
Stop the Catalina Service.
stop() - Method in class org.apache.catalina.startup.Catalina
Stop an existing server instance.
stop() - Method in class org.apache.catalina.startup.CatalinaManager
Stop the servlet container.
stop() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Stop the servlet container.
stop() - Method in class org.apache.catalina.startup.CatalinaService
Stop an existing server instance.
stop() - Method in class org.apache.catalina.startup.Embedded
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.startup.EmbeddedManager
Stop the servlet container.
stop() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.startup.HostConfig
Process a "stop" event for this Host.
stop() - Method in class org.apache.catalina.valves.AccessLogValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.CertificatesValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Invoked by tomcat on shutdown.
stop() - Method in class org.apache.naming.NamingService
Stop the servlet container.
stop() - Method in interface org.apache.naming.NamingServiceMBean
Stop the servlet container.
stopping - Variable in class org.apache.catalina.startup.Catalina
Are we stopping an existing server?
store() - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for this entire Server out to the server.xml configuration file.
store() - Method in class org.apache.catalina.mbeans.StandardServerMBean
Write the configuration information for this entire Server out to the server.xml configuration file.
storeName - Static variable in class org.apache.catalina.session.JDBCStore
Name to register for this Store, used for logging.
storeName - Static variable in class org.apache.catalina.session.StoreBase
Name to register for this Store, used for logging.
stream - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The ServletInputStream that has been returned by getInputStream(), if any.
stream - Variable in class org.apache.catalina.connector.RequestStream
Deprecated. The underlying input stream from which we should read data.
stream - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The ServletOutputStream that has been returned by getOutputStream(), if any.
stream - Variable in class org.apache.catalina.connector.ResponseStream
Deprecated. The underlying output stream to which we should write data.
stream - Variable in class org.apache.catalina.connector.ResponseWriter
Deprecated. The response stream to which we are attached.
stream - Variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
The destination for log messages.
streamContent() - Method in class org.apache.naming.resources.FileDirContext.FileResource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.Resource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.WARDirContext.WARResource
Content accessor.
strftime - Variable in class org.apache.catalina.ssi.SSIMediator
 
strongETag - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
strongETag - Variable in class org.apache.naming.resources.ResourceAttributes
Strong ETag.
subject - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The subject for which we are performing authentication.
substituteVariables(String) - Method in class org.apache.catalina.ssi.SSIMediator
Applies variable substitution to the specified String and returns the new resolved string.
support - Variable in class org.apache.catalina.core.ContainerBase
The property change support for this component.
support - Variable in class org.apache.catalina.core.StandardDefaultContext
The property change support for this component.
support - Variable in class org.apache.catalina.core.StandardServer
The property change support for this component.
support - Variable in class org.apache.catalina.core.StandardService
The property change support for this component.
support - Variable in class org.apache.catalina.deploy.NamingResources
The property change support for this component.
support - Variable in class org.apache.catalina.loader.WebappLoader
The property change support for this component.
support - Variable in class org.apache.catalina.logger.LoggerBase
The property change support for this component.
support - Variable in class org.apache.catalina.realm.RealmBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.ManagerBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.StoreBase
The property change support for this component.
support - Variable in class org.apache.catalina.startup.Embedded
The property change support for this component.
suspended - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. Has this response output been suspended?
suspended - Variable in class org.apache.catalina.connector.ResponseStream
Deprecated. Has this response output been suspended?
swapIn(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Look for a session in the Store and, if found, restore it in the Manager's list of active sessions if appropriate.
swapOut(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove the session from the Manager's list of active sessions and write it out to the Store.

T

TIMEOUT_INFINITE - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Indicates that no once tokens are used only once.
TOKEN_AND - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_END - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_EQ - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_GE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_GT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LBRACE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_NOT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_NOT_EQ - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_OR - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_RBRACE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_STRING - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TYPE - Static variable in class org.apache.naming.EjbRef
EJB type address type.
TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Type.
TYREX_DOMAIN_CONFIG - Static variable in class org.apache.naming.factory.Constants
 
TYREX_DOMAIN_NAME - Static variable in class org.apache.naming.factory.Constants
 
TYREX_RESOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
TYREX_TRANSACTION_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
Test - class org.apache.catalina.deploy.Test.
 
Test() - Constructor for class org.apache.catalina.deploy.Test
 
TldDtdPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
 
TldRuleSet - class org.apache.catalina.startup.TldRuleSet.
RuleSet for processing the contents of a tag library descriptor resource.
TldRuleSet() - Constructor for class org.apache.catalina.startup.TldRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
TldRuleSet(String) - Constructor for class org.apache.catalina.startup.TldRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
Tool - class org.apache.catalina.startup.Tool.
General purpose wrapper for command line tools that should execute in an environment with the common class loader environment set up by Catalina.
Tool() - Constructor for class org.apache.catalina.startup.Tool
 
TransactionFactory - class org.apache.naming.factory.TransactionFactory.
Object factory for User trasactions.
TransactionFactory() - Constructor for class org.apache.naming.factory.TransactionFactory
 
TransactionRef - class org.apache.naming.TransactionRef.
Represents a reference address to a transaction.
TransactionRef() - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TransactionRef(String, String) - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TyrexFactory - class org.apache.naming.factory.TyrexFactory.
Abstract superclass of any factory that creates objects from Tyrex.
Subclasses can use getTransactionDomain() to handle the retrieval and creation of the TransactionDomain.
TyrexFactory() - Constructor for class org.apache.naming.factory.TyrexFactory
 
TyrexResourceFactory - class org.apache.naming.factory.TyrexResourceFactory.
Object factory for Tyrex Resources.
This class retrieves Tyrex resources that are configured in the TransactionDomain.
TyrexResourceFactory() - Constructor for class org.apache.naming.factory.TyrexResourceFactory
 
TyrexTransactionFactory - class org.apache.naming.factory.TyrexTransactionFactory.
Object factory for Tyrex User transactions.
Tyrex is an open-source transaction manager, developed by Assaf Arkin and exolab.org.
TyrexTransactionFactory() - Constructor for class org.apache.naming.factory.TyrexTransactionFactory
 
thread - Variable in class org.apache.catalina.session.StoreBase
The background thread.
threadDone - Variable in class org.apache.catalina.cluster.MulticastReceiver
The background thread completion semaphore.
threadDone - Variable in class org.apache.catalina.session.PersistentManagerBase
The background thread completion semaphore.
threadDone - Variable in class org.apache.catalina.session.StoreBase
The background thread completion semaphore.
threadName - Variable in class org.apache.catalina.session.JDBCStore
Name to register for the background thread.
threadName - Variable in class org.apache.catalina.session.StoreBase
Name to register for the background thread.
threadSleep() - Method in class org.apache.catalina.session.PersistentManagerBase
Sleep for the duration specified by the checkInterval property.
threadSleep() - Method in class org.apache.catalina.session.StoreBase
Sleep for the duration specified by the checkInterval property.
threadSleep() - Method in class org.apache.catalina.startup.HostConfig
Sleep for the duration specified by the checkInterval property.
threadStart() - Method in class org.apache.catalina.session.PersistentManagerBase
Start the background thread that will periodically check for session timeouts.
threadStart() - Method in class org.apache.catalina.session.StoreBase
Start the background thread that will periodically check for session timeouts.
threadStart() - Method in class org.apache.catalina.startup.HostConfig
Start the background thread that will periodically check for web application autoDeploy and changes to the web.xml config.
threadStop() - Method in class org.apache.catalina.session.PersistentManagerBase
Stop the background thread that is periodically checking for session timeouts.
threadStop() - Method in class org.apache.catalina.session.StoreBase
Stop the background thread that is periodically checking for session timeouts.
threadStop() - Method in class org.apache.catalina.startup.HostConfig
Stop the background thread that is periodically checking for for web application autoDeploy and changes to the web.xml config.
throwable - Variable in class org.apache.catalina.LifecycleException
The underlying exception or error passed to our constructor (if any)
throwable - Variable in class org.apache.catalina.connector.ClientAbortException
The underlying exception or error passed to our constructor (if any)
throwable(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Handle the specified Throwable encountered while processing the specified Request to produce the specified Response.
toByteArray() - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Write our stream to the OutputStream provided.
toExternalForm() - Method in class org.apache.catalina.util.URL
Return a string representation of this URL.
toString() - Method in class org.apache.catalina.ContainerEvent
Return a string representation of this event.
toString() - Method in class org.apache.catalina.LifecycleException
Return a formatted string that describes this exception.
toString() - Method in class org.apache.catalina.SessionEvent
Return a string representation of this event.
toString() - Method in class org.apache.catalina.authenticator.SingleSignOn
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.connector.ClientAbortException
Return a formatted string that describes this exception.
toString() - Method in class org.apache.catalina.core.StandardContext
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardDefaultContext
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardEngine
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardHost
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardServer
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardService
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardWrapper
Return a String representation of this component.
toString() - Method in class org.apache.catalina.deploy.ApplicationParameter
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextEjb
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextEnvironment
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextLocalEjb
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResource
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResourceLink
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ErrorPage
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.FilterDef
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.FilterMap
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.LoginConfig
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ResourceParams
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.SecurityCollection
Return a String representation of this security collection.
toString() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return a String representation of this security constraint.
toString() - Method in class org.apache.catalina.loader.Extension
Return a String representation of this object.
toString() - Method in class org.apache.catalina.loader.StandardClassLoader
Render a String representation of this object.
toString() - Method in class org.apache.catalina.loader.WebappClassLoader
Render a String representation of this object.
toString() - Method in class org.apache.catalina.loader.WebappLoader
Return a String representation of this component.
toString() - Method in class org.apache.catalina.realm.GenericPrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Print important CGI environment information in a easy-to-read HTML table
toString() - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
String representation.
toString() - Method in class org.apache.catalina.users.MemoryGroup
Return a String representation of this group in XML format.
toString() - Method in class org.apache.catalina.users.MemoryRole
Return a String representation of this role in XML format.
toString() - Method in class org.apache.catalina.users.MemoryUser
Return a String representation of this user in XML format.
toString() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return a String representation of this UserDatabase.
toString() - Method in class org.apache.catalina.util.CGIProcessEnvironment
Print important CGI environment information in an easy-to-read HTML table
toString() - Method in class org.apache.catalina.util.ProcessEnvironment
Print important process environment information in an easy-to-read HTML table
toString() - Method in class org.apache.catalina.util.URL
Return a string representation of this object.
toString() - Method in class org.apache.catalina.util.XMLWriter
Retrieve generated XML.
toString() - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.valves.ErrorReportValve
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.valves.RequestDumperValve
Return a String rendering of this object.
toString() - Method in class org.apache.naming.ResourceRef
Return a String rendering of this object.
toString() - Method in class org.apache.naming.resources.ProxyDirContext.CacheEntry
 
translate - Static variable in class org.apache.catalina.util.Strftime
 
translateCommand(StringBuffer, String, int, boolean) - Method in class org.apache.catalina.util.Strftime
try to get the Java Date/Time formating associated with the C standard provided
treeLookup(Name) - Method in class org.apache.naming.resources.WARDirContext
Entry tree lookup.
type - Variable in class org.apache.catalina.ant.ResourcesTask
The fully qualified class name of the resource type being requested (if any).
type - Variable in class org.apache.naming.NamingEntry
The type instance variable is used to avoid unsing RTTI when doing lookups.

U

URL - class org.apache.catalina.util.URL.
URL is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of java.net.URL, but without the ability to open a stream or connection.
URL(String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified String representation.
URL(URL, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object by parsing a string representation relative to a specified context.
URL(String, String, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified components.
URL(String, String, int, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified components.
URLDecode(String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(String, String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(byte[]) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLDecode(byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLEncoder - class org.apache.catalina.util.URLEncoder.
This class is very similar to the java.net.URLEncoder class.
URLEncoder() - Constructor for class org.apache.catalina.util.URLEncoder
 
USE_NEVER_EXPIRES - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Indicates that no once tokens are used only once.
USE_ONCE - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Indicates that no once tokens are used only once.
UndeployTask - class org.apache.catalina.ant.UndeployTask.
Ant task that implements the /undeploy command, supported by the Tomcat manager application.
UndeployTask() - Constructor for class org.apache.catalina.ant.UndeployTask
 
User - interface org.apache.catalina.User.
Abstract representation of a user in a UserDatabase.
UserConfig - class org.apache.catalina.startup.UserConfig.
Startup event listener for a Host that configures Contexts (web applications) for all defined "users" who have a web application in a directory with the specified name in their home directories.
UserConfig() - Constructor for class org.apache.catalina.startup.UserConfig
 
UserDatabase - interface org.apache.catalina.UserDatabase.
Abstract representation of a database of Users and Groups that can be maintained by an application, along with definitions of corresponding Roles, and referenced by a Realm for authentication and access control.
UserDatabase - interface org.apache.catalina.startup.UserDatabase.
Abstraction of the set of users defined by the operating system on the current server platform.
UserDatabaseRealm - class org.apache.catalina.realm.UserDatabaseRealm.
Implementation of Realm that is based on an implementation of UserDatabase made available through the global JNDI resources configured for this instance of Catalina.
UserDatabaseRealm() - Constructor for class org.apache.catalina.realm.UserDatabaseRealm
 
UserMBean - class org.apache.catalina.mbeans.UserMBean.
A ModelMBean implementation for the org.apache.catalina.User component.
UserMBean() - Constructor for class org.apache.catalina.mbeans.UserMBean
Construct a ModelMBean with default ModelMBeanInfo information.
unavailable(UnavailableException) - Method in interface org.apache.catalina.Wrapper
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unavailable(UnavailableException) - Method in class org.apache.catalina.core.StandardWrapper
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unbind(Name) - Method in class org.apache.naming.NamingContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.NamingContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.SelectorContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.SelectorContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.resources.BaseDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.BaseDirContext
Unbinds the named object.
unbind() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a class loader.
unbind(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a class loader.
unbind(String) - Method in class org.apache.naming.resources.FileDirContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.ProxyDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.WARDirContext
Unbinds the named object.
unbindClassLoader(Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindClassLoader(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindContext(Object) - Static method in class org.apache.naming.ContextBindings
Unbind context name.
unbindContext(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbind context name.
unbindThread(Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a thread.
unbindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a thread.
unbindThread() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a thread.
undeploy(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Undeploy the web application at the specified context path.
undeployApps() - Method in class org.apache.catalina.startup.HostConfig
Undeploy all deployed applications.
undeployDir(File) - Method in class org.apache.catalina.servlets.ManagerServlet
Delete the specified directory, including all of its contents and subdirectories recursively.
unload() - Method in interface org.apache.catalina.Manager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in interface org.apache.catalina.Wrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload() - Method in class org.apache.catalina.core.StandardWrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload() - Method in class org.apache.catalina.session.PersistentManagerBase
Save all currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.StandardManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unsetSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Remove a security token for a context.
updateReadyStatus() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Checks & sets ready status
updateReadyStatus() - Method in class org.apache.catalina.util.ProcessHelper
Checks & sets ready status
uploadWar(HttpServletRequest, File) - Method in class org.apache.catalina.servlets.ManagerServlet
Upload the WAR file included in this request, and store it at the specified file location.
url - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The URL of the Manager application to be used.
urlEncoder - Static variable in class org.apache.catalina.servlets.DefaultServlet
Array containing the safe characters set.
urlEncoder - Static variable in class org.apache.catalina.ssi.SSIMediator
 
usage() - Method in class org.apache.catalina.startup.Catalina
Print usage information for this application.
useNaming - Variable in class org.apache.catalina.startup.Catalina
Are we using naming ?
useNaming - Variable in class org.apache.catalina.startup.Embedded
Is naming enabled ?
userBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for user searches.
userClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of javax.security.Principal classes that represent individual users.
userClasses - Variable in class org.apache.catalina.realm.JAASRealm
The set of user class names, split out for easy processing.
userCredCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user table that holds the user's credintials
userCredCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user table that holds the user's credintials
userNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user table that holds the user's name
userNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user table that holds the user's name
userPassword - Variable in class org.apache.catalina.realm.JNDIRealm
The attribute name used to retrieve the user password.
userPattern - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to form the distinguished name of a user, with "{0}" marking the spot where the specified username goes.
userPatternArray - Variable in class org.apache.catalina.realm.JNDIRealm
A string of LDAP user patterns or paths, ":"-separated These will be used to form the distinguished name of a user, with "{0}" marking the spot where the specified username goes.
userPatternFormatArray - Variable in class org.apache.catalina.realm.JNDIRealm
An array of MessageFormat objects associated with the current userPatternArray.
userPrincipal - Variable in class org.apache.catalina.connector.HttpRequestBase
Deprecated. The Principal who has been authenticated for this Request.
userRoleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of an attribute in the user's entry containing roles for that user
userRoleTable - Variable in class org.apache.catalina.realm.DataSourceRealm
The table that holds the relation between user's and roles
userRoleTable - Variable in class org.apache.catalina.realm.JDBCRealm
The table that holds the relation between user's and roles
userSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to search for a user, with "{0}" marking the spot where the username goes.
userSearchFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current userSearch.
userSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching users?
userTable - Variable in class org.apache.catalina.realm.DataSourceRealm
The table that holds user data.
userTable - Variable in class org.apache.catalina.realm.JDBCRealm
The table that holds user data.
username - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The login username for the Manager application.
username - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The username to be authenticated with.
username - Variable in class org.apache.catalina.users.AbstractUser
The logon username of this user.
users - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Users defined in this database, keyed by user name.

V

VARIABLE_NAMES - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
Valve - interface org.apache.catalina.Valve.
A Valve is a request processing component associated with a particular Container.
ValveBase - class org.apache.catalina.valves.ValveBase.
Convenience base class for implementations of the Valve interface.
ValveBase() - Constructor for class org.apache.catalina.valves.ValveBase
 
ValveContext - interface org.apache.catalina.ValveContext.
A ValveContext is the mechanism by which a Valve can trigger the execution of the next Valve in a Pipeline, without having to know anything about the internal implementation mechanisms.
vPath - Variable in class org.apache.naming.resources.ProxyDirContext
Virtual path.
valid - Variable in class org.apache.catalina.util.ProcessEnvironment
whether or not this object is valid or not
validate(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Validate a classname.
validate - Variable in class org.apache.catalina.realm.RealmBase
Should we validate client certificate chains when they are presented?
validate(ProxyDirContext.CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Validate entry.
value - Variable in class org.apache.naming.NamingEntry
 
valves - Variable in class org.apache.catalina.core.StandardPipeline
The set of Valves (not including the Basic one, if any) associated with this Pipeline.
verbosity - Variable in class org.apache.catalina.logger.LoggerBase
The verbosity level for above which log messages may be filtered.
verify(Request, Request) - Method in class org.apache.catalina.valves.CertificatesValve
Verify that a client certificate chain exists if our web application is doing client certificate authentication.

W

WARDirContext - class org.apache.naming.resources.WARDirContext.
WAR Directory Context implementation.
WARDirContext() - Constructor for class org.apache.naming.resources.WARDirContext
Builds a WAR directory context using the given environment.
WARDirContext(Hashtable) - Constructor for class org.apache.naming.resources.WARDirContext
Builds a WAR directory context using the given environment.
WARDirContext(ZipFile, WARDirContext.Entry) - Constructor for class org.apache.naming.resources.WARDirContext
Constructor used for returning fake subcontexts.
WARDirContext.Entry - class org.apache.naming.resources.WARDirContext.Entry.
Entries structure.
WARDirContext.Entry(String, ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.Entry
 
WARDirContext.WARResource - class org.apache.naming.resources.WARDirContext.WARResource.
This specialized resource implementation avoids opening the IputStream to the WAR right away.
WARDirContext.WARResource(ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.WARResource
 
WARNING - Static variable in interface org.apache.catalina.Logger
 
WELCOME_FILES_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we record the set of welcome files (as an object of type String[]) for this application.
WORK_DIR_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store a temporary working directory (as an object of type File) for use by servlets within this web application.
WebDtdPublicId_22 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdPublicId_23 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdResourcePath_22 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdResourcePath_23 - Static variable in class org.apache.catalina.startup.Constants
 
WebRuleSet - class org.apache.catalina.startup.WebRuleSet.
RuleSet for processing the contents of a web application deployment descriptor (/WEB-INF/web.xml) resource.
WebRuleSet() - Constructor for class org.apache.catalina.startup.WebRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
WebRuleSet(String) - Constructor for class org.apache.catalina.startup.WebRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
WebappClassLoader - class org.apache.catalina.loader.WebappClassLoader.
Specialized web application class loader.
WebappClassLoader() - Constructor for class org.apache.catalina.loader.WebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappClassLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappClassLoader.PrivilegedFindResource - class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource.
 
WebappLoader - class org.apache.catalina.loader.WebappLoader.
Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface).
WebappLoader() - Constructor for class org.apache.catalina.loader.WebappLoader
Construct a new WebappLoader with no defined parent class loader (so that the actual parent will be the system class loader).
WebappLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappLoader
Construct a new WebappLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.
WebappLoader.WebappContextNotifier - class org.apache.catalina.loader.WebappLoader.WebappContextNotifier.
Private thread class to notify our associated Context that we have recognized the need for a reload.
WebappLoader.WebappContextNotifier() - Constructor for class org.apache.catalina.loader.WebappLoader.WebappContextNotifier
 
WebdavServlet - class org.apache.catalina.servlets.WebdavServlet.
Servlet which adds support for WebDAV level 2.
WebdavServlet() - Constructor for class org.apache.catalina.servlets.WebdavServlet
 
Wrapper - interface org.apache.catalina.Wrapper.
A Wrapper is a Container that represents an individual servlet definition from the deployment descriptor of the web application.
war - Variable in class org.apache.catalina.ant.DeployTask
URL of the web application archive (WAR) file to be deployed.
war - Variable in class org.apache.catalina.ant.InstallTask
URL of the web application archive (WAR) file, or the unpacked directory containing this application, if any.
weakETag - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
weakETag - Variable in class org.apache.naming.resources.ResourceAttributes
Weak ETag.
webappResources - Variable in class org.apache.catalina.core.StandardContext
Non proxied resources.
welcomes - Variable in class org.apache.catalina.servlets.DefaultServlet
The set of welcome files for this web application
workingDirectory - Variable in class org.apache.catalina.util.ProcessEnvironment
process' desired working directory
wrapper - Variable in class org.apache.catalina.connector.RequestBase
Deprecated. The Wrapper within which this Request is being processed.
wrapper - Variable in class org.apache.catalina.core.MappingRequest
 
wrapper - Variable in class org.apache.catalina.servlets.ManagerServlet
The Wrapper container associated with this servlet.
write(int) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Write the specified byte to our output stream, flushing if necessary.
write(byte[]) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Write b.length bytes from the specified byte array to our output stream.
write(byte[], int, int) - Method in class org.apache.catalina.connector.ResponseBase
Deprecated. Write len bytes from the specified byte array, starting at the specified offset, to our output stream.
write(int) - Method in class org.apache.catalina.connector.ResponseStream
Deprecated. Write the specified byte to our output stream.
write(byte[]) - Method in class org.apache.catalina.connector.ResponseStream
Deprecated. Write b.length bytes from the specified byte array to our output stream.
write(byte[], int, int) - Method in class org.apache.catalina.connector.ResponseStream
Deprecated. Write len bytes from the specified byte array, starting at the specified offset, to our output stream.
write(char) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Write a single character.
write(char[]) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Write an array of characters.
write(char[], int, int) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Write a portion of an array of characters.
write(String) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Write a String.
write(String, int, int) - Method in class org.apache.catalina.connector.ResponseWriter
Deprecated. Write a portion of a String.
write(int) - Method in class org.apache.catalina.connector.http.HttpResponseStream
Deprecated. Write the specified byte to our output stream.
write(byte[], int, int) - Method in class org.apache.catalina.connector.http.HttpResponseStream
Deprecated. Write the specified byte array.
write(int) - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Write to our buffer
writeData(String) - Method in class org.apache.catalina.util.XMLWriter
Write data.
writeElement(String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeElement(String, String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeProperty(String, String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeProperty(String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeProperty(String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeSession(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Write the provided session to the Store without modifying the copy in memory or triggering passivation events.
writeText(String) - Method in class org.apache.catalina.util.XMLWriter
Write text.
writeTo(OutputStream) - Method in class org.apache.catalina.cluster.ReplicationWrapper
Write our stream to the OutputStream provided.
writeXMLHeader() - Method in class org.apache.catalina.util.XMLWriter
Write XML Header.
writer - Variable in class org.apache.catalina.connector.ResponseBase
Deprecated. The PrintWriter that has been returned by getWriter(), if any.
writer - Variable in class org.apache.catalina.util.XMLWriter
Writer.

X

XMLWriter - class org.apache.catalina.util.XMLWriter.
XMLWriter helper class.
XMLWriter() - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.
XMLWriter(Writer) - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.

Z

zone - Static variable in class org.apache.catalina.connector.HttpResponseBase
Deprecated. The time zone with which to construct date headers.

_

_buf - Variable in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Our buffer to hold the stream

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 _

Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.