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

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
 
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.
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.
add(Object) - Method in class org.apache.catalina.util.ResourceSet
Add the specified element to this set if it is not already present.
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.
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.
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 class org.apache.catalina.core.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.
addApplicationParameter(ApplicationParameter) - Method in interface org.apache.catalina.Context
Add a new application parameter for this application.
addApplicationParameter(ApplicationParameter) - Method in class org.apache.catalina.core.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.
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.
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.StandardHost
Add a child Container, only if the proposed child is an implementation of Context.
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.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.StandardContext
Add a child Container, only if the proposed child is an implementation of Wrapper.
addChild(String, String) - Method in class org.apache.catalina.util.xml.XmlMapper
For the last 2 objects in stack, create a parent-child relation by invokeing parent.parentM with the child as parameter ArgType is the parameter expected by addParent ( null use the current object type)
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.
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 interface org.apache.catalina.startup.EmbeddedManagerMBean
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.
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.HttpResponseFacade
 
addCookie(Cookie) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - Method in class org.apache.catalina.connector.HttpResponseBase
Add the specified Cookie to those that will be included with this Response.
addCookie(Cookie) - Method in class org.apache.catalina.connector.HttpRequestBase
Add a Cookie to the set of Cookies associated with this Request.
addDateHeader(String, long) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
addDateHeader(String, long) - Method in class org.apache.catalina.connector.HttpResponseBase
Add the specified date header to the specified value.
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.StandardHost
Set the DefaultContext for new web applications.
addDefaultContext(DefaultContext) - Method in class org.apache.catalina.core.StandardEngine
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.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.
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.StandardContext
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 class org.apache.catalina.core.DefaultContext
Add an EJB resource reference for this web application.
addEjb(ContextEjb) - Method in class org.apache.catalina.core.StandardContext
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 interface org.apache.catalina.startup.EmbeddedManagerMBean
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.
addEnvironment(ContextEnvironment) - Method in interface org.apache.catalina.Context
Add an environment entry for this web application.
addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.core.DefaultContext
Add an environment entry for this web application.
addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.core.StandardContext
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.
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.HttpResponseFacade
 
addHeader(String, String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Add a Header to the set of Headers associated with this Request.
addHeader(String, String) - Method in class org.apache.catalina.connector.HttpResponseBase
Add the specified header to the specified value.
addHeader(String, String) - Method in class org.apache.catalina.connector.HttpRequestBase
Add a Header to the set of Headers associated with this Request.
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(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Add a new listener interested in InstanceEvents.
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.
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 class org.apache.catalina.core.DefaultContext
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.StandardContext
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addIntHeader(String, int) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
addIntHeader(String, int) - Method in class org.apache.catalina.connector.HttpResponseBase
Add the specified integer header to the specified value.
addLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Add a LifecycleEvent 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.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.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.core.StandardPipeline
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Add a lifecycle event 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.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.realm.RealmBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.http.HttpConnector
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.http10.HttpConnector
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.warp.WarpConnector
Add a LifecycleEvent listener to this Connector.
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.session.StandardManager
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.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.CertificatesValve
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
Add a lifecycle event listener to this component.
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
Add a Locale to the set of preferred Locales for this Request.
addLocale(Locale) - Method in class org.apache.catalina.connector.RequestBase
Add a Locale to the set of preferred Locales for this Request.
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.StandardContext
Add a local EJB resource reference for this web application.
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 class org.apache.catalina.core.DefaultContext
Add a new context initialization parameter, replacing any existing value for the specified name.
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.deploy.ResourceParams
 
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
Add a parameter name and corresponding set of values to this Request.
addPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add a URL pattern to be part of this web resource collection.
addPermission(Permission) - Method in class org.apache.catalina.loader.WebappClassLoader
If there is a Java SecurityManager create a Permission.
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.
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.Loader
Add a property change listener to this component.
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.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 interface org.apache.catalina.Logger
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.loader.StandardLoader
Deprecated. 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.StoreBase
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.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 class org.apache.catalina.loader.StandardLoader
Deprecated. Add a new repository to the set of repositories for this class loader.
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.
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 interface org.apache.catalina.loader.Reloader
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
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 class org.apache.catalina.core.DefaultContext
Add a resource reference for this web application.
addResource(ContextResource) - Method in class org.apache.catalina.core.StandardContext
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 class org.apache.catalina.core.DefaultContext
Add a resource environment reference for this web application.
addResourceEnvRef(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a resource environment reference for this web application.
addResourceParams(ResourceParams) - Method in class org.apache.catalina.core.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.
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.
addRule(String, XmlAction) - Method in class org.apache.catalina.util.xml.XmlMapper
 
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.SelectorContext
Adds a new environment property to the environment of this context.
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.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.
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.
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 class org.apache.catalina.core.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.
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 class org.apache.catalina.core.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.
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.
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.
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.
allow - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of allow expressions.
allows - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of allow regular expressions we will evaluate.
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.
appCommitted - Variable in class org.apache.catalina.connector.ResponseBase
Has this response been committed by the application yet?
appendParameters(HttpServletRequest, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Append the request parameters to the redirection string before calling sendRedirect.
ApplicationContext - class org.apache.catalina.core.ApplicationContext.
Standard implementation of ServletContext that represents a web application's execution environment.
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.
 
applicationContext(int) - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the application for a given ID.
ApplicationContext(String, StandardContext) - Constructor for class org.apache.catalina.core.ApplicationContext
Construct a new instance of this class, associated with the specified Context instance.
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.
applicationId(Context) - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the application ID for a given Context.
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
 
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
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.
AUTH - Static variable in class org.apache.naming.ResourceRef
Auth address type.
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(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(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.FormAuthenticator
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.SSLAuthenticator
Authenticate the user by checking for the existence of a certificate chain (which should have been made visible by an instance of CertificatesValveauthenticate(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.NonLoginAuthenticator
Authenticate the user making this request, based on the specified login configuration.
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, 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) - 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) - 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) - 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.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.MemoryRealm
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(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 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(X509Certificate[]) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified chain of X509 client certificates.
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
 
authorization - Variable in class org.apache.catalina.connector.RequestBase
The authorization credentials sent with this Request.
authType - Variable in class org.apache.catalina.connector.HttpRequestBase
The authentication type used for this request.
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.
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() - Method in class org.apache.catalina.connector.http.SocketInputStream
Returns the number of bytes that can be read from this input stream without blocking.
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

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.
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.
basic - Variable in class org.apache.catalina.core.StandardPipeline
The basic Valve (if any) associated with this Pipeline.
BASIC_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
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
 
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.
binaryContent - Variable in class org.apache.naming.resources.Resource
Binary content.
bind(ClassLoader, DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a class loader.
bind(DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a class loader.
bind(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object.
bind(Name, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object.
bind(Name, 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.BaseDirContext
Binds a name to an object, along with associated attributes.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes.
bind(Name, Object, boolean) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(String, 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.ProxyDirContext
Binds a name to an object.
bind(String, 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.ProxyDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
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.
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.
bindings - Variable in class org.apache.naming.NamingContext
Bindings in this Context.
bindThread(DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a thread.
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.
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
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
 
buf - Variable in class org.apache.catalina.connector.http.SocketInputStream
Internal buffer.
buffer - Variable in class org.apache.catalina.connector.ResponseBase
The buffer through which all of our output bytes are passed.
buffer - Variable in class org.apache.catalina.connector.warp.WarpPacket
This packet's data buffer
buffer - Variable in class org.apache.catalina.util.XMLWriter
Buffer.
BUFFER_SIZE - Static variable in class org.apache.naming.resources.FileDirContext
The descriptive information string for this implementation.
bufferCount - Variable in class org.apache.catalina.connector.ResponseBase
The number of data bytes currently in the buffer.

C

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.
cached - Variable in class org.apache.naming.resources.BaseDirContext
Cached.
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.
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.
cachingAllowed - Variable in class org.apache.catalina.core.StandardContext
Caching allowed flag.
canonical - Variable in class org.apache.catalina.util.DOMWriter
Canonical output.
caseSensitive - Variable in class org.apache.naming.resources.FileDirContext
Case sensitivity.
Catalina - class org.apache.catalina.startup.Catalina.
Startup/Shutdown shell program for Catalina.
Catalina() - Constructor for class org.apache.catalina.startup.Catalina
 
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
 
CERT_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
certificates - Variable in class org.apache.catalina.valves.CertificatesValve
Are certificates required for authentication by this web application?
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.
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
 
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, 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) - 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.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(CGIServlet, 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(CGIServlet, String, Hashtable, File, Hashtable) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIRunner
Creates a CGIRunner and initializes its environment, working directory, and query parameters.
CGIServlet() - Constructor for class org.apache.catalina.servlets.CGIServlet
 
characterEncoding - Variable in class org.apache.catalina.connector.RequestBase
The character encoding for this Request.
characters(char[], int, int) - Method in class org.apache.catalina.util.xml.XmlMapper
 
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.
checkHead(HttpResponseImpl) - Method in class org.apache.catalina.connector.http.HttpResponseStream
 
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.
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
Use chunking ?
chunkBuffer - Variable in class org.apache.catalina.connector.http.HttpRequestStream
Chunk buffer.
chunkLength - Variable in class org.apache.catalina.connector.http.HttpRequestStream
Chunk length.
chunkPos - Variable in class org.apache.catalina.connector.http.HttpRequestStream
Chunk buffer position.
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).
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.
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.
classCache - Variable in class org.apache.catalina.loader.StandardClassLoader
The cache of ClassCacheEntries for classes we have loaded locally, keyed by class name.
ClassLoaderFactory - class org.apache.catalina.startup.ClassLoaderFactory.
Utility class for building class loaders for Catalina.
ClassLoaderFactory() - Constructor for class org.apache.catalina.startup.ClassLoaderFactory
 
cleanup(SaxContext) - Method in class org.apache.catalina.util.xml.XmlAction
 
clear() - Method in interface org.apache.catalina.Store
Remove all Sessions from this Store.
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.ResourceSet
Remove all of the elements from this set.
clear() - Method in class org.apache.catalina.util.ParameterMap
Remove all mappings from this map.
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.HttpRequestWrapper
Clear the collection of Cookies associated with this Request.
clearCookies() - Method in class org.apache.catalina.connector.HttpRequestBase
Clear the collection of Cookies associated with this Request.
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.HttpRequestWrapper
Clear the collection of Headers associated with this Request.
clearHeaders() - Method in class org.apache.catalina.connector.HttpRequestBase
Clear the collection of Headers associated with this Request.
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.HttpRequestWrapper
Clear the collection of Locales associated with this Request.
clearLocales() - Method in class org.apache.catalina.connector.HttpRequestBase
Clear the collection of Locales associated with this Request.
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
Clear the collection of parameters associated with this Request.
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 class org.apache.catalina.connector.RequestStream
Close this input stream.
close() - Method in class org.apache.catalina.connector.ResponseStream
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.HttpResponseStream
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
Close this input stream.
close() - Method in class org.apache.catalina.connector.http.SocketInputStream
Close the input stream.
close() - Method in class org.apache.catalina.connector.warp.WarpRequest.Stream
 
close() - Method in class org.apache.catalina.connector.warp.WarpResponse.Stream
Flush this WarpResponse.Stream and close it.
close() - Method in class org.apache.naming.SelectorContext
Closes this context.
close() - Method in class org.apache.naming.NamingContextEnumeration
Closes this enumeration.
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.resources.BaseDirContext
Closes this context.
close() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Closes this enumeration.
close() - Method in class org.apache.naming.resources.ProxyDirContext
Closes this context.
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.
closed - Variable in class org.apache.catalina.connector.RequestStream
Has this stream been closed?
closed - Variable in class org.apache.catalina.connector.ResponseStream
Has this stream been closed?
CLOSING - Static variable in class org.apache.catalina.util.XMLWriter
Closing tag.
cluster - Variable in class org.apache.catalina.core.ContainerBase
The cluster with which this Container is associated.
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
 
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.
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 - Variable in class org.apache.catalina.util.ProcessEnvironment
command to be invoked
commit - Variable in class org.apache.catalina.connector.ResponseStream
Should we commit the response when we are flushed?
committed - Variable in class org.apache.catalina.connector.ResponseBase
Has this response been committed yet?
COMMON_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMMON_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
compareTo(Object) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
composeName(Name, Name) - 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.NamingContext
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(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.SelectorContext
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(String, String) - 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.ProxyDirContext
Composes the name of this context with a name relative to this context.
CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
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.
connect() - Method in class org.apache.naming.resources.DirContextURLConnection
Connect to the DirContext, and retrive the bound object, as well as its attributes.
connectionName - Variable in class org.apache.catalina.realm.JNDIRealm
The connection username for the server we will contact.
connectionName - Variable in class org.apache.catalina.realm.JDBCRealm
The connection username 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.
connectionPassword - 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.
connectionURL - Variable in class org.apache.catalina.realm.JDBCRealm
The connection URL to use when trying to connect to the database.
connector - Variable in class org.apache.catalina.connector.ResponseBase
The Connector through which this Response is returned.
connector - Variable in class org.apache.catalina.connector.RequestBase
The Connector through which this Request was received.
Connector - interface org.apache.catalina.Connector.
A Connector is a component responsible receiving requests from, and returning responses to, a client application.
connectors - Variable in class org.apache.catalina.startup.Embedded
The set of Connectors that have been deployed in this server.
connString - Variable in class org.apache.catalina.session.JDBCStore
Connection string to use when connecting to the DB.
Constants - class org.apache.catalina.cluster.Constants.
Manifest constants for the org.apache.catalina.cluster package.
Constants - class org.apache.catalina.core.Constants.
 
Constants - class org.apache.catalina.loader.Constants.
 
Constants - class org.apache.catalina.logger.Constants.
Manifest constants for the org.apache.catalina.logger package.
Constants - class org.apache.catalina.authenticator.Constants.
 
Constants - class org.apache.catalina.realm.Constants.
Manifest constants for this Java package.
Constants - class org.apache.catalina.connector.Constants.
Static constants for this package.
Constants - class org.apache.catalina.connector.http.Constants.
Static constants for this package.
Constants - class org.apache.catalina.connector.http10.Constants.
Static constants for this package.
Constants - class org.apache.catalina.connector.warp.Constants.
 
Constants - class org.apache.catalina.servlets.Constants.
 
Constants - class org.apache.catalina.session.Constants.
Manifest constants for the org.apache.catalina.session package.
Constants - class org.apache.catalina.startup.Constants.
String constants for the startup package.
Constants - class org.apache.catalina.valves.Constants.
Manifest constants for the org.apache.catalina.valves package.
Constants - class org.apache.naming.Constants.
Static constants for this package.
Constants - class org.apache.naming.factory.Constants.
Static constants for this package.
Constants - class org.apache.naming.resources.Constants.
Static constants for this package.
Constants.AccessLog - class org.apache.catalina.valves.Constants.AccessLog.
 
Constants.AccessLog() - Constructor for class org.apache.catalina.valves.Constants.AccessLog
 
Constants() - Constructor for class org.apache.catalina.cluster.Constants
 
Constants() - Constructor for class org.apache.catalina.core.Constants
 
Constants() - Constructor for class org.apache.catalina.loader.Constants
 
Constants() - Constructor for class org.apache.catalina.logger.Constants
 
Constants() - Constructor for class org.apache.catalina.authenticator.Constants
 
Constants() - Constructor for class org.apache.catalina.realm.Constants
 
Constants() - Constructor for class org.apache.catalina.connector.Constants
 
Constants() - Constructor for class org.apache.catalina.connector.http.Constants
 
Constants() - Constructor for class org.apache.catalina.connector.http10.Constants
 
Constants() - Constructor for class org.apache.catalina.connector.warp.Constants
 
Constants() - Constructor for class org.apache.catalina.servlets.Constants
 
Constants() - Constructor for class org.apache.catalina.session.Constants
 
Constants() - Constructor for class org.apache.catalina.startup.Constants
 
Constants() - Constructor for class org.apache.catalina.valves.Constants
 
Constants() - Constructor for class org.apache.naming.Constants
 
Constants() - Constructor for class org.apache.naming.factory.Constants
 
Constants() - Constructor for class org.apache.naming.resources.Constants
 
Contained - interface org.apache.catalina.Contained.
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
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.connector.http.HttpConnector
The Container used for processing requests received by this Connector.
container - Variable in class org.apache.catalina.connector.http10.HttpConnector
The Container used for processing requests received by this Connector.
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.
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
 
ContainerEvent - class org.apache.catalina.ContainerEvent.
General event for notifying listeners of significant changes on a Container.
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(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.
containsHeader(String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
containsHeader(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Has the specified header been set already in this response?
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.
contentCount - Variable in class org.apache.catalina.connector.ResponseBase
The actual number of bytes written to this Response.
contentLength - Variable in class org.apache.catalina.connector.ResponseBase
The content length associated with this Response.
contentLength - Variable in class org.apache.catalina.connector.RequestBase
The content length associated with this request.
contentLength - Variable in class org.apache.naming.resources.ResourceAttributes
Content length.
contentType - Variable in class org.apache.catalina.connector.ResponseBase
The content type associated with this Response.
contentType - Variable in class org.apache.catalina.connector.RequestBase
The content type associated with this request.
context - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Context to which this Valve is attached.
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.connector.ResponseBase
The Context within which this Response is being produced.
context - Variable in class org.apache.catalina.connector.RequestBase
The Context within which this Request is being processed.
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.DirContextURLStreamHandler
Directory context.
context - Variable in class org.apache.naming.resources.DirContextURLConnection
Directory context.
Context - interface org.apache.catalina.Context.
A Context is a Container that represents a servlet context, and therefore an individual web applicaiton, in the Catalina servlet engine.
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.
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
 
contextFactory - Variable in class org.apache.catalina.realm.JNDIRealm
The JNDI context factory used to acquire our InitialContext.
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
 
contextName - Variable in class org.apache.naming.resources.ProxyDirContext
Context name.
contextPath - Variable in class org.apache.catalina.connector.HttpRequestBase
The context path for this request.
contextPath - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The contextPath for this request
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
 
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.HexUtils
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a 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.
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.
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.
cookies - Variable in class org.apache.catalina.connector.HttpResponseBase
The set of Cookies associated with this Response.
cookies - Variable in class org.apache.catalina.connector.HttpRequestBase
The set of cookies associated with this Request.
CookieTools - class org.apache.catalina.util.CookieTools.
Cookie utils - generate cookie header, etc
CookieTools() - Constructor for class org.apache.catalina.util.CookieTools
 
count - Variable in class org.apache.catalina.connector.RequestStream
The number of bytes which have already been returned by this stream.
count - Variable in class org.apache.catalina.connector.ResponseStream
The number of bytes which have already been written to this stream.
count - Variable in class org.apache.catalina.connector.http.SocketInputStream
Last valid byte.
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, boolean) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Create, configure, and return a new TCP/IP socket connector based on the specified properties.
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.
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 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.
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.
createContextCommon(String, XmlMapper) - Method in class org.apache.catalina.startup.Catalina
Create the mapper rules for a Context which are common to both a Context and a DefaultContext, based on the specified prefix.
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 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.
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.
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 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.
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.
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.RequestWrapper
Create and return a ServletInputStream to read the content associated with this Request.
createInputStream() - Method in class org.apache.catalina.connector.RequestBase
Create and return a ServletInputStream to read the content associated with this Request.
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.
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.ResponseWrapper
Create and return a ServletOutputStream to write the content associated with this Response.
createOutputStream() - Method in class org.apache.catalina.connector.ResponseBase
Create and return a ServletOutputStream to write the content associated with this Response.
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
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
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.warp.WarpConnector
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
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
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
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.warp.WarpConnector
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
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.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.StandardManager
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.DistributedManager
Create a Session and replicate it in our Cluster
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) - 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) - 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 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) - 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) - 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 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.
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, 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.
createStartMapper() - Method in class org.apache.catalina.startup.Catalina
Create and configure the XmlMapper we will be using for startup.
createStartMapperContext(String, XmlMapper) - Method in class org.apache.catalina.startup.Catalina
Create the mapper rules for a Context, based on the specified prefix.
createStartMapperDefaultContext(String, XmlMapper) - Method in class org.apache.catalina.startup.Catalina
Create the mapper rules for a DefaultContext, based on the specified prefix.
createStopMapper() - Method in class org.apache.catalina.startup.Catalina
Create and configure the XmlMapper we will be using for shutdown.
createSubcontext(Name) - Method in class org.apache.naming.SelectorContext
Creates and binds a new context.
createSubcontext(Name) - Method in class org.apache.naming.NamingContext
Creates and binds a new context.
createSubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
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(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String) - Method in class org.apache.naming.SelectorContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.NamingContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context.
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.ProxyDirContext
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(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Creates and binds a new context, along with associated attributes.
createURLStreamHandler(String) - Method in class org.apache.naming.resources.DirContextURLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
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.
CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
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.
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.
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

D

DATA_SOURCE - Static variable in class org.apache.naming.factory.TyrexDataSourceFactory
 
DataSourceClassName - Variable in class org.apache.naming.factory.SendMailFactory
 
date - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
date - Variable in class org.apache.naming.resources.DirContextURLConnection
Date.
DateTool - class org.apache.catalina.util.DateTool.
Common place for date utils.
DateTool() - Constructor for class org.apache.catalina.util.DateTool
 
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.core.ContainerBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.core.StandardPipeline
The debugging detail level for 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.loader.StandardClassLoader
The debugging detail level of this component.
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.realm.RealmBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.servlets.ManagerServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.servlets.DefaultServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.session.StoreBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.session.ManagerBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.startup.Embedded
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.startup.Catalina
Set the debugging detail level on our XmlMapper.
debug - Variable in class org.apache.catalina.util.ProcessEnvironment
the debugging detail level for this instance.
debug - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The debug 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.CertificatesValve
The debugging detail level for this component.
debug - Variable in class org.apache.naming.resources.BaseDirContext
The debugging detail level for this component.
DEBUG - Static variable in interface org.apache.catalina.Logger
 
DEBUG - Static variable in class org.apache.catalina.connector.warp.Constants
Compile-in debug flag.
debug(Exception) - Method in class org.apache.catalina.connector.warp.WarpLogger
If Constants.DEBUG was set true at compilation time, dump an exception stack trace to Standard Error.
debug(String) - Method in class org.apache.catalina.connector.warp.WarpLogger
If Constants.DEBUG was set true at compilation time, dump a debug message to Standard Error.
debug(String, Exception) - Method in class org.apache.catalina.connector.warp.WarpLogger
If Constants.DEBUG was set true at compilation time, dump a debug message and a related exception stack trace to Standard Error.
DEC - Static variable in class org.apache.catalina.util.HexUtils
 
decode(byte[]) - Static method in class org.apache.catalina.util.Base64
Decodes Base64 data into octects
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_CONNECTION_TIMEOUT - Static variable in class org.apache.catalina.connector.http.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.catalina.connector.http10.Constants
 
DEFAULT_DRIVER_CLASS_NAME - Static variable in class org.apache.naming.factory.TyrexDataSourceFactory
 
DEFAULT_DRIVER_NAME - Static variable in class org.apache.naming.factory.TyrexDataSourceFactory
 
DEFAULT_EJB_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_FACTORY - Static variable in class org.apache.naming.TransactionRef
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.EjbRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceEnvRef
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_PASSWORD - Static variable in class org.apache.naming.factory.TyrexDataSourceFactory
 
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_TRANSACTION_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_USER - Static variable in class org.apache.naming.factory.TyrexDataSourceFactory
 
DefaultContext - class org.apache.catalina.core.DefaultContext.
Used to store the default configuration a Host will use when creating a Context.
DefaultContext() - Constructor for class org.apache.catalina.core.DefaultContext
Create the DefaultContext
defaultLocale - Static variable in class org.apache.catalina.connector.RequestBase
The default Locale if none are specified.
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.ResourceInfo - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo.
 
DefaultServlet.ResourceInfo(DefaultServlet, String, DirContext) - Constructor for class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
Constructor.
DefaultServlet() - Constructor for class org.apache.catalina.servlets.DefaultServlet
 
DefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
 
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.
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.
denies - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of deny regular expressions we will evaluate.
deny - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of deny expressions.
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.
Deployer - interface org.apache.catalina.Deployer.
A Deployer is a specialized Container into which web applications can be deployed and undeployed.
deriveProcessEnvironment(HttpServletRequest) - Method in class org.apache.catalina.util.ProcessEnvironment
Constructs the Process environment to be supplied to the invoked process.
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
DESCRIPTION - Static variable in class org.apache.naming.ResourceRef
Description address type.
DESCRIPTION - Static variable in class org.apache.naming.factory.TyrexDataSourceFactory
 
destroy() - Method in class org.apache.catalina.servlets.ManagerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.servlets.InvokerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.servlets.DefaultServlet
Finalize this servlet.
destroy() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
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.catalina.startup.CatalinaManager
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 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).
destroySubcontext(Name) - 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.NamingContext
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(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.SelectorContext
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(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.ProxyDirContext
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(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 - Variable in class org.apache.catalina.session.ManagerBase
Return the MessageDigest implementation to be used when creating session identifiers.
DIGEST_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
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(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
 
dirContext - Variable in class org.apache.naming.resources.ProxyDirContext
Associated DirContext.
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
 
directory - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
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.
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
 
docBase - Variable in class org.apache.naming.resources.BaseDirContext
The document base path.
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.ManagerServlet
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.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.SsiInvokerServlet
Process and forward the GET request to our requestHandler().
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.SnoopAllServlet
Process a GET request for the specified resource.
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Process a HEAD request for the specified resource.
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
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.
DOMWriter - class org.apache.catalina.util.DOMWriter.
A sample DOM writer.
DOMWriter(boolean) - Constructor for class org.apache.catalina.util.DOMWriter
Default constructor.
DOMWriter(String, boolean) - Constructor for class org.apache.catalina.util.DOMWriter
 
DOMWriter(Writer, boolean) - Constructor for class org.apache.catalina.util.DOMWriter
 
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.InvokerServlet
Process a POST request for the specified resource.
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.SsiInvokerServlet
Process and forward the POST request to our requestHandler().
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.SnoopAllServlet
Process a POST request for the specified resource.
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.WebdavServlet
Process a POST request for the specified resource.
doUnlock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
UNLOCK Method.
driver - Variable in class org.apache.catalina.realm.JDBCRealm
Instance of the JDBC Driver class we use as a connection factory.
DRIVER_CLASS_NAME - Static variable in class org.apache.naming.factory.TyrexDataSourceFactory
 
DRIVER_NAME - Static variable in class org.apache.naming.factory.TyrexDataSourceFactory
 
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.
dump() - Method in class org.apache.catalina.connector.warp.WarpPacket
 

E

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.
empty - Static variable in class org.apache.catalina.connector.HttpRequestBase
An empty collection to use for returning empty Enumerations.
encode(byte[]) - Method in class org.apache.catalina.util.MD5Encoder
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
encode(byte[]) - Static method in class org.apache.catalina.util.Base64
Encodes hex octects into Base64.
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.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
 
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Encode the session identifier associated with this response into the specified redirect 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
 
encodeURL(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Encode the session identifier associated with this response into the specified URL, if necessary.
encoding - Variable in class org.apache.catalina.connector.ResponseBase
The character encoding associated with this Response.
end(SaxContext) - Method in class org.apache.catalina.util.xml.XmlAction
 
endChunk - Variable in class org.apache.catalina.connector.http.HttpRequestStream
True if the final chunk was found.
endDocument() - Method in class org.apache.catalina.util.xml.XmlMapper
 
endElement(String) - Method in class org.apache.catalina.util.xml.XmlMapper
 
Engine - interface org.apache.catalina.Engine.
An Engine is a Container that represents the entire Catalina servlet engine.
engineBase() - Method in class org.apache.catalina.core.StandardContext
Return a File object representing the base directory for the entire servlet container (i.e.
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
 
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
 
ENTRY - Static variable in class org.apache.naming.NamingEntry
 
enum - Variable in class org.apache.naming.NamingContextEnumeration
Underlying enumeration.
enum - Variable in class org.apache.naming.NamingContextBindingsEnumeration
Underlying enumeration.
enum - Variable in class org.apache.naming.resources.RecyclableNamingEnumeration
Underlying enumeration.
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(Iterator) - 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.
env - Variable in class org.apache.catalina.util.ProcessEnvironment
derived process environment
env - Variable in class org.apache.naming.SelectorContext
Environment.
env - Variable in class org.apache.naming.NamingContext
Environment.
env - Variable in class org.apache.naming.resources.BaseDirContext
Environment.
env - Variable in class org.apache.naming.resources.ProxyDirContext
Environment.
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
Error flag.
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.
error(SAXParseException) - Method in class org.apache.catalina.util.xml.XmlMapper
 
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
 
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.
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.
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(InputStream, File, String) - Method in class org.apache.catalina.core.StandardHost
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.core.StandardHost
Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
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.
expose(Request, Request) - Method in class org.apache.catalina.valves.CertificatesValve
Expose the certificate chain for this request, if there is one.
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
 
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.

F

facade - Variable in class org.apache.catalina.connector.ResponseBase
The facade associated with this response.
facade - Variable in class org.apache.catalina.connector.HttpResponseBase
The facade associated with this response.
facade - Variable in class org.apache.catalina.connector.RequestBase
The facade associated with this request.
facade - Variable in class org.apache.catalina.connector.HttpRequestBase
The facade associated with this request.
factory - Variable in class org.apache.catalina.loader.StandardClassLoader
URL stream handler for additional protocols.
FACTORY - Static variable in class org.apache.naming.factory.Constants
 
factoryType - Static variable in class org.apache.naming.factory.MailSessionFactory
The Java type for which this factory knows how to create objects.
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
 
FATAL - Static variable in interface org.apache.catalina.Logger
Verbosity level constants for log messages that may be filtered by the underlying logger.
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.
FileDirContext - class org.apache.naming.resources.FileDirContext.
Filesystem Directory Context implementation helper class.
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(FileDirContext, 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(FileDirContext, File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
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.
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
 
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.
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
 
fill() - Method in class org.apache.catalina.connector.http.SocketInputStream
Fill the internal buffer using data from the undelying input stream.
filter(String) - Static method in class org.apache.catalina.util.RequestUtil
Filter the specified message string for characters that are sensitive in HTML.
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
 
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.
findApplicationListeners() - Method in interface org.apache.catalina.Context
Return the set of application listener class names configured for this application.
findApplicationListeners() - Method in class org.apache.catalina.core.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.
findApplicationParameters() - Method in interface org.apache.catalina.Context
Return the set of application parameters for this application.
findApplicationParameters() - Method in class org.apache.catalina.core.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.
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.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.
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.
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.WebappClassLoader
Find the specified class in our local repositories, if possible.
findClass(String) - Method in class org.apache.catalina.loader.StandardClassLoader
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.
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.
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.
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 class org.apache.catalina.core.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.
findEjbs() - Method in interface org.apache.catalina.Context
Return the defined EJB resource references for this application.
findEjbs() - Method in class org.apache.catalina.core.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.
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 class org.apache.catalina.core.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.
findEnvironments() - Method in interface org.apache.catalina.Context
Return the set of defined environment entries for this web application.
findEnvironments() - Method in class org.apache.catalina.core.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.
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.
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(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 interface org.apache.catalina.Context
Return the error page entry for the specified Java exception type, 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.
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.
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 class org.apache.catalina.core.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.
findLifecycleListeners() - Method in class org.apache.catalina.loader.WebappClassLoader
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.connector.warp.WarpConnector
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.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.
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.
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.
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.
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.
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 class org.apache.catalina.core.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.
findParameters() - Method in interface org.apache.catalina.Context
Return the names of all defined context initialization parameters for this Context.
findParameters() - Method in class org.apache.catalina.core.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.
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.
findRepositories() - Method in interface org.apache.catalina.Loader
Return the set of repositories defined for this class loader.
findRepositories() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Return the set of repositories defined 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.
findRepositories() - Method in class org.apache.catalina.loader.StandardClassLoader
Return a String array of the current repositories 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.
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.
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.
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 class org.apache.catalina.core.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.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.
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.
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 class org.apache.catalina.core.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.
findResourceEnvRefs() - Method in interface org.apache.catalina.Context
Return the set of resource environment reference names for this web application.
findResourceEnvRefs() - Method in class org.apache.catalina.core.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.
findResourceInternal(String, String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find specified resource in local repositories.
findResourceParams() - Method in class org.apache.catalina.core.DefaultContext
Return the set of defined resource parameters for this web application.
findResources() - Method in interface org.apache.catalina.Context
Return the defined resource references for this application.
findResources() - Method in class org.apache.catalina.core.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(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Return an enumeration of URLs representing all of the resources with the given name.
findResources(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Return an enumeration of URLs representing all of the resources with the given name.
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.
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.
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 class org.apache.catalina.core.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.
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 class org.apache.catalina.core.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.
finish() - Method in class org.apache.catalina.connector.ResponseFacade
 
finish() - Method in class org.apache.catalina.connector.warp.WarpResponse.Stream
Flush this WarpResponse.Stream and close it.
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.RequestWrapper
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
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
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.ResponseWrapper
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
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
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.warp.WarpResponse
Flush output and finish.
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, 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, 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, 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, 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.
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.
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.
flush() - Method in class org.apache.catalina.connector.ResponseStream
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
Flush this stream, and cause the response to be committed.
flush() - Method in class org.apache.catalina.connector.warp.WarpResponse.Stream
Flush the current packet to the WARP client.
flush() - Method in class org.apache.catalina.util.ssi.SsiConfig
Initialize, run once per page being parsed.
flush(HttpServletRequest, HttpServletResponse, OutputStream, ServletContext, String, boolean) - Method in class org.apache.catalina.util.ssi.SsiMediator
Initialize and set up out enviroment, called from SsiInvokerServlet
flushBuffer() - Method in class org.apache.catalina.connector.ResponseBase
Flush the buffer and commit this response.
flushBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
flushBuffer() - Method in class org.apache.catalina.connector.HttpResponseBase
Flush the buffer and commit this response.
flushDate() - Method in class org.apache.catalina.util.ssi.SsiMediator
Flush the date and make us ready for a new request.
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
 
format - Variable in class org.apache.catalina.connector.HttpResponseBase
The date format we will use for creating date headers.
format - Static variable in class org.apache.naming.resources.ResourceAttributes
HTTP date format.
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.catalina.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
formats - Variable in class org.apache.catalina.connector.HttpRequestBase
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.
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
 

G

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.
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).
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(String) - Method in class org.apache.naming.resources.ResourceAttributes
Get attribute.
get(Thread) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
getAcceptCount() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the accept count for this Connector.
getAcceptCount() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the accept count for this Connector.
getAcceptCount() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the accept count for this Connector.
getAddress() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the bind IP address for this Connector.
getAddress() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the bind IP address for this Connector.
getAddress() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the IP address to which this Connector will bind to.
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.
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.
getAllRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
Was the "all roles" wildcard included in this authentication constraint?
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.
getAppBase() - Method in class org.apache.catalina.connector.warp.WarpConnector
Get the applications base directory for hosts created via WARP.
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.
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.connector.RequestFacade
 
getAttribute(String) - Method in class org.apache.catalina.connector.RequestBase
Return the specified request attribute if it exists; otherwise, return null.
getAttribute(String) - Method in class org.apache.catalina.connector.warp.WarpRequest
Process the SSL attributes
getAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttributeList(int) - Method in interface org.apache.catalina.util.xml.SaxContext
Access attributes of a particular tag
getAttributeList(int) - Method in class org.apache.catalina.util.xml.XmlMapper
 
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.connector.RequestFacade
 
getAttributeNames() - Method in class org.apache.catalina.connector.RequestBase
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.session.StandardSessionFacade
 
getAttributes(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the 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(Name, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves selected 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(Name, String[]) - Method in class org.apache.naming.resources.WARDirContext
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(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves all of the 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.ProxyDirContext
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(String, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves selected 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
 
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.RequestWrapper
Return the authorization credentials sent with this request.
getAuthorization() - Method in class org.apache.catalina.connector.RequestBase
Return the authorization credentials sent with this request.
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.HttpRequestFacade
 
getAuthType() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the authentication type used for this Request.
getAvailable() - Method in interface org.apache.catalina.Wrapper
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailable() - Method in interface org.apache.catalina.Context
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() - Method in class org.apache.catalina.core.StandardContext
Return the application available flag for this Context.
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).
getBody() - Method in interface org.apache.catalina.util.xml.SaxContext
Body of the last tag
getBody() - Method in class org.apache.catalina.util.xml.XmlMapper
 
getBoundContext() - Method in class org.apache.naming.SelectorContext
Get the bound context.
getBufferSize() - Method in class org.apache.catalina.connector.ResponseBase
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
Return the input buffer size for this Connector.
getBufferSize() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the input buffer size for this Connector.
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.naming.resources.BaseDirContext
Get cache TTL.
getCertificates() - Method in class org.apache.catalina.connector.warp.WarpCertificates
 
getCGIPath(String) - Method in class org.apache.catalina.util.ssi.SsiMediator
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.ResponseBase
Return the character encoding used for this Response.
getCharacterEncoding() - Method in class org.apache.catalina.connector.ResponseFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.RequestFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.RequestBase
Return the character encoding for this Request.
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.StandardLoader
Deprecated. Return the check interval for this Loader.
getCheckInterval() - Method in class org.apache.catalina.loader.WebappLoader
Return the check interval for this Loader.
getCheckInterval() - Method in class org.apache.catalina.session.StoreBase
Return the check interval (in seconds) for this Store.
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.PersistentManagerBase
Return the check interval (in seconds) for this Manager.
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.StandardLoader
Deprecated. 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.
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
getCommand(String) - Method in class org.apache.catalina.util.ssi.SsiMediator
Get the SsiCommand
getCommandPath(String) - Method in class org.apache.catalina.util.ssi.SsiMediator
 
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.
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.connector.warp.WarpRequest
Return the WarpConnection associated this instance of WarpResponse.
getConnection() - Method in class org.apache.catalina.connector.warp.WarpResponse
Return the WarpConnection associated this instance of WarpResponse.
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.JNDIRealm
Return the connection username for this Realm.
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
Return the connection timeout for this Connector.
getConnectionTimeout() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the connection timeout for this Connector.
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.ResponseWrapper
Return the Connector through which this Response is returned.
getConnector() - Method in class org.apache.catalina.connector.ResponseBase
Return the Connector through which this Response will be transmitted.
getConnector() - Method in class org.apache.catalina.connector.RequestWrapper
Return the Connector through which this Request was received.
getConnector() - Method in class org.apache.catalina.connector.RequestBase
Return the Connector through which this Request was received.
getConnector() - Method in class org.apache.catalina.connector.warp.WarpConnection
Return the WarpConnector associated with this connection.
getContainer() - Method in interface org.apache.catalina.Manager
Return the Container with which this Manager is associated.
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.Service
Return the Container that handles requests for all Connectors associated with this Service.
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.Connector
Return the Container used for processing requests received by this Connector.
getContainer() - Method in class org.apache.catalina.ContainerEvent
Return the Container on which this event occurred.
getContainer() - Method in interface org.apache.catalina.Cluster
Get the Container associated with our Cluster
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.Mapper
Return the Container with which this Mapper is associated.
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.cluster.StandardCluster
Get the Container associated with our Cluster
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.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.StandardService
Return the Container that handles requests for all Connectors associated with this Service.
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.loader.StandardLoader
Deprecated. Return the Container with which this Logger has been 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.authenticator.AuthenticatorBase
Return the Container to which this Valve is attached.
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.connector.http.HttpConnector
Return the Container used for processing requests received by this Connector.
getContainer() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the Container used for processing requests received by this Connector.
getContainer() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the Container instance which will process all requests received by this Connector.
getContainer() - Method in class org.apache.catalina.connector.warp.WarpLogger
Return the Container instance which will process all requests received by this Connector.
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() - Method in class org.apache.naming.resources.Resource
Content accessor.
getContent(Class[]) - Method in class org.apache.naming.resources.DirContextURLConnection
Get object content.
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.ResponseWrapper
Return the number of bytes actually written to the output stream.
getContentCount() - Method in class org.apache.catalina.connector.ResponseBase
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.ResponseWrapper
Return the content length that was set or calculated for this Response.
getContentLength() - Method in class org.apache.catalina.connector.ResponseBase
Return the content length that was set or calculated for this Response.
getContentLength() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentLength() - Method in class org.apache.catalina.connector.RequestBase
Return the content length for this Request.
getContentLength() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the content length value.
getContentLength() - Method in class org.apache.naming.resources.ResourceAttributes
Get content length.
getContentLength() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
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.ResponseWrapper
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.ResponseBase
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.RequestFacade
 
getContentType() - Method in class org.apache.catalina.connector.RequestBase
Return the content type for this Request.
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.ResponseWrapper
Return the Context with which this Response is associated.
getContext() - Method in class org.apache.catalina.connector.ResponseBase
Return the Context with which this Response is associated.
getContext() - Method in class org.apache.catalina.connector.RequestWrapper
Return the Context within which this Request is being processed.
getContext() - Method in class org.apache.catalina.connector.RequestBase
Return the Context within which this Request is being processed.
getContext() - Method in class org.apache.catalina.util.ProcessEnvironment
 
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
 
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.HttpRequestFacade
 
getContextPath() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the portion of the request URI used to select the Context of the Request.
getContextPath() - Method in class org.apache.catalina.util.ProcessEnvironment
 
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.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 interface org.apache.catalina.Context
Return the "use cookies for session ids" flag.
getCookies() - Method in class org.apache.catalina.core.DefaultContext
Return the "use cookies for session ids" flag.
getCookies() - Method in class org.apache.catalina.core.StandardContext
Return the "use cookies for session ids" flag.
getCookies() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getCookies() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getCookies() - Method in class org.apache.catalina.connector.HttpResponseBase
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.connector.HttpRequestBase
Return the set of Cookies received with this Request.
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.ResourceAttributes
Get creation time.
getCreation() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get creation time.
getCreationDate() - Method in class org.apache.naming.resources.ResourceAttributes
Get creation date.
getCreationDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
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 class org.apache.catalina.core.DefaultContext
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in class org.apache.catalina.core.StandardContext
Return the "allow crossing servlet contexts" flag.
getCurProcessors() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the current number of processors that have been created.
getCurProcessors() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the current number of processors that have been created.
getData() - Method in class org.apache.catalina.SessionEvent
Return the event data of this event.
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.
getDataStream() - Method in class org.apache.catalina.cluster.ReplicationWrapper
return our internal data as a array of bytes
getDate() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the last modified date.
getDate(String) - Method in class org.apache.catalina.util.ssi.SsiFlastmod
Get the date of a file and format it correctly
getDateHeader(String) - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getDateHeader(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Return the value of the specified date header, if any; otherwise return -1.
getDebug() - Method in interface org.apache.catalina.Cluster
Returns the debug level for this Cluster
getDebug() - Method in interface org.apache.catalina.cluster.ClusterSender
Get the debug level for this component
getDebug() - Method in interface org.apache.catalina.cluster.ClusterReceiver
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.core.ContainerBase
Return the debugging detail level for 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.StandardLoader
Deprecated. 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.loader.StandardClassLoader
Return the debugging detail level for this component.
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 class org.apache.catalina.realm.RealmBase
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the debug level.
getDebug() - Method in class org.apache.catalina.session.StoreBase
Return the debugging detail level for this Store.
getDebug() - Method in class org.apache.catalina.session.ManagerBase
Return the debugging detail level for this component.
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.HostConfig
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 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.UserConfig
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.util.xml.SaxContext
 
getDebug() - Method in class org.apache.catalina.util.xml.XmlMapper
 
getDebug() - Method in class org.apache.catalina.valves.CertificatesValve
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.
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.StandardLoader
Deprecated. Return the "follow standard delegation model" flag used to configure our ClassLoader.
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.
getDelegate() - Method in class org.apache.catalina.loader.StandardClassLoader
Return the "delegate first" flag for this class loader.
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.
getDescription() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the description of this web resource collection.
getDescription() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
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.FilterDef
 
getDescription() - Method in class org.apache.catalina.deploy.ContextResource
 
getDescription() - Method in class org.apache.catalina.deploy.ContextEjb
 
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() - Method in class org.apache.catalina.session.ManagerBase
Return the MessageDigest object to be used for calculating session identifiers.
getDigest(String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the digest associated with given principal's user name.
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.
getDirectoryName() - Method in class org.apache.catalina.startup.UserConfig
Return the directory name for user web applications.
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.SecurityConstraint
Return the display name of this security constraint.
getDisplayName() - Method in class org.apache.catalina.deploy.FilterDef
 
getDistributable() - Method in interface org.apache.catalina.Manager
Return the distributable flag for the sessions supported by this Manager.
getDistributable() - Method in interface org.apache.catalina.Context
Return the distributable flag for this web application.
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.session.JDBCStore
Return the driver for this Store.
getEnableLookups() - Method in interface org.apache.catalina.Connector
Return the "enable DNS lookups" flag.
getEnableLookups() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the "enable DNS lookups" flag.
getEnableLookups() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the "enable DNS lookups" flag.
getEnableLookups() - Method in class org.apache.catalina.connector.warp.WarpConnector
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.SelectorContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.NamingContext
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.
getError() - Method in class org.apache.catalina.util.ssi.SsiMediator
Return the current error message
getError() - Method in class org.apache.catalina.util.ssi.SsiConfig
Return the current error message.
getErrorCode() - Method in class org.apache.catalina.deploy.ErrorPage
Return the error code.
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.
getETag(DefaultServlet.ResourceInfo, boolean) - Method in class org.apache.catalina.servlets.DefaultServlet
Get the ETag associated with a file.
getETagValue(DefaultServlet.ResourceInfo, boolean) - Method in class org.apache.catalina.servlets.DefaultServlet
Get the ETag value associated with a file.
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.
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
Return the server socket factory used by this Container.
getFactory() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the server socket factory used by this Container.
getFactory() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the ServerSocketFactory used by this Connector to generate ServerSocket instances.
getFactoryClassName() - Method in class org.apache.naming.TransactionRef
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.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.
getFile() - Method in class org.apache.catalina.util.URL
Return the filename part of the URL.
getFilePath(String) - Method in class org.apache.catalina.util.ssi.SsiMediator
Return a path relative to the file being parsed, if they try to use "../" or have a trailing "/" we return null since that is not allowed within a SSI file directive.
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
 
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.HttpResponseWrapper
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.HttpRequestFacade
 
getHeader(String) - Method in class org.apache.catalina.connector.HttpResponseBase
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
Return the first value of the specified header, if any; otherwise, return null
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.HttpResponseWrapper
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.HttpRequestFacade
 
getHeaderNames() - Method in class org.apache.catalina.connector.HttpResponseBase
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.HttpRequestBase
Return the names of all headers received with this request.
getHeaders(String) - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getHeaders(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Return all of the values of the specified header, if any; otherwise, return an empty enumeration.
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.HttpResponseWrapper
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.HttpResponseBase
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.
getHome() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getHome() - Method in class org.apache.catalina.deploy.ContextEjb
 
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 class org.apache.catalina.startup.HomesUserDatabase
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.connector.warp.WarpRequest
 
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
 
getId() - Method in interface org.apache.catalina.Session
Return the session identifier for this session.
getId() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getIDs() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attribute IDs.
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.ResponseWrapper
Return the "processing inside an include" flag.
getIncluded() - Method in class org.apache.catalina.connector.ResponseBase
Return the "processing inside an include" flag.
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.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.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.Valve
Return descriptive information about this Valve 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.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.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.Connector
Return descriptive information about this Connector implementation.
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.ValveContext
Return descriptive information about this ValveContext implementation.
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.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.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.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.Logger
Return descriptive information about this Logger implementation and the corresponding version number, in the format <description>/<version>.
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.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.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.DefaultContext
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.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.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.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.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.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.StandardPipeline
Return descriptive information about this implementation class.
getInfo() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Return descriptive information about this Loader 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.authenticator.AuthenticatorBase
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.SingleSignOn
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.SSLAuthenticator
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.NonLoginAuthenticator
Return descriptive information about this Valve implementation.
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.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.connector.ResponseWrapper
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.ResponseBase
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.RequestWrapper
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
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.HttpRequestBase
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.http.HttpConnector
Return descriptive information about this Connector implementation.
getInfo() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return descriptive information about this Connector implementation.
getInfo() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return descriptive information about this Connector.
getInfo() - Method in class org.apache.catalina.session.StoreBase
Return the info for this Store.
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.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.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.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.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.startup.Embedded
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.startup.EmbeddedManager
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.ValveBase
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.RequestFilterValve
Return descriptive information about this Valve 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.RequestDumperValve
Return descriptive information about this Valve 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.ErrorReportValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.AccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteHostValve
Return descriptive information about this Valve implementation.
getInitialContext(Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Get a new (writable) initial context.
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
 
getInputStream() - Method in class org.apache.catalina.connector.RequestFacade
 
getInputStream() - Method in class org.apache.catalina.connector.RequestBase
Return the servlet input stream for this Request.
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.HttpRequestFacade
 
getIntHeader(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Return the value of the specified header as an integer, or -1 if there is no such header for this request.
getJarPath() - Method in class org.apache.catalina.loader.WebappClassLoader
Return the JAR path.
getJNDIUri(String, String) - Static method in class org.apache.catalina.core.ApplicationContext
Get full path, based on the host name and the context 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.
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
 
getKeystorePass() - 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() - 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.ResourceAttributes
Get last modified time.
getLastModified() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get last modified time.
getLastModifiedDate() - Method in class org.apache.naming.resources.ResourceAttributes
Get lastModified date.
getLastModifiedDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
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.ContextLocalEjb
 
getLink() - Method in class org.apache.catalina.deploy.ContextEjb
 
getLoader() - Method in interface org.apache.catalina.Container
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.DefaultContext
Return the Loader with which this Container is associated.
getLoaderClass() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Return the ClassLoader class name.
getLoaderClass() - Method in class org.apache.catalina.loader.WebappLoader
Return the ClassLoader class name.
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).
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
getLocale() - Method in class org.apache.catalina.connector.ResponseBase
Return the Locale assigned to this response.
getLocale() - Method in class org.apache.catalina.connector.ResponseFacade
 
getLocale() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocale() - Method in class org.apache.catalina.connector.RequestBase
Return the preferred Locale that the client will accept content in, based on the value for the first Accept-Language header that was encountered.
getLocales() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getLocales() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocales() - Method in class org.apache.catalina.connector.RequestBase
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.
getLocation() - Method in class org.apache.catalina.deploy.ErrorPage
Return the location.
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.ClusterSender
Get the Logger for this component
getLogger() - Method in interface org.apache.catalina.cluster.ClusterReceiver
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 interface org.apache.catalina.startup.EmbeddedManagerMBean
Return the Logger for this component.
getLogger() - Method in class org.apache.catalina.startup.EmbeddedManager
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.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.DefaultContext
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.StandardHost
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.StandardContext
Return the default Mapper class name.
getMaxActiveSessions() - Method in class org.apache.catalina.session.StandardManager
Return the maximum number of active Sessions allowed, or -1 for no limit.
getMaxActiveSessions() - Method in class org.apache.catalina.session.PersistentManagerBase
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
Return the maximum number of processors allowed, or <0 for unlimited.
getMaxProcessors() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the maximum number of processors allowed, or <0 for unlimited.
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.HttpResponseWrapper
Return the error message that was set with sendError() for this response.
getMessage() - Method in class org.apache.catalina.connector.HttpResponseBase
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.HttpRequestFacade
 
getMethod() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the HTTP request method used in this Request.
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.
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
 
getMinProcessors() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the minimum number of processors to start at initialization.
getMinProcessors() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the minimum number of processors to start at initialization.
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.Service
Return the name of this Service.
getName() - Method in interface org.apache.catalina.Host
Return the canonical, fully qualified, name of the virtual host this Container represents.
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.StandardCluster
Return a String containing the name of this Cluster 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.core.ContainerBase
Return a name string (suitable for use by humans) that describes this Container.
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.DefaultContext
The name of this DefaultContext
getName() - Method in class org.apache.catalina.core.StandardService
Return the name of this Service.
getName() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the name of this web resource collection.
getName() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getName() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getName() - Method in class org.apache.catalina.deploy.ResourceParams
 
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.ContextEjb
 
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.JNDIRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.