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.StandardHost
Add a child Container, only if the proposed child is an implementation of Context.
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.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.ContainerBase
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - Method in class org.apache.catalina.core.StandardContext
Add a child Container, only if the proposed child is an implementation of Wrapper.
addChild(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 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.
addConnector(Connector) - Method in class org.apache.catalina.startup.Embedded
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.HttpResponseBase
Add the specified Cookie to those that will be included with this Response.
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.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.StandardHost
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.StandardWrapper
Add a default Mapper implementation if none have been configured explicitly.
addDefaultMapper(String) - Method in class org.apache.catalina.core.ContainerBase
Add a default Mapper implementation if none have been configured explicitly.
addDefaultMapper(String) - Method in class org.apache.catalina.core.StandardContext
Add a default Mapper implementation if none have been configured explicitly.
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 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.
addEngine(Engine) - Method in class org.apache.catalina.startup.Embedded
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.HttpResponseBase
Add the specified header to the specified value.
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.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.FastEngineMapper
Add a lifecycle event 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.StandardServer
Add a LifecycleEvent 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.StandardPipeline
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.loader.WebappClassLoader
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.authenticator.SingleSignOn
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.logger.FileLogger
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.realm.RealmBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StandardManager
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StoreBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.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.Store
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.Manager
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Logger
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.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 class org.apache.catalina.core.ContainerBase
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.loader.StandardLoader
Deprecated. 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.WebappLoader
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.StandardLoader
Deprecated. 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.ProxyDirContext
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.
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. we are running a servlet 2.2 application).
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.CatalinaService
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.Catalina
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.ResourceAttributes
External attributes.
attributes - Variable in class org.apache.naming.resources.DirContextURLConnection
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.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.NonLoginAuthenticator
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.DigestAuthenticator
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.AuthenticatorBase
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.MemoryRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.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.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.JDBCRealm
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.WARDirContext
The WAR file.
base - Variable in class org.apache.naming.resources.FileDirContext
The document base directory.
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.ProxyDirContext
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, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes.
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, 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.ProxyDirContext
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, Attributes) - Method in class org.apache.naming.resources.WARDirContext
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.BaseDirContext
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.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.catalina.authenticator.AuthenticatorBase
Should we cache authenticated Principals if the request is part of an HTTP session?
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.ProxyDirContext
Max size of resources which will have their content cached.
cacheObjectMaxSize - Variable in class org.apache.naming.resources.BaseDirContext
Max size of resources which will have their content cached.
cacheTTL - Variable in class org.apache.naming.resources.ProxyDirContext
Cache TTL.
cacheTTL - Variable in class org.apache.naming.resources.BaseDirContext
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: If this request was not received on an SSL socket, simply pass it on unmodified.
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(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 Exposes a run method used to actually invoke the CGI.
CGIServlet.CGIRunner(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.JDBCStore
Remove all of the Sessions in 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.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.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.RequestStream
Close this input stream.
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.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.warp.WarpResponse.Stream
Flush this WarpResponse.Stream and close it.
close() - Method in class org.apache.catalina.connector.warp.WarpRequest.Stream
 
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.NamingContextBindingsEnumeration
Closes this enumeration.
close() - Method in class org.apache.naming.NamingContext
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() - Method in class org.apache.naming.resources.BaseDirContext
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.ResponseStream
Has this stream been closed?
closed - Variable in class org.apache.catalina.connector.RequestStream
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.ResourceAttributes
Collection flag.
collection - Variable in class org.apache.naming.resources.DirContextURLConnection
Associated DirContext.
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.ProxyDirContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.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.ProxyDirContext
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.
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.authenticator.Constants.
 
Constants - class org.apache.catalina.logger.Constants.
Manifest constants for the org.apache.catalina.logger 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.realm.Constants.
Manifest constants for this Java package.
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.authenticator.Constants
 
Constants() - Constructor for class org.apache.catalina.logger.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.realm.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.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.realm.RealmBase
The Container with which this Realm is associated.
container - Variable in class org.apache.catalina.session.ManagerBase
The Container with which this Manager is associated.
container - Variable in class org.apache.catalina.valves.ValveBase
The Container whose pipeline this Valve is a component of.
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.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.realm.JNDIRealm
The directory context linking us to our directory server.
context - Variable in class org.apache.catalina.servlets.ManagerServlet
The Context container associated with our web application.
context - Variable in class org.apache.naming.resources.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.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.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.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.ResponseStream
The number of bytes which have already been written to this stream.
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.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 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.
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.
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.
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.
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 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.
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.
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.
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.
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.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.ManagerBase
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession() - Method in class org.apache.catalina.session.PersistentManagerBase
Return a new session object as long as the number of active sessions does not exceed maxActiveSessions.
createSession() - Method in class org.apache.catalina.session.DistributedManager
Create a Session and replicate it in our Cluster
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) - 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 interface org.apache.catalina.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, and is bound to a the specified port.
createSocket(int, int) - Method in 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) - 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 interface org.apache.catalina.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int, int, InetAddress) - Method in class org.apache.catalina.net.SSLServerSocketFactory
Return a server socket that uses the specified interface on the host, and is bound to a specified port, and uses the specified connection backlog.
createSocket(int, 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 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.
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.ProxyDirContext
Creates and binds a new context.
createSubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
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.ProxyDirContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
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.BaseDirContext
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.SingleSignOn
The debugging detail level for 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.realm.RealmBase
The debugging detail level for this component.
debug - Variable in class org.apache.catalina.servlets.DefaultServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.servlets.ManagerServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.session.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.ResourceEnvRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.EjbRef
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(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. the usual Java2 delegation model)?
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. the usual Java2 delegation model)?
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.InvokerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.servlets.DefaultServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.servlets.ManagerServlet
Finalize this servlet.
destroy() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Destroy servlet container (if any is running).
destroy() - Method in class org.apache.catalina.startup.EmbeddedManager
Destroy servlet container (if any is running).
destroy() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
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 interface org.apache.naming.NamingServiceMBean
Destroy servlet container (if any is running).
destroy() - Method in class org.apache.naming.NamingService
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.ProxyDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.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.WARDirContext
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.BaseDirContext
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.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.SsiInvokerServlet
Process and forward the GET request to our requestHandler().
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.HTMLManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Provides CGI Gateway service
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.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.CGIServlet
Provides CGI Gateway service -- delegates to doGet
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. the Engine container if present).
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.WARDirContext
WAR entries.
entries - Variable in class org.apache.naming.resources.RecyclableNamingEnumeration
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.ProxyDirContext
Environment.
env - Variable in class org.apache.naming.resources.BaseDirContext
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.CatalinaService
Execute the processing that has been configured from the command line.
execute() - Method in class org.apache.catalina.startup.Catalina
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(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResource
 
FileDirContext.FileResourceAttributes - class org.apache.naming.resources.FileDirContext.FileResourceAttributes.
This specialized resource attribute implementation does some lazy reading (to speed up simple checks, like checking the last modified date).
FileDirContext.FileResourceAttributes(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
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}.
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.WebappLoader
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.StandardLoader
Deprecated. 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.ResponseWriter
Flush this stream, and cause the response to be committed.
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.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.ResponseFacade
 
flushBuffer() - Method in class org.apache.catalina.connector.ResponseBase
Flush the buffer and commit this response.
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.ApplicationContextFacade
 
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.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 class org.apache.catalina.util.xml.XmlMapper
 
getAttributeList(int) - Method in interface org.apache.catalina.util.xml.SaxContext
Access attributes of a particular tag
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
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.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.ProxyDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves selected 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) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves selected attributes associated with a named object.
getAttributes(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.BaseDirContext
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 class org.apache.catalina.util.xml.XmlMapper
 
getBody() - Method in interface org.apache.catalina.util.xml.SaxContext
Body of the last tag
getBoundContext() - Method in class org.apache.naming.SelectorContext
Get the bound context.
getBufferSize() - Method in class org.apache.catalina.connector.ResponseFacade
 
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.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.ResponseFacade
 
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.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 class org.apache.catalina.cluster.StandardCluster
Get the time in seconds this Cluster sleeps
getCheckInterval() - Method in class org.apache.catalina.cluster.MulticastReceiver
Get the time in seconds 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.loader.WebappLoader
Return the check interval for this Loader.
getCheckInterval() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Return the check interval for this Loader.
getCheckInterval() - Method in class org.apache.catalina.session.StandardManager
Return the check interval (in seconds) for this Manager.
getCheckInterval() - Method in class org.apache.catalina.session.StoreBase
Return the check interval (in seconds) for this Store.
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.WebappLoader
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() - 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.StandardCluster
Return the name of the cluster that this Server is currently configured to operate within.
getClusterName() - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
getClusterReceiver(String) - Method in interface org.apache.catalina.Cluster
Returns a ClusterReceiver which is the interface to use when receiving information in the Cluster. senderId is used as a indentifier, only information send through the ClusterSender with the same senderId can be received.
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. senderId is used as a indentifier, only information send through the ClusterSender with the same senderId can be received.
getClusterSender(String) - Method in interface org.apache.catalina.Cluster
Returns a ClusterSender which is the interface to use when sending information in the Cluster. senderId is used as a identifier so that information sent through this instance can only be used with the respectice ClusterReceiver
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. senderId is used as a identifier so that information sent through this instance can only be used with the respectice ClusterReceiver
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.WarpResponse
Return the WarpConnection associated this instance of WarpResponse.
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.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.Contained
Return the Container with which this instance is associated (if any); otherwise return null.
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.Mapper
Return the Container with which this Mapper is associated.
getContainer() - Method in class org.apache.catalina.ContainerEvent
Return the Container on which this event occurred.
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.Cluster
Get the Container associated with our Cluster
getContainer() - Method in interface org.apache.catalina.Manager
Return the Container with which this Manager is associated.
getContainer() - Method in interface org.apache.catalina.Logger
Return the Container with which this Logger has been associated.
getContainer() - Method in interface org.apache.catalina.Loader
Return the Container with which this Loader 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.cluster.StandardCluster
Get the Container associated with our Cluster
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.StandardEngineMapper
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.FastEngineMapper
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.StandardPipeline
Return the Container with which this Pipeline is 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.loader.StandardLoader
Deprecated. 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.logger.LoggerBase
Return the Container with which this Logger 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.realm.RealmBase
Return the Container with which this Realm has been associated.
getContainer() - Method in class org.apache.catalina.session.ManagerBase
Return the Container with which this Manager is associated.
getContainer() - Method in class org.apache.catalina.valves.ValveBase
Return the Container with which this Valve is associated, if any.
getContent() - Method in class org.apache.naming.resources.DirContextURLConnection
Get object content.
getContent() - 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.ResourceAttributes
Get content length.
getContentLength() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get content length.
getContentLength() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the content length value.
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.ApplicationContextFacade
 
getContext(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a ServletContext object that corresponds to a specified URI on the server.
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.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.HttpRequestFacade
 
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.LifecycleEvent
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.SessionEvent
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 class org.apache.catalina.cluster.StandardCluster
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 interface org.apache.catalina.cluster.ClusterReceiver
Get the debug level for this component
getDebug() - Method in interface org.apache.catalina.cluster.ClusterSender
Get the debug level for this component
getDebug() - Method in class org.apache.catalina.core.StandardWrapper
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.core.ContainerBase
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.loader.WebappLoader
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.StandardLoader
Deprecated. 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.SingleSignOn
Return the debugging detail level.
getDebug() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
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.realm.RealmBase
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.session.StoreBase
Return the debugging detail level for this Store.
getDebug() - Method in class org.apache.catalina.session.ManagerBase
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.startup.HostConfig
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.startup.UserConfig
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.startup.EngineConfig
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.EmbeddedManager
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.startup.Embedded
Return the debugging detail level for this component.
getDebug() - Method in class org.apache.catalina.startup.ContextConfig
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.util.xml.XmlMapper
 
getDebug() - Method in interface org.apache.catalina.util.xml.SaxContext
 
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.WebappLoader
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.StandardLoader
Deprecated. 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.ContextResource
 
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.ContextEnvironment
 
getDescription() - Method in class org.apache.catalina.deploy.ContextEjb
 
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
 
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.FilterDef
 
getDisplayName() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the display name of this security constraint.
getDistributable() - Method in interface org.apache.catalina.Context
Return the distributable flag for this web application.
getDistributable() - Method in interface org.apache.catalina.Manager
Return the distributable flag for the sessions supported by this Manager.
getDistributable() - Method in class org.apache.catalina.core.StandardContext
Return the distributable flag for this web application.
getDistributable() - Method in class org.apache.catalina.session.ManagerBase
Return the distributable flag for the sessions supported by this Manager.
getDocBase() - Method in interface org.apache.catalina.Context
Return the document root for this Context.
getDocBase() - Method in class org.apache.catalina.core.StandardContext
Return the document root for this Context.
getDocBase() - Method in class org.apache.naming.resources.ProxyDirContext
Return the document root for this component.
getDocBase() - Method in class org.apache.naming.resources.BaseDirContext
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.ProxyDirContext
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.
getError() - Method in class org.apache.catalina.util.ssi.SsiConfig
Return the current error message.
getError() - Method in class org.apache.catalina.util.ssi.SsiMediator
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.ResourceEnvRef
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.
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.FilterMap
 
getFilterName() - Method in class org.apache.catalina.deploy.FilterDef
 
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.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.HttpRequestFacade
 
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.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.HttpRequestFacade
 
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 interface org.apache.catalina.startup.UserDatabase
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.
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.Store
Return descriptive information about this Store implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Valve
Return descriptive information about this Valve implementation.
getInfo() - Method in interface org.apache.catalina.ValveContext
Return descriptive information about this ValveContext implementation.
getInfo() - Method in interface org.apache.catalina.Server
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Service
Return descriptive information about this Service implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.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.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.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.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.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.Logger
Return descriptive information about this Logger implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.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.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.Connector
Return descriptive information about this Connector implementation.
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 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.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.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.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.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.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.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.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.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.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.authenticator.SSLAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.FormAuthenticator
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.BasicAuthenticator
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.AuthenticatorBase
Return descriptive information about this Valve implementation.
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.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.realm.MemoryRealm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.RealmBase
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.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.PersistentManager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.JDBCStore
Return the info for this Store.
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.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.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 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.startup.Embedded
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.valves.RequestDumperValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteHostValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.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.ErrorReportValve
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.CertificatesValve
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.ValveBase
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.StandardWrapperFacade
 
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.ApplicationContextFacade
 
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.
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
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.ApplicationContextFacade
 
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.
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.ResourceAttributes
Get last modified time.
getLastModified() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get last modified time.
getLastModified() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the last modified date.
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.DefaultContext
Return the Loader with which this Container is associated.
getLoader() - Method in class org.apache.catalina.core.ContainerBase
Return the Loader with which this Container is associated.
getLoaderClass() - Method in class org.apache.catalina.loader.WebappLoader
Return the ClassLoader class name.
getLoaderClass() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. 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.ResponseFacade
 
getLocale() - Method in class org.apache.catalina.connector.ResponseBase
Return the Locale assigned to this response.
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 class org.apache.catalina.cluster.ClusterSessionBase
Get the Logger for this component
getLogger() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Get the Logger for this component
getLogger() - Method in interface org.apache.catalina.cluster.ClusterSender
Get the Logger for this component
getLogger() - Method in class org.apache.catalina.core.ContainerBase
Return the Logger with which this Container is associated.
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.
getLogger() - Method in class org.apache.catalina.startup.Embedded
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.ApplicationContextFacade
 
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContext
Return the major version of the Java Servlet API that we implement.
getManager() - Method in interface org.apache.catalina.Store
Return the Manager instance associated with this Store.
getManager() - Method in interface org.apache.catalina.Session
Return the Manager within which this Session is valid.
getManager() - Method in interface org.apache.catalina.Container
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.core.ContainerBase
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. -1 means sessions are not backed up.
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.Session
Return the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
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 class org.apache.catalina.session.StandardSessionFacade
 
getMaxInactiveInterval() - Method in class org.apache.catalina.session.ManagerBase
Return the default maximum inactive interval (in seconds) for Sessions created by this Manager.
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.ApplicationContextFacade
 
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.
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.ApplicationContextFacade
 
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContext
Return the minor version of the Java Servlet API that we implement.
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.Host
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - Method in interface org.apache.catalina.Service
Return the name of this Service.
getName() - Method in interface org.apache.catalina.Container
Return a name string (suitable for use by humans) that describes this Container.
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.cluster.MulticastReceiver
Return a String containing the name of this implementation, used for logging
getName() - Method in class org.apache.catalina.cluster.ClusterSessionBase
 
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.core.ContainerBase
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in class org.apache.catalina.deploy.ResourceParams
 
getName() - Method in class org.apache.catalina.deploy.ContextResource
 
getName() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getName() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getName() - Method in class org.apache.catalina.deploy.ContextEjb
 
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.realm.MemoryRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.JNDIRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.RealmBase
Return a short name for this Realm implementation, for use in log messages.
getName() - Method in class org.apache.catalina.realm.JDBCRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getName() - Method in class org.apache.catalina.session.StandardManager
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.PersistentManager
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.ManagerBase
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.DistributedManager
Return the descriptive short name of this Manager implementation.
getName() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Retruns the Catalina component name.
getName() - Method in class org.apache.catalina.startup.EmbeddedManager
Retruns the Catalina component name.
getName() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Retruns the Catalina component name.
getName() - Method in class org.apache.catalina.startup.CatalinaManager
Retruns the Catalina component name.
getName() - Method in interface org.apache.naming.NamingServiceMBean
Retruns the JNDI component name.
getName() - Method in class org.apache.naming.NamingService
Retruns the Catalina component name.
getName() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getName() - Method in class org.apache.naming.resources.ResourceAttributes
Get name.
getName() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get name.
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a RequestDispatcher object that acts as a wrapper for the named servlet.
getNameInNamespace() - Method in class org.apache.naming.SelectorContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.NamingContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.WARDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.FileDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the parser associated with the named context.
getNote(String) - Method in interface org.apache.catalina.Request
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNote(String) - Method in interface org.apache.catalina.Session
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.connector.RequestBase
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNoteNames() - Method in interface org.apache.catalina.Request
Return an Iterator containing the String names of all notes bindings that exist for this request.
getNoteNames() - Method in interface org.apache.catalina.Session
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNoteNames() - Method in class org.apache.catalina.connector.RequestBase
Return an Iterator containing the String names of all notes bindings that exist for this request.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.TyrexTransactionFactory
Crete a new User transaction instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.TyrexDataSourceFactory
Crete a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.TransactionFactory
Crete a new User transaction instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.SendMailFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceFactory
Crete a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceEnvFactory
Crete a new Resource env instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.MailSessionFactory
Create and return an object instance based on the specified characteristics.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.EjbFactory
Crete a new EJB instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.BeanFactory
Create a new Bean instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Crete a new Context's instance.
getObjects() - Method in class org.apache.catalina.cluster.MulticastReceiver
Receive the objects currently in our stack and clear if afterwards.
getObjects() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Get an array of objects that has been received by this component.
getObjectStack() - Method in class org.apache.catalina.util.xml.XmlMapper
 
getObjectStack() - Method in interface org.apache.catalina.util.xml.SaxContext
We maintain a stack to keep java objects that are generated as result of parsing.
getOutputStream() - Method in class org.apache.catalina.connector.ResponseFacade
 
getOutputStream() - Method in class org.apache.catalina.connector.ResponseBase
Return the servlet output stream associated with this Response.
getOutputStream() - Method in class org.apache.catalina.util.ssi.ResponseIncludeWrapper
Return a OutputStream, throws and exception if a printwriter already been returned.
getOverride() - Method in interface org.apache.catalina.Context
Return the override flag for this web application.
getOverride() - Method in class org.apache.catalina.core.StandardContext
Return the DefaultContext override flag for this web application.
getOverride() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getOverride() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getPacket() - Method in class org.apache.catalina.connector.warp.WarpResponse
Return the WarpPacket instance used to process headers.
getParameter(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameter(String) - Method in class org.apache.catalina.connector.RequestBase
Return the value of the specified request parameter, if any; otherwise, return null.
getParameter(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Return the value of the specified request parameter, if any; otherwise, return null.
getParameterMap() - Method in class org.apache.catalina.deploy.FilterDef
 
getParameterMap() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterMap() - Method in class org.apache.catalina.connector.RequestBase
Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.apache.catalina.connector.HttpRequestBase
Returns a Map of the parameters of this request.
getParameterNames() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getParameterNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterNames() - Method in class org.apache.catalina.connector.RequestBase
Return the names of all defined request parameters for this request.
getParameterNames() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the names of all defined request parameters for this request.
getParameters() - Method in class org.apache.catalina.deploy.ResourceParams
 
getParameters() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI query parameters
getParameters() - Method in class org.apache.catalina.util.CGIProcessEnvironment
Gets process' derived query parameters
getParameterValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
getParameterValues(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterValues(String) - Method in class org.apache.catalina.connector.RequestBase
Return the defined values for the specified request parameter, if any; otherwise, return null.
getParameterValues(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Return the defined values for the specified request parameter, if any; otherwise, return null.
getParent() - Method in interface org.apache.catalina.Container
Return the Container for which this Container is a child, if there is one.
getParent() - Method in class org.apache.catalina.core.DefaultContext
Return the Container for which this Container is a child, if there is one.
getParent() - Method in class org.apache.catalina.core.ContainerBase
Return the Container for which this Container is a child, if there is one.
getParentClassLoader() - Method in interface org.apache.catalina.Container
Return the parent class loader (if any) for web applications.
getParentClassLoader() - Method in class org.apache.catalina.core.ContainerBase
Return the parent class loader (if any) for this web application.
getPassword() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getPassword(String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.RealmBase
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the password associated with the given principal's user name.
getPath() - Method in interface org.apache.catalina.Context
Return the context path for this web application.
getPath() - Method in class org.apache.catalina.core.StandardContext
Return the context path for this Context.
getPath() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Path accessor.
getPath() - Method in class org.apache.catalina.startup.CatalinaManager
Path accessor.
getPath() - Method in class org.apache.catalina.util.URL
Return the path part of the URL.
getPathInfo() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getPathInfo() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the path information associated with this Request.
getPathname() - Method in class org.apache.catalina.realm.MemoryRealm
Return the pathname of our XML file containing user definitions.
getPathname() - Method in class org.apache.catalina.session.StandardManager
Return the session persistence pathname, if any.
getPathTranslated() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getPathTranslated() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the extra path information for this request, translated to a real path.
getPattern() - Method in class org.apache.catalina.valves.AccessLogValve
Return the format pattern.
getPermission() - Method in class org.apache.naming.resources.DirContextURLConnection
Get the Permission for this URL
getPermissions(CodeSource) - Method in class org.apache.catalina.loader.WebappClassLoader
Get the Permissions for a CodeSource.
getPermissions(CodeSource) - Method in class org.apache.catalina.loader.StandardClassLoader
Get the Permissions for a CodeSource.
getPipeline() - Method in class org.apache.catalina.core.ContainerBase
Return the Pipeline object that manages the Valves associated with this Container.
getPort() - Method in interface org.apache.catalina.Server
Return the port number we listen to for shutdown commands.
getPort() - Method in class org.apache.catalina.core.StandardServer
Return the port number we listen to for shutdown commands.
getPort() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the port number on which we listen for HTTP requests.
getPort() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the port number on which we listen for HTTP requests.
getPort() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the port to which this Connector will bind to.
getPort() - Method in class org.apache.catalina.util.URL
Return the port number part of the URL.
getPostInput(Hashtable) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Gets a string for input to a POST cgi script
getPostInput(Hashtable) - Method in class org.apache.catalina.util.ProcessHelper
Gets a string for input to a POST cgi script
getPrefix() - Method in class org.apache.catalina.logger.FileLogger
Return the log file prefix.
getPrefix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file prefix.
getPrincipal() - Method in interface org.apache.catalina.Session
Return the authenticated Principal that is associated with this Session.
getPrincipal(String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the Principal associated with the given user name.
getPrivileged() - Method in interface org.apache.catalina.Context
Return the privileged flag for this web application.
getPrivileged() - Method in class org.apache.catalina.core.StandardContext
Return the privileged flag for this web application.
getProtocol() - Method in interface org.apache.catalina.Mapper
Return the protocol for which this Mapper is responsible.
getProtocol() - Method in class org.apache.catalina.core.StandardHostMapper
Return the protocol for which this Mapper is responsible.
getProtocol() - Method in class org.apache.catalina.core.StandardEngineMapper
Return the protocol for which this Mapper is responsible.
getProtocol() - Method in class org.apache.catalina.core.StandardContextMapper
Return the protocol for which this Mapper is responsible.
getProtocol() - Method in class org.apache.catalina.core.FastEngineMapper
Return the protocol for which this Mapper is responsible.
getProtocol() - Method in class org.apache.catalina.connector.HttpResponseBase
Return the HTTP protocol version implemented by this response object.
getProtocol() - Method in class org.apache.catalina.connector.RequestFacade
 
getProtocol() - Method in class org.apache.catalina.connector.RequestBase
Return the protocol and version used to make this Request.
getProtocol() - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
getProtocol() - Method in class org.apache.catalina.util.URL
Return the protocol name part of the URL.
getProxyName() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the proxy server name for this Connector.
getProxyName() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the proxy server name for this Connector.
getProxyPort() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the proxy server port for this Connector.
getProxyPort() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the proxy server port for this Connector.
getPublicId() - Method in interface org.apache.catalina.Context
Return the public identifier of the deployment descriptor DTD that is currently being parsed.
getPublicId() - Method in class org.apache.catalina.core.StandardContext
Return the public identifier of the deployment descriptor DTD that is currently being parsed.
getPublicId() - Method in class org.apache.catalina.util.xml.XmlMapper
 
getPublicId() - Method in interface org.apache.catalina.util.xml.SaxContext
 
getQuery() - Method in class org.apache.catalina.util.URL
Return the query part of the URL.
getQueryString() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getQueryString() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getQueryString() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the query string associated with this request.
getRandom() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the random number generator instance we should use for generating session identifiers.
getRandom() - Method in class org.apache.catalina.session.ManagerBase
Return the random number generator instance we should use for generating session identifiers.
getRandomClass() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the random number generator class name.
getRandomClass() - Method in class org.apache.catalina.session.ManagerBase
Return the random number generator class name.
getReader() - Method in class org.apache.catalina.connector.RequestFacade
 
getReader() - Method in class org.apache.catalina.connector.RequestBase
Read the Reader wrapping the input stream for this Request.
getRealm() - Method in interface org.apache.catalina.Container
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.core.ContainerBase
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRealm() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Return the default Realm for our Containers.
getRealm() - Method in class org.apache.catalina.startup.EmbeddedManager
Return the default Realm for our Containers.
getRealm() - Method in class org.apache.catalina.startup.Embedded
Return the default Realm for our Containers.
getRealmName() - Method in class org.apache.catalina.deploy.LoginConfig
 
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the real path for a given virtual path, if possible; otherwise return null.
getRealPath(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRealPath(String) - Method in class org.apache.catalina.connector.RequestBase
Deprecated. As of version 2.1 of the Java Servlet API, use ServletContext.getRealPath().
getRedirectPort() - Method in interface org.apache.catalina.Connector
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRedirectPort() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRedirectPort() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRedirectPort() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRef() - Method in class org.apache.catalina.util.URL
Return the reference part of the URL.
getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Return the relative path associated with this servlet.
getReloadable() - Method in interface org.apache.catalina.Context
Return the reloadable flag for this web application.
getReloadable() - Method in interface org.apache.catalina.Loader
Return the reloadable flag for this Loader.
getReloadable() - Method in class org.apache.catalina.core.DefaultContext
Return the reloadable flag for this web application.
getReloadable() - Method in class org.apache.catalina.core.StandardContext
Return the reloadable flag for this web application.
getReloadable() - Method in class org.apache.catalina.loader.WebappLoader
Return the reloadable flag for this Loader.
getReloadable() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Return the reloadable flag for this Loader.
getRemote() - Method in class org.apache.catalina.deploy.ContextEjb
 
getRemoteAddr() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteAddr() - Method in class org.apache.catalina.connector.RequestBase
Return the remote IP address making this Request.
getRemoteClusterMembers() - Method in interface org.apache.catalina.Cluster
Returns a collection containing ClusterMemberInfo on the remote members of this Cluster.
getRemoteClusterMembers() - Method in class org.apache.catalina.cluster.StandardCluster
Returns a collection containing ClusterMemberInfo on the remote members of this Cluster.
getRemoteHost() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteHost() - Method in class org.apache.catalina.connector.RequestBase
Return the remote host name making this Request.
getRemoteUser() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getRemoteUser() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the name of the remote user that has been authenticated for this Request.
getReporter() - Method in interface org.apache.catalina.Response
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getReporter() - Method in class org.apache.catalina.connector.ResponseWrapper
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getReporter() - Method in class org.apache.catalina.connector.ResponseBase
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getRequest() - Method in class org.apache.catalina.InstanceEvent
Return the servlet request for which this event occurred.
getRequest() - Method in interface org.apache.catalina.Request
Return the ServletRequest for which this object is the facade.
getRequest() - Method in interface org.apache.catalina.Response
Return the Request with which this Response is associated.
getRequest() - Method in class org.apache.catalina.connector.ResponseWrapper
Return the Request with which this Response is associated.
getRequest() - Method in class org.apache.catalina.connector.ResponseBase
Return the Request with which this Response is associated.
getRequest() - Method in class org.apache.catalina.connector.RequestWrapper
Return the ServletRequest for which this object is the facade.
getRequest() - Method in class org.apache.catalina.connector.RequestBase
Return the ServletRequest for which this object is the facade.
getRequest() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the ServletRequest for which this object is the facade.
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a RequestDispatcher instance that acts as a wrapper for the resource at the given path.
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.RequestBase
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestedSessionId() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getRequestedSessionId() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the session identifier included in this request, if any.
getRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getRequestURI() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getRequestURI() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the request URI for this request.
getRequestURL() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getRequestURL() - Method in class org.apache.catalina.connector.HttpRequestBase
Reconstructs the URL the client used to make the request.
getRequired(Manifest) - Static method in class org.apache.catalina.loader.Extension
Return the set of Extension objects representing optional packages that are required by the application contained in the JAR file associated with the specified Manifest.
getResource(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResource(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the URL to the resource that is mapped to a specified path.
getResource(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the resource with the given name.
getResource(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Find the resource with the given name.
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the requested resource as an InputStream.
getResourceAsStream(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourceAsStream(String) - Method in class org.apache.catalina.loader.StandardClassLoader
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a Set containing the resource paths of resources member of the specified collection.
getResources() - Method in interface org.apache.catalina.Container
Return the Resources with which this Container is associated.
getResources() - Method in class org.apache.catalina.core.DefaultContext
Get the resources DirContext object with which this Container is associated.
getResources() - Method in class org.apache.catalina.core.ContainerBase
Return the resources DirContext object with which this Container is associated.
getResources() - Method in class org.apache.catalina.core.ApplicationContext
Return the resources object that is mapped to a specified path.
getResources() - Method in class org.apache.catalina.servlets.DefaultServlet
Get resources.
getResourceType() - Method in class org.apache.naming.resources.ResourceAttributes
Get resource type.
getResourceType() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get resource type.
getResponse() - Method in class org.apache.catalina.InstanceEvent
Return the servlet response for which this event occurred.
getResponse() - Method in interface org.apache.catalina.Request
Return the Response with which this Request is associated.
getResponse() - Method in interface org.apache.catalina.Response
Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.connector.ResponseWrapper
Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.connector.ResponseBase
Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.connector.HttpResponseBase
Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.connector.RequestWrapper
Return the Response with which this Request is associated.
getResponse() - Method in class org.apache.catalina.connector.RequestBase
Return the Response with which this Request is associated.
getRoleBase() - Method in class org.apache.catalina.realm.JNDIRealm
Return the base element for role searches.
getRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
Return the role name attribute name for this Realm.
getRoles() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRoles(DirContext, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return a List of roles associated with the user with the specified distinguished name.
getRoleSearch() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting roles in this Realm.
getRoleSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
Return the "search subtree for roles" flag.
getRoot() - Method in class org.apache.catalina.util.xml.XmlMapper
 
getRoot() - Method in interface org.apache.catalina.util.xml.SaxContext
The root object is either set by caller before starting the parse or can be created using the first tag.
getRunAs() - Method in interface org.apache.catalina.Wrapper
Return the run-as identity for this servlet.
getRunAs() - Method in class org.apache.catalina.core.StandardWrapper
Return the run-as identity for this servlet.
getSaveOnRestart() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates whether sessions are saved when the Manager is shut down properly.
getSchema(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the schema associated with the named object.
getSchema(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the schema associated with the named object.
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getScheme() - Method in interface org.apache.catalina.Connector
Return the scheme that will be assigned to requests received through this connector.
getScheme() - Method in class org.apache.catalina.connector.RequestFacade
 
getScheme() - Method in class org.apache.catalina.connector.RequestBase
Return the scheme used to make this Request.
getScheme() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the scheme that will be assigned to requests received through this connector.
getScheme() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the scheme that will be assigned to requests received through this connector.
getScheme() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the scheme that will be assigned to requests received through this connector.
getScope() - Method in class org.apache.catalina.deploy.ContextResource
 
getSecure() - Method in interface org.apache.catalina.Connector
Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the secure connection flag that will be assigned to requests received through this connector.
getSenderId() - Method in class org.apache.catalina.cluster.ReplicationWrapper
get the sender id for this wrapper
getSenderId() - Method in class org.apache.catalina.cluster.ClusterSessionBase
get the senderId used to identify messages being send or received in a Cluster.
getSenderId() - Method in interface org.apache.catalina.cluster.ClusterReceiver
get the senderId used to identify messages being received in a Cluster.
getSenderId() - Method in interface org.apache.catalina.cluster.ClusterSender
get the senderId used to identify messages being sent in a Cluster.
getServer() - Static method in class org.apache.catalina.ServerFactory
Return the singleton Server instance for this JVM.
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContext
Return the name and version of the servlet container.
getServerName() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerName() - Method in class org.apache.catalina.connector.RequestBase
Return the server name responding to this Request.
getServerPort() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerPort() - Method in class org.apache.catalina.connector.RequestBase
Return the server port responding to this Request.
getServerVariable(String) - Method in class org.apache.catalina.util.ssi.SsiMediator
Get a server variable
getServerVersion() - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
getService() - Method in interface org.apache.catalina.Engine
Return the Service with which we are associated (if any).
getService() - Method in interface org.apache.catalina.Connector
Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.core.StandardEngine
Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.connector.http10.HttpConnector
Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.connector.warp.WarpConnector
Return the Service with which we are associated (if any).
getServlet() - Method in class org.apache.catalina.InstanceEvent
Return the servlet instance for which this event occurred.
getServlet(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServlet(String) - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServletClass() - Method in interface org.apache.catalina.Wrapper
Return the fully qualified servlet class name for this servlet.
getServletClass() - Method in class org.apache.catalina.core.StandardWrapper
Return the fully qualified servlet class name for this servlet.
getServletContext() - Method in interface org.apache.catalina.Context
Return the servlet context for which this Context is a facade.
getServletContext() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletContext() - Method in class org.apache.catalina.core.StandardWrapper
Return the servlet context with which this servlet is associated.
getServletContext() - Method in class org.apache.catalina.core.StandardContext
Return the servlet context for which this Context is a facade.
getServletContext() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContext
Return the display name of this web application.
getServletName() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletName() - Method in class org.apache.catalina.core.StandardWrapper
Return the name of this servlet.
getServletName() - Method in class org.apache.catalina.deploy.FilterMap
 
getServletNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletNames() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServletPath() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getServletPath() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the portion of the request URI used to select the servlet that will process this request.
getServletPath() - Method in class org.apache.catalina.util.ProcessEnvironment
 
getServlets() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServlets() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getSession() - Method in class org.apache.catalina.SessionEvent
Return the Session on which this event occurred.
getSession() - Method in interface org.apache.catalina.Session
Return the HttpSession for which this object is the facade.
getSession() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getSession() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the session associated with this Request, creating one if necessary.
getSession(boolean) - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getSession(boolean) - Method in class org.apache.catalina.connector.HttpRequestBase
Return the session associated with this Request, creating one if necessary and requested.
getSession(HttpRequest) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the internal Session that is associated with this HttpRequest, or null if there is no such Session.
getSession(HttpRequest, boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the internal Session that is associated with this HttpRequest, possibly creating a new one if necessary, or null if there is no such session and we did not create one.
getSessionContext() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getSessionDataCol() - Method in class org.apache.catalina.session.JDBCStore
Return the data column for the table
getSessionIdCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Id column for the table.
getSessionLastAccessedCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Last Accessed column
getSessionMaxInactiveCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Max Inactive column
getSessionTable() - Method in class org.apache.catalina.session.JDBCStore
Return the table for this Store.
getSessionTimeout() - Method in interface org.apache.catalina.Context
Return the default session timeout (in minutes) for this web application.
getSessionTimeout() - Method in class org.apache.catalina.core.StandardContext
Return the default session timeout (in minutes) for this web application.
getSessionValidCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Is Valid column
getShutdown() - Method in interface org.apache.catalina.Server
Return the shutdown command string we are waiting for.
getShutdown() - Method in class org.apache.catalina.core.StandardServer
Return the shutdown command string we are waiting for.
getSize() - Method in interface org.apache.catalina.Store
Return the number of Sessions present in this Store.
getSize() - Method in class org.apache.catalina.session.JDBCStore
Return an integer containing a count of all Sessions currently saved in this Store.
getSize() - Method in class org.apache.catalina.session.FileStore
Return the number of Sessions present in this Store.
getSizefmt() - Method in class org.apache.catalina.util.ssi.SsiConfig
Return the current Size format.
getSmallIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getSocket() - Method in interface org.apache.catalina.Request
Return the Socket (if any) through which this Request was received.
getSocket() - Method in class org.apache.catalina.connector.RequestWrapper
Return the Socket (if any) through which this Request was received.
getSocket() - Method in class org.apache.catalina.connector.RequestBase
Return the Socket (if any) through which this Request was received.
getSocket() - Method in class org.apache.catalina.connector.warp.WarpConnection
Return the socket this connection is working on.
getSocketFactory() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Return the secure socket factory class name.
getSocketFactory() - Method in class org.apache.catalina.startup.EmbeddedManager
Return the secure socket factory class name.
getSocketFactory() - Method in class org.apache.catalina.startup.Embedded
Return the secure socket factory class name.
getSpecificationVendor() - Method in class org.apache.catalina.loader.Extension
 
getSpecificationVersion() - Method in class org.apache.catalina.loader.Extension
 
getSSL() - Method in class org.apache.catalina.connector.warp.WarpRequest.Stream
Read the data from the SSL environment.
getState() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Returns the state.
getState() - Method in class org.apache.catalina.startup.EmbeddedManager
Returns the state.
getState() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Returns the state.
getState() - Method in class org.apache.catalina.startup.CatalinaManager
Returns the state.
getState() - Method in interface org.apache.naming.NamingServiceMBean
Returns the state.
getState() - Method in class org.apache.naming.NamingService
Returns the state.
getStateString() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Returns a String representation of the state.
getStateString() - Method in class org.apache.catalina.startup.EmbeddedManager
Returns a String representation of the state.
getStateString() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Returns a String representation of the state.
getStateString() - Method in class org.apache.catalina.startup.CatalinaManager
Returns a String representation of the state.
getStateString() - Method in interface org.apache.naming.NamingServiceMBean
Returns a String representation of the state.
getStateString() - Method in class org.apache.naming.NamingService
Returns a String representation of the state.
getStatus() - Method in interface org.apache.catalina.HttpResponse
Return the HTTP status code associated with this Response.
getStatus() - Method in class org.apache.catalina.connector.HttpResponseWrapper
Return the HTTP status code associated with this Response.
getStatus() - Method in class org.apache.catalina.connector.HttpResponseBase
Return the HTTP status code associated with this Response.
getStatusMessage(int) - Method in class org.apache.catalina.connector.HttpResponseBase
Returns a default status message for the specified HTTP status code.
getStore() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the Store object which manages persistent Session storage for this Manager.
getStoreName() - Method in class org.apache.catalina.session.JDBCStore
Return the name for this Store, used for logging.
getStoreName() - Method in class org.apache.catalina.session.StoreBase
Return the name for this Store, used for logging.
getStoreName() - Method in class org.apache.catalina.session.FileStore
Return the name for this Store, used for logging.
getStream() - Method in interface org.apache.catalina.Request
Return the input stream associated with this Request.
getStream() - Method in interface org.apache.catalina.Response
Return the output stream associated with this Response.
getStream() - Method in class org.apache.catalina.connector.ResponseWrapper
Return the output stream associated with this Response.
getStream() - Method in class org.apache.catalina.connector.ResponseBase
Return the output stream associated with this Response.
getStream() - Method in class org.apache.catalina.connector.RequestWrapper
Return the input stream associated with this Request.
getStream() - Method in class org.apache.catalina.connector.RequestBase
Return the input stream associated with this Request.
getStream() - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
Get IS from resource.
getStream(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiInclude
Get the stream from the included file.
getStream(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiFsize
Figure out the length/size of a given file.
getStream(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiFlastmod
Get the date of a file and format it correctly
getStream(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiExec
 
getStream(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiEcho
Get the value associated with this parameter
getStream(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiConfig
process() should be used since this SsiCommand does not return anything.
getStream(String[], String[]) - Method in interface org.apache.catalina.util.ssi.SsiCommand
Get the processed result of this SsiCommands, called after and only if isPrintable() returns true
getString() - Method in class org.apache.catalina.util.StringParser
Return the String we are currently parsing.
getString(String) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle.
getString(String) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle.
getString(String, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object[]) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object[]) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getSuffix() - Method in class org.apache.catalina.logger.FileLogger
Return the log file suffix.
getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file suffix.
getTag(int) - Method in class org.apache.catalina.util.xml.XmlMapper
 
getTag(int) - Method in interface org.apache.catalina.util.xml.SaxContext
Access a particular tag
getTagCount() - Method in class org.apache.catalina.util.xml.XmlMapper
 
getTagCount() - Method in interface org.apache.catalina.util.xml.SaxContext
Depth of the tag stack.
getTcpNoDelay() - Method in class org.apache.catalina.connector.http.HttpConnector
Return the TCP no delay flag value.
getThread() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to a thread.
getThreadName() - Method in class org.apache.catalina.session.JDBCStore
Return the thread name for this Store.
getThreadName() - Method in class org.apache.catalina.session.StoreBase
Return the thread name for this Store.
getThreadName() - Method in class org.apache.catalina.session.FileStore
Return the thread name for this Store.
getThrowable() - Method in class org.apache.catalina.LifecycleException
Returns the throwable that caused this exception, if any.
getTimefmt() - Method in class org.apache.catalina.util.ssi.SsiConfig
Return the current Time format.
getTimestamp() - Method in class org.apache.catalina.logger.FileLogger
Return the timestamp flag.
getType() - Method in class org.apache.catalina.LifecycleEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.InstanceEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.ContainerEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.SessionEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.deploy.ContextResource
 
getType() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getType() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getType() - Method in class org.apache.catalina.deploy.ContextEjb
 
getType() - Method in class org.apache.catalina.connector.warp.WarpPacket
Return the type of this packet.
getURL(File) - Method in class org.apache.catalina.loader.WebappClassLoader
Get URL.
getURLPattern() - Method in class org.apache.catalina.deploy.FilterMap
 
getURLs() - Method in class org.apache.catalina.loader.WebappClassLoader
Returns the search path of URLs for loading classes and resources.
getUserClass() - Method in class org.apache.catalina.startup.UserConfig
Return the user database class name for this component.
getUserConfig() - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return the UserConfig listener with which we are associated.
getUserConfig() - Method in interface org.apache.catalina.startup.UserDatabase
Return the UserConfig listener with which we are associated.
getUserConfig() - Method in class org.apache.catalina.startup.HomesUserDatabase
Return the UserConfig listener with which we are associated.
getUserConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the user data constraint for this security constraint.
getUserDN(DirContext, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the distinguished name of an authenticated user (if successful) or null if authentication is unsuccessful.
getUserInfo() - Method in class org.apache.catalina.util.URL
Return the user info part of the URL.
getUserPassword() - Method in class org.apache.catalina.realm.JNDIRealm
Return the password attribute used to retrieve the user password.
getUserPattern() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting users in this Realm.
getUserPrincipal() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
getUserPrincipal() - Method in class org.apache.catalina.connector.HttpRequestBase
Return the principal that has been authenticated for this Request.
getUsers() - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in interface org.apache.catalina.startup.UserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in class org.apache.catalina.startup.HomesUserDatabase
Return an enumeration of the usernames defined on this server.
getValidate() - Method in class org.apache.catalina.realm.RealmBase
Return the "validate certificate chains" flag.
getValidating() - Method in class org.apache.catalina.util.xml.XmlMapper
 
getValue() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getValue() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getValueNames() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getValves() - Method in interface org.apache.catalina.Pipeline
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in class org.apache.catalina.core.ContainerBase
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in class org.apache.catalina.core.StandardPipeline
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getVerbosity() - Method in interface org.apache.catalina.Logger
Return the verbosity level of this logger.
getVerbosity() - Method in class org.apache.catalina.logger.LoggerBase
Return the verbosity level of this logger.
getVirtualPath(String) - Method in class org.apache.catalina.util.ssi.SsiMediator
Return a path relative to either the webapp or the root("/") Example of valid paths: "/test/path/test.file" "..
getWebAppRootDir() - Method in class org.apache.catalina.util.ProcessEnvironment
Gets the root directory of the web application to which this process\ belongs
getWorkDir() - Method in class org.apache.catalina.core.StandardHost
Host work directory base.
getWorkDir() - Method in class org.apache.catalina.core.StandardContext
Return the work directory for this Context.
getWorkingDirectory() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI working directory
getWorkingDirectory() - Method in class org.apache.catalina.util.ProcessEnvironment
Gets this process' derived working directory
getWrappedRequest() - Method in class org.apache.catalina.connector.RequestWrapper
Return the wrapped request.
getWrappedResponse() - Method in class org.apache.catalina.connector.ResponseWrapper
Return the wrapped response.
getWrapper() - Method in interface org.apache.catalina.ContainerServlet
Return the Wrapper with which this Servlet is associated.
getWrapper() - Method in class org.apache.catalina.InstanceEvent
Return the Wrapper managing the servlet instance for which this event occurred.
getWrapper() - Method in interface org.apache.catalina.Request
Return the Wrapper within which this Request is being processed.
getWrapper() - Method in class org.apache.catalina.connector.RequestWrapper
Return the Wrapper within which this Request is being processed.
getWrapper() - Method in class org.apache.catalina.connector.RequestBase
Return the Wrapper within which this Request is being processed.
getWrapper() - Method in class org.apache.catalina.servlets.InvokerServlet
Return the Wrapper with which we are associated.
getWrapper() - Method in class org.apache.catalina.servlets.ManagerServlet
Return the Wrapper with which we are associated.
getWrapper() - Method in class org.apache.catalina.util.InstanceSupport
Return the Wrapper with which we are associated.
getWrapperClass() - Method in interface org.apache.catalina.Context
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperClass() - Method in class org.apache.catalina.core.DefaultContext
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperClass() - Method in class org.apache.catalina.core.StandardContext
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWriter() - Method in class org.apache.catalina.connector.ResponseFacade
 
getWriter() - Method in class org.apache.catalina.connector.ResponseBase
Return the writer associated with this Response.
getWriter() - Method in class org.apache.catalina.util.ssi.ResponseIncludeWrapper
Return a printwriter, throws and exception if a OutputStream already been returned.
getWriterEncoding() - Static method in class org.apache.catalina.util.DOMWriter
 
getX509Certificates() - Method in class org.apache.catalina.connector.warp.WarpRequest.Stream
 
Globals - class org.apache.catalina.Globals.
Global constants that are applicable to multiple packages within Catalina.
Globals() - Constructor for class org.apache.catalina.Globals
 
GMT_ZONE - Static variable in class org.apache.catalina.util.DateTool
GMT timezone - all HTTP dates are on GMT
gmtZone - Static variable in class org.apache.catalina.servlets.DefaultServlet
 

H

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

I

IC_PREFIX - Static variable in class org.apache.naming.SelectorContext
Initial context prefix.
ignorableWhitespace(char[], int, int) - Method in class org.apache.catalina.util.xml.XmlMapper
 
importDefaultContext(Context) - Method in interface org.apache.catalina.Engine
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - Method in interface org.apache.catalina.Host
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - Method in class org.apache.catalina.core.StandardHost
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - Method in class org.apache.catalina.core.StandardEngine
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - Method in class org.apache.catalina.core.DefaultContext
Import the configuration from the DefaultContext into current Context.
included - Variable in class org.apache.catalina.connector.ResponseBase
Are we currently processing inside a RequestDispatcher.include()?
included(String, String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return true if the specified context-relative URI (and associated HTTP method) are protected by this security constraint.
info - Variable in class org.apache.catalina.core.StandardPipeline
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.SingleSignOn
Descriptive information about this Valve implementation.
info - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.logger.SystemOutLogger
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.logger.SystemErrLogger
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.logger.LoggerBase
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.logger.FileLogger
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.connector.ResponseBase
Descriptive information about this Response implementation.
info - Static variable in class org.apache.catalina.connector.HttpResponseBase
Descriptive information about this HttpResponse implementation.
info - Static variable in class org.apache.catalina.connector.RequestBase
Descriptive information about this Request implementation.
info - Static variable in class org.apache.catalina.connector.HttpRequestBase
Descriptive information about this HttpRequest implementation.
info - Variable in class org.apache.catalina.realm.MemoryRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JNDIRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.RealmBase
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JDBCRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.session.JDBCStore
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.session.StoreBase
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.startup.Embedded
Descriptive information about this server implementation.
info - Static variable in class org.apache.catalina.valves.ErrorDispatcherValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.CertificatesValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.AccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.ValveBase
Descriptive information about this Valve implementation.
INFORMATION - Static variable in interface org.apache.catalina.Logger
 
init() - Method in class org.apache.catalina.servlets.InvokerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.DefaultServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.WebdavServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.SsiInvokerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.ManagerServlet
Initialize this servlet.
init(ServletConfig) - Method in class org.apache.catalina.servlets.CGIServlet
Sets instance variables.
initialContext - Variable in class org.apache.naming.SelectorContext
Request for an initial context.
initialContext - Static variable in class org.apache.naming.java.javaURLContextFactory
Initial context.
initialize() - Method in interface org.apache.catalina.Server
Invoke a pre-startup initialization.
initialize() - Method in interface org.apache.catalina.Service
Invoke a pre-startup initialization.
initialize() - Method in interface org.apache.catalina.Connector
Invoke a pre-startup initialization.
initialize() - Method in class org.apache.catalina.core.StandardService
Invoke a pre-startup initialization.
initialize() - Method in class org.apache.catalina.core.StandardServer
Invoke a pre-startup initialization.
initialize() - Method in class org.apache.catalina.connector.http.HttpConnector
Initialize this connector (create ServerSocket here!)
initialize() - Method in class org.apache.catalina.connector.http10.HttpConnector
Initialize this connector (create ServerSocket here!)
initialize() - Method in class org.apache.catalina.connector.warp.WarpConnector
Initialize this connector (create ServerSocket here!)
input - Variable in class org.apache.catalina.connector.RequestBase
The input stream associated with this Request.
input - Variable in class org.apache.catalina.servlets.DefaultServlet
The input buffer size to use when serving resources.
inputStream - Variable in class org.apache.naming.resources.Resource
Input stream.
INSTALL_EVENT - Static variable in interface org.apache.catalina.Deployer
The ContainerEvent event type sent when a new application is installed by install().
install(PrintWriter, String, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Install an application for the specified path from the specified web application archive.
install(String, URL) - Method in interface org.apache.catalina.Deployer
Install a new web application, whose web application archive is at the specified URL, into this container with the specified context path.
install(String, URL) - Method in class org.apache.catalina.core.StandardHost
Install a new web application, whose web application archive is at the specified URL, into this container with the specified context path.
InstanceEvent - class org.apache.catalina.InstanceEvent.
General event for notifying listeners of significant events related to a specific instance of a Servlet, or a specific instance of a Filter, as opposed to the Wrapper component that manages it.
instanceEvent(InstanceEvent) - Method in interface org.apache.catalina.InstanceListener
Acknowledge the occurrence of the specified event.
InstanceEvent(Wrapper, Filter, String) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceListener - interface org.apache.catalina.InstanceListener.
Interface defining a listener for significant events related to a specific servlet instance, rather than to the Wrapper component that is managing that instance.
InstanceSupport - class org.apache.catalina.util.InstanceSupport.
Support class to assist in firing InstanceEvent notifications to registered InstanceListeners.
InstanceSupport(Wrapper) - Constructor for class org.apache.catalina.util.InstanceSupport
Construct a new InstanceSupport object associated with the specified Instance component.
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
invalidate() - Method in class org.apache.catalina.session.StandardSessionFacade
 
invoke(Request, Response) - Method in interface org.apache.catalina.Pipeline
Cause the specified request and response to be processed by the Valves associated with this pipeline, until one of these valves causes the response to be created and returned.
invoke(Request, Response) - Method in interface org.apache.catalina.Container
Process the specified Request, and generate the corresponding Response, according to the design of this particular Container.
invoke(Request, Response) - Method in class org.apache.catalina.core.ContainerBase
Process the specified Request, to produce the corresponding Response, by invoking the first Valve in our pipeline (if any), or the basic Valve otherwise.
invoke(Request, Response) - Method in class org.apache.catalina.core.StandardContext
Process the specified Request, and generate the corresponding Response, according to the design of this particular Container.
invoke(Request, Response) - Method in class org.apache.catalina.core.StandardPipeline
Cause the specified request and response to be processed by the Valves associated with this pipeline, until one of these valves causes the response to be created and returned.
invoke(Request, Response, ValveContext) - Method in interface org.apache.catalina.Valve
Perform request processing as required by this Valve.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.authenticator.SingleSignOn
Perform single-sign-on support processing for this request.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Enforce the security restrictions in the web application deployment descriptor of our associated Context.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.RequestDumperValve
Log the interesting request parameters, invoke the next Valve in the sequence, and log the interesting response parameters.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.RemoteHostValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.RequestFilterValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.RemoteAddrValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.ErrorReportValve
Invoke the next Valve in the sequence.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Invoke the next Valve in the sequence.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.CertificatesValve
Expose the certificates chain if one was included on this request.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.AccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response, ValveContext) - Method in class org.apache.catalina.valves.ValveBase
The implementation-specific logic represented by this Valve.
INVOKED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the Invoker servlet will store the invoking servlet path, if it was used to execute a servlet indirectly instead of through a servlet mapping.
invokeNext(Request, Response) - Method in interface org.apache.catalina.ValveContext
Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
invokeNext(Request, Response) - Method in class org.apache.catalina.core.StandardPipeline
Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
InvokerServlet - class org.apache.catalina.servlets.InvokerServlet.
The default servlet-invoking servlet for most web applications, used to serve requests to servlets that have not been registered in the web application deployment descriptor.
InvokerServlet() - Constructor for class org.apache.catalina.servlets.InvokerServlet
 
is - Variable in class org.apache.catalina.connector.http.SocketInputStream
Underlying input stream.
is - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
isAppCommitted() - Method in interface org.apache.catalina.Response
Application commit flag accessor.
isAppCommitted() - Method in class org.apache.catalina.connector.ResponseBase
Application commit flag accessor.
isArrayByteBase64(byte[]) - Static method in class org.apache.catalina.util.Base64
 
isAvailable() - Method in class org.apache.catalina.connector.http.HttpConnector
Is this connector available for processing requests?
isAvailable() - Method in class org.apache.catalina.connector.http10.HttpConnector
Is this connector available for processing requests?
isBase64(byte) - Static method in class org.apache.catalina.util.Base64
 
isBase64(String) - Static method in class org.apache.catalina.util.Base64
 
isBound() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Returns true if the thread or the context class loader of the current thread is bound.
isCached() - Method in class org.apache.naming.resources.BaseDirContext
Is cached ?
isCachingAllowed() - Method in class org.apache.catalina.core.StandardContext
Is caching allowed ?
isCaseIgnored() - Method in class org.apache.naming.resources.ResourceAttributes
Case sensitivity.
isCaseSensitive() - Method in class org.apache.naming.resources.FileDirContext
Is case sensitive ?
isChunkingAllowed() - Method in class org.apache.catalina.connector.http.HttpConnector
Get the allow chunking flag.
isClassLoaderBound() - Static method in class org.apache.naming.ContextBindings
Tests if current class loader is bound to a context.
isCollection() - Method in class org.apache.naming.resources.ResourceAttributes
Is collection.
isCollection() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Is collection.
isCommitted() - Method in class org.apache.catalina.connector.ResponseFacade
 
isCommitted() - Method in class org.apache.catalina.connector.ResponseBase
Has the output of this response already been committed?
isCompatibleWith(Extension) - Method in class org.apache.catalina.loader.Extension
Return true if the specified Extension (which represents an optional package required by this application) is satisfied by this Extension (which represents an optional package that is already installed.
isEmpty() - Method in class org.apache.catalina.util.Queue
Is the queue empty?
isError() - Method in interface org.apache.catalina.Response
Error flag accessor.
isError() - Method in class org.apache.catalina.connector.ResponseBase
Error flag accessor.
isFilesystemBased() - Method in class org.apache.catalina.core.StandardContext
Returns true if the resources associated with this context are filesystem based.
isFinished() - Method in class org.apache.catalina.connector.ResponseFacade
 
isLocked() - Method in class org.apache.catalina.util.ResourceSet
Return the locked state of this parameter map.
isLocked() - Method in class org.apache.catalina.util.ParameterMap
Return the locked state of this parameter map.
isModified() - Method in class org.apache.catalina.util.ssi.SsiInclude
Returns false, this SsiCommands is never buffered.
isModified() - Method in class org.apache.catalina.util.ssi.SsiFsize
Returns false, this SsiCommands is never buffered.
isModified() - Method in class org.apache.catalina.util.ssi.SsiFlastmod
Returns false, this SsiCommands is never buffered.
isModified() - Method in class org.apache.catalina.util.ssi.SsiExec
 
isModified() - Method in class org.apache.catalina.util.ssi.SsiEcho
Returns false, this SsiCommands is never buffered.
isModified() - Method in class org.apache.catalina.util.ssi.SsiConfig
Return true if we're modified.
isModified() - Method in interface org.apache.catalina.util.ssi.SsiCommand
Return true if this SsiCommand has been modified since the last request.
isNew() - Method in class org.apache.catalina.session.StandardSessionFacade
 
isPackageSealed(String, Manifest) - Method in class org.apache.catalina.loader.WebappClassLoader
Returns true if the specified package name is sealed according to the given manifest.
isPrintable() - Method in class org.apache.catalina.util.ssi.SsiInclude
Returns true this SsiCommand is always prnitable and should therefore be accsessed through getStream()
isPrintable() - Method in class org.apache.catalina.util.ssi.SsiFsize
Returns true this SsiCommand is always prnitable and should therefore be accsessed through getStream()
isPrintable() - Method in class org.apache.catalina.util.ssi.SsiFlastmod
Returns true this SsiCommand is always prnitable and should therefore be accsessed through getStream()
isPrintable() - Method in class org.apache.catalina.util.ssi.SsiExec
 
isPrintable() - Method in class org.apache.catalina.util.ssi.SsiEcho
Returns true this SsiCommand is always prnitable and should therefore be accsessed through getStream()
isPrintable() - Method in class org.apache.catalina.util.ssi.SsiConfig
Returns true if SSI Command does any output.
isPrintable() - Method in interface org.apache.catalina.util.ssi.SsiCommand
Called before getStream() and process().
isReady() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Gets ready status
isReady() - Method in class org.apache.catalina.util.ProcessHelper
Gets ready status
isReplaceWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the "replace welcome files" property.
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.HttpRequestBase
Return true if the session identifier included in this request came from a cookie.
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.HttpRequestBase
Deprecated. As of Version 2.1 of the Java Servlet API, use isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.HttpRequestBase
Return true if the session identifier included in this request came from the request URI.
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.HttpRequestFacade
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.HttpRequestBase
Return true if the session identifier included in this request identifies a valid session.
isResolveHosts() - Method in class org.apache.catalina.valves.AccessLogValve
Get the value of the resolve hosts flag.
isSecure() - Method in class org.apache.catalina.connector.RequestFacade
 
isSecure() - Method in class org.apache.catalina.connector.RequestBase
Was this request received on a secure connection?
isSecure() - Method in class org.apache.catalina.connector.HttpRequestBase
Was this request received on a secure connection?
isServlet22() - Method in class org.apache.catalina.core.StandardContext
Are we processing a version 2.2 deployment descriptor?
isSessionStale(Session, long) - Method in class org.apache.catalina.session.PersistentManagerBase
Indicate whether the session has been idle for longer than its expiration date as of the supplied time.
isSingleThreadModel() - Method in class org.apache.catalina.core.StandardWrapper
Return true if the servlet class represented by this component implements the SingleThreadModel interface.
isStarted() - Method in class org.apache.catalina.connector.warp.WarpConnector
Check whether this service was started or not.
isStarted() - Method in class org.apache.catalina.session.PersistentManagerBase
Get the started status.
isSuspended() - Method in interface org.apache.catalina.Response
Suspended flag accessor.
isSuspended() - Method in class org.apache.catalina.connector.ResponseBase
Suspended flag accessor.
isThreadBound() - Static method in class org.apache.naming.ContextBindings
Tests if current thread is bound to a context.
isUnavailable() - Method in interface org.apache.catalina.Wrapper
Is this servlet currently unavailable?
isUnavailable() - Method in class org.apache.catalina.core.StandardWrapper
Is this servlet currently unavailable?
isUnpackWARs() - Method in class org.apache.catalina.core.StandardHost
Unpack WARs flag accessor.
isUseNaming() - Method in class org.apache.catalina.core.DefaultContext
Returns true if the internal naming support is used.
isUseNaming() - Method in class org.apache.catalina.core.StandardContext
Returns true if the internal naming support is used.
isUseNaming() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Return true if naming is enabled.
isUseNaming() - Method in class org.apache.catalina.startup.EmbeddedManager
Return true if naming is enabled.
isUseNaming() - Method in class org.apache.catalina.startup.Embedded
Return true if naming is enabled.
isUserInRole(String) - Method in class org.apache.catalina.connector.HttpRequestFacade
 
isUserInRole(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Return true if the authenticated user principal possesses the specified role name.
isValid() - Method in interface org.apache.catalina.Session
Return the isValid flag for this session.
isValid() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets validity status
isValid() - Method in class org.apache.catalina.util.ProcessEnvironment
Gets validity status
isValidJavaEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
 
isVirtualWebappRelative - Static variable in class org.apache.catalina.util.ssi.SsiMediator
How this request is being treated
isWhite(char) - Method in class org.apache.catalina.util.StringParser
Is the specified character considered to be whitespace?
isWritable() - Method in class org.apache.naming.NamingContext
Returns true if writing is allowed on this context.
isWritable(Object) - Static method in class org.apache.naming.ContextAccessController
Returns if a context is writable.

J

jarFiles - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarNames - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarPath - Variable in class org.apache.catalina.loader.WebappClassLoader
The path which will be monitored for added Jar files.
jarRealFiles - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
javaURLContextFactory - class org.apache.naming.java.javaURLContextFactory.
Context factory for the "java:" namespace.
javaURLContextFactory() - Constructor for class org.apache.naming.java.javaURLContextFactory
 
JDBCRealm - class org.apache.catalina.realm.JDBCRealm.
Implmentation of Realm that works with any JDBC supported database.
JDBCRealm() - Constructor for class org.apache.catalina.realm.JDBCRealm
 
JDBCStore - class org.apache.catalina.session.JDBCStore.
Implementation of the Store interface that stores serialized session objects in a database.
JDBCStore() - Constructor for class org.apache.catalina.session.JDBCStore
 
JndiPermission - class org.apache.naming.JndiPermission.
Java SecurityManager Permission class for JNDI name based file resources The JndiPermission extends the BasicPermission.
JndiPermission(String) - Constructor for class org.apache.naming.JndiPermission
Creates a new JndiPermission with no actions
JndiPermission(String, String) - Constructor for class org.apache.naming.JndiPermission
Creates a new JndiPermission with actions
JNDIRealm - class org.apache.catalina.realm.JNDIRealm.
Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs.
JNDIRealm() - Constructor for class org.apache.catalina.realm.JNDIRealm
 
JSP_FILE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we expose the value of the <jsp-file> value associated with this servlet, if any.
JSP_SERVLET_CLASS - Static variable in class org.apache.catalina.core.Constants
 
JSP_SERVLET_NAME - Static variable in class org.apache.catalina.core.Constants
 

K

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

L

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

M

MailSessionFactory - class org.apache.naming.factory.MailSessionFactory.
Factory class that creates a JNDI named JavaMail Session factory, which can be used for managing inbound and outbound electronic mail messages via JavaMail APIs.
MailSessionFactory() - Constructor for class org.apache.naming.factory.MailSessionFactory
 
MAIN - Static variable in class org.apache.naming.java.javaURLContextFactory
 
main(String[]) - Static method in class org.apache.catalina.deploy.Test
 
main(String[]) - Static method in class org.apache.catalina.realm.RealmBase
Digest password using the algorithm especificied and convert the result to a corresponding hex string.
main(String[]) - Static method in class org.apache.catalina.servlets.CGIServlet
For future testing use only; does nothing right now
main(String[]) - Static method in class org.apache.catalina.startup.Embedded
This main program is a unit test to exercize the various methods of the Embedded class.
main(String[]) - Static method in class org.apache.catalina.startup.Catalina
The application main program.
main(String[]) - Static method in class org.apache.catalina.startup.BootstrapService
The main program for the bootstrap.
main(String[]) - Static method in class org.apache.catalina.startup.Bootstrap
The main program for the bootstrap.
main(String[]) - Static method in class org.apache.catalina.util.FastDateFormat
 
MAJOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
manager - Variable in class org.apache.catalina.core.DefaultContext
The Manager implementation with which this Container is associated.
manager - Variable in class org.apache.catalina.core.ContainerBase
The Manager implementation with which this Container is associated.
manager - Variable in class org.apache.catalina.session.StoreBase
The Manager with which this JDBCStore is associated.
Manager - interface org.apache.catalina.Manager.
A Manager manages the pool of Sessions that are associated with a particular Container.
ManagerBase - class org.apache.catalina.session.ManagerBase.
Minimal implementation of the Manager interface that supports no session persistence or distributable capabilities.
ManagerBase() - Constructor for class org.apache.catalina.session.ManagerBase
 
ManagerServlet - class org.apache.catalina.servlets.ManagerServlet.
Servlet that enables remote management of the web applications installed within the same virtual host as this web application is.
ManagerServlet() - Constructor for class org.apache.catalina.servlets.ManagerServlet
 
map(Request, boolean) - Method in interface org.apache.catalina.Mapper
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in interface org.apache.catalina.Container
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in class org.apache.catalina.core.StandardHostMapper
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in class org.apache.catalina.core.StandardEngineMapper
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in class org.apache.catalina.core.StandardContextMapper
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in class org.apache.catalina.core.FastEngineMapper
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in class org.apache.catalina.core.ContainerBase
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - Method in class org.apache.catalina.connector.warp.WarpHost
 
map(Request, boolean) - Method in class org.apache.catalina.connector.warp.WarpEngine
 
map(String) - Method in interface org.apache.catalina.Host
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null.
map(String) - Method in class org.apache.catalina.core.StandardHost
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null.
mapper - Variable in class org.apache.catalina.core.ContainerBase
The one and only Mapper associated with this Container, if any.
Mapper - interface org.apache.catalina.Mapper.
Interface defining methods that a parent Container may implement to select a subordinate Container to process a particular Request, optionally modifying the properties of the Request to reflect the selections made.
mapperClass - Variable in class org.apache.catalina.core.ContainerBase
The Java class name of the default Mapper class for this Container.
mappers - Variable in class org.apache.catalina.core.ContainerBase
The set of Mappers associated with this Container, keyed by protocol.
maxInactiveInterval - Variable in class org.apache.catalina.session.ManagerBase
The default maximum inactive interval for Sessions created by this Manager.
md - Variable in class org.apache.catalina.realm.RealmBase
The MessageDigest object for digesting user credentials (passwords).
md5Encoder - Static variable in class org.apache.catalina.realm.RealmBase
The MD5 helper object for this class.
md5Encoder - Static variable in class org.apache.catalina.servlets.DefaultServlet
The MD5 helper object for this class.
MD5Encoder - class org.apache.catalina.util.MD5Encoder.
Encode an MD5 digest into a String.
MD5Encoder() - Constructor for class org.apache.catalina.util.MD5Encoder
 
md5Helper - Static variable in class org.apache.catalina.realm.RealmBase
MD5 message digest provider.
md5Helper - Static variable in class org.apache.catalina.servlets.DefaultServlet
MD5 message digest provider.
MemoryRealm - class org.apache.catalina.realm.MemoryRealm.
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
MemoryRealm() - Constructor for class org.apache.catalina.realm.MemoryRealm
 
message - Variable in class org.apache.catalina.LifecycleException
The error message passed to our constructor (if any)
message - Variable in class org.apache.catalina.connector.HttpResponseBase
The error message set by sendError().
method - Variable in class org.apache.catalina.connector.HttpRequestBase
The request method associated with this Request.
methodParam(int) - Method in class org.apache.catalina.util.xml.XmlMapper
Extract the method param from the body of the tag
methodParam(int, String) - Method in class org.apache.catalina.util.xml.XmlMapper
Extract the method param from a tag attribute
methodSetter(String, int) - Method in class org.apache.catalina.util.xml.XmlMapper
If a tag matches, invoke a method on the current object.
methodSetter(String, int, String[]) - Method in class org.apache.catalina.util.xml.XmlMapper
If a tag matches, invoke a method on the current object.
MIME2Java - class org.apache.catalina.util.MIME2Java.
MIME2Java is a convenience class which handles conversions between MIME charset names and Java encoding names.
mimeSeparation - Static variable in class org.apache.catalina.servlets.DefaultServlet
MIME multipart separation string
MINOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
minProcessors - Variable in class org.apache.catalina.connector.http.HttpConnector
The minimum number of processors to start at initialization time.
minProcessors - Variable in class org.apache.catalina.connector.http10.HttpConnector
The minimum number of processors to start at initialization time.
modified() - Method in interface org.apache.catalina.Loader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - Method in class org.apache.catalina.loader.WebappLoader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - Method in class org.apache.catalina.loader.WebappClassLoader
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - Method in class org.apache.catalina.loader.StandardClassLoader
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in interface org.apache.catalina.loader.Reloader
Have one or more classes or resources been modified so that a reload is appropriate?
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.WARDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.FileDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
months - Static variable in class org.apache.catalina.valves.AccessLogValve
The set of month abbreviations for log messages.
MulticastReceiver - class org.apache.catalina.cluster.MulticastReceiver.
This class is responsible for checking for incoming multicast data and determine if the data belongs to us and if so push it onto an internal stack and let it be picked up when needed.
MulticastSender - class org.apache.catalina.cluster.MulticastSender.
This class is responsible for sending outgoing multicast packets to a Cluster.

N

name - Variable in class org.apache.catalina.core.DefaultContext
The human-readable name of this Container.
name - Variable in class org.apache.catalina.core.ContainerBase
The human-readable name of this Container.
name - Static variable in class org.apache.catalina.realm.MemoryRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.JNDIRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.JDBCRealm
Descriptive information about this Realm implementation.
name - Variable in class org.apache.catalina.realm.GenericPrincipal
The username of the user represented by this Principal.
name - Static variable in class org.apache.catalina.session.StandardManager
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.PersistentManager
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.ManagerBase
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.PersistentManagerBase
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.DistributedManager
The descriptive name of this Manager implementation (for logging).
name - Variable in class org.apache.naming.NamingEntry
 
name - Variable in class org.apache.naming.NamingContext
Name of the associated Catalina Context.
name - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
name - Variable in class org.apache.naming.resources.ResourceAttributes
Name.
NAME - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
Component name.
NAME - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
Component name.
NAME - Static variable in interface org.apache.naming.NamingServiceMBean
Component name.
NAME - Static variable in class org.apache.naming.resources.ResourceAttributes
Name.
NAMED_DISPATCHER_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the servlet name on a named dispatcher request.
nameParser - Static variable in class org.apache.naming.NamingContext
Name parser for this context.
nameParser - Variable in class org.apache.naming.resources.BaseDirContext
Name parser for this context.
NameParserImpl - class org.apache.naming.NameParserImpl.
Parses names.
NameParserImpl() - Constructor for class org.apache.naming.NameParserImpl
 
NamingContext - class org.apache.naming.NamingContext.
Catalina JNDI Context implementation.
NamingContext(Hashtable, String) - Constructor for class org.apache.naming.NamingContext
Builds a naming context using the given environment.
NamingContext(Hashtable, String, Hashtable) - Constructor for class org.apache.naming.NamingContext
Builds a naming context using the given environment.
NamingContextBindingsEnumeration - class org.apache.naming.NamingContextBindingsEnumeration.
Naming enumeration implementation.
NamingContextBindingsEnumeration(Enumeration) - Constructor for class org.apache.naming.NamingContextBindingsEnumeration
 
NamingContextBindingsEnumeration(Vector) - Constructor for class org.apache.naming.NamingContextBindingsEnumeration
 
NamingContextEnumeration - class org.apache.naming.NamingContextEnumeration.
Naming enumeration implementation.
NamingContextEnumeration(Enumeration) - Constructor for class org.apache.naming.NamingContextEnumeration
 
NamingContextEnumeration(Vector) - Constructor for class org.apache.naming.NamingContextEnumeration
 
NamingEntry - class org.apache.naming.NamingEntry.
Represents a binding in a NamingContext.
NamingEntry(String, Object, int) - Constructor for class org.apache.naming.NamingEntry
 
NamingService - class org.apache.naming.NamingService.
Implementation of the NamingService JMX MBean.
NamingService() - Constructor for class org.apache.naming.NamingService
 
NamingServiceMBean - interface org.apache.naming.NamingServiceMBean.
Naming MBean interface.
next() - Method in class org.apache.naming.NamingContextEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Retrieves the next element in the enumeration.
nextElement() - Method in class org.apache.catalina.util.Enumerator
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
nextElement() - Method in class org.apache.naming.NamingContextEnumeration
 
nextElement() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
nextElement() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
 
NO_CONTENT - Static variable in class org.apache.catalina.util.XMLWriter
Element with no content.
NONE_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
NonLoginAuthenticator - class org.apache.catalina.authenticator.NonLoginAuthenticator.
An Authenticator and Valve implementation that checks only security constraints not involving user authentication.
NonLoginAuthenticator() - Constructor for class org.apache.catalina.authenticator.NonLoginAuthenticator
 
normalize() - Method in class org.apache.catalina.util.URL
Normalize the path (and therefore file) portions of this URL.
normalize(String) - Method in class org.apache.catalina.servlets.DefaultServlet
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
normalize(String) - Static method in class org.apache.catalina.util.RequestUtil
Normalize a relative URI path that may have relative values ("/./", "/../", and so on ) it it.
normalize(String) - Method in class org.apache.catalina.util.DOMWriter
Normalizes the given string.
normalize(String) - Method in class org.apache.naming.resources.FileDirContext
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
normalize(ZipEntry) - Method in class org.apache.naming.resources.WARDirContext
Normalize the name of an entry read from the Zip.
notationDecl(String, String, String) - Method in class org.apache.catalina.util.xml.XmlMapper
 
notFoundResources - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of not found resources.
nullsToBlanks(String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to blank strings ("")
nullsToBlanks(String) - Method in class org.apache.catalina.util.ProcessEnvironment
Converts null strings to blank strings ("")
nullsToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to another string
nullsToString(String, String) - Method in class org.apache.catalina.util.ProcessEnvironment
Converts null strings to another string

O

object - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
object - Variable in class org.apache.naming.resources.DirContextURLConnection
Other unknown object.
OBJECT_FACTORIES - Static variable in class org.apache.naming.factory.Constants
 
OBJECT_NAME - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
Object name.
OBJECT_NAME - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
Object name.
OBJECT_NAME - Static variable in interface org.apache.naming.NamingServiceMBean
Object name.
objectCreate(String) - Method in class org.apache.catalina.util.xml.XmlMapper
Create an object using for a matching tag with the given class name
objectCreate(String, String) - Method in class org.apache.catalina.util.xml.XmlMapper
Create an object using an attribute value as the class name If no attribute use classN as a default.
OLD_COOKIE_PATTERN - Static variable in class org.apache.catalina.util.DateTool
Pattern used for old cookies
oldCookieFormat - Static variable in class org.apache.catalina.util.DateTool
DateFormat to be used to format old netscape cookies
open() - Method in class org.apache.catalina.realm.JNDIRealm
Open (if necessary) and return a connection to the configured directory server for this Realm.
open() - Method in class org.apache.catalina.realm.JDBCRealm
Open (if necessary) and return a database connection for use by this Realm.
openConnection(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
Opens a connection to the object referenced by the URL argument.
OPENING - Static variable in class org.apache.catalina.util.XMLWriter
Opening tag.
org.apache.catalina - package org.apache.catalina
 
org.apache.catalina.authenticator - package org.apache.catalina.authenticator
This package contains Authenticator implementations for the various supported authentication methods (BASIC, DIGEST, and FORM).
org.apache.catalina.cluster - package org.apache.catalina.cluster
This package contains code for Clustering, the base class of a Cluster is org.apache.catalina.Cluster implementations of this class is done when implementing a new Cluster protocol The only Cluster protocol currently implemented is a MulticastProtocol
    StandardCluster.java In addition to the Cluster implementation StandardCluster there's a listener and a sender implemented using multicasting.
org.apache.catalina.connector - package org.apache.catalina.connector
 
org.apache.catalina.connector.http - package org.apache.catalina.connector.http
 
org.apache.catalina.connector.http10 - package org.apache.catalina.connector.http10
 
org.apache.catalina.connector.warp - package org.apache.catalina.connector.warp
 
org.apache.catalina.core - package org.apache.catalina.core
 
org.apache.catalina.deploy - package org.apache.catalina.deploy
This package contains Java objects that represent complex data structures from the web application deployment descriptor file (web.xml).
org.apache.catalina.loader - package org.apache.catalina.loader
 
org.apache.catalina.logger - package org.apache.catalina.logger
 
org.apache.catalina.net - package org.apache.catalina.net
 
org.apache.catalina.realm - package org.apache.catalina.realm
This package contains Realm implementations for the various supported realm technologies for authenticating users and identifying their associated roles.
org.apache.catalina.servlets - package org.apache.catalina.servlets
This package contains Servlets that implement some of the standard functionality provided by the Catalina servlet container.
org.apache.catalina.session - package org.apache.catalina.session
This package contains the standard Manager and Session implementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with a Context.
org.apache.catalina.startup - package org.apache.catalina.startup
 
org.apache.catalina.util - package org.apache.catalina.util
 
org.apache.catalina.util.ssi - package org.apache.catalina.util.ssi
This package contains code that is used by the SsiInvoker.
org.apache.catalina.util.xml - package org.apache.catalina.util.xml
 
org.apache.catalina.valves - package org.apache.catalina.valves
This package contains a variety of small Valve implementations that do not warrant being packaged separately.
org.apache.naming - package org.apache.naming
This package contains a memory based naming service provider.
org.apache.naming.factory - package org.apache.naming.factory
This package contains object factories used by the naming service.
org.apache.naming.java - package org.apache.naming.java
This package contains the URL context factory for the "java" namespace.
org.apache.naming.resources - package org.apache.naming.resources
This package contains the resources directory context implemetation.
org.apache.naming.resources.jndi - package org.apache.naming.resources.jndi
 
origServletContext - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The original ServletContext
out - Variable in class org.apache.catalina.util.DOMWriter
Print writer.
out - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The outputStream to use
output - Variable in class org.apache.catalina.connector.ResponseBase
The output stream associated with this Response.
output - Variable in class org.apache.catalina.servlets.DefaultServlet
The output buffer size to use when serving resources.

P

Package - Static variable in class org.apache.catalina.cluster.Constants
 
Package - Static variable in class org.apache.catalina.core.Constants
 
Package - Static variable in class org.apache.catalina.loader.Constants
 
Package - Static variable in class org.apache.catalina.authenticator.Constants
 
Package - Static variable in class org.apache.catalina.logger.Constants
 
Package - Static variable in class org.apache.catalina.connector.Constants
 
Package - Static variable in class org.apache.catalina.connector.http.Constants
 
Package - Static variable in class org.apache.catalina.connector.http10.Constants
 
Package - Static variable in class org.apache.catalina.realm.Constants
 
Package - Static variable in class org.apache.catalina.servlets.Constants
 
Package - Static variable in class org.apache.catalina.session.Constants
 
Package - Static variable in class org.apache.catalina.startup.Constants
 
Package - Static variable in class org.apache.catalina.valves.Constants
 
Package - Static variable in class org.apache.naming.Constants
 
Package - Static variable in class org.apache.naming.factory.Constants
 
Package - Static variable in class org.apache.naming.resources.Constants
 
PACKAGE - Static variable in class org.apache.catalina.connector.warp.Constants
Our package name.
ParameterMap - class org.apache.catalina.util.ParameterMap.
Extended implementation of HashMap that includes a locked property.
ParameterMap() - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the default initial capacity and load factor.
ParameterMap(int) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and default load factor.
ParameterMap(int, float) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and load factor.
ParameterMap(Map) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new map with the same mappings as the given map.
parameters - Variable in class org.apache.catalina.connector.HttpRequestBase
The parsed parameters for this request.
parent - Variable in class org.apache.catalina.core.DefaultContext
The parent Container to which this Container is a child.
parent - Variable in class org.apache.catalina.core.ContainerBase
The parent Container to which this Container is a child.
parentClassLoader - Variable in class org.apache.catalina.core.ContainerBase
The parent class loader to be configured when we install a Loader.
parentClassLoader - Variable in class org.apache.catalina.startup.Catalina
The shared extensions class loader for this server.
parse(String) - Method in class org.apache.naming.NameParserImpl
Parses a name into its components.
parse(String, ParsePosition) - Method in class org.apache.catalina.util.FastDateFormat
 
parseCharacterEncoding(String) - Static method in class org.apache.catalina.util.RequestUtil
Parse the character encoding from the specified content type header.
parseCookieHeader(String) - Static method in class org.apache.catalina.util.RequestUtil
Parse a cookie header into an array of cookies according to RFC 2109.
parsed - Variable in class org.apache.catalina.connector.HttpRequestBase
Have the parameters for this request been parsed yet?
parseName(Name) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseName(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Parses a name.
parseName(String) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseName(String) - Method in class org.apache.naming.resources.ProxyDirContext
Parses a name.
parseParameters() - Method in class org.apache.catalina.connector.HttpRequestBase
Parse the parameters of this request, if it has not already occurred.
parseParameters(Map, byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
Append request parameters from the specified String to the specified Map.
parseParameters(Map, String, String) - Static method in class org.apache.catalina.util.RequestUtil
Append request parameters from the specified String to the specified Map.
parseProtocol(String) - Static method in class org.apache.catalina.loader.StandardClassLoader
Parse URL protocol.
parseRange(HttpServletRequest, HttpServletResponse, DefaultServlet.ResourceInfo) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the range header.
PasswdUserDatabase - class org.apache.catalina.startup.PasswdUserDatabase.
Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
PasswdUserDatabase() - Constructor for class org.apache.catalina.startup.PasswdUserDatabase
Initialize a new instance of this user database component.
password - Variable in class org.apache.catalina.realm.GenericPrincipal
The authentication credentials for the user represented by this Principal.
PASSWORD - Static variable in class org.apache.naming.factory.TyrexDataSourceFactory
 
path - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
path - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The path for this request
PATH_INFO_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original path info is stored on an included dispatcher request.
pathInfo - Variable in class org.apache.catalina.connector.HttpRequestBase
The path information for this request.
pathInfo - Variable in class org.apache.catalina.util.ProcessEnvironment
pathInfo for the current request
paths - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of resources which should be checked when checking for modifications.
peek() - Method in class org.apache.catalina.util.Queue
Peek to see if something is available.
permission - Variable in class org.apache.naming.resources.DirContextURLConnection
Permission
PersistentManager - class org.apache.catalina.session.PersistentManager.
Implementation of the Manager interface that makes use of a Store to swap active Sessions to disk.
PersistentManager() - Constructor for class org.apache.catalina.session.PersistentManager
 
PersistentManagerBase - class org.apache.catalina.session.PersistentManagerBase.
Extends the ManagerBase class to implement most of the functionality required by a Manager which supports any kind of persistence, even if onlyfor restarts.
PersistentManagerBase() - Constructor for class org.apache.catalina.session.PersistentManagerBase
 
pipeline - Variable in class org.apache.catalina.core.ContainerBase
The Pipeline object with which this Container is associated.
Pipeline - interface org.apache.catalina.Pipeline.
Interface describing a collection of Valves that should be executed in sequence when the invoke() method is invoked.
pointer - Variable in class org.apache.catalina.connector.warp.WarpPacket
 
popStack() - Method in class org.apache.catalina.util.xml.XmlMapper
Pop the object stack
pos - Variable in class org.apache.catalina.connector.http.SocketInputStream
Position in the buffer.
postDeregister() - Method in class org.apache.catalina.startup.EmbeddedManager
 
postDeregister() - Method in class org.apache.catalina.startup.CatalinaManager
 
postDeregister() - Method in class org.apache.naming.NamingService
 
postRegister(Boolean) - Method in class org.apache.catalina.startup.EmbeddedManager
 
postRegister(Boolean) - Method in class org.apache.catalina.startup.CatalinaManager
 
postRegister(Boolean) - Method in class org.apache.naming.NamingService
 
precalculate(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Return an array of regular expression objects initialized from the specified argument, which must be null or a comma-delimited list of regular expression patterns.
preDeregister() - Method in class org.apache.catalina.startup.EmbeddedManager
 
preDeregister() - Method in class org.apache.catalina.startup.CatalinaManager
 
preDeregister() - Method in class org.apache.naming.NamingService
 
prefix - Static variable in class org.apache.naming.SelectorContext
Namespace URL.
prefixLength - Static variable in class org.apache.naming.SelectorContext
Namespace URL length.
preparedClearSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the clear() prepared statement.
preparedCredentials - Variable in class org.apache.catalina.realm.JDBCRealm
The PreparedStatement to use for authenticating users.
preparedKeysSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the keys() prepared statement.
preparedLoadSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the load() prepared statement.
preparedRemoveSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the remove() prepared statement.
preparedRoles - Variable in class org.apache.catalina.realm.JDBCRealm
The PreparedStatement to use for identifying the roles for a specified user.
preparedSaveSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the save() prepared statement.
preparedSizeSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the getSize() prepared statement.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.startup.EmbeddedManager
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.startup.CatalinaManager
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.naming.NamingService
 
print(boolean) - Method in class org.apache.catalina.connector.ResponseWriter
Print a boolean value.
print(char) - Method in class org.apache.catalina.connector.ResponseWriter
Print a character value.
print(char[]) - Method in class org.apache.catalina.connector.ResponseWriter
Print a character array value.
print(double) - Method in class org.apache.catalina.connector.ResponseWriter
Print a double value.
print(float) - Method in class org.apache.catalina.connector.ResponseWriter
Print a float value.
print(int) - Method in class org.apache.catalina.connector.ResponseWriter
Print an integer value.
print(long) - Method in class org.apache.catalina.connector.ResponseWriter
Print a long value.
print(Node) - Method in class org.apache.catalina.util.DOMWriter
Prints the specified node, recursively.
print(Object) - Method in class org.apache.catalina.connector.ResponseWriter
Print an object value.
print(String) - Method in class org.apache.catalina.connector.ResponseWriter
Print a String value.
println() - Method in class org.apache.catalina.connector.ResponseWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.apache.catalina.connector.ResponseWriter
Print a boolean value and terminate the current line.
println(char) - Method in class org.apache.catalina.connector.ResponseWriter
Print a character value and terminate the current line.
println(char[]) - Method in class org.apache.catalina.connector.ResponseWriter
Print a character array value and terminate the current line.
println(double) - Method in class org.apache.catalina.connector.ResponseWriter
Print a double value and terminate the current line.
println(float) - Method in class org.apache.catalina.connector.ResponseWriter
Print a float value and terminate the current line.
println(int) - Method in class org.apache.catalina.connector.ResponseWriter
Print an integer value and terminate the current line.
println(long) - Method in class org.apache.catalina.connector.ResponseWriter
Print a long value and terminate the current line.
println(Object) - Method in class org.apache.catalina.connector.ResponseWriter
Print an object value and terminate the current line.
println(String) - Method in class org.apache.catalina.connector.ResponseWriter
Print a String value and terminate the current line.
printServletEnvironment(ServletOutputStream, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Prints out important Servlet API and container information Copied from SnoopAllServlet by Craig R.
process(String[]) - Method in class org.apache.catalina.startup.Catalina
The instance main program.
process(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiInclude
Not used since this SsiCommand return a stream, use getStream() instead.
process(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiFsize
Not used since this SsiCommand return a stream, use getStream() instead.
process(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiFlastmod
Not used since this SsiCommand return a stream, use getStream() instead.
process(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiExec
 
process(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiEcho
Not used since this SsiCommand return a stream, use getStream() instead.
process(String[], String[]) - Method in class org.apache.catalina.util.ssi.SsiConfig
Process request.
process(String[], String[]) - Method in interface org.apache.catalina.util.ssi.SsiCommand
Process this request, used if isPrintable() returns false
process(String, Request, Response, ValveContext) - Method in class org.apache.catalina.valves.RequestFilterValve
Perform the filtering that has been configured for this Valve, matching against the specified request property.
processClusterReceiver() - Method in class org.apache.catalina.session.DistributedManager
Called from our background thread to process new received Sessions
ProcessEnvironment - class org.apache.catalina.util.ProcessEnvironment.
Encapsulates the Process environment and rules to derive that environment from the servlet container and request information.
ProcessEnvironment(HttpServletRequest, ServletContext) - Constructor for class org.apache.catalina.util.ProcessEnvironment
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
ProcessEnvironment(HttpServletRequest, ServletContext, int) - Constructor for class org.apache.catalina.util.ProcessEnvironment
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
processExpires() - Method in class org.apache.catalina.session.StoreBase
Called by our background reaper thread to check if Sessions saved in our store are subject of being expired.
processExpires() - Method in class org.apache.catalina.session.PersistentManagerBase
Invalidate all sessions that have expired.
ProcessHelper - class org.apache.catalina.util.ProcessHelper.
Encapsulates the knowledge of how to run a CGI script, given the script's desired environment and (optionally) input/output streams Exposes a run method used to actually invoke the CGI.
ProcessHelper(String, Hashtable, File, Hashtable) - Constructor for class org.apache.catalina.util.ProcessHelper
Creates a ProcessHelper and initializes its environment, working directory, and query parameters.
processingInstruction(String, String) - Method in class org.apache.catalina.util.xml.XmlMapper
 
processMaxActiveSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if too many are active
processMaxIdleBackups() - Method in class org.apache.catalina.session.PersistentManagerBase
Back up idle sessions.
processMaxIdleSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if they are idle too long.
PROCESSOR_ACTIVE - Static variable in class org.apache.catalina.connector.http.Constants
 
PROCESSOR_IDLE - Static variable in class org.apache.catalina.connector.http.Constants
 
processPersistenceChecks() - Method in class org.apache.catalina.session.PersistentManagerBase
Called by the background thread after active sessions have been checked for expiration, to allow sessions to be swapped out, backed up, etc.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.core.FastEngineMapper
Process a property change event.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.loader.WebappLoader
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.session.StandardManager
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.session.PersistentManagerBase
Process property change events from our associated Context.
protocol - Variable in class org.apache.catalina.connector.RequestBase
The protocol name and version associated with this Request.
PROTOCOL_HANDLER_VARIABLE - Static variable in class org.apache.naming.resources.Constants
 
ProxyDirContext - class org.apache.naming.resources.ProxyDirContext.
Proxy Directory Context implementation.
ProxyDirContext.CacheEntry - class org.apache.naming.resources.ProxyDirContext.CacheEntry.
 
ProxyDirContext.CacheEntry() - Constructor for class org.apache.naming.resources.ProxyDirContext.CacheEntry
 
ProxyDirContext(Hashtable, DirContext) - Constructor for class org.apache.naming.resources.ProxyDirContext
Builds a proxy directory context using the given environment.
pull() - Method in class org.apache.catalina.util.Queue
Pull the first object out of the queue.
put(Attribute) - Method in class org.apache.naming.resources.ResourceAttributes
Put attribute.
put(Object) - Method in class org.apache.catalina.util.Queue
Put the object into the queue.
put(Object, Object) - Method in class org.apache.catalina.util.ParameterMap
Associate the specified value with the specified key in this map.
put(String, Object) - Method in class org.apache.naming.resources.ResourceAttributes
Put attribute.
putAll(Map) - Method in class org.apache.catalina.util.ParameterMap
Copy all of the mappings from the specified map to this one.
putValue(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 

Q

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

R

random - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
A random number generator to use when generating session identifiers.
random - Variable in class org.apache.catalina.session.ManagerBase
A random number generator to use when generating session identifiers.
randomClass - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Java class name of the random number generator class to be used when generating session identifiers.
randomClass - Variable in class org.apache.catalina.session.ManagerBase
The Java class name of the random number generator class to be used when generating session identifiers.
read() - Method in class org.apache.catalina.connector.RequestStream
Read and return a single byte from this input stream, or -1 if end of file has been encountered.
read() - Method in class org.apache.catalina.connector.http.HttpRequestStream
Read and return a single byte from this input stream, or -1 if end of file has been encountered.
read() - Method in class org.apache.catalina.connector.http.SocketInputStream
Read byte.
read() - Method in class org.apache.catalina.connector.warp.WarpRequest.Stream
 
read(byte[]) - Method in class org.apache.catalina.connector.RequestStream
Read some number of bytes from the input stream, and store them into the buffer array b.
read(byte[], int, int) - Method in class org.apache.catalina.connector.RequestStream
Read up to len bytes of data from the input stream into an array of bytes.
read(byte[], int, int) - Method in class org.apache.catalina.connector.http.HttpRequestStream
Read up to len bytes of data from the input stream into an array of bytes.
reader - Variable in class org.apache.catalina.connector.RequestBase
The reader that has been returned by getReader, if any.
readHeader(HttpHeader) - Method in class org.apache.catalina.connector.http.SocketInputStream
Read a header, and copies it to the given buffer.
readInteger() - Method in class org.apache.catalina.connector.warp.WarpPacket
Read a signed integer value (32 bit) from the packet buffer.
readOnly - Variable in class org.apache.catalina.servlets.DefaultServlet
Read only flag.
readRequestLine(HttpRequestLine) - Method in class org.apache.catalina.connector.http.SocketInputStream
Read the request line, and copies it to the given buffer.
readString() - Method in class org.apache.catalina.connector.warp.WarpPacket
Read a string from the packet buffer.
readUnsignedShort() - Method in class org.apache.catalina.connector.warp.WarpPacket
Read an unsigned short value (16 bit) from the packet buffer.
readXml(File, Object) - Method in class org.apache.catalina.util.xml.XmlMapper
read an XML file, construct and return the object hierarchy
readXml(InputStream, Object) - Method in class org.apache.catalina.util.xml.XmlMapper
read an XML input stream, construct and return the object hierarchy
realm - Variable in class org.apache.catalina.core.ContainerBase
The Realm with which this Container is associated.
realm - Variable in class org.apache.catalina.realm.GenericPrincipal
The Realm with which this Principal is associated.
realm - Variable in class org.apache.catalina.startup.Embedded
The default realm to be used by all containers associated with this compoennt.
Realm - interface org.apache.catalina.Realm.
A Realm is a read-only facade for an underlying security realm used to authenticate individual users, and identify the security roles associated with those users.
RealmBase - class org.apache.catalina.realm.RealmBase.
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
RealmBase() - Constructor for class org.apache.catalina.realm.RealmBase
 
rebind(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
recv(WarpPacket) - Method in class org.apache.catalina.connector.warp.WarpConnection
Receive a WARP packet over this connection.
RecyclableNamingEnumeration - class org.apache.naming.resources.RecyclableNamingEnumeration.
Naming enumeration implementation.
RecyclableNamingEnumeration(Vector) - Constructor for class org.apache.naming.resources.RecyclableNamingEnumeration
 
recycle() - Method in interface org.apache.catalina.Request
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in interface org.apache.catalina.Session
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in interface org.apache.catalina.Response
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.ResponseWrapper
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.ResponseBase
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.HttpResponseBase
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.RequestWrapper
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.RequestBase
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.HttpRequestBase
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.warp.WarpResponse
Recycle this WarpResponse instance.
recycle() - Method in class org.apache.catalina.connector.warp.WarpResponse.Stream
Recycle this WarpResponse.Stream instance.
recycle() - Method in class org.apache.catalina.connector.warp.WarpRequest
Recycle this WarpResponse instance.
recycle() - Method in class org.apache.catalina.connector.warp.WarpRequest.Stream
 
recycle() - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
recycle() - Method in class org.apache.naming.resources.ProxyDirContext.CacheEntry
 
recycled - Variable in class org.apache.catalina.session.ManagerBase
The set of previously recycled Sessions for this Manager.
REFERENCE - Static variable in class org.apache.naming.NamingEntry
 
refreshPolicy() - Method in class org.apache.catalina.loader.WebappClassLoader
Refresh the system policy file, to pick up eventual changes.
register(HttpRequest, HttpResponse, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one.
registerDTDFile(String, String) - Method in class org.apache.catalina.util.xml.XmlMapper
Register the specified DTD with a local file.
registerDTDRes(String, String) - Method in class org.apache.catalina.util.xml.XmlMapper
Register the specified DTD to map to a resource in the classpath This must be called prior to the first call to readXml().
release() - Method in class org.apache.naming.resources.WARDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.FileDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.BaseDirContext
Release any resources allocated for this directory context.
release(Connection) - Method in class org.apache.catalina.realm.JDBCRealm
Release our use of this connection so that it can be recycled.
release(Connection) - Method in class org.apache.catalina.session.JDBCStore
Release the connection, not needed here since the connection is not associated with a connection pool.
release(DirContext) - Method in class org.apache.catalina.realm.JNDIRealm
Release our use of this connection so that it can be recycled.
reload() - Method in interface org.apache.catalina.Context
Reload this web application, if reloading is supported.
reload() - Method in class org.apache.catalina.core.StandardContext
Reload this web application, if reloading is supported.
reload(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Reload the web application at the specified context path.
reload(PrintWriter, String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Reload the web application at the specified context path.
Reloader - interface org.apache.catalina.loader.Reloader.
Internal interface that ClassLoader implementations may optionally implement to support the auto-reload functionality of the classloader associated with the context.
relpath - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The relative path for this request
REMOTE - Static variable in class org.apache.naming.EjbRef
Remote interface classname address type.
remoteAddr - Variable in class org.apache.catalina.connector.RequestBase
The remote address associated with this request.
RemoteAddrValve - class org.apache.catalina.valves.RemoteAddrValve.
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address.
RemoteAddrValve() - Constructor for class org.apache.catalina.valves.RemoteAddrValve
 
remoteHost - Variable in class org.apache.catalina.connector.RequestBase
The fully qualified name of the remote host.
RemoteHostValve - class org.apache.catalina.valves.RemoteHostValve.
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address.
RemoteHostValve() - Constructor for class org.apache.catalina.valves.RemoteHostValve
 
REMOVE_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
The ContainerEvent event type sent when an old alias is removed by removeAlias().
REMOVE_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a child container is removed by removeChild().
REMOVE_EVENT - Static variable in interface org.apache.catalina.Deployer
The ContainerEvent event type sent when an existing application is removed by remove().
REMOVE_MAPPER_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a Mapper is removed by removeMapper().
REMOVE_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a valve is removed by removeValve(), if this Container supports pipelines.
remove(File) - Method in class org.apache.catalina.core.StandardHost
Remove the specified directory and all of its contents.
remove(Object) - Method in class org.apache.catalina.util.ResourceSet
Remove the given element from this set if it is present.
remove(Object) - Method in class org.apache.catalina.util.ParameterMap
Remove the mapping for this key from the map if present.
remove(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Remove the web application at the specified context path.
remove(PrintWriter, String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Remove the web application at the specified context path.
remove(Session) - Method in interface org.apache.catalina.Manager
Remove this Session from the active Sessions for this Manager.
remove(Session) - Method in class org.apache.catalina.session.ManagerBase
Remove this Session from the active Sessions for this Manager.
remove(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, and from the Store.
remove(String) - Method in interface org.apache.catalina.Store
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - Method in interface org.apache.catalina.Deployer
Remove an existing web application, attached to the specified context path.
remove(String) - Method in class org.apache.catalina.core.StandardHost
Remove an existing web application, attached to the specified context path.
remove(String) - Method in class org.apache.catalina.session.JDBCStore
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - Method in class org.apache.catalina.session.FileStore
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - Method in class org.apache.naming.resources.ResourceAttributes
Remove attribute.
removeAlias(String) - Method in interface org.apache.catalina.Host
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - Method in class org.apache.catalina.core.StandardHost
Remove the specified alias name from the aliases for this Host.
removeApplicationListener(String) - Method in interface org.apache.catalina.Context
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - Method in class org.apache.catalina.core.DefaultContext
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified application listener class from the set of listeners for this application.
removeApplicationParameter(String) - Method in interface org.apache.catalina.Context
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - Method in class org.apache.catalina.core.DefaultContext
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - Method in class org.apache.catalina.core.StandardContext
Remove the application parameter with the specified name from the set for this application.
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
Remove the context attribute with the specified name, if any.
removeAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
removeAttribute(String) - Method in class org.apache.catalina.connector.RequestBase
Remove the specified request attribute if it exists.
removeAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Remove the specified role from the set of roles permitted to access the resources protected by this security constraint.
removeChild(Container) - Method in interface org.apache.catalina.Container
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in class org.apache.catalina.core.ContainerBase
Remove an existing child Container from association with this parent Container.
removeCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.SecurityConstraint
Remove the specified web resource collection from those protected by this security constraint.
removeConnector(Connector) - Method in interface org.apache.catalina.Service
Remove the specified Connector from the set associated from this Service.
removeConnector(Connector) - Method in class org.apache.catalina.core.StandardService
Remove the specified Connector from the set associated from this Service.
removeConnector(Connector) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Remove the specified Connector from the set of defined Connectors.
removeConnector(Connector) - Method in class org.apache.catalina.startup.EmbeddedManager
Remove the specified Connector from the set of defined Connectors.
removeConnector(Connector) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Connector from the set of defined Connectors.
removeConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
Remove the specified security constraint from this web application.
removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
Remove the specified security constraint from this web application.
removeContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
Remove a container event listener from this component.
removeContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a container event listener from this component.
removeContext(Context) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Remove the specified Context from the set of defined Contexts for its associated Host.
removeContext(Context) - Method in class org.apache.catalina.startup.EmbeddedManager
Remove the specified Context from the set of defined Contexts for its associated Host.
removeContext(Context) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Context from the set of defined Contexts for its associated Host.
removeEjb(String) - Method in interface org.apache.catalina.Context
Remove any EJB resource reference with the specified name.
removeEjb(String) - Method in class org.apache.catalina.core.DefaultContext
Remove any EJB resource reference with the specified name.
removeEjb(String) - Method in class org.apache.catalina.core.StandardContext
Remove any EJB resource reference with the specified name.
removeEngine(Engine) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEngine(Engine) - Method in class org.apache.catalina.startup.EmbeddedManager
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEngine(Engine) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEnvironment(String) - Method in interface org.apache.catalina.Context
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.core.DefaultContext
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.core.StandardContext
Remove any environment entry with the specified name.
removeErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
Remove a filter mapping from this Context.
removeFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Remove a filter mapping from this Context.
removeFromEnvironment(String) - Method in class org.apache.naming.SelectorContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.NamingContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.ProxyDirContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.BaseDirContext
Removes an environment property from the environment of this context.
removeHost(Host) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeHost(Host) - Method in class org.apache.catalina.startup.EmbeddedManager
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeHost(Host) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Remove the specified initialization parameter from this servlet.
removeInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove the specified initialization parameter from this servlet.
removeInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Remove a listener no longer interested in InstanceEvents.
removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
Remove a listener no longer interested in InstanceEvents.
removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
Remove a lifecycle event listener from this component.
removeInstanceListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(String) - Method in class org.apache.catalina.core.DefaultContext
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.cluster.StandardCluster
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.FastEngineMapper
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardService
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardServer
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardPipeline
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.SingleSignOn
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.logger.FileLogger
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.http.HttpConnector
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.http10.HttpConnector
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.warp.WarpConnector
Remove a LifecycleEvent listener from this Connector.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.realm.RealmBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StandardManager
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StoreBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.startup.Embedded
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.CertificatesValve
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
Remove a lifecycle event listener from this component.
removeLocalEjb(String) - Method in interface org.apache.catalina.Context
Remove any local EJB resource reference with the specified name.
removeLocalEjb(String) - Method in class org.apache.catalina.core.StandardContext
Remove any local EJB resource reference with the specified name.
removeMapper(Mapper) - Method in interface org.apache.catalina.Container
Remove a Mapper associated with this Container, if any.
removeMapper(Mapper) - Method in class org.apache.catalina.core.ContainerBase
Remove a Mapper associated with this Container, if any.
removeMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified HTTP request method from those that are part of this web resource collection.
removeMimeMapping(String) - Method in interface org.apache.catalina.Context
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeNote(String) - Method in interface org.apache.catalina.Request
Remove any object bound to the specified name in the internal notes for this request.
removeNote(String) - Method in interface org.apache.catalina.Session
Remove any object bound to the specified name in the internal notes for this session.
removeNote(String) - Method in class org.apache.catalina.connector.RequestBase
Remove any object bound to the specified name in the internal notes for this request.
removeParameter(String) - Method in interface org.apache.catalina.Context
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - Method in class org.apache.catalina.core.DefaultContext
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - Method in class org.apache.catalina.core.StandardContext
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removePattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified URL pattern from those that are part of this web resource collection.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Logger
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.WebappLoader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.logger.LoggerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.startup.Embedded
Remove a property change listener from this component.
removeResource(String) - Method in interface org.apache.catalina.Context
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.core.DefaultContext
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.core.StandardContext
Remove any resource reference with the specified name.
removeResourceEnvRef(String) - Method in interface org.apache.catalina.Context
Remove any resource environment reference with the specified name.
removeResourceEnvRef(String) - Method in class org.apache.catalina.core.DefaultContext
Remove any resource environment reference with the specified name.
removeResourceEnvRef(String) - Method in class org.apache.catalina.core.StandardContext
Remove any resource environment reference with the specified name.
removeRoleMapping(String) - Method in interface org.apache.catalina.Context
Remove any security role reference for the specified name
removeRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role reference for the specified name
removeSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Remove any security role reference for the specified role name.
removeSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove any security role reference for the specified role name.
removeSecurityRole(String) - Method in interface org.apache.catalina.Context
Remove any security role with the specified name.
removeSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role with the specified name.
removeService(Service) - Method in interface org.apache.catalina.Server
Remove the specified Service from the set associated from this Server.
removeService(Service) - Method in class org.apache.catalina.core.StandardServer
Remove the specified Service from the set associated from this Server.
removeServletMapping(String) - Method in interface org.apache.catalina.Context
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
Remove a session event listener from this component.
removeTaglib(String) - Method in interface org.apache.catalina.Context
Remove the tag library location forthe specified tag library URI.
removeTaglib(String) - Method in class org.apache.catalina.core.StandardContext
Remove the tag library location forthe specified tag library URI.
removeValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeValve(Valve) - Method in interface org.apache.catalina.Pipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeWelcomeFile(String) - Method in interface org.apache.catalina.Context
Remove the specified welcome file name from the list recognized by this Context.
removeWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified welcome file name from the list recognized by this Context.
removeWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - Method in class org.apache.catalina.core.DefaultContext
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in class org.apache.catalina.core.DefaultContext
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
rename(Name, Name) - Method in class org.apache.naming.SelectorContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.NamingContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.SelectorContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.NamingContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.WARDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.FileDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.BaseDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
render(String, DefaultServlet.ResourceInfo) - Method in class org.apache.catalina.servlets.DefaultServlet
Return an InputStream to an HTML representation of the contents of this directory.
renderLastModified(long) - Method in class org.apache.catalina.servlets.DefaultServlet
Render the last modified date and time for the specified timestamp.
renderSize(long) - Method in class org.apache.catalina.servlets.DefaultServlet
Render the specified file size (in bytes).
ReplicationWrapper - class org.apache.catalina.cluster.ReplicationWrapper.
A ReplicationWrapper, used when sending and receiving multicast data, wrapped is the data and the senderId which is used for identification.
ReplicationWrapper(byte[], String) - Constructor for class org.apache.catalina.cluster.ReplicationWrapper
Construct a new ReplicationWrapper
report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Prints out an error report.
repositories - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of local repositories, in the order they should be searched for locally loaded classes or resources.
repositories - Variable in class org.apache.catalina.loader.StandardClassLoader
The list of local repositories, in the order they should be searched for locally loaded classes or resources.
req - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The HttpServletResponse associated with this request
REQ_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the password used to authenticate this user.
REQ_SSOID_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key to track the single-sign-on identity with which this request is associated.
REQ_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the username used to authenticate this user.
request - Variable in class org.apache.catalina.connector.ResponseBase
The Request with which this Response is associated.
request - Variable in class org.apache.catalina.connector.RequestWrapper
The wrapped request.
request - Variable in class org.apache.catalina.connector.RequestFacade
The wrapped request.
Request - interface org.apache.catalina.Request.
A Request is the Catalina-internal facade for a ServletRequest that is to be processed, in order to produce the corresponding Response.
REQUEST_URI_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original request URI is stored on an included dispatcher request.
RequestBase - class org.apache.catalina.connector.RequestBase.
Convenience base implementation of the Request interface, which can be used for the Request implementation required by most Connectors.
RequestBase() - Constructor for class org.apache.catalina.connector.RequestBase
 
RequestDumperValve - class org.apache.catalina.valves.RequestDumperValve.
Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
RequestDumperValve() - Constructor for class org.apache.catalina.valves.RequestDumperValve
 
requestedSessionCookie - Variable in class org.apache.catalina.connector.HttpRequestBase
Was the requested session ID received in a cookie?
requestedSessionId - Variable in class org.apache.catalina.connector.HttpRequestBase
The requested session ID (if any) for this request.
requestedSessionURL - Variable in class org.apache.catalina.connector.HttpRequestBase
Was the requested session ID received in a URL?
RequestFacade - class org.apache.catalina.connector.RequestFacade.
Facade class that wraps a Catalina-internal Request object.
RequestFacade(Request) - Constructor for class org.apache.catalina.connector.RequestFacade
Construct a wrapper for the specified request.
RequestFilterValve - class org.apache.catalina.valves.RequestFilterValve.
Implementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against a set of regular expressions configured for this Valve.
RequestFilterValve() - Constructor for class org.apache.catalina.valves.RequestFilterValve
 
RequestStream - class org.apache.catalina.connector.RequestStream.
Convenience implementation of ServletInputStream that works with the standard implementations of Request.
RequestStream(Request) - Constructor for class org.apache.catalina.connector.RequestStream
Construct a servlet input stream associated with the specified Request.
requestURI - Variable in class org.apache.catalina.connector.HttpRequestBase
The request URI associated with this request.
RequestUtil - class org.apache.catalina.util.RequestUtil.
General purpose request parsing and encoding utility methods.
RequestUtil() - Constructor for class org.apache.catalina.util.RequestUtil
 
RequestWrapper - class org.apache.catalina.connector.RequestWrapper.
Abstract convenience class that wraps a Catalina-internal Request object.
RequestWrapper(Request) - Constructor for class org.apache.catalina.connector.RequestWrapper
Construct a wrapper for the specified request.
required - Variable in class org.apache.catalina.loader.WebappClassLoader
The set of optional packages (formerly standard extensions) that are required in the repositories associated with this class loader.
required - Variable in class org.apache.catalina.loader.StandardClassLoader
The set of optional packages (formerly standard extensions) that are required in the repositories associated with this class loader.
res - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The HttpServletResponse associated with this request.
reset() - Method in class org.apache.catalina.connector.ResponseFacade
 
reset() - Method in class org.apache.catalina.connector.ResponseBase
Clear any content written to the buffer.
reset() - Method in class org.apache.catalina.connector.HttpResponseBase
Clear any content written to the buffer.
reset() - Method in class org.apache.catalina.connector.warp.WarpPacket
Reset this packet.
reset() - Method in class org.apache.catalina.util.StringParser
Reset the current state of the parser to the beginning of the current string being parsed.
reset(int, String) - Method in interface org.apache.catalina.HttpResponse
Reset this response, and specify the values for the HTTP status code and corresponding message.
reset(int, String) - Method in class org.apache.catalina.connector.HttpResponseWrapper
Reset this response, and specify the values for the HTTP status code and corresponding message.
reset(int, String) - Method in class org.apache.catalina.connector.HttpResponseBase
Reset this response, and specify the values for the HTTP status code and corresponding message.
resetBuffer() - Method in interface org.apache.catalina.Response
Reset the data buffer but not any status or header information.
resetBuffer() - Method in class org.apache.catalina.connector.ResponseWrapper
Reset the data buffer but not any status or header information.
resetBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
resetBuffer() - Method in class org.apache.catalina.connector.ResponseBase
Reset the data buffer but not any status or header information.
resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.util.CustomObjectInputStream
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context.
resolveEntity(String, String) - Method in class org.apache.catalina.util.xml.XmlMapper
Resolve the requested external entity, replacing it by an internal DTD if one has been registered.
resource - Variable in class org.apache.naming.resources.DirContextURLConnection
Associated resource.
Resource - class org.apache.naming.resources.Resource.
Encapsultes the contents of a resource.
Resource() - Constructor for class org.apache.naming.resources.Resource
 
Resource(byte[]) - Constructor for class org.apache.naming.resources.Resource
 
Resource(InputStream) - Constructor for class org.apache.naming.resources.Resource
 
ResourceAttributes - class org.apache.naming.resources.ResourceAttributes.
Attributes implementation.
ResourceAttributes() - Constructor for class org.apache.naming.resources.ResourceAttributes
Default constructor.
ResourceAttributes(Attributes) - Constructor for class org.apache.naming.resources.ResourceAttributes
Merges with another attribute set.
resourceEntries - Variable in class org.apache.catalina.loader.WebappClassLoader
The cache of ResourceEntry for classes and resources we have loaded, keyed by resource name.
ResourceEnvFactory - class org.apache.naming.factory.ResourceEnvFactory.
Object factory for Resources env.
ResourceEnvFactory() - Constructor for class org.apache.naming.factory.ResourceEnvFactory
 
ResourceEnvRef - class org.apache.naming.ResourceEnvRef.
Represents a reference address to a resource environment.
ResourceEnvRef(String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceEnvRef(String, String, String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceFactory - class org.apache.naming.factory.ResourceFactory.
Object factory for Resources.
ResourceFactory() - Constructor for class org.apache.naming.factory.ResourceFactory
 
ResourceParams - class org.apache.catalina.deploy.ResourceParams.
Representation of additional parameters which will be used to initialize external resources defined in the web application deployment descriptor.
ResourceParams() - Constructor for class org.apache.catalina.deploy.ResourceParams
 
ResourceRef - class org.apache.naming.ResourceRef.
Represents a reference address to a resource.
ResourceRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
ResourceRef(String, String, String, String, String, String) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
resources - Variable in class org.apache.catalina.core.ContainerBase
The resources DirContext object with which this Container is associated.
resources - Variable in class org.apache.catalina.loader.WebappClassLoader
Associated directory context giving access to the resources in this webapp.
resources - Variable in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
RESOURCES_ATTR - Static variable in class org.apache.catalina.Globals
The JNDI directory context which is associated with the context.
RESOURCES_JNDI_NAME - Static variable in class org.apache.catalina.servlets.DefaultServlet
JNDI resources name.
ResourceSet - class org.apache.catalina.util.ResourceSet.
Extended implementation of HashSet that includes a locked property.
ResourceSet() - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the default initial capacity and load factor.
ResourceSet(Collection) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new set with the same contents as the existing collection.
ResourceSet(int) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and default load factor.
ResourceSet(int, float) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and load factor.
resp - Variable in class org.apache.catalina.connector.ResponseFacade
The wrapped response.
response - Variable in class org.apache.catalina.connector.ResponseStream
The Response with which this input stream is associated.
response - Variable in class org.apache.catalina.connector.ResponseWrapper
The wrapped response.
response - Variable in class org.apache.catalina.connector.ResponseFacade
The wrapped response.
response - Variable in class org.apache.catalina.connector.RequestBase
The response with which this request is associated.
Response - interface org.apache.catalina.Response.
A Response is the Catalina-internal facade for a ServletResponse that is to be produced, based on the processing of a corresponding Request.
ResponseBase - class org.apache.catalina.connector.ResponseBase.
Convenience base implementation of the Response interface, which can be used for the Response implementation required by most Connectors.
ResponseBase() - Constructor for class org.apache.catalina.connector.ResponseBase
 
ResponseFacade - class org.apache.catalina.connector.ResponseFacade.
Facade class that wraps a Catalina-internal Response object.
ResponseFacade(Response) - Constructor for class org.apache.catalina.connector.ResponseFacade
Construct a wrapper for the specified response.
ResponseIncludeWrapper - class org.apache.catalina.util.ssi.ResponseIncludeWrapper.
A HttpServletResponseWrapper, used from SsiInclude
ResponseIncludeWrapper(HttpServletResponse, ServletOutputStream) - Constructor for class org.apache.catalina.util.ssi.ResponseIncludeWrapper
Initialize our wrapper with the current HttpServletResponse and ServletOutputStream.
ResponseStream - class org.apache.catalina.connector.ResponseStream.
Convenience implementation of ServletOutputStream that works with the standard ResponseBase implementation of Response.
ResponseStream(Response) - Constructor for class org.apache.catalina.connector.ResponseStream
Construct a servlet output stream associated with the specified Request.
ResponseWrapper - class org.apache.catalina.connector.ResponseWrapper.
Abstract convenience class that wraps a Catalina-internal Response object.
ResponseWrapper(Response) - Constructor for class org.apache.catalina.connector.ResponseWrapper
Construct a wrapper for the specified response.
ResponseWriter - class org.apache.catalina.connector.ResponseWriter.
Wrapper around the standard java.io.PrintWriter that keeps track of whether or not any characters have ever been written (even if they are still buffered inside the PrintWriter or any other Writer that it uses above the underlying TCP/IP socket).
ResponseWriter(OutputStreamWriter, ResponseStream) - Constructor for class org.apache.catalina.connector.ResponseWriter
Construct a new ResponseWriter, wrapping the specified writer and attached to the specified response.
revalidate(ProxyDirContext.CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Revalidate entry.
reverse - Variable in class org.apache.catalina.authenticator.SingleSignOn
The cache of single sign on identifiers, keyed by the Session that is associated with them.
reverse(String) - Static method in class org.apache.catalina.util.MIME2Java
Convert a Java encoding name to MIME charset name.
rewriteUrl(String) - Method in class org.apache.catalina.servlets.DefaultServlet
URL rewriter.
rfc1036Format - Static variable in class org.apache.catalina.util.DateTool
 
RFC1123_PATTERN - Static variable in class org.apache.catalina.util.DateTool
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
rfc1123Format - Static variable in class org.apache.catalina.util.DateTool
DateFormat to be used to format dates
roleBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for role searches.
roleFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current roleSearch.
roleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of the attribute containing the role name.
roleNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user role table that names a role
roles - Variable in class org.apache.catalina.realm.GenericPrincipal
The set of roles associated with this user.
roles(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return a PreparedStatement configured to perform the SELECT required to retrieve user roles for the specified username.
roleSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to select roles for a user, with "{0}" marking the spot where the distinguished name of the user goes.
roleSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching memberships?
run() - Method in class org.apache.catalina.cluster.StandardCluster
The background thread.
run() - Method in class org.apache.catalina.cluster.MulticastReceiver
The background thread.
run() - Method in interface org.apache.catalina.cluster.ClusterReceiver
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedGetRequestDispatcher
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedGetResource
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedGetResourcePaths
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedLogMessage
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedLogException
 
run() - Method in class org.apache.catalina.core.ApplicationContext.PrivilegedLogThrowable
 
run() - Method in class org.apache.catalina.loader.WebappLoader
The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource
 
run() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.connector.HttpRequestBase.PrivilegedGetSession
 
run() - Method in class org.apache.catalina.connector.http.HttpConnector
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.catalina.connector.http10.HttpConnector
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.catalina.connector.warp.WarpConnector
Start accepting WARP requests from the network.
run() - Method in class org.apache.catalina.connector.warp.WarpConnection
Process data from the socket.
run() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Executes a CGI script with the desired environment, current working directory, and input/output streams This implements the following CGI specification recommedations: Servers SHOULD provide the "query" component of the script-URI as command-line arguments to scripts if it does not contain any unencoded "=" characters and the command-line arguments can be generated in an unambiguous manner.
run() - Method in class org.apache.catalina.session.StandardManager
The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.session.StoreBase
The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.session.PersistentManagerBase
The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.session.DistributedManager
The background thread that checks for session timeouts and shutdown.
run() - Method in class org.apache.catalina.util.ProcessHelper
Executes a process script with the desired environment, current working directory, and input/output streams This implements the following CGI specification recommedations: Servers SHOULD provide the "query" component of the script-URI as command-line arguments to scripts if it does not contain any unencoded "=" characters and the command-line arguments can be generated in an unambiguous manner.

S

safeCharacters - Static variable in class org.apache.catalina.servlets.DefaultServlet
Array containing the safe characters set.
sameFile(URL) - Method in class org.apache.catalina.util.URL
Compare two URLs, excluding the "ref" fields.
save(Session) - Method in interface org.apache.catalina.Store
Save the specified Session into this Store.
save(Session) - Method in class org.apache.catalina.session.JDBCStore
Save a session to the Store.
save(Session) - Method in class org.apache.catalina.session.FileStore
Save the specified Session into this Store.
SavedRequest - class org.apache.catalina.authenticator.SavedRequest.
Object that saves the critical information from a request so that form-based authentication can reproduce it once the user has been authenticated.
SavedRequest() - Constructor for class org.apache.catalina.authenticator.SavedRequest
 
SaxContext - interface org.apache.catalina.util.xml.SaxContext.
SAX Context - used to match and perform actions provide access to the current stack and XML elements.
scheme - Variable in class org.apache.catalina.connector.RequestBase
The scheme associated with this Request.
SCOPE - Static variable in class org.apache.naming.ResourceRef
Scope address type.
search(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.WARDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.FileDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.WARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.FileDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.WARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.FileDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
secure - Variable in class org.apache.catalina.connector.RequestBase
Was this request received on a secure connection?
secure - Variable in class org.apache.catalina.connector.HttpRequestBase
Was this request received on a secure channel?
SecurityCollection - class org.apache.catalina.deploy.SecurityCollection.
Representation of a web resource collection for a web application's security constraint, as represented in a <web-resource-collection> element in the deployment descriptor.
SecurityCollection() - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with default values.
SecurityCollection(String) - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with specified values.
SecurityCollection(String, String) - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with specified values.
SecurityConstraint - class org.apache.catalina.deploy.SecurityConstraint.
Representation of a security constraint element for a web application, as represented in a <security-constraint> element in the deployment descriptor.
SecurityConstraint() - Constructor for class org.apache.catalina.deploy.SecurityConstraint
Construct a new security constraint instance with default values.
SelectorContext - class org.apache.naming.SelectorContext.
Catalina JNDI Context implementation.
SelectorContext(Hashtable) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
SelectorContext(Hashtable, boolean) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
send(byte[]) - Method in class org.apache.catalina.cluster.MulticastSender
Send multicast data
send(byte[]) - Method in interface org.apache.catalina.cluster.ClusterSender
Send an array of bytes, the implementation of this ClusterSender is responsible for modifying the bytearray to something that it can use.
send(Object) - Method in class org.apache.catalina.cluster.MulticastSender
Send an object using a multicastSocket
send(Object) - Method in interface org.apache.catalina.cluster.ClusterSender
Send an object, the implementation of this ClusterSender is responsible for modifying the Object to something that it can use.
send(WarpPacket) - Method in class org.apache.catalina.connector.warp.WarpConnection
Send a WARP packet over this connection.
sendData() - Method in class org.apache.catalina.util.XMLWriter
Send data and reinitializes buffer.
sendError(int) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
sendError(int) - Method in class org.apache.catalina.connector.HttpResponseBase
Send an error response with the specified status and a default message.
sendError(int, String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
sendError(int, String) - Method in class org.apache.catalina.connector.HttpResponseBase
Send an error response with the specified status and message.
sendHeaders() - Method in class org.apache.catalina.connector.HttpResponseBase
Send the HTTP response headers, if this has not already occurred.
sendHeaders() - Method in class org.apache.catalina.connector.warp.WarpResponse
Send the HTTP response headers, if this has not already occurred.
SendMailFactory - class org.apache.naming.factory.SendMailFactory.
Factory class that creates a JNDI named javamail MimePartDataSource object which can be used for sending email using SMTP.
SendMailFactory() - Constructor for class org.apache.naming.factory.SendMailFactory
 
sendRedirect(String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
sendRedirect(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Send a temporary redirect to the specified redirect location URL.
server - Variable in class org.apache.catalina.startup.Catalina
The server component we are starting or stopping
Server - interface org.apache.catalina.Server.
A Server represents one convenient way to package a set of Connectors associated with a particular Container.
SERVER_INFO - Static variable in class org.apache.catalina.Globals
The descriptive information about this server and version.
serveRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Serve the specified request, creating the corresponding response.
serveResource(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.catalina.servlets.DefaultServlet
Serve the specified resource, optionally including the data content.
ServerFactory - class org.apache.catalina.ServerFactory.
ServerFactory allows the registration of the (singleton) Server instance for this JVM, so that it can be accessed independently of any existing reference to the component hierarchy.
ServerFactory() - Constructor for class org.apache.catalina.ServerFactory
 
ServerInfo - Static variable in class org.apache.catalina.connector.http.Constants
 
ServerInfo - Static variable in class org.apache.catalina.connector.http10.Constants
 
serverName - Variable in class org.apache.catalina.connector.RequestBase
The server name associated with this Request.
serverPort - Variable in class org.apache.catalina.connector.RequestBase
The server port associated with this Request.
ServerSocketFactory - interface org.apache.catalina.net.ServerSocketFactory.
Interface that describes the common characteristics of factory classes that create server sockets required by a Connector.
serverVariables - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The Servervariables associated with this request
Service - interface org.apache.catalina.Service.
A Service is a group of one or more Connectors that share a single Container to process their incoming requests.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
Handles the special WebDAV methods.
SERVLET_NAME_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward a servlet name to an error page.
SERVLET_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original servlet path is stored on an included dispatcher request.
servletContext - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The ServletContext associated with this request
ServletOutputStreamWrapper - class org.apache.catalina.util.ssi.ServletOutputStreamWrapper.
Class that extends ServletOuputStream, used as a wrapper from within SsiInclude
ServletOutputStreamWrapper() - Constructor for class org.apache.catalina.util.ssi.ServletOutputStreamWrapper
Construct a new ServletOutputStream
servletPath - Variable in class org.apache.catalina.connector.HttpRequestBase
The servlet path for this request.
SESS_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the password used to authenticate this user.
SESS_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the username used to authenticate this user.
session - Variable in class org.apache.catalina.connector.HttpRequestBase
The currently active session for this request.
Session - interface org.apache.catalina.Session.
A Session is the Catalina-internal facade for an HttpSession that is used to maintain state information between requests for a particular user of a web application.
SESSION_COOKIE_NAME - Static variable in class org.apache.catalina.Globals
The name of the cookie used to pass the session identifier back and forth with the client.
SESSION_CREATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is created.
SESSION_DESTROYED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is destroyed.
SESSION_ID_BYTES - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The number of random bytes to include when generating a session identifier.
SESSION_ID_BYTES - Static variable in class org.apache.catalina.session.ManagerBase
The number of random bytes to include when generating a session identifier.
SESSION_PARAMETER_NAME - Static variable in class org.apache.catalina.Globals
The name of the path parameter used to pass the session identifier back and forth with the client.
sessionDataCol - Variable in class org.apache.catalina.session.JDBCStore
Data column to use.
SessionEvent - class org.apache.catalina.SessionEvent.
General event for notifying listeners of significant changes on a Session.
sessionEvent(SessionEvent) - Method in interface org.apache.catalina.SessionListener
Acknowledge the occurrence of the specified event.
sessionEvent(SessionEvent) - Method in class org.apache.catalina.authenticator.SingleSignOn
Acknowledge the occurrence of the specified event.
SessionEvent(Session, String, Object) - Constructor for class org.apache.catalina.SessionEvent
Construct a new SessionEvent with the specified parameters.
sessionIdCol - Variable in class org.apache.catalina.session.JDBCStore
Id column to use.
sessionLastAccessedCol - Variable in class org.apache.catalina.session.JDBCStore
Last Accessed column to use.
SessionListener - interface org.apache.catalina.SessionListener.
Interface defining a listener for significant Session generated events.
sessionMaxInactiveCol - Variable in class org.apache.catalina.session.JDBCStore
Max Inactive column to use.
sessions - Variable in class org.apache.catalina.session.ManagerBase
The set of currently active Sessions for this Manager, keyed by session identifier.
sessions(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Session information for the web application at the specified context path.
sessionTable - Variable in class org.apache.catalina.session.JDBCStore
Table to use.
sessionValidCol - Variable in class org.apache.catalina.session.JDBCStore
Is Valid column to use.
set(String, DirContext) - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
 
setAcceptCount(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the accept count for this Connector.
setAcceptCount(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the accept count for this Connector.
setAcceptCount(int) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the accept count for this Connector.
setAddress(int) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the IP address to which this Connector will bind to.
setAddress(String) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the bind IP address for this Connector.
setAddress(String) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the bind IP address for this Connector.
setAddress(String) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the IP address to which this Connector will bind to.
setAlgorithm(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the message digest algorithm for this Manager.
setAlgorithm(String) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setAlgorithm(String) - Method in class org.apache.catalina.session.ManagerBase
Set the message digest algorithm for this Manager.
setAllow(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the comma-delimited set of the allow expressions configured for this Valve, if any.
setAllowChunking(boolean) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the allow chunking flag.
setAppBase(String) - Method in interface org.apache.catalina.Host
Set the application root for this Host.
setAppBase(String) - Method in class org.apache.catalina.core.StandardHost
Set the application root for this Host.
setAppBase(String) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the applications base directory for hosts created via WARP.
setAppCommitted(boolean) - Method in interface org.apache.catalina.Response
Set the application commit flag.
setAppCommitted(boolean) - Method in class org.apache.catalina.connector.ResponseBase
Set the application commit flag.
setApplicationListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
Store the set of initialized application listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContext
Bind the specified value with the specified context attribute name, replacing any existing value for that name.
setAttribute(String, Object) - Method in class org.apache.catalina.connector.RequestFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.connector.RequestBase
Set the specified request attribute to the specified value.
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setAttributeReadOnly(String) - Method in class org.apache.catalina.core.ApplicationContext
Set an attribute as read only.
setAuth(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setAuthConstraint(boolean) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the authorization constraint present flag for this security constraint.
setAuthMethod(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setAuthorization(String) - Method in interface org.apache.catalina.Request
Set the authorization credentials sent with this request.
setAuthorization(String) - Method in class org.apache.catalina.connector.RequestWrapper
Set the authorization credentials sent with this request.
setAuthorization(String) - Method in class org.apache.catalina.connector.RequestBase
Set the authorization credentials sent with this request.
setAuthType(String) - Method in interface org.apache.catalina.HttpRequest
Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - Method in interface org.apache.catalina.Session
Set the authentication type used to authenticate our cached Principal, if any.
setAuthType(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Set the authentication type used for this request, if any; otherwise set the type to null.
setAvailable(boolean) - Method in interface org.apache.catalina.Context
Set the application available flag for this Context.
setAvailable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the application available flag for this Context.
setAvailable(long) - Method in interface org.apache.catalina.Wrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setAvailable(long) - Method in class org.apache.catalina.core.StandardWrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setBasic(Valve) - Method in interface org.apache.catalina.Pipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - Method in class org.apache.catalina.core.ContainerBase
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBufferSize(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setBufferSize(int) - Method in class org.apache.catalina.connector.ResponseBase
Set the buffer size to be used for this Response.
setBufferSize(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the input buffer size for this Connector.
setBufferSize(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the input buffer size for this Connector.
setCache(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the cache authenticated Principals flag.
setCached(boolean) - Method in class org.apache.naming.resources.BaseDirContext
Set cached.
setCacheObjectMaxSize(int) - Method in class org.apache.naming.resources.BaseDirContext
Set cacheObjectMaxSize.
setCacheTTL(int) - Method in class org.apache.naming.resources.BaseDirContext
Set cache TTL.
setCachingAllowed(boolean) - Method in class org.apache.catalina.core.StandardContext
Set caching allowed flag.
setCaseSensitive(boolean) - Method in class org.apache.naming.resources.FileDirContext
Set case sensitivity.
setCatalinaBase() - Method in class org.apache.catalina.startup.Catalina
Set the catalina.base System property to the current working directory if it has not been set.
setCatalinaHome() - Method in class org.apache.catalina.startup.Catalina
Set the catalina.home System property to the current working directory if it has not been set.
setCGIEnvironment(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Constructs the CGI environment to be supplied to the invoked CGI script; relies heavliy on Servlet API methods and findCGI
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.RequestFacade
 
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.RequestBase
Overrides the name of the character encoding used in the body of this request.
setCharsetMapper(CharsetMapper) - Method in interface org.apache.catalina.Context
Set the Locale to character set mapper for this Context.
setCharsetMapper(CharsetMapper) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper for this Context.
setCharsetMapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper class for this Context.
setCheckInterval(int) - Method in interface org.apache.catalina.Cluster
Set the time in seconds that the Cluster waits before checking for changes and replicated data.
setCheckInterval(int) - Method in class org.apache.catalina.cluster.StandardCluster
Set the time in seconds for this component to Sleep before it checks for new received data in the Cluster
setCheckInterval(int) - Method in class org.apache.catalina.cluster.MulticastReceiver
Set the time in seconds for this component to Sleep before it checks for new received data in the Cluster
setCheckInterval(int) - Method in interface org.apache.catalina.cluster.ClusterReceiver
Set the time in seconds for this component to Sleep before it checks for new received data in the Cluster
setCheckInterval(int) - Method in class org.apache.catalina.loader.WebappLoader
Set the check interval for this Loader.
setCheckInterval(int) - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Set the check interval for this Loader.
setCheckInterval(int) - Method in class org.apache.catalina.session.StandardManager
Set the check interval (in seconds) for this Manager.
setCheckInterval(int) - Method in class org.apache.catalina.session.StoreBase
Set the check interval (in seconds) for this Store.
setCheckInterval(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the check interval (in seconds) for this Manager.
setClientAuth(boolean) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setCluster(Cluster) - Method in interface org.apache.catalina.Container
Set the Cluster with which this Container is associated.
setCluster(Cluster) - Method in class org.apache.catalina.core.ContainerBase
Set the Cluster with which this Container is associated.
setClusterInfo(String) - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
setClusterName(String) - Method in interface org.apache.catalina.Cluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterName(String) - Method in class org.apache.catalina.cluster.StandardCluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterName(String) - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
setCollection(boolean) - Method in class org.apache.naming.resources.ResourceAttributes
Set collection flag.
setCommand(String) - Method in class org.apache.catalina.util.ProcessEnvironment
Sets the desired command string
setConfigClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context configuration class name.
setConfigClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context configuration class name.
setConfigured(boolean) - Method in interface org.apache.catalina.Context
Set the "correctly configured" flag for this Context.
setConfigured(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "correctly configured" flag for this Context.
setConnection(WarpConnection) - Method in class org.apache.catalina.connector.warp.WarpResponse
Associate this WarpResponse instance with a specific WarpConnection instance.
setConnection(WarpConnection) - Method in class org.apache.catalina.connector.warp.WarpRequest
Associate this WarpResponse instance with a specific WarpConnection instance.
setConnectionName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection username for this Realm.
setConnectionName(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the username to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection password for this Realm.
setConnectionPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the password to use to connect to the database.
setConnectionTimeout(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the connection timeout for this Connector.
setConnectionTimeout(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the connection timeout for this Connector.
setConnectionURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection URL for this Realm.
setConnectionURL(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the URL to use to connect to the database.
setConnectionURL(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Connection URL for this Store.
setConnector(Connector) - Method in interface org.apache.catalina.Request
Set the Connector through which this Request was received.
setConnector(Connector) - Method in interface org.apache.catalina.Response
Set the Connector through which this Response is returned.
setConnector(Connector) - Method in class org.apache.catalina.connector.ResponseWrapper
Set the Connector through which this Response is returned.
setConnector(Connector) - Method in class org.apache.catalina.connector.ResponseBase
Set the Connector through which this Response will be transmitted.
setConnector(Connector) - Method in class org.apache.catalina.connector.RequestWrapper
Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.apache.catalina.connector.RequestBase
Set the Connector through which this Request was received.
setConnector(WarpConnector) - Method in class org.apache.catalina.connector.warp.WarpConnection
Set the WarpConnector associated with this connection.
setContainer(Container) - Method in interface org.apache.catalina.Contained
Set the Container with which this instance is associated.
setContainer(Container) - Method in interface org.apache.catalina.Service
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Container) - Method in interface org.apache.catalina.Mapper
Set the Container with which this Mapper is associated.
setContainer(Container) - Method in interface org.apache.catalina.Realm
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Cluster
Set the Container associated with our Cluster
setContainer(Container) - Method in interface org.apache.catalina.Manager
Set the Container with which this Manager is associated.
setContainer(Container) - Method in interface org.apache.catalina.Logger
Set the Container with which this Logger has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Loader
Set the Container with which this Loader has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Connector
Set the Container used for processing requests received by this Connector.
setContainer(Container) - Method in class org.apache.catalina.cluster.StandardCluster
Set the Container associated with our Cluster
setContainer(Container) - Method in class org.apache.catalina.core.StandardHostMapper
Set the Container with which this Mapper is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardEngineMapper
Set the Container with which this Mapper is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardContextMapper
Set the Container with which this Mapper is associated.
setContainer(Container) - Method in class org.apache.catalina.core.FastEngineMapper
Set the Container with which this Mapper is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardService
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Container) - Method in class org.apache.catalina.core.StandardPipeline
Set the Container with which this Pipeline is associated.
setContainer(Container) - Method in class org.apache.catalina.loader.WebappLoader
Set the Container with which this Logger has been associated.
setContainer(Container) - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Set the Container with which this Logger has been associated.
setContainer(Container) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the Container to which this Valve is attached.
setContainer(Container) - Method in class org.apache.catalina.logger.LoggerBase
Set the Container with which this Logger has been associated.
setContainer(Container) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the Container used for processing requests received by this Connector.
setContainer(Container) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the Container used for processing requests received by this Connector.
setContainer(Container) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the Container instance which will process all requests received by this Connector.
setContainer(Container) - Method in class org.apache.catalina.connector.warp.WarpLogger
Set the Container instance which will process all requests received by this Connector.
setContainer(Container) - Method in class org.apache.catalina.realm.RealmBase
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in class org.apache.catalina.session.StandardManager
Set the Container with which this Manager has been associated.
setContainer(Container) - Method in class org.apache.catalina.session.ManagerBase
Set the Container with which this Manager is associated.
setContainer(Container) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Container with which this Manager has been associated.
setContainer(Container) - Method in class org.apache.catalina.valves.ValveBase
Set the Container with which this Valve is associated, if any.
setContent(byte[]) - Method in class org.apache.naming.resources.Resource
Content mutator.
setContent(InputStream) - Method in class org.apache.naming.resources.Resource
Content mutator.
setContentLength(int) - Method in interface org.apache.catalina.Request
Set the content length associated with this Request.
setContentLength(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentLength(int) - Method in class org.apache.catalina.connector.ResponseBase
Set the content length (in bytes) for this Response.
setContentLength(int) - Method in class org.apache.catalina.connector.HttpResponseBase
Set the content length (in bytes) for this Response.
setContentLength(int) - Method in class org.apache.catalina.connector.RequestWrapper
Set the content length associated with this Request.
setContentLength(int) - Method in class org.apache.catalina.connector.RequestBase
Set the content length associated with this Request.
setContentLength(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set content length.
setContentType(String) - Method in interface org.apache.catalina.Request
Set the content type (and optionally the character encoding) associated with this Request.
setContentType(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentType(String) - Method in class org.apache.catalina.connector.ResponseBase
Set the content type for this Response.
setContentType(String) - Method in class org.apache.catalina.connector.HttpResponseBase
Set the content type for this Response.
setContentType(String) - Method in class org.apache.catalina.connector.RequestWrapper
Set the content type (and optionally the character encoding) associated with this Request.
setContentType(String) - Method in class org.apache.catalina.connector.RequestBase
Set the content type (and optionally the character encoding) associated with this Request.
setContext(Context) - Method in interface org.apache.catalina.Request
Set the Context within which this Request is being processed.
setContext(Context) - Method in interface org.apache.catalina.Response
Set the Context with which this Response is associated.
setContext(Context) - Method in class org.apache.catalina.connector.ResponseWrapper
Set the Context with which this Response is associated.
setContext(Context) - Method in class org.apache.catalina.connector.ResponseBase
Set the Context with which this Response is associated.
setContext(Context) - Method in class org.apache.catalina.connector.RequestWrapper
Set the Context within which this Request is being processed.
setContext(Context) - Method in class org.apache.catalina.connector.RequestBase
Set the Context within which this Request is being processed.
setContextClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the Context implementation class for new web applications.
setContextClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context implementation class name.
setContextClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context implementation class name.
setContextFactory(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the JNDI context factory for this Realm.
setContextPath(String) - Method in interface org.apache.catalina.HttpRequest
Set the context path for this Request.
setContextPath(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set the context path for this Request.
setContextPath(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Set the context path for this Request.
setCookies(boolean) - Method in interface org.apache.catalina.Context
Set the "use cookies for session ids" flag.
setCookies(boolean) - Method in class org.apache.catalina.core.DefaultContext
Set the "use cookies for session ids" flag.
setCookies(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "use cookies for session ids" flag.
setCreation(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set creation.
setCreationDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Creation date mutator.
setCreationTime(long) - Method in interface org.apache.catalina.Session
Set the creation time for this session.
setCrossContext(boolean) - Method in interface org.apache.catalina.Context
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - Method in class org.apache.catalina.core.DefaultContext
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "allow crossing servlet contexts" flag.
setDateHeader(String, long) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
setDateHeader(String, long) - Method in class org.apache.catalina.connector.HttpResponseBase
Set the specified date header to the specified value.
setDebug(int) - Method in interface org.apache.catalina.Cluster
The debug detail level for this Cluster
setDebug(int) - Method in class org.apache.catalina.cluster.StandardCluster
Set the debug level for this component
setDebug(int) - Method in class org.apache.catalina.cluster.ClusterSessionBase
Set the debug detail level for this component.
setDebug(int) - Method in interface org.apache.catalina.cluster.ClusterReceiver
Set the debug detail level for this component.
setDebug(int) - Method in interface org.apache.catalina.cluster.ClusterSender
Set the debug detail level for this component.
setDebug(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.core.ContainerBase
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.loader.WebappLoader
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.loader.WebappClassLoader
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.loader.StandardClassLoader
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.authenticator.SingleSignOn
Set the debugging detail level.
setDebug(int) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the debug level.
setDebug(int) - Method in class org.apache.catalina.realm.RealmBase
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.session.StoreBase
Set the debugging detail level for this Store.
setDebug(int) - Method in class org.apache.catalina.session.ManagerBase
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.HostConfig
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.UserConfig
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.EngineConfig
Set the debugging detail level for this component.
setDebug(int) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.EmbeddedManager
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.Embedded
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.catalina.startup.ContextConfig
Set the debugging detail level for this component.
setDebug(int) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Set the debugging detail level.
setDebug(int) - Method in class org.apache.catalina.util.xml.XmlMapper
 
setDebug(int) - Method in class org.apache.catalina.valves.CertificatesValve
Set the debugging detail level for this component.
setDebug(int) - Method in class org.apache.naming.resources.BaseDirContext
Set the debugging detail level for this component.
setDefaultHost(String) - Method in interface org.apache.catalina.Engine
Set the default hostname for this Engine.
setDefaultHost(String) - Method in class org.apache.catalina.core.StandardEngine
Set the default host.
setDelegate(boolean) - Method in interface org.apache.catalina.Loader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.StandardClassLoader
Set the "delegate first" flag for this class loader.
setDeny(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the comma-delimited set of the deny expressions configured for this Valve, if any.
setDescription(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setDescription(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setDescription(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setDescription(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setDescription(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setDescription(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Set the description of this web resource collection.
setDescription(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setDigest(String) - Method in class org.apache.catalina.realm.RealmBase
Set the digest algorithm used for storing credentials.
setDirectory(String) - Method in class org.apache.catalina.logger.FileLogger
Set the directory in which we create log files.
setDirectory(String) - Method in class org.apache.catalina.session.FileStore
Set the directory path for this Store.
setDirectory(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the directory in which we create log files.
setDirectoryName(String) - Method in class org.apache.catalina.startup.UserConfig
Set the directory name for user web applications.
setDisplayName(String) - Method in interface org.apache.catalina.Context
Set the display name of this web application.
setDisplayName(String) - Method in class org.apache.catalina.core.StandardContext
Set the display name of this web application.
setDisplayName(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setDisplayName(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the display name of this security constraint.
setDistributable(boolean) - Method in interface org.apache.catalina.Context
Set the distributable flag for this web application.
setDistributable(boolean) - Method in interface org.apache.catalina.Manager
Set the distributable flag for the sessions supported by this Manager.
setDistributable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the distributable flag for this web application.
setDistributable(boolean) - Method in class org.apache.catalina.session.ManagerBase
Set the distributable flag for the sessions supported by this Manager.
setDocBase(String) - Method in interface org.apache.catalina.Context
Set the document root for this Context.
setDocBase(String) - Method in class org.apache.catalina.core.StandardContext
Set the document root for this Context.
setDocBase(String) - Method in class org.apache.naming.resources.WARDirContext
Set the document root.
setDocBase(String) - Method in class org.apache.naming.resources.FileDirContext
Set the document root.
setDocBase(String) - Method in class org.apache.naming.resources.BaseDirContext
Set the document root for this component.
setDocumentLocator(Locator) - Method in class org.apache.catalina.util.xml.XmlMapper
 
setDriverName(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the JDBC driver that will be used.
setDriverName(String) - Method in class org.apache.catalina.session.JDBCStore
Set the driver for this Store.
setEnableLookups(boolean) - Method in interface org.apache.catalina.Connector
Set the "enable DNS lookups" flag.
setEnableLookups(boolean) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the "enable DNS lookups" flag.
setEnableLookups(boolean) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the "enable DNS lookups" flag.
setEnableLookups(boolean) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the "enable DNS lookups" flag.
setEntropy(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the entropy increaser value.
setEntropy(String) - Method in class org.apache.catalina.session.ManagerBase
Set the entropy increaser value.
setEnvironment(Hashtable) - Method in class org.apache.catalina.util.ProcessEnvironment
Sets process' environment
setError() - Method in interface org.apache.catalina.Response
Set the error flag.
setError() - Method in class org.apache.catalina.connector.ResponseBase
Set the error flag.
setErrorCode(int) - Method in class org.apache.catalina.deploy.ErrorPage
Set the error code.
setErrorCode(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the error code (hack for default XmlMapper data type).
setErrorPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setErrorReportValveClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the error report valve class for new web applications.
setExceptionType(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the exception type.
setExtensionName(String) - Method in class org.apache.catalina.loader.Extension
 
setFactory(ServerSocketFactory) - Method in interface org.apache.catalina.Connector
Set the server socket factory used by this Container.
setFactory(ServerSocketFactory) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the server socket factory used by this Container.
setFactory(ServerSocketFactory) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the server socket factory used by this Container.
setFactory(ServerSocketFactory) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the ServerSocketFactory used by this Connector to generate ServerSocket instances.
setFilterClass(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setFilterName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setFilterName(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setHeader(String, String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
setHeader(String, String) - Method in class org.apache.catalina.connector.HttpResponseBase
Set the specified header to the specified value.
setHome(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setHome(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setHomeBase(String) - Method in class org.apache.catalina.startup.UserConfig
Set the base directory containing user home directories.
setHost(Host) - Method in class org.apache.catalina.connector.warp.WarpRequest
 
setHostName(String) - Method in class org.apache.catalina.cluster.ClusterMemberInfo
 
setIClientInputTimeout(int) - Method in class org.apache.catalina.util.ProcessHelper
 
setId(String) - Method in interface org.apache.catalina.Session
Set the session identifier for this session.
setImplementationURL(String) - Method in class org.apache.catalina.loader.Extension
 
setImplementationVendor(String) - Method in class org.apache.catalina.loader.Extension
 
setImplementationVendorId(String) - Method in class org.apache.catalina.loader.Extension
 
setImplementationVersion(String) - Method in class org.apache.catalina.loader.Extension
 
setIncluded(boolean) - Method in interface org.apache.catalina.Response
Set the "processing inside an include" flag.
setIncluded(boolean) - Method in class org.apache.catalina.connector.ResponseWrapper
Set the "processing inside an include" flag.
setIncluded(boolean) - Method in class org.apache.catalina.connector.ResponseBase
Set the "processing inside an include" flag.
setInfo(String) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set descriptive information about this Connector.
setInput(InputStream) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets standard input to be passed on to the invoked cgi script
setInput(InputStream) - Method in class org.apache.catalina.util.ProcessHelper
Sets standard input to be passed on to the invoked cgi script
setIntHeader(String, int) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
setIntHeader(String, int) - Method in class org.apache.catalina.connector.HttpResponseBase
Set the specified integer header to the specified value.
setJarPath(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Change the Jar path.
setJspFile(String) - Method in interface org.apache.catalina.Wrapper
Set the context-relative URI of the JSP file for this servlet.
setJspFile(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the context-relative URI of the JSP file for this servlet.
setJvmRoute(String) - Method in interface org.apache.catalina.Engine
Set the JvmRouteId for this engine.
setJvmRoute(String) - Method in class org.apache.catalina.core.StandardEngine
Set the cluster-wide unique identifier for this Engine.
setKeystoreFile(String) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setKeystorePass(String) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setKeystoreType(String) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setLastModified(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Deprecated.  
setLastModified(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set last modified.
setLastModifiedDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Last modified date mutator.
setLink(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setLink(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setLoader(Loader) - Method in interface org.apache.catalina.Container
Set the Loader with which this Container is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.DefaultContext
Set the Loader with which this Context is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.ContainerBase
Set the Loader with which this Container is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.StandardContext
Set the Loader with which this Context is associated.
setLoaderClass() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Set the ClassLoader class name.
setLoaderClass(String) - Method in class org.apache.catalina.loader.WebappLoader
Set the ClassLoader class name.
setLoadOnStartup(int) - Method in interface org.apache.catalina.Wrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartupString(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value from a (possibly null) string.
setLocal(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setLocale(Locale) - Method in class org.apache.catalina.connector.ResponseFacade
 
setLocale(Locale) - Method in class org.apache.catalina.connector.ResponseBase
Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocale(Locale) - Method in class org.apache.catalina.connector.HttpResponseBase
Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocation(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the location.
setLocked(boolean) - Method in class org.apache.catalina.util.ResourceSet
Set the locked state of this parameter map.
setLocked(boolean) - Method in class org.apache.catalina.util.ParameterMap
Set the locked state of this parameter map.
setLogger(Logger) - Method in interface org.apache.catalina.Container
Set the Logger with which this Container is associated.
setLogger(Logger) - Method in class org.apache.catalina.cluster.ClusterSessionBase
Set the Logger for this component.
setLogger(Logger) - Method in interface org.apache.catalina.cluster.ClusterReceiver
Set the Logger for this component.
setLogger(Logger) - Method in interface org.apache.catalina.cluster.ClusterSender
Set the Logger for this component.
setLogger(Logger) - Method in class org.apache.catalina.core.ContainerBase
Set the Logger with which this Container is associated.
setLogger(Logger) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Set the Logger for this component.
setLogger(Logger) - Method in class org.apache.catalina.startup.EmbeddedManager
Set the Logger for this component.
setLogger(Logger) - Method in class org.apache.catalina.startup.Embedded
Set the Logger for this component.
setLoginConfig(LoginConfig) - Method in interface org.apache.catalina.Context
Set the login configuration descriptor for this web application.
setLoginConfig(LoginConfig) - Method in class org.apache.catalina.core.StandardContext
Set the login configuration descriptor for this web application.
setLoginPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setManager(Manager) - Method in interface org.apache.catalina.Store
Set the Manager associated with this Store.
setManager(Manager) - Method in interface org.apache.catalina.Session
Set the Manager within which this Session is valid.
setManager(Manager) - Method in interface org.apache.catalina.Container
Set the Manager with which this Container is associated.
setManager(Manager) - Method in class org.apache.catalina.core.DefaultContext
Set the Manager with which this Container is associated.
setManager(Manager) - Method in class org.apache.catalina.core.ContainerBase
Set the Manager with which this Container is associated.
setManager(Manager) - Method in class org.apache.catalina.session.StoreBase
Set the Manager with which this Store is associated.
setMapperClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the default Mapper class name.
setMapperClass(String) - Method in class org.apache.catalina.core.StandardEngine
Set the default Mapper class name.
setMapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the default Mapper class name.
setMaxActiveSessions(int) - Method in class org.apache.catalina.session.StandardManager
Set the maximum number of actives Sessions allowed, or -1 for no limit.
setMaxActiveSessions(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the maximum number of actives Sessions allowed, or -1 for no limit.
setMaxIdleBackup(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the option to back sessions up to the Store after they are used in a request.
setMaxIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the time in seconds after which a session should be swapped out of memory to disk.
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Session
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Manager
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.ManagerBase
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInstances(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the maximum number of instances that will be allocated when a single thread model servlet is used.
setMaxProcessors(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the maximum number of processors allowed, or <0 for unlimited.
setMaxProcessors(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the maximum number of processors allowed, or <0 for unlimited.
setMethod(String) - Method in interface org.apache.catalina.HttpRequest
Set the HTTP request method used for this Request.
setMethod(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setMethod(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set the HTTP request method used for this Request.
setMethod(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Set the HTTP request method used for this Request.
setMinIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the minimum time in seconds that a session must be idle before it can be swapped out of memory due to maxActiveSession.
setMinProcessors(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the minimum number of processors to start at initialization.
setMinProcessors(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the minimum number of processors to start at initialization.
setMulticastAddress(String) - Method in class org.apache.catalina.cluster.StandardCluster
Set the Groupaddress associated with our Cluster
setMulticastPort(int) - Method in class org.apache.catalina.cluster.StandardCluster
Set the Port associated with our Cluster
setName(String) - Method in interface org.apache.catalina.Host
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - Method in interface org.apache.catalina.Service
Set the name of this Service.
setName(String) - Method in interface org.apache.catalina.Container
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in class org.apache.catalina.core.StandardHost
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - Method in class org.apache.catalina.core.DefaultContext
 
setName(String) - Method in class org.apache.catalina.core.StandardService
Set the name of this Service.
setName(String) - Method in class org.apache.catalina.core.ContainerBase
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in class org.apache.catalina.deploy.ResourceParams
 
setName(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setName(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setName(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setName(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setName(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Set the name of this web resource collection
setName(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setName(String) - Method in class org.apache.naming.resources.ResourceAttributes
Set name.
setNew(boolean) - Method in interface org.apache.catalina.Session
Set the isNew flag for this session.
setNote(String, Object) - Method in interface org.apache.catalina.Request
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setNote(String, Object) - Method in interface org.apache.catalina.Session
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.connector.RequestBase
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setOverride(boolean) - Method in interface org.apache.catalina.Context
Set the override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the DefaultContext override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setOverride(boolean) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setPacket(WarpPacket) - Method in class org.apache.catalina.connector.warp.WarpResponse
Set the WarpPacket instance used to process headers.
setParent(Container) - Method in interface org.apache.catalina.Container
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.StandardEngine
Disallow any attempt to set a parent for this Container, since an Engine is supposed to be at the top of the Container hierarchy.
setParent(Container) - Method in class org.apache.catalina.core.DefaultContext
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.StandardWrapper
Set the parent Container of this Wrapper, but only if it is a Context.
setParent(Container) - Method in class org.apache.catalina.core.ContainerBase
Set the parent Container to which this Container is being added as a child.
setParent(String) - Method in class org.apache.catalina.util.xml.XmlMapper
For the last 2 objects in stack, create a parent-child and child.childM with parente as parameter
setParent(String, String) - Method in class org.apache.catalina.util.xml.XmlMapper
For the last 2 objects in stack, create a parent-child and child.childM with parent as parameter
setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Container
Set the parent class loader (if any) for web applications.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.ContainerBase
Set the parent class loader (if any) for this web application.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.startup.Catalina
Set the shared extensions class loader.
setPath(String) - Method in interface org.apache.catalina.Context
Set the context path for this web application.
setPath(String) - Method in class org.apache.catalina.core.StandardContext
Set the context path for this Context.
setPath(String) - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Path mutator.
setPath(String) - Method in class org.apache.catalina.startup.CatalinaManager
Config file path mutator.
setPathInfo(String) - Method in interface org.apache.catalina.HttpRequest
Set the path information for this Request.
setPathInfo(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set the path information for this Request.
setPathInfo(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Set the path information for this Request.
setPathname(String) - Method in class org.apache.catalina.realm.MemoryRealm
Set the pathname of our XML file containing user definitions.
setPathname(String) - Method in class org.apache.catalina.session.StandardManager
Set the session persistence pathname to the specified value.
setPattern(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the format pattern, first translating any recognized alias.
setPermissions(String) - Method in class org.apache.catalina.loader.StandardClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path.
setPermissions(URL) - Method in class org.apache.catalina.loader.StandardClassLoader
If there is a Java SecurityManager add a read FilePermission or JndiPermission for URL.
setPort(int) - Method in interface org.apache.catalina.Server
Set the port number we listen to for shutdown commands.
setPort(int) - Method in class org.apache.catalina.core.StandardServer
Set the port number we listen to for shutdown commands.
setPort(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the port number on which we listen for HTTP requests.
setPort(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the port number on which we listen for HTTP requests.
setPort(int) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the port to which this Connector will bind to.
setPrefix(String) - Method in class org.apache.catalina.logger.FileLogger
Set the log file prefix.
setPrefix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file prefix.
setPrincipal(Principal) - Method in interface org.apache.catalina.Session
Set the authenticated Principal that is associated with this Session.
setPrivileged(boolean) - Method in interface org.apache.catalina.Context
Set the privileged flag for this web application.
setPrivileged(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the privileged flag for this web application.
setProperties() - Method in class org.apache.catalina.util.xml.XmlMapper
Set object properties using XML attributes
setProtocol(String) - Method in interface org.apache.catalina.Request
Set the protocol name and version associated with this Request.
setProtocol(String) - Method in interface org.apache.catalina.Mapper
Set the protocol for which this Mapper is responsible.
setProtocol(String) - Method in class org.apache.catalina.core.StandardHostMapper
Set the protocol for which this Mapper is responsible.
setProtocol(String) - Method in class org.apache.catalina.core.StandardEngineMapper
Set the protocol for which this Mapper is responsible.
setProtocol(String) - Method in class org.apache.catalina.core.StandardContextMapper
Set the protocol for which this Mapper is responsible.
setProtocol(String) - Method in class org.apache.catalina.core.FastEngineMapper
Set the protocol for which this Mapper is responsible.
setProtocol(String) - Method in class org.apache.catalina.connector.RequestWrapper
Set the protocol name and version associated with this Request.
setProtocol(String) - Method in class org.apache.catalina.connector.RequestBase
Set the protocol name and version associated with this Request.
setProtocol(String) - Method in class org.apache.catalina.net.SSLServerSocketFactory
 
setProtocolHandler() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Set the java.protocol.handler.pkgs system property.
setProxyName(String) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the proxy server name for this Connector.
setProxyName(String) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the proxy server name for this Connector.
setProxyPort(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the proxy server port for this Connector.
setProxyPort(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the proxy server port for this Connector.
setPublicId(String) - Method in interface org.apache.catalina.Context
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setPublicId(String) - Method in class org.apache.catalina.core.StandardContext
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setQueryString(String) - Method in interface org.apache.catalina.HttpRequest
Set the query string for this Request.
setQueryString(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setQueryString(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set the query string for this Request.
setQueryString(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Set the query string for this Request.
setRandomClass(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the random number generator class name.
setRandomClass(String) - Method in class org.apache.catalina.session.ManagerBase
Set the random number generator class name.
setReadOnly(Object) - Static method in class org.apache.naming.ContextAccessController
Set whether or not a context is writable.
setRealm(Realm) - Method in interface org.apache.catalina.Container
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.core.ContainerBase
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Set the default Realm for our Containers.
setRealm(Realm) - Method in class org.apache.catalina.startup.EmbeddedManager
Set the default Realm for our Containers.
setRealm(Realm) - Method in class org.apache.catalina.startup.Embedded
Set the default Realm for our Containers.
setRealmName(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setRedirectPort(int) - Method in interface org.apache.catalina.Connector
Set the redirect port number.
setRedirectPort(int) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the redirect port number.
setRedirectPort(int) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the redirect port number.
setRedirectPort(int) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the redirect port number.
setReloadable(boolean) - Method in interface org.apache.catalina.Context
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in interface org.apache.catalina.Loader
Set the reloadable flag for this Loader.
setReloadable(boolean) - Method in class org.apache.catalina.core.DefaultContext
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the reloadable flag for this Loader.
setReloadable(boolean) - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Set the reloadable flag for this Loader.
setRemote(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setRemoteAddr(String) - Method in interface org.apache.catalina.Request
Set the remote IP address associated with this Request.
setRemoteAddr(String) - Method in class org.apache.catalina.connector.RequestWrapper
Set the remote IP address associated with this Request.
setRemoteAddr(String) - Method in class org.apache.catalina.connector.RequestBase
Set the IP address of the remote client associated with this Request.
setRemoteHost(String) - Method in class org.apache.catalina.connector.RequestBase
Set the fully qualified name of the remote client associated with this Request.
setReplaceWelcomeFiles(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "replace welcome files" property.
setRequest(Request) - Method in interface org.apache.catalina.Response
Set the Request with which this Response is associated.
setRequest(Request) - Method in class org.apache.catalina.connector.ResponseWrapper
Set the Request with which this Response is associated.
setRequest(Request) - Method in class org.apache.catalina.connector.ResponseBase
Set the Request with which this Response is associated.
setRequestedSessionCookie(boolean) - Method in interface org.apache.catalina.HttpRequest
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.connector.HttpRequestBase
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionId(String) - Method in interface org.apache.catalina.HttpRequest
Set the requested session ID for this request.
setRequestedSessionId(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set the requested session ID for this request.
setRequestedSessionId(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Set the requested session ID for this request.
setRequestedSessionURL(boolean) - Method in interface org.apache.catalina.HttpRequest
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.connector.HttpRequestBase
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestURI(String) - Method in interface org.apache.catalina.HttpRequest
Set the unparsed request URI for this Request.
setRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setRequestURI(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set the unparsed request URI for this Request.
setRequestURI(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Set the unparsed request URI for this Request.
setResolveHosts(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the resolve hosts flag.
setResources(DirContext) - Method in interface org.apache.catalina.Container
Set the Resources object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.DefaultContext
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.ContainerBase
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.StandardContext
Set the resources DirContext object with which this Container is associated.
setResourceType(String) - Method in class org.apache.naming.resources.ResourceAttributes
Type mutator.
setResponse(HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets HttpServletResponse object used to set headers and send output to
setResponse(HttpServletResponse) - Method in class org.apache.catalina.util.ProcessHelper
Sets HttpServletResponse object used to set headers and send output to
setResponse(Response) - Method in interface org.apache.catalina.Request
Set the Response with which this Request is associated.
setResponse(Response) - Method in class org.apache.catalina.connector.RequestWrapper
Set the Response with which this Request is associated.
setResponse(Response) - Method in class org.apache.catalina.connector.RequestBase
Set the Response with which this Request is associated.
setRoleBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for role searches.
setRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the role name attribute name for this Realm.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user role table that names a role.
setRoleSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting roles in this Realm.
setRoleSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for roles" flag.
setRoot(Object) - Method in class org.apache.catalina.util.xml.XmlMapper
 
setRunAs(String) - Method in interface org.apache.catalina.Wrapper
Set the run-as identity for this servlet.
setRunAs(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the run-as identity for this servlet.
setSaveOnRestart(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the option to save sessions to the Store when the Manager is shut down, then loaded when the Manager starts again.
setScheme(String) - Method in interface org.apache.catalina.Request
Set the name of the scheme associated with this request.
setScheme(String) - Method in interface org.apache.catalina.Connector
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in class org.apache.catalina.connector.RequestWrapper
Set the name of the scheme associated with this request.
setScheme(String) - Method in class org.apache.catalina.connector.RequestBase
Set the name of the scheme associated with this request.
setScheme(String) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the scheme that will be assigned to requests received through this connector.
setScope(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setSecure(boolean) - Method in interface org.apache.catalina.Request
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in interface org.apache.catalina.Connector
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.apache.catalina.connector.RequestWrapper
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in class org.apache.catalina.connector.RequestBase
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in class org.apache.catalina.connector.HttpRequestBase
Set the flag indicating whether this Request was received on a secure communications link or not.
setSecure(boolean) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the secure connection flag that will be assigned to requests received through this connector.
setSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Set a security token for a context.
setSenderId(String) - Method in class org.apache.catalina.cluster.ReplicationWrapper
Set the sender id for this wrapper
setSenderId(String) - Method in class org.apache.catalina.cluster.ClusterSessionBase
The senderId is a identifier used to identify different packagesin a Cluster.
setSenderId(String) - Method in interface org.apache.catalina.cluster.ClusterReceiver
The senderId is a identifier used to identify different packages being received in a Cluster.
setSenderId(String) - Method in interface org.apache.catalina.cluster.ClusterSender
The senderId is a identifier used to identify different packages being sent in a Cluster.
setServer(Server) - Static method in class org.apache.catalina.ServerFactory
Set the singleton Server instance for this JVM.
setServer(Server) - Method in class org.apache.catalina.startup.Catalina
Set the server instance we are configuring.
setServerName(String) - Method in interface org.apache.catalina.Request
Set the name of the server (virtual host) to process this request.
setServerName(String) - Method in class org.apache.catalina.connector.RequestWrapper
Set the name of the server (virtual host) to process this request.
setServerName(String) - Method in class org.apache.catalina.connector.RequestBase
Set the name of the server (virtual host) to process this request.
setServerPort(int) - Method in interface org.apache.catalina.Request
Set the port number of the server to process this request.
setServerPort(int) - Method in class org.apache.catalina.connector.RequestWrapper
Set the port number of the server to process this request.
setServerPort(int) - Method in class org.apache.catalina.connector.RequestBase
Set the port number of the server to process this request.
setService(Service) - Method in interface org.apache.catalina.Engine
Set the Service with which we are associated (if any).
setService(Service) - Method in interface org.apache.catalina.Connector
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.core.StandardEngine
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.connector.http10.HttpConnector
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.connector.warp.WarpConnector
Set the Service with which we are associated (if any).
setServletClass(String) - Method in interface org.apache.catalina.Wrapper
Set the fully qualified servlet class name for this servlet.
setServletClass(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the fully qualified servlet class name for this servlet.
setServletName(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the name of this servlet.
setServletName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setServletPath(String) - Method in interface org.apache.catalina.HttpRequest
Set the servlet path for this Request.
setServletPath(String) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set the servlet path for this Request.
setServletPath(String) - Method in class org.apache.catalina.connector.HttpRequestBase
Set the servlet path for this Request.
setSessionDataCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Data column for the table
setSessionIdCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Id column for the table.
setSessionLastAccessedCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Last Accessed column for the table
setSessionMaxInactiveCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Max Inactive column for the table
setSessionTable(String) - Method in class org.apache.catalina.session.JDBCStore
Set the table for this Store.
setSessionTimeout(int) - Method in interface org.apache.catalina.Context
Set the default session timeout (in minutes) for this web application.
setSessionTimeout(int) - Method in class org.apache.catalina.core.StandardContext
Set the default session timeout (in minutes) for this web application.
setSessionValidCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Is Valid column for the table
setShutdown(String) - Method in interface org.apache.catalina.Server
Set the shutdown command we are waiting for.
setShutdown(String) - Method in class org.apache.catalina.core.StandardServer
Set the shutdown command we are waiting for.
setSmallIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setSocket(Socket) - Method in interface org.apache.catalina.Request
Set the Socket (if any) through which this Request was received.
setSocket(Socket) - Method in class org.apache.catalina.connector.RequestWrapper
Set the Socket (if any) through which this Request was received.
setSocket(Socket) - Method in class org.apache.catalina.connector.RequestBase
Set the Socket (if any) through which this Request was received.
setSocket(Socket) - Method in class org.apache.catalina.connector.warp.WarpConnection
Set the socket this connection is working on.
setSocketFactory(String) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Set the secure socket factory class name.
setSocketFactory(String) - Method in class org.apache.catalina.startup.EmbeddedManager
Set the secure socket factory class name.
setSocketFactory(String) - Method in class org.apache.catalina.startup.Embedded
Set the secure socket factory class name.
setSpecificationVendor(String) - Method in class org.apache.catalina.loader.Extension
 
setSpecificationVersion(String) - Method in class org.apache.catalina.loader.Extension
 
setStarted(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the started flag
setStatus(int) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
setStatus(int) - Method in class org.apache.catalina.connector.HttpResponseBase
Set the HTTP status to be returned with this response.
setStatus(int, String) - Method in class org.apache.catalina.connector.HttpResponseFacade
 
setStatus(int, String) - Method in class org.apache.catalina.connector.HttpResponseBase
Deprecated. As of Version 2.1 of the Java Servlet API, this method has been deprecated due to the ambiguous meaning of the message parameter.
setStore(Store) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Store object which will manage persistent Session storage for this Manager.
setStream(InputStream) - Method in interface org.apache.catalina.Request
Set the input stream associated with this Request.
setStream(InputStream) - Method in class org.apache.catalina.connector.RequestWrapper
Set the input stream associated with this Request.
setStream(InputStream) - Method in class org.apache.catalina.connector.RequestBase
Set the input stream associated with this Request.
setStream(InputStream) - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
Set IS.
setStream(OutputStream) - Method in interface org.apache.catalina.Response
Set the output stream associated with this Response.
setStream(OutputStream) - Method in class org.apache.catalina.connector.ResponseWrapper
Set the output stream associated with this Response.
setStream(OutputStream) - Method in class org.apache.catalina.connector.ResponseBase
Set the output stream associated with this Response.
setString(String) - Method in class org.apache.catalina.util.StringParser
Set the String we are currently parsing.
setSuffix(String) - Method in class org.apache.catalina.logger.FileLogger
Set the log file suffix.
setSuffix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file suffix.
setSuspended(boolean) - Method in interface org.apache.catalina.Response
Set the suspended flag.
setSuspended(boolean) - Method in class org.apache.catalina.connector.ResponseBase
Set the suspended flag.
setTcpNoDelay(boolean) - Method in class org.apache.catalina.connector.http.HttpConnector
Set the TCP no delay flag which will be set on the socket after accepting a connection.
setTimestamp(boolean) - Method in class org.apache.catalina.logger.FileLogger
Set the timestamp flag.
setType(int) - Method in class org.apache.catalina.connector.warp.WarpPacket
Set this packet type.
setType(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setType(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setType(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setType(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setUnpackWARs(boolean) - Method in class org.apache.catalina.core.StandardHost
Unpack WARs flag mutator.
setupFromContext(ServletContext) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the ServletContext to set some CGI variables
setupFromContext(ServletContext) - Method in class org.apache.catalina.util.ProcessEnvironment
Uses the ServletContext to set some process variables
setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the HttpServletRequest to set most CGI variables
setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.util.ProcessEnvironment
Uses the HttpServletRequest to set most process variables
setURLPattern(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setUseNaming(boolean) - Method in class org.apache.catalina.core.DefaultContext
Enables or disables naming.
setUseNaming(boolean) - Method in class org.apache.catalina.core.StandardContext
Enables or disables naming.
setUseNaming(boolean) - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Enables or disables naming support.
setUseNaming(boolean) - Method in class org.apache.catalina.startup.EmbeddedManager
Enables or disables naming support.
setUseNaming(boolean) - Method in class org.apache.catalina.startup.Embedded
Enables or disables naming support.
setUserClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the user database class name for this component.
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.PasswdUserDatabase
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - Method in interface org.apache.catalina.startup.UserDatabase
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.HomesUserDatabase
Set the UserConfig listener with which we are associated.
setUserConstraint(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the user data constraint for this security constraint.
setUserCredCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user table that holds the user's credentials.
setUserNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user table that holds the user's name.
setUserPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the password attribute used to retrieve the user password.
setUserPattern(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
setUserPrincipal(Principal) - Method in interface org.apache.catalina.HttpRequest
Set the Principal who has been authenticated for this Request.
setUserPrincipal(Principal) - Method in class org.apache.catalina.connector.HttpRequestWrapper
Set the Principal who has been authenticated for this Request.
setUserPrincipal(Principal) - Method in class org.apache.catalina.connector.HttpRequestBase
Set the Principal who has been authenticated for this Request.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the table that holds the relation between user's and roles.
setUserTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the table that holds user data.
setValid(boolean) - Method in interface org.apache.catalina.Session
Set the isValid flag for this session.
setValidate(boolean) - Method in class org.apache.catalina.realm.RealmBase
Set the "validate certificate chains" flag.
setValidating(boolean) - Method in class org.apache.catalina.util.xml.XmlMapper
 
setValue(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setValue(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setVerbosity(int) - Method in interface org.apache.catalina.Logger
Set the verbosity level of this logger.
setVerbosity(int) - Method in class org.apache.catalina.logger.LoggerBase
Set the verbosity level of this logger.
setVerbosityLevel(String) - Method in class org.apache.catalina.logger.LoggerBase
Set the verbosity level of this logger.
setWorkDir(String) - Method in class org.apache.catalina.core.StandardHost
Host work directory base.
setWorkDir(String) - Method in class org.apache.catalina.core.StandardContext
Set the work directory for this Context.
setWrapper(Wrapper) - Method in interface org.apache.catalina.ContainerServlet
Set the Wrapper with which this Servlet is associated.
setWrapper(Wrapper) - Method in interface org.apache.catalina.Request
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - Method in class org.apache.catalina.connector.RequestWrapper
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - Method in class org.apache.catalina.connector.RequestBase
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - Method in class org.apache.catalina.servlets.InvokerServlet
Set the Wrapper with which we are associated.
setWrapper(Wrapper) - Method in class org.apache.catalina.servlets.ManagerServlet
Set the Wrapper with which we are associated.
setWrapperClass(String) - Method in interface org.apache.catalina.Context
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - Method in class org.apache.catalina.core.DefaultContext
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWritable(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Allow writing to a context.
setWriterEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
 
showRequestInfo(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Show HTTP header information.
SINGLE_SIGN_ON_COOKIE - Static variable in class org.apache.catalina.authenticator.Constants
 
SingleSignOn - class org.apache.catalina.authenticator.SingleSignOn.
A Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propogated to other web applications in the same security domain.
SingleSignOn() - Constructor for class org.apache.catalina.authenticator.SingleSignOn
 
size - Variable in class org.apache.catalina.connector.warp.WarpPacket
Number of bytes stored in the buffer
size() - Method in class org.apache.catalina.util.Queue
How many elements are there in this queue?
size() - Method in class org.apache.naming.resources.ResourceAttributes
Retrieves the number of attributes in the attribute set.
skipChar(char) - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at the specified character, or until it moves past the end of the string.
skipText() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at a non-whitespace character, or until it moves past the end of the string.
skipWhite() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at a whitespace character, or until it moves past the end of the string.
sm - Variable in class org.apache.catalina.cluster.ClusterSessionBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.DefaultContext
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.ContainerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.StandardPipeline
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.WebappLoader
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.StandardLoader
Deprecated. The string manager for this package.
sm - Static variable in class org.apache.catalina.authenticator.SingleSignOn
The string manager for this package.
sm - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.ResponseStream
The localized strings for this package.
sm - Static variable in class org.apache.catalina.connector.RequestStream
The localized strings for this package.
sm - Static variable in class org.apache.catalina.connector.ResponseBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.RequestBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.http.SocketInputStream
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.RealmBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JDBCRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.servlets.DefaultServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.servlets.ManagerServlet
The string manager for this package.
sm - Variable in class org.apache.catalina.session.StoreBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.ManagerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.Embedded
The string manager for this package.
sm - Static variable in class org.apache.catalina.valves.RequestDumperValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.RequestFilterValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.ErrorReportValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.ErrorDispatcherValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.CertificatesValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.ValveBase
The string manager for this package.
sm - Variable in class org.apache.naming.SelectorContext
The string manager for this package.
sm - Variable in class org.apache.naming.NamingContext
The string manager for this package.
sm - Static variable in class org.apache.naming.ContextBindings
The string manager for this package.
sm - Variable in class org.apache.naming.resources.ProxyDirContext
The string manager for this package.
sm - Variable in class org.apache.naming.resources.BaseDirContext
The string manager for this package.
socket - Variable in class org.apache.catalina.connector.RequestBase
The socket through which this Request was received.
socketFactory - Variable in class org.apache.catalina.startup.Embedded
The socket factory that will be used when a secure Connector is created.
SocketInputStream - class org.apache.catalina.connector.http.SocketInputStream.
Extends InputStream to be more efficient reading lines during HTTP header processing.
SocketInputStream(InputStream, int) - Constructor for class org.apache.catalina.connector.http.SocketInputStream
Construct a servlet input stream associated with the specified socket input.
sortAttributes(NamedNodeMap) - Method in class org.apache.catalina.util.DOMWriter
Returns a sorted list of attributes.
SOURCE - Static variable in class org.apache.naming.resources.ResourceAttributes
Source.
SsiCommand - interface org.apache.catalina.util.ssi.SsiCommand.
Interface implemented by the different SsiCommands.
ssiCommands - Static variable in class org.apache.catalina.util.ssi.SsiMediator
The Commands associated with SSI.
SsiConfig - class org.apache.catalina.util.ssi.SsiConfig.
Implementation of the SsiCommand config, example of usage: <!
SsiConfig() - Constructor for class org.apache.catalina.util.ssi.SsiConfig
Initialize this SsiCommand
SsiEcho - class org.apache.catalina.util.ssi.SsiEcho.
Return the result associated with the supplied Server Variable.
SsiEcho() - Constructor for class org.apache.catalina.util.ssi.SsiEcho
 
SsiExec - class org.apache.catalina.util.ssi.SsiExec.
 
SsiExec() - Constructor for class org.apache.catalina.util.ssi.SsiExec
 
SsiFlastmod - class org.apache.catalina.util.ssi.SsiFlastmod.
Get the last modified date for a file, the date is subject of formatting.
SsiFlastmod() - Constructor for class org.apache.catalina.util.ssi.SsiFlastmod
 
SsiFsize - class org.apache.catalina.util.ssi.SsiFsize.
Return the size of a given file, subject of formatting.
SsiFsize() - Constructor for class org.apache.catalina.util.ssi.SsiFsize
 
SsiInclude - class org.apache.catalina.util.ssi.SsiInclude.
SsiCommand to include a file, implemented using RequestDispatcher.include().
SsiInclude() - Constructor for class org.apache.catalina.util.ssi.SsiInclude
 
SsiInvokerServlet - class org.apache.catalina.servlets.SsiInvokerServlet.
Servlet to process SSI requests within a webpage.
SsiInvokerServlet() - Constructor for class org.apache.catalina.servlets.SsiInvokerServlet
 
SsiMediator - class org.apache.catalina.util.ssi.SsiMediator.
 
SsiMediator() - Constructor for class org.apache.catalina.util.ssi.SsiMediator
 
SsiMediator(HttpServletRequest, HttpServletResponse, OutputStream, ServletContext, int, String, boolean) - Constructor for class org.apache.catalina.util.ssi.SsiMediator
Initialize and set up out enviroment, called from SsiInvokerServlet
SSLAuthenticator - class org.apache.catalina.authenticator.SSLAuthenticator.
An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users.
SSLAuthenticator() - Constructor for class org.apache.catalina.authenticator.SSLAuthenticator
 
SSLServerSocketFactory - class org.apache.catalina.net.SSLServerSocketFactory.
Socket factory for SSL sockets, using the Java Server Sockets Extension (JSSE) reference implementation support classes.
SSLServerSocketFactory() - Constructor for class org.apache.catalina.net.SSLServerSocketFactory
 
sso - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The SingleSignOn implementation in our request processing chain, if there is one.
StandardClassLoader - class org.apache.catalina.loader.StandardClassLoader.
Subclass implementation of java.net.URLClassLoader that knows how to load classes from disk directories, as well as local and remote JAR files.
StandardClassLoader() - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
StandardClassLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with no defined repositories and the specified parent ClassLoader.
StandardClassLoader(ClassLoader, URLStreamHandlerFactory) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with no defined repositories and the specified parent ClassLoader.
StandardClassLoader(String[]) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with the specified repositories and no parent ClassLoader.
StandardClassLoader(String[], ClassLoader) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with the specified repositories and parent ClassLoader.
StandardClassLoader(URL[], ClassLoader) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with the specified repositories and parent ClassLoader.
StandardClassLoader(URLStreamHandlerFactory) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader, but with a stream handler factory.
StandardCluster - class org.apache.catalina.cluster.StandardCluster.
A Cluster implementation.
StandardCluster() - Constructor for class org.apache.catalina.cluster.StandardCluster
 
StandardContext - class org.apache.catalina.core.StandardContext.
Standard implementation of the Context interface.
StandardContext() - Constructor for class org.apache.catalina.core.StandardContext
Create a new StandardContext component with the default basic Valve.
StandardContextMapper - class org.apache.catalina.core.StandardContextMapper.
Implementation of Mapper for a Context, designed to process HTTP requests.
StandardContextMapper() - Constructor for class org.apache.catalina.core.StandardContextMapper
 
StandardEngine - class org.apache.catalina.core.StandardEngine.
Standard implementation of the Engine interface.
StandardEngine() - Constructor for class org.apache.catalina.core.StandardEngine
Create a new StandardEngine component with the default basic Valve.
StandardEngineMapper - class org.apache.catalina.core.StandardEngineMapper.
Implementation of Mapper for an Engine, designed to process HTTP requests.
StandardEngineMapper() - Constructor for class org.apache.catalina.core.StandardEngineMapper
 
StandardHost - class org.apache.catalina.core.StandardHost.
Standard implementation of the Host interface.
StandardHost() - Constructor for class org.apache.catalina.core.StandardHost
Create a new StandardHost component with the default basic Valve.
StandardHostMapper - class org.apache.catalina.core.StandardHostMapper.
Implementation of Mapper for a Host, designed to process HTTP requests.
StandardHostMapper() - Constructor for class org.apache.catalina.core.StandardHostMapper
 
StandardLoader - class org.apache.catalina.loader.StandardLoader.
Deprecated. StandardLoader is slower and less robust than WebappLoader for loading web applications. Use WebappLoader instead.
StandardLoader() - Constructor for class org.apache.catalina.loader.StandardLoader
Deprecated. Construct a new StandardLoader with no defined parent class loader (so that the actual parent will be the system class loader).
StandardLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.StandardLoader
Deprecated. Construct a new StandardLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.
StandardManager - class org.apache.catalina.session.StandardManager.
Standard implementation of the Manager interface that provides simple session persistence across restarts of this component (such as when the entire server is shut down and restarted, or when a particular web application is reloaded.
StandardManager() - Constructor for class org.apache.catalina.session.StandardManager
 
StandardPipeline - class org.apache.catalina.core.StandardPipeline.
Standard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.
StandardPipeline() - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance with no associated Container.
StandardPipeline(Container) - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance that is associated with the specified Container.
StandardServer - class org.apache.catalina.core.StandardServer.
Standard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.
StandardServer() - Constructor for class org.apache.catalina.core.StandardServer
Construct a default instance of this class.
StandardService - class org.apache.catalina.core.StandardService.
Standard implementation of the Service interface.
StandardService() - Constructor for class org.apache.catalina.core.StandardService
 
StandardSessionFacade - class org.apache.catalina.session.StandardSessionFacade.
Facade for the StandardSession object.
StandardSessionFacade(HttpSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardSessionFacade(StandardSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardWrapper - class org.apache.catalina.core.StandardWrapper.
Standard implementation of the Wrapper interface that represents an individual servlet definition.
StandardWrapper() - Constructor for class org.apache.catalina.core.StandardWrapper
Create a new StandardWrapper component with the default basic Valve.
StandardWrapperFacade - class org.apache.catalina.core.StandardWrapperFacade.
Facade for the StandardWrapper object.
StandardWrapperFacade(StandardWrapper) - Constructor for class org.apache.catalina.core.StandardWrapperFacade
Create a new facede around a StandardWrapper.
START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component start" event.
start() - Method in interface org.apache.catalina.Lifecycle
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.cluster.StandardCluster
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.cluster.MulticastReceiver
Start our component
start() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Start this component, must be called before it can be used.
start() - Method in class org.apache.catalina.core.StandardHost
Start this host.
start() - Method in class org.apache.catalina.core.StandardEngine
Start this Engine component.
start() - Method in class org.apache.catalina.core.FastEngineMapper
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.core.StandardWrapper
Start this component, pre-loading the servlet if the load-on-startup value is set appropriately.
start() - Method in class org.apache.catalina.core.StandardService
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.core.StandardServer
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.core.ContainerBase
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.core.StandardContext
Start this Context component.
start() - Method in class org.apache.catalina.core.StandardPipeline
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.loader.WebappLoader
Start this component, initializing our associated class loader.
start() - Method in class org.apache.catalina.loader.WebappClassLoader
Start the class loader.
start() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Start this component, initializing our associated class loader.
start() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Initialize the database we will be using for client verification and certificate validation (if any).
start() - Method in class org.apache.catalina.authenticator.SingleSignOn
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.logger.FileLogger
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.connector.http.HttpConnector
Begin processing requests via this Connector.
start() - Method in class org.apache.catalina.connector.http10.HttpConnector
Begin processing requests via this Connector.
start() - Method in class org.apache.catalina.connector.warp.WarpConnector
Start accepting connections by this Connector.
start() - Method in class org.apache.catalina.connector.warp.WarpConnection
Start working on this connection.
start() - Method in class org.apache.catalina.realm.MemoryRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.JNDIRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.RealmBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.realm.JDBCRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.session.StandardManager
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.session.JDBCStore
Called once when this Store is first started.
start() - Method in class org.apache.catalina.session.StoreBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.session.PersistentManagerBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.session.DistributedManager
Start this manager
start() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.startup.EmbeddedManager
Start the servlet container.
start() - Method in class org.apache.catalina.startup.Embedded
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.startup.CatalinaService
Start a new server instance.
start() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Start the servlet container.
start() - Method in class org.apache.catalina.startup.CatalinaManager
Start the servlet container.
start() - Method in class org.apache.catalina.startup.Catalina
Start a new server instance.
start() - Method in class org.apache.catalina.startup.BootstrapService
Start the Catalina Service.
start() - Method in class org.apache.catalina.valves.CertificatesValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.AccessLogValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in interface org.apache.naming.NamingServiceMBean
Start the servlet container.
start() - Method in class org.apache.naming.NamingService
Start the servlet container.
start(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Start the web application at the specified context path.
start(PrintWriter, String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Start the web application at the specified context path.
start(SaxContext) - Method in class org.apache.catalina.util.xml.XmlAction
 
start(String) - Method in interface org.apache.catalina.Deployer
Start an existing web application, attached to the specified context path.
start(String) - Method in class org.apache.catalina.core.StandardHost
Start an existing web application, attached to the specified context path.
startDocument() - Method in class org.apache.catalina.util.xml.XmlMapper
 
started - Variable in class org.apache.catalina.core.ContainerBase
Has this component been started?
started - Variable in class org.apache.catalina.core.StandardPipeline
Has this component been started yet?
started - Variable in class org.apache.catalina.loader.WebappClassLoader
Has this component been started?
started - Variable in class org.apache.catalina.authenticator.SingleSignOn
Component started flag.
started - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Has this component been started?
started - Variable in class org.apache.catalina.realm.RealmBase
Has this component been started?
started - Variable in class org.apache.catalina.session.StoreBase
Has this component been started yet?
started - Variable in class org.apache.catalina.startup.Embedded
Has this component been started yet?
started - Variable in class org.apache.catalina.valves.CertificatesValve
Has this component been started yet?
STARTED - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
 
STARTED - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
 
STARTED - Static variable in interface org.apache.naming.NamingServiceMBean
 
startElement(String, AttributeList) - Method in class org.apache.catalina.util.xml.XmlMapper
 
starting - Variable in class org.apache.catalina.startup.Catalina
Are we starting a new server?
STARTING - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
 
STARTING - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
 
STARTING - Static variable in interface org.apache.naming.NamingServiceMBean
 
state - Variable in class org.apache.catalina.core.StandardPipeline
The per-thread execution state for processing through this pipeline.
states - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
Status constants.
states - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
Status constants.
states - Static variable in interface org.apache.naming.NamingServiceMBean
Status constants.
status - Variable in class org.apache.catalina.connector.HttpResponseBase
The HTTP status code associated with this Response.
STATUS_CODE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward an HTTP status code (as an object of type Integer) to an error page.
status(Request, Response) - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Handle the HTTP status code (and corresponding message) generated while processing the specified Request to produce the specified Response.
STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component stop" event.
stop() - Method in interface org.apache.catalina.Lifecycle
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.cluster.StandardCluster
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.cluster.MulticastReceiver
Stop our component
stop() - Method in interface org.apache.catalina.cluster.ClusterReceiver
The stop method for this component, should be called when closing down the Cluster.
stop() - Method in class org.apache.catalina.core.FastEngineMapper
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.core.StandardWrapper
Stop this component, gracefully shutting down the servlet if it has been initialized.
stop() - Method in class org.apache.catalina.core.StandardService
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.core.StandardServer
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.core.ContainerBase
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.core.StandardContext
Stop this Context component.
stop() - Method in class org.apache.catalina.core.StandardPipeline
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.loader.WebappLoader
Stop this component, finalizing our associated class loader.
stop() - Method in class org.apache.catalina.loader.WebappClassLoader
Stop the class loader.
stop() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Stop this component, finalizing our associated class loader.
stop() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Finalize the database we used for client verification and certificate validation (if any).
stop() - Method in class org.apache.catalina.authenticator.SingleSignOn
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.logger.FileLogger
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.connector.http.HttpConnector
Terminate processing requests via this Connector.
stop() - Method in class org.apache.catalina.connector.http10.HttpConnector
Terminate processing requests via this Connector.
stop() - Method in class org.apache.catalina.connector.warp.WarpConnector
Stop accepting connections by this Connector.
stop() - Method in class org.apache.catalina.connector.warp.WarpConnection
Stop all we're doing on the connection.
stop() - Method in class org.apache.catalina.realm.MemoryRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.JNDIRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.RealmBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.realm.JDBCRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.session.StandardManager
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.session.JDBCStore
Gracefully terminate everything associated with our db.
stop() - Method in class org.apache.catalina.session.StoreBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.session.PersistentManagerBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in interface org.apache.catalina.startup.EmbeddedManagerMBean
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.startup.EmbeddedManager
Stop the servlet container.
stop() - Method in class org.apache.catalina.startup.Embedded
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.startup.CatalinaService
Stop an existing server instance.
stop() - Method in interface org.apache.catalina.startup.CatalinaManagerMBean
Stop the servlet container.
stop() - Method in class org.apache.catalina.startup.CatalinaManager
Stop the servlet container.
stop() - Method in class org.apache.catalina.startup.Catalina
Stop an existing server instance.
stop() - Method in class org.apache.catalina.startup.BootstrapService
Stop the Catalina Service.
stop() - Method in class org.apache.catalina.valves.CertificatesValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.AccessLogValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in interface org.apache.naming.NamingServiceMBean
Stop the servlet container.
stop() - Method in class org.apache.naming.NamingService
Stop the servlet container.
stop(PrintWriter, String) - Method in class org.apache.catalina.servlets.ManagerServlet
Stop the web application at the specified context path.
stop(PrintWriter, String) - Method in class org.apache.catalina.servlets.HTMLManagerServlet
Stop the web application at the specified context path.
stop(String) - Method in interface org.apache.catalina.Deployer
Stop an existing web application, attached to the specified context path.
stop(String) - Method in class org.apache.catalina.core.StandardHost
Stop an existing web application, attached to the specified context path.
STOPPED - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
 
STOPPED - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
 
STOPPED - Static variable in interface org.apache.naming.NamingServiceMBean
 
stopping - Variable in class org.apache.catalina.startup.Catalina
Are we stopping an existing server?
STOPPING - Static variable in interface org.apache.catalina.startup.EmbeddedManagerMBean
 
STOPPING - Static variable in interface org.apache.catalina.startup.CatalinaManagerMBean
 
STOPPING - Static variable in interface org.apache.naming.NamingServiceMBean
 
Store - interface org.apache.catalina.Store.
A Store is the abstraction of a Catalina component that provides persistent storage and loading of Sessions and their associated user data.
StoreBase - class org.apache.catalina.session.StoreBase.
Abstract implementation of the Store interface to support most of the functionality required by a Store.
StoreBase() - Constructor for class org.apache.catalina.session.StoreBase
 
storeName - Static variable in class org.apache.catalina.session.JDBCStore
Name to register for this Store, used for logging.
storeName - Static variable in class org.apache.catalina.session.StoreBase
Name to register for this Store, used for logging.
stream - Variable in class org.apache.catalina.connector.ResponseWriter
The response stream to which we are attached.
stream - Variable in class org.apache.catalina.connector.ResponseStream
The underlying output stream to which we should write data.
stream - Variable in class org.apache.catalina.connector.RequestStream
The underlying input stream from which we should read data.
stream - Variable in class org.apache.catalina.connector.ResponseBase
The ServletOutputStream that has been returned by getOutputStream(), if any.
stream - Variable in class org.apache.catalina.connector.RequestBase
The ServletInputStream that has been returned by getInputStream(), if any.
streamContent() - Method in class org.apache.naming.resources.WARDirContext.WARResource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.FileDirContext.FileResource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.Resource
Content accessor.
StringManager - class org.apache.catalina.util.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringManager - class org.apache.naming.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringParser - class org.apache.catalina.util.StringParser.
Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.
StringParser() - Constructor for class org.apache.catalina.util.StringParser
Construct a string parser with no preset string to be parsed.
StringParser(String) - Constructor for class org.apache.catalina.util.StringParser
Construct a string parser that is initialized to parse the specified string.
support - Variable in class org.apache.catalina.core.ContainerBase
The property change support for this component.
support - Variable in class org.apache.catalina.loader.WebappLoader
The property change support for this component.
support - Variable in class org.apache.catalina.loader.StandardLoader
Deprecated. The property change support for this component.
support - Variable in class org.apache.catalina.logger.LoggerBase
The property change support for this component.
support - Variable in class org.apache.catalina.realm.RealmBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.StoreBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.ManagerBase
The property change support for this component.
support - Variable in class org.apache.catalina.startup.Embedded
The property change support for this component.
suspended - Variable in class org.apache.catalina.connector.ResponseStream
Has this response output been suspended?
suspended - Variable in class org.apache.catalina.connector.ResponseBase
Has this response output been suspended?
swapIn(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Look for a session in the Store and, if found, restore it in the Manager's list of active sessions if appropriate.
swapOut(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove the session from the Manager's list of active sessions and write it out to the Store.
SystemErrLogger - class org.apache.catalina.logger.SystemErrLogger.
Simple implementation of Logger that writes to System.err.
SystemErrLogger() - Constructor for class org.apache.catalina.logger.SystemErrLogger
 
SystemOutLogger - class org.apache.catalina.logger.SystemOutLogger.
Simple implementation of Logger that writes to System.out.
SystemOutLogger() - Constructor for class org.apache.catalina.logger.SystemOutLogger
 

T

Test - class org.apache.catalina.deploy.Test.
 
Test() - Constructor for class org.apache.catalina.deploy.Test
 
thread - Variable in class org.apache.catalina.session.StoreBase
The background thread.
threadDone - Variable in class org.apache.catalina.cluster.MulticastReceiver
The background thread completion semaphore.
threadDone - Variable in class org.apache.catalina.session.StoreBase
The background thread completion semaphore.
threadDone - Variable in class org.apache.catalina.session.PersistentManagerBase
The background thread completion semaphore.
threadName - Variable in class org.apache.catalina.session.JDBCStore
Name to register for the background thread.
threadName - Variable in class org.apache.catalina.session.StoreBase
Name to register for the background thread.
threadSleep() - Method in class org.apache.catalina.session.StoreBase
Sleep for the duration specified by the checkInterval property.
threadSleep() - Method in class org.apache.catalina.session.PersistentManagerBase
Sleep for the duration specified by the checkInterval property.
threadStart() - Method in class org.apache.catalina.session.StoreBase
Start the background thread that will periodically check for session timeouts.
threadStart() - Method in class org.apache.catalina.session.PersistentManagerBase
Start the background thread that will periodically check for session timeouts.
threadStop() - Method in class org.apache.catalina.session.StoreBase
Stop the background thread that is periodically checking for session timeouts.
threadStop() - Method in class org.apache.catalina.session.PersistentManagerBase
Stop the background thread that is periodically checking for session timeouts.
throwable - Variable in class org.apache.catalina.LifecycleException
The underlying exception or error passed to our constructor (if any)
throwable(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Handle the specified Throwable encountered while processing the specified Request to produce the specified Response.
timefmt(Date) - Method in class org.apache.catalina.util.ssi.SsiMediator
Parse a Date according to the current settings.
timefmt(String) - Method in class org.apache.catalina.util.ssi.SsiMediator
Parse a Date according to the current settings.
TldDtdPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
 
toExternalForm() - Method in class org.apache.catalina.util.URL
Return a string representation of this URL.
toString() - Method in class org.apache.catalina.LifecycleException
Return a formatted string that describes this exception.
toString() - Method in class org.apache.catalina.ContainerEvent
Return a string representation of this event.
toString() - Method in class org.apache.catalina.SessionEvent
Return a string representation of this event.
toString() - Method in class org.apache.catalina.core.StandardHost
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardEngine
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.DefaultContext
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardWrapper
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardService
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardServer
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardContext
Return a String representation of this component.
toString() - Method in class org.apache.catalina.deploy.ResourceParams
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResource
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextLocalEjb
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.FilterMap
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.FilterDef
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ErrorPage
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextEnvironment
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextEjb
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.SecurityCollection
Return a String representation of this security collection.
toString() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return a String representation of this security constraint.
toString() - Method in class org.apache.catalina.deploy.ApplicationParameter
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.LoginConfig
Return a String representation of this object.
toString() - Method in class org.apache.catalina.loader.WebappLoader
Return a String representation of this component.
toString() - Method in class org.apache.catalina.loader.WebappClassLoader
Render a String representation of this object.
toString() - Method in class org.apache.catalina.loader.StandardLoader
Deprecated. Return a String representation of this component.
toString() - Method in class org.apache.catalina.loader.StandardClassLoader
Render a String representation of this object.
toString() - Method in class org.apache.catalina.loader.Extension
Return a String representation of this object.
toString() - Method in class org.apache.catalina.authenticator.SingleSignOn
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.realm.GenericPrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.servlets.DefaultServlet.ResourceInfo
String representation.
toString() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Print important CGI environment information in a easy-to-read HTML table
toString() - Method in class org.apache.catalina.util.URL
Return a string representation of this object.
toString() - Method in class org.apache.catalina.util.ProcessEnvironment
Print important process environment information in an easy-to-read HTML table
toString() - Method in class org.apache.catalina.util.CGIProcessEnvironment
Print important CGI environment information in an easy-to-read HTML table
toString() - Method in class org.apache.catalina.util.XMLWriter
Retrieve generated XML.
toString() - Method in class org.apache.catalina.valves.RequestDumperValve
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.valves.ErrorReportValve
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.valves.ErrorDispatcherValve
Return a String rendering of this object.
toString() - Method in class org.apache.naming.resources.ProxyDirContext.CacheEntry
 
TransactionFactory - class org.apache.naming.factory.TransactionFactory.
Object factory for User trasactions.
TransactionFactory() - Constructor for class org.apache.naming.factory.TransactionFactory
 
TransactionRef - class org.apache.naming.TransactionRef.
Represents a reference address to a transaction.
TransactionRef() - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TransactionRef(String, String) - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
treeLookup(Name) - Method in class org.apache.naming.resources.WARDirContext
Entry tree lookup.
type - Variable in class org.apache.naming.NamingEntry
The type instance variable is used to avoid unsing RTTI when doing lookups.
TYPE - Static variable in class org.apache.naming.EjbRef
EJB type address type.
TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Type.
TYPE_ASK_SSL - Static variable in class org.apache.catalina.connector.warp.Constants
ASK_SSL: The WARP server (Tomcat) asks the WARP client to transfer the basic SSL information (cypher, keysize and session).
TYPE_ASK_SSL_CLIENT - Static variable in class org.apache.catalina.connector.warp.Constants
ASK_SSL_CLIENT: The WARP server (Tomcat) asks the WARP server to transfer the client certificate.
TYPE_CBK_DATA - Static variable in class org.apache.catalina.connector.warp.Constants
CBK_DATA: As requested by the WARP server, the WARP client (HTTP server) transmits a chunk of the request body.
TYPE_CBK_DONE - Static variable in class org.apache.catalina.connector.warp.Constants
CBK_DATA: The WARP client (HTTP server) informs the WARP server that the request body has been fully transmitted.
TYPE_CBK_READ - Static variable in class org.apache.catalina.connector.warp.Constants
CBK_READ: A request callback.
TYPE_CONF_APPLIC - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_APPLIC: The server replies to a CONF_DEPLOY message with the web application identifier of the configured application.
TYPE_CONF_DEPLOY - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_DEPLOY: The client attempts deploy a web application.
TYPE_CONF_DONE - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_DONE: Client issues this message when all configurations have been processed.
TYPE_CONF_ENUM - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_ENUM: The client requests to the server to enumerate all web-applications available for a specified virtual host.
TYPE_CONF_ENUM_APPL - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_ENUM_APPL: The server specifies the name of a web-application available for deployment in response to a CONF_ENUMERATE message.
TYPE_CONF_ENUM_DONE - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_ENUM_DONE: The server specifies all web-application names available for deployment for the host specified in the CONF_ENUM message have been transfered.
TYPE_CONF_MAP - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_MAP: The client requests to the server to enumerate all mappings for a specified web-application.
TYPE_CONF_MAP_ALLOW - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_MAP_ALLOW: The server replies to a CONF_MAP message with this packet to indicate a mapping to a static page, or a resource that can be served autonomously by the remote end (the web server).
TYPE_CONF_MAP_DENY - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_MAP_DENY: The server replies to a CONF_MAP message with this packet to indicate a mapping to a resource that must be served by the server (servlet container).
TYPE_CONF_MAP_DONE - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_MAP_DONE: The server replies to a CONF_MAP message with this packet to indicate that all servlet mappings have been successfully transfered to the other end
No payload:
TYPE_CONF_PROCEED - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_PROCEED: Server issues this message in response to a CONF_DONE message, to acknowledge its readiness to accept requests.
TYPE_CONF_WELCOME - Static variable in class org.apache.catalina.connector.warp.Constants
CONF_WELCOME: The server issues this packet when a connection is opened.
TYPE_DISCONNECT - Static variable in class org.apache.catalina.connector.warp.Constants
DISCONNECT: The connection is being closed.
TYPE_ERROR - Static variable in class org.apache.catalina.connector.warp.Constants
ERROR: The last operation didn't completed correctly.
TYPE_FATAL - Static variable in class org.apache.catalina.connector.warp.Constants
FATAL: A protocol error occourred, the connection must be closed.
TYPE_INVALID - Static variable in class org.apache.catalina.connector.warp.Constants
INVALID: The packet type hasn't been set yet.
TYPE_REP_SSL - Static variable in class org.apache.catalina.connector.warp.Constants
REP_SSL: SSL information between
Payload description:
[string] The cipher_suite.
TYPE_REP_SSL_CERT - Static variable in class org.apache.catalina.connector.warp.Constants
REP_SSL_CERT: The client certificate (remote peer).
TYPE_REP_SSL_NO - Static variable in class org.apache.catalina.connector.warp.Constants
REP_SSL_NO: Request SSL information is not available.
TYPE_REQ_AUTH - Static variable in class org.apache.catalina.connector.warp.Constants
REQ_AUTH: Authentication information of the HTTP remote peer.
TYPE_REQ_CLIENT - Static variable in class org.apache.catalina.connector.warp.Constants
REQ_CLIENT: The HTTP client (remote peer) information.
TYPE_REQ_CONTENT - Static variable in class org.apache.catalina.connector.warp.Constants
REQ_CONTENT: The mime content type and length of this request.
TYPE_REQ_HEADER - Static variable in class org.apache.catalina.connector.warp.Constants
REQ_HEADER: An HTTP request header.
TYPE_REQ_INIT - Static variable in class org.apache.catalina.connector.warp.Constants
REQ_INIT: The client requests to the WARP server that a request is about to be processed.
TYPE_REQ_PROCEED - Static variable in class org.apache.catalina.connector.warp.Constants
REQ_PROCEED: The client finished transmitting the request.
TYPE_REQ_SCHEME - Static variable in class org.apache.catalina.connector.warp.Constants
REQ_SCHEME: The scheme description of this request.
TYPE_REQ_SERVER - Static variable in class org.apache.catalina.connector.warp.Constants
REQ_SERVER: The HTTP server information.
TYPE_RES_BODY - Static variable in class org.apache.catalina.connector.warp.Constants
RES_BODY: The HTTP response body.
TYPE_RES_COMMIT - Static variable in class org.apache.catalina.connector.warp.Constants
RES_COMMIT: The server indicates that the first part of the response (HTTP status line and MIME headers) are to be committed to the client (remote peer).
TYPE_RES_DONE - Static variable in class org.apache.catalina.connector.warp.Constants
RES_DONE: The server finished transmitting the response.
TYPE_RES_HEADER - Static variable in class org.apache.catalina.connector.warp.Constants
RES_HEADER: An HTTP MIME response header to send to the client.
TYPE_RES_STATUS - Static variable in class org.apache.catalina.connector.warp.Constants
RES_STATUS: The server replies with the HTTP response status for the request.
TYREX_DATASOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
TYREX_TRANSACTION_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
TyrexDataSourceFactory - class org.apache.naming.factory.TyrexDataSourceFactory.
Object factory for Tyrex DataSources.
TyrexDataSourceFactory() - Constructor for class org.apache.naming.factory.TyrexDataSourceFactory
 
TyrexTransactionFactory - class org.apache.naming.factory.TyrexTransactionFactory.
Object factory for Tyrex User transactions.
TyrexTransactionFactory() - Constructor for class org.apache.naming.factory.TyrexTransactionFactory
 

U

unavailable(UnavailableException) - Method in interface org.apache.catalina.Wrapper
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unavailable(UnavailableException) - Method in class org.apache.catalina.core.StandardWrapper
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unbind() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a class loader.
unbind(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a class loader.
unbind(Name) - Method in class org.apache.naming.SelectorContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.NamingContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.resources.BaseDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.SelectorContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.NamingContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.WARDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.ProxyDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.FileDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.BaseDirContext
Unbinds the named object.
unbindClassLoader(Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindClassLoader(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindContext(Object) - Static method in class org.apache.naming.ContextBindings
Unbind context name.
unbindContext(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbind context name.
unbindThread() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a thread.
unbindThread(Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a thread.
unbindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a thread.
uniqueId - Variable in class org.apache.catalina.connector.warp.WarpConnector
The unique ID of this connector instance.
unload() - Method in interface org.apache.catalina.Wrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload() - Method in interface org.apache.catalina.Manager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.core.StandardWrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload() - Method in class org.apache.catalina.session.StandardManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.PersistentManagerBase
Save all currently active sessions in the appropriate persistence mechanism, if any.
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.catalina.util.xml.XmlMapper
 
unsetSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Remove a security token for a context.
updateReadyStatus() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Checks & sets ready status
updateReadyStatus() - Method in class org.apache.catalina.util.ProcessHelper
Checks & sets ready status
URL - class org.apache.catalina.util.URL.
URL is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of java.net.URL, but without the ability to open a stream or connection.
URL(String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified String representation.
URL(String, String, int, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified components.
URL(String, String, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified components.
URL(URL, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object by parsing a string representation relative to a specified context.
URLDecode(byte[]) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLDecode(byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLDecode(String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(String, String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
usage() - Method in class org.apache.catalina.startup.Catalina
Print usage information for this application.
useNaming - Variable in class org.apache.catalina.startup.Embedded
Is naming enabled ?
useNaming - Variable in class org.apache.catalina.startup.Catalina
Are we using naming ?
USER - Static variable in class org.apache.naming.factory.TyrexDataSourceFactory
 
UserConfig - class org.apache.catalina.startup.UserConfig.
Startup event listener for a Host that configures Contexts (web applications) for all defined "users" who have a web application in a directory with the specified name in their home directories.
UserConfig() - Constructor for class org.apache.catalina.startup.UserConfig
 
userCredCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user table that holds the user's credintials
UserDatabase - interface org.apache.catalina.startup.UserDatabase.
Abstraction of the set of users defined by the operating system on the current server platform.
userFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current userPattern.
userNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user table that holds the user's name
userPassword - Variable in class org.apache.catalina.realm.JNDIRealm
The attribute name used to retrieve the user password.
userPattern - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to select a user, with "{0}" marking the spot where the specified username goes.
userPrincipal - Variable in class org.apache.catalina.connector.HttpRequestBase
The Principal who has been authenticated for this Request.
userRoleTable - Variable in class org.apache.catalina.realm.JDBCRealm
The table that holds the relation between user's and roles
userTable - Variable in class org.apache.catalina.realm.JDBCRealm
The table that holds user data.

V

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

W

WARDirContext - class org.apache.naming.resources.WARDirContext.
WAR Directory Context implementation.
WARDirContext.Entry - class org.apache.naming.resources.WARDirContext.Entry.
Entries structure.
WARDirContext.Entry(String, ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.Entry
 
WARDirContext.WARResource - class org.apache.naming.resources.WARDirContext.WARResource.
This specialized resource implementation avoids opening the IputStream to the WAR right away.
WARDirContext.WARResource(ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.WARResource
 
WARDirContext() - Constructor for class org.apache.naming.resources.WARDirContext
Builds a WAR directory context using the given environment.
WARDirContext(Hashtable) - Constructor for class org.apache.naming.resources.WARDirContext
Builds a WAR directory context using the given environment.
WARDirContext(ZipFile, WARDirContext.Entry) - Constructor for class org.apache.naming.resources.WARDirContext
Constructor used for returning fake subcontexts.
WARNING - Static variable in interface org.apache.catalina.Logger
 
WarpCertificates - class org.apache.catalina.connector.warp.WarpCertificates.
 
WarpCertificates(String) - Constructor for class org.apache.catalina.connector.warp.WarpCertificates
Create the certificate using the String.
WarpConfigurationHandler - class org.apache.catalina.connector.warp.WarpConfigurationHandler.
 
WarpConfigurationHandler() - Constructor for class org.apache.catalina.connector.warp.WarpConfigurationHandler
 
WarpConnection - class org.apache.catalina.connector.warp.WarpConnection.
 
WarpConnection() - Constructor for class org.apache.catalina.connector.warp.WarpConnection
Construct a new instance of a WarpConnection.
WarpConnector - class org.apache.catalina.connector.warp.WarpConnector.
 
WarpConnector() - Constructor for class org.apache.catalina.connector.warp.WarpConnector
Construct a new instance of a WarpConnector.
WarpEngine - class org.apache.catalina.connector.warp.WarpEngine.
 
WarpEngine() - Constructor for class org.apache.catalina.connector.warp.WarpEngine
 
WarpHost - class org.apache.catalina.connector.warp.WarpHost.
 
WarpHost() - Constructor for class org.apache.catalina.connector.warp.WarpHost
 
WarpLogger - class org.apache.catalina.connector.warp.WarpLogger.
 
WarpLogger(Object) - Constructor for class org.apache.catalina.connector.warp.WarpLogger
Construct a new instance of a WarpConnector.
WarpPacket - class org.apache.catalina.connector.warp.WarpPacket.
 
WarpPacket() - Constructor for class org.apache.catalina.connector.warp.WarpPacket
Construct a new WarpPacket instance.
WarpRequest - class org.apache.catalina.connector.warp.WarpRequest.
 
WarpRequest.Stream - class org.apache.catalina.connector.warp.WarpRequest.Stream.
 
WarpRequest.Stream(WarpRequest) - Constructor for class org.apache.catalina.connector.warp.WarpRequest.Stream
 
WarpRequest() - Constructor for class org.apache.catalina.connector.warp.WarpRequest
 
WarpRequestHandler - class org.apache.catalina.connector.warp.WarpRequestHandler.
 
WarpRequestHandler() - Constructor for class org.apache.catalina.connector.warp.WarpRequestHandler
 
WarpResponse - class org.apache.catalina.connector.warp.WarpResponse.
 
WarpResponse.Stream - class org.apache.catalina.connector.warp.WarpResponse.Stream.
The OutputStream that will handle all response body transmission.
WarpResponse.Stream(WarpResponse) - Constructor for class org.apache.catalina.connector.warp.WarpResponse.Stream
Construct a new instance of a WarpResponse.Stream associated with a parent WarpResponse.
WarpResponse() - Constructor for class org.apache.catalina.connector.warp.WarpResponse
Create a new instance of a WarpResponse.
WarpSSLData - class org.apache.catalina.connector.warp.WarpSSLData.
 
WarpSSLData() - Constructor for class org.apache.catalina.connector.warp.WarpSSLData
 
WebappClassLoader - class org.apache.catalina.loader.WebappClassLoader.
Specialized web application class loader.
WebappClassLoader.PrivilegedFindResource - class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource.
 
WebappClassLoader.ResourceEntry - class org.apache.catalina.loader.WebappClassLoader.ResourceEntry.
Resource entry.
WebappClassLoader.ResourceEntry() - Constructor for class org.apache.catalina.loader.WebappClassLoader.ResourceEntry
 
WebappClassLoader(ClassLoader, DirContext) - Constructor for class org.apache.catalina.loader.WebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappClassLoader(DirContext) - Constructor for class org.apache.catalina.loader.WebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappLoader - class org.apache.catalina.loader.WebappLoader.
Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface).
WebappLoader() - Constructor for class org.apache.catalina.loader.WebappLoader
Construct a new WebappLoader with no defined parent class loader (so that the actual parent will be the system class loader).
WebappLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappLoader
Construct a new WebappLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.
WebdavServlet - class org.apache.catalina.servlets.WebdavServlet.
Servlet which adds support for WebDAV level 2.
WebdavServlet() - Constructor for class org.apache.catalina.servlets.WebdavServlet
 
WebDtdPublicId_22 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdPublicId_23 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdResourcePath_22 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdResourcePath_23 - Static variable in class org.apache.catalina.startup.Constants
 
WELCOME_FILES_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we record the set of welcome files (as an object of type String[]) for this application.
welcomes - Variable in class org.apache.catalina.servlets.DefaultServlet
The set of welcome files for this web application
WORK_DIR_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store a temporary working directory (as an object of type File) for use by servlets within this web application.
workingDirectory - Variable in class org.apache.catalina.util.ProcessEnvironment
process' desired working directory
wrapper - Variable in class org.apache.catalina.connector.RequestBase
The Wrapper within which this Request is being processed.
wrapper - Variable in class org.apache.catalina.servlets.ManagerServlet
The Wrapper container associated with this servlet.
Wrapper - interface org.apache.catalina.Wrapper.
A Wrapper is a Container that represents an individual servlet definition from the deployment descriptor of the web application.
write(byte[]) - Method in class org.apache.catalina.connector.ResponseStream
Write b.length bytes from the specified byte array to our output stream.
write(byte[]) - Method in class org.apache.catalina.connector.ResponseBase
Write b.length bytes from the specified byte array to our output stream.
write(byte[], int, int) - Method in class org.apache.catalina.connector.ResponseStream
Write len bytes from the specified byte array, starting at the specified offset, to our output stream.
write(byte[], int, int) - Method in class org.apache.catalina.connector.ResponseBase
Write len bytes from the specified byte array, starting at the specified offset, to our output stream.
write(byte[], int, int) - Method in class org.apache.catalina.connector.http.HttpResponseStream
Write the specified byte array.
write(char) - Method in class org.apache.catalina.connector.ResponseWriter
Write a single character.
write(char[]) - Method in class org.apache.catalina.connector.ResponseWriter
Write an array of characters.
write(char[], int, int) - Method in class org.apache.catalina.connector.ResponseWriter
Write a portion of an array of characters.
write(int) - Method in class org.apache.catalina.connector.ResponseStream
Write the specified byte to our output stream.
write(int) - Method in class org.apache.catalina.connector.ResponseBase
Write the specified byte to our output stream, flushing if necessary.
write(int) - Method in class org.apache.catalina.connector.http.HttpResponseStream
Write the specified byte to our output stream.
write(int) - Method in class org.apache.catalina.connector.warp.WarpResponse.Stream
Write one byte of data to the WarpPacket nested within this WarpResponse.Stream.
write(int) - Method in class org.apache.catalina.util.ssi.ServletOutputStreamWrapper
Write to our buffer
write(String) - Method in class org.apache.catalina.connector.ResponseWriter
Write a String.
write(String, int, int) - Method in class org.apache.catalina.connector.ResponseWriter
Write a portion of a String.
writeData(String) - Method in class org.apache.catalina.util.XMLWriter
Write data.
writeElement(String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeElement(String, String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeInteger(int) - Method in class org.apache.catalina.connector.warp.WarpPacket
Write a signed integer value (32 bit) in the packet buffer.
writeProperty(String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeProperty(String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeProperty(String, String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writer - Variable in class org.apache.catalina.connector.ResponseBase
The PrintWriter that has been returned by getWriter(), if any.
writer - Variable in class org.apache.catalina.util.XMLWriter
Writer.
writeSession(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Write the provided session to the Store without modifying the copy in memory or triggering passivation events.
writeString(String) - Method in class org.apache.catalina.connector.warp.WarpPacket
Write a string into the packet buffer.
writeText(String) - Method in class org.apache.catalina.util.XMLWriter
Write text.
writeTo(OutputStream) - Method in class org.apache.catalina.cluster.ReplicationWrapper
Write our stream to the OutputStream provided.
writeTo(OutputStream) - Method in class org.apache.catalina.util.ssi.ServletOutputStreamWrapper
Write our stream to the OutputStream provided.
writeUnsignedShort(int) - Method in class org.apache.catalina.connector.warp.WarpPacket
Write an unsigned short value (16 bit) in the packet buffer.
writeXMLHeader() - Method in class org.apache.catalina.util.XMLWriter
Write XML Header.

X

XmlAction - class org.apache.catalina.util.xml.XmlAction.
Each rule in Xml Mapper can invoke certain actions.
XmlAction() - Constructor for class org.apache.catalina.util.xml.XmlAction
 
XmlMapper - class org.apache.catalina.util.xml.XmlMapper.
SAX Handler - it will read the XML and construct java objects
XmlMapper() - Constructor for class org.apache.catalina.util.xml.XmlMapper
 
XMLWriter - class org.apache.catalina.util.XMLWriter.
XMLWriter helper class.
XMLWriter() - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.
XMLWriter(Writer) - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.

Z

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

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

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