|
|||||||||
| Home >> All >> org >> apache >> catalina >> [ core overview ] | PREV NEXT | ||||||||
A
- ApplicationContext - class org.apache.catalina.core.ApplicationContext.
- Standard implementation of
ServletContextthat represents a web application's execution environment. - ApplicationContext(String, StandardContext) - Constructor for class org.apache.catalina.core.ApplicationContext
- Construct a new instance of this class, associated with the specified Context instance.
- ApplicationContextFacade - class org.apache.catalina.core.ApplicationContextFacade.
- Facade object which masks the internal
ApplicationContextobject 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.
- ApplicationDispatcher - class org.apache.catalina.core.ApplicationDispatcher.
- Standard implementation of
RequestDispatcherthat allows a request to be forwarded to a different resource to create the ultimate response, or to include the output of another resource in the response from this resource. - ApplicationDispatcher(Wrapper, String, String, String, String, String) - Constructor for class org.apache.catalina.core.ApplicationDispatcher
- Construct a new instance of this class, configured according to the specified parameters.
- ApplicationDispatcher.PrivilegedForward - class org.apache.catalina.core.ApplicationDispatcher.PrivilegedForward.
- ApplicationDispatcher.PrivilegedForward(ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.core.ApplicationDispatcher.PrivilegedForward
- ApplicationDispatcher.PrivilegedInclude - class org.apache.catalina.core.ApplicationDispatcher.PrivilegedInclude.
- ApplicationDispatcher.PrivilegedInclude(ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.core.ApplicationDispatcher.PrivilegedInclude
- ApplicationFilterChain - class org.apache.catalina.core.ApplicationFilterChain.
- Implementation of
javax.servlet.FilterChainused to manage the execution of a set of filters for a particular request. - ApplicationFilterChain() - Constructor for class org.apache.catalina.core.ApplicationFilterChain
- Construct a new chain instance with no defined filters.
- ApplicationFilterConfig - class org.apache.catalina.core.ApplicationFilterConfig.
- Implementation of a
javax.servlet.FilterConfiguseful in managing the filter instances instantiated when a web application is first started. - ApplicationFilterConfig(Context, FilterDef) - Constructor for class org.apache.catalina.core.ApplicationFilterConfig
- Construct a new ApplicationFilterConfig for the specified filter definition.
- ApplicationFilterFactory - class org.apache.catalina.core.ApplicationFilterFactory.
- Factory for the creation and caching of Filters and creationg of Filter Chains.
- ApplicationFilterFactory() - Constructor for class org.apache.catalina.core.ApplicationFilterFactory
- ApplicationHttpRequest - class org.apache.catalina.core.ApplicationHttpRequest.
- Wrapper around a
javax.servlet.http.HttpServletRequestthat transforms an application request object (which might be the original one passed to a servlet, or might be based on the 2.3javax.servlet.http.HttpServletRequestWrapperclass) back into an internalorg.apache.catalina.HttpRequest. - ApplicationHttpRequest(HttpServletRequest, Context, boolean) - Constructor for class org.apache.catalina.core.ApplicationHttpRequest
- Construct a new wrapped request around the specified servlet request.
- ApplicationHttpRequest.AttributeNamesEnumerator - class org.apache.catalina.core.ApplicationHttpRequest.AttributeNamesEnumerator.
- Utility class used to expose the special attributes as being available as request attributes.
- ApplicationHttpRequest.AttributeNamesEnumerator() - Constructor for class org.apache.catalina.core.ApplicationHttpRequest.AttributeNamesEnumerator
- ApplicationHttpResponse - class org.apache.catalina.core.ApplicationHttpResponse.
- Wrapper around a
javax.servlet.http.HttpServletResponsethat transforms an application response object (which might be the original one passed to a servlet, or might be based on the 2.3javax.servlet.http.HttpServletResponseWrapperclass) back into an internalorg.apache.catalina.HttpResponse. - ApplicationHttpResponse(HttpServletResponse) - Constructor for class org.apache.catalina.core.ApplicationHttpResponse
- Construct a new wrapped response around the specified servlet response.
- ApplicationHttpResponse(HttpServletResponse, boolean) - Constructor for class org.apache.catalina.core.ApplicationHttpResponse
- Construct a new wrapped response around the specified servlet response.
- ApplicationRequest - class org.apache.catalina.core.ApplicationRequest.
- Wrapper around a
javax.servlet.ServletRequestthat transforms an application request object (which might be the original one passed to a servlet, or might be based on the 2.3javax.servlet.ServletRequestWrapperclass) back into an internalorg.apache.catalina.Request. - ApplicationRequest(ServletRequest) - Constructor for class org.apache.catalina.core.ApplicationRequest
- Construct a new wrapped request around the specified servlet request.
- ApplicationResponse - class org.apache.catalina.core.ApplicationResponse.
- Wrapper around a
javax.servlet.ServletResponsethat transforms an application response object (which might be the original one passed to a servlet, or might be based on the 2.3javax.servlet.ServletResponseWrapperclass) back into an internalorg.apache.catalina.Response. - ApplicationResponse(ServletResponse) - Constructor for class org.apache.catalina.core.ApplicationResponse
- Construct a new wrapped response around the specified servlet response.
- ApplicationResponse(ServletResponse, boolean) - Constructor for class org.apache.catalina.core.ApplicationResponse
- Construct a new wrapped response around the specified servlet response.
- AprLifecycleListener - class org.apache.catalina.core.AprLifecycleListener.
- Implementation of
LifecycleListenerthat will init and and destroy APR. - AprLifecycleListener() - Constructor for class org.apache.catalina.core.AprLifecycleListener
- 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 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 class org.apache.catalina.core.StandardContext
- Add a new application parameter for this application.
- addChild(Container) - Method in class org.apache.catalina.core.ContainerBase
- Add a new child Container to those associated with this Container, if supported.
- addChild(Container) - Method in class org.apache.catalina.core.StandardContext
- Add a child Container, only if the proposed child is an implementation of Wrapper.
- addChild(Container) - Method in class org.apache.catalina.core.StandardEngine
- Add a child Container, only if the proposed child is an implementation of Host.
- addChild(Container) - Method in class org.apache.catalina.core.StandardHost
- Add a child Container, only if the proposed child is an implementation of Context.
- addChild(Container) - Method in class org.apache.catalina.core.StandardWrapper
- Refuse to add a child Container, because Wrappers are the lowest level of the Container hierarchy.
- addChildInternal(Container) - Method in class org.apache.catalina.core.ContainerBase
- 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.
- 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 class org.apache.catalina.core.ContainerBase
- Add a container event listener to this component.
- addCookie(Cookie) - Method in class org.apache.catalina.core.ApplicationHttpResponse
- Disallow
addCookie()calls on an included response. - addCookie(Cookie) - Method in class org.apache.catalina.core.DummyRequest
- addCookie(Cookie) - Method in class org.apache.catalina.core.DummyResponse
- addDateHeader(String, long) - Method in class org.apache.catalina.core.ApplicationHttpResponse
- Disallow
addDateHeader()calls on an included response. - addDateHeader(String, long) - Method in class org.apache.catalina.core.DummyResponse
- addDefaultMapper(String) - Method in class org.apache.catalina.core.StandardWrapper
- Add a default Mapper implementation if none have been configured explicitly.
- addEjb(ContextEjb) - Method in class org.apache.catalina.core.NamingContextListener
- Set the specified EJBs in the naming context.
- addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.core.NamingContextListener
- Set the specified environment entries in the naming context.
- addErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
- Add an error page for the specified error or Java exception.
- addFilter(ApplicationFilterConfig) - Method in class org.apache.catalina.core.ApplicationFilterChain
- Add a filter to the set of filters that will be executed in this chain.
- addFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
- Add a filter definition 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 class org.apache.catalina.core.ApplicationHttpResponse
- Disallow
addHeader()calls on an included response. - addHeader(String, String) - Method in class org.apache.catalina.core.DummyRequest
- addHeader(String, String) - Method in class org.apache.catalina.core.DummyResponse
- addInitParameter(String, String) - Method in class org.apache.catalina.core.StandardWrapper
- Add a new servlet initialization parameter for this servlet.
- addInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
- Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
- addInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
- Add a new listener interested in InstanceEvents.
- addIntHeader(String, int) - Method in class org.apache.catalina.core.ApplicationHttpResponse
- Disallow
addIntHeader()calls on an included response. - addIntHeader(String, int) - Method in class org.apache.catalina.core.DummyResponse
- addJspMapping(String) - Method in class org.apache.catalina.core.StandardContext
- Add the given URL pattern as a jsp-property-group.
- 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.core.StandardServer
- Add a LifecycleEvent listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardService
- Add a LifecycleEvent listener to this component.
- addLocalEjb(ContextLocalEjb) - Method in class org.apache.catalina.core.NamingContextListener
- Set the specified local EJBs in the naming context.
- addLocale(Locale) - Method in class org.apache.catalina.core.DummyRequest
- addLocaleEncodingMappingParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
- Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
- addMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
- Add a mapping associated with the Wrapper.
- addMessageDestination(MessageDestination) - Method in class org.apache.catalina.core.StandardContext
- Add a message destination for this web application.
- addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.core.StandardContext
- Add a message destination reference for this web application.
- addMimeMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
- Add a new MIME mapping, replacing any existing mapping for the specified extension.
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
- addParameter(String, String[]) - Method in class org.apache.catalina.core.DummyRequest
- addParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
- Add a new context initialization parameter.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
- Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
- Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
- Add a property change listener to this component.
- addResource(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
- Set the specified resources in the naming context.
- addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.catalina.core.NamingContextListener
- Set the specified resources in the naming context.
- addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.core.NamingContextListener
- Set the specified resource link in the naming context.
- addRoleMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
- Add a security role reference for this web application.
- 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 class org.apache.catalina.core.StandardContext
- Add a new security role for this web application.
- 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 class org.apache.catalina.core.StandardContext
- Add a new servlet mapping, replacing any existing mapping for the specified pattern.
- addServletMapping(String, String, boolean) - Method in class org.apache.catalina.core.StandardContext
- Add a new servlet mapping, replacing any existing mapping for the specified pattern.
- addTaglib(String, String) - Method in class org.apache.catalina.core.StandardContext
- Add a JSP tag library for the specified URI.
- 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.
- addWatchedResource(String) - Method in class org.apache.catalina.core.StandardContext
- Add a new watched resource 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 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 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.
- aliases - Variable in class org.apache.catalina.core.StandardHost
- The set of aliases for this Host.
- 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. - allowLinking - Variable in class org.apache.catalina.core.StandardContext
- Allow linking.
- altDDName - Variable in class org.apache.catalina.core.StandardContext
- The alternate deployment descriptor name.
- antiJARLocking - Variable in class org.apache.catalina.core.StandardContext
- The antiJARLocking flag for this Context.
- antiResourceLocking - Variable in class org.apache.catalina.core.StandardContext
- The antiResourceLocking flag for this Context.
- appBase - Variable in class org.apache.catalina.core.StandardHost
- The application root for this Host.
- appRequest - Variable in class org.apache.catalina.core.ApplicationDispatcher
- The request specified by the dispatching application.
- appResponse - Variable in class org.apache.catalina.core.ApplicationDispatcher
- The response specified by the dispatching application.
- applicationEventListenersObjects - Variable in class org.apache.catalina.core.StandardContext
- The set of instantiated application event listener objects.
- applicationLifecycleListenersObjects - Variable in class org.apache.catalina.core.StandardContext
- The set of instantiated application lifecycle listener objects.
- applicationListeners - Variable in class org.apache.catalina.core.StandardContext
- The set of application listener class names configured for this application, in the order they were encountered in the web.xml file.
- applicationParameters - Variable in class org.apache.catalina.core.StandardContext
- The set of application parameters defined for this application.
- attributes - Variable in class org.apache.catalina.core.ApplicationContext
- The context attributes for this context.
- attributes - Variable in class org.apache.catalina.core.ApplicationRequest
- The request attributes for this request.
- autoDeploy - Variable in class org.apache.catalina.core.StandardHost
- The auto deploy flag for this Host.
- available - Variable in class org.apache.catalina.core.StandardContext
- The application available flag for this Context.
- available - Variable in class org.apache.catalina.core.StandardWrapper
- The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available.
- await() - Method in class org.apache.catalina.core.StandardServer
- Wait until a proper shutdown command is received, then return.
B
- backgroundProcess() - Method in class org.apache.catalina.core.ContainerBase
- Execute a periodic task, such as reloading, etc.
- backgroundProcessorDelay - Variable in class org.apache.catalina.core.ContainerBase
- The processor delay for this component.
- badRequest(String, HttpServletResponse) - Method in class org.apache.catalina.core.StandardContextValve
- Report a "bad request" error for the specified resource.
- baseDir - Variable in class org.apache.catalina.core.StandardEngine
- Allow the base dir to be specified explicitely for each engine.
- basePath - Variable in class org.apache.catalina.core.ApplicationContext
- Base path.
- basic - Variable in class org.apache.catalina.core.StandardPipeline
- The basic Valve (if any) associated with this Pipeline.
- bindThread() - Method in class org.apache.catalina.core.StandardContext
- Bind current thread, both for CL purposes and for JNDI ENC support during : startup, shutdown and realoading of the context.
- broadcaster - Variable in class org.apache.catalina.core.StandardContext
- The broadcaster that sends j2ee notifications.
- broadcaster - Variable in class org.apache.catalina.core.StandardWrapper
- The broadcaster that sends j2ee notifications.
C
- Constants - class org.apache.catalina.core.Constants.
- Constants() - Constructor for class org.apache.catalina.core.Constants
- ContainerBase - class org.apache.catalina.core.ContainerBase.
- Abstract implementation of the Container interface, providing common functionality required by nearly every implementation.
- ContainerBase() - Constructor for class org.apache.catalina.core.ContainerBase
- ContainerBase.ContainerBackgroundProcessor - class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor.
- Private thread class to invoke the backgroundProcess method of this container and its children after a fixed delay.
- ContainerBase.ContainerBackgroundProcessor() - Constructor for class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
- ContainerBase.PrivilegedAddChild - class org.apache.catalina.core.ContainerBase.PrivilegedAddChild.
- Perform addChild with the permissions of this class.
- ContainerBase.PrivilegedAddChild(Container) - Constructor for class org.apache.catalina.core.ContainerBase.PrivilegedAddChild
- cacheContext() - Method in class org.apache.catalina.core.StandardContext
- cacheMaxSize - Variable in class org.apache.catalina.core.StandardContext
- Cache max size in KB.
- cacheTTL - Variable in class org.apache.catalina.core.StandardContext
- Cache TTL in ms.
- cachingAllowed - Variable in class org.apache.catalina.core.StandardContext
- Caching allowed flag.
- caseSensitive - Variable in class org.apache.catalina.core.StandardContext
- Case sensitivity.
- charsetMapper - Variable in class org.apache.catalina.core.StandardContext
- The Locale to character set mapper for this application.
- charsetMapperClass - Variable in class org.apache.catalina.core.StandardContext
- The Java class name of the CharsetMapper class to be created.
- child - Variable in class org.apache.catalina.core.ContainerBase.PrivilegedAddChild
- children - Variable in class org.apache.catalina.core.ContainerBase
- The child Containers belonging to this Container, keyed by name.
- classCache - Variable in class org.apache.catalina.core.ApplicationContextFacade
- Cache Class object used for reflection.
- classLoadTime - Variable in class org.apache.catalina.core.StandardWrapper
- classType - Static variable in class org.apache.catalina.core.ApplicationFilterChain
- Static class array used when the SecurityManager is turned on and
doFilterclassType - Static variable in class org.apache.catalina.core.StandardWrapper- Static class array used when the SecurityManager is turned on and
Servlet.initis invoked. - Static class array used when the SecurityManager is turned on and
- classTypeUsedInService - Static variable in class org.apache.catalina.core.ApplicationFilterChain
- Static class array used when the SecurityManager is turned on and
serviceclassTypeUsedInService - Static variable in class org.apache.catalina.core.StandardWrapper- Static class array used when the SecurityManager is turned on and
Servlet.serviceis invoked. - Static class array used when the SecurityManager is turned on and
- clearAttributes() - Method in class org.apache.catalina.core.ApplicationContext
- Clear all application-created attributes.
- clearCookies() - Method in class org.apache.catalina.core.DummyRequest
- clearHeaders() - Method in class org.apache.catalina.core.DummyRequest
- clearLocales() - Method in class org.apache.catalina.core.DummyRequest
- clearParameters() - Method in class org.apache.catalina.core.DummyRequest
- cluster - Variable in class org.apache.catalina.core.ContainerBase
- The cluster with which this Container is associated.
- compCtx - Variable in class org.apache.catalina.core.NamingContextListener
- Comp context.
- compilerClasspath - Variable in class org.apache.catalina.core.StandardContext
- Compiler classpath to use.
- config - Variable in class org.apache.catalina.core.StandardWrapperFacade
- Wrapped config.
- configClass - Variable in class org.apache.catalina.core.StandardHost
- The Java class name of the default context configuration class for deployed web applications.
- configFile - Variable in class org.apache.catalina.core.StandardContext
- The path to a file to save this Context information.
- configured - Variable in class org.apache.catalina.core.StandardContext
- The "correctly configured" flag for this Context.
- connectors - Variable in class org.apache.catalina.core.StandardService
- The set of Connectors associated with this Service.
- constraints - Variable in class org.apache.catalina.core.StandardContext
- The security constraints for this web application.
- container - Variable in class org.apache.catalina.core.NamingContextListener
- Associated container.
- container - Variable in class org.apache.catalina.core.StandardPipeline
- The Container with which this Pipeline is associated.
- container - Variable in class org.apache.catalina.core.StandardService
- The Container associated with this Service.
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.NamingContextListener
- Acknowledge the occurrence of the specified event.
- containsHeader(String) - Method in class org.apache.catalina.core.DummyResponse
- context - Variable in class org.apache.catalina.core.ApplicationContext
- The Context instance with which we are associated.
- context - Variable in class org.apache.catalina.core.ApplicationContextFacade
- Wrapped application context.
- context - Variable in class org.apache.catalina.core.ApplicationDispatcher
- The Context this RequestDispatcher is associated with.
- context - Variable in class org.apache.catalina.core.ApplicationFilterConfig
- The Context with which we are associated.
- context - Variable in class org.apache.catalina.core.ApplicationHttpRequest
- The context for this request.
- context - Variable in class org.apache.catalina.core.StandardContext
- The ServletContext implementation associated with this Context.
- context - Variable in class org.apache.catalina.core.StandardContextValve
- contextClass - Variable in class org.apache.catalina.core.StandardHost
- The Java class name of the default Context implementation class for deployed web applications.
- contextPath - Variable in class org.apache.catalina.core.ApplicationHttpRequest
- The context path for this request.
- contextPath - Variable in class org.apache.catalina.core.DummyRequest
- controller - Variable in class org.apache.catalina.core.ContainerBase
- controller - Variable in class org.apache.catalina.core.StandardService
- cookies - Variable in class org.apache.catalina.core.StandardContext
- Should we attempt to use cookies for session id communication?
- copy(File, File) - Method in class org.apache.catalina.core.StandardContext
- Copy a file.
- copyMap(Map) - Method in class org.apache.catalina.core.ApplicationHttpRequest
- Perform a shallow copy of the specified Map, and return the result.
- countAllocated - Variable in class org.apache.catalina.core.StandardWrapper
- The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).
- create() - Method in class org.apache.catalina.core.StandardContext
- createFilterChain(ServletRequest, Wrapper, Servlet) - Method in class org.apache.catalina.core.ApplicationFilterFactory
- Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
- createInputStream() - Method in class org.apache.catalina.core.DummyRequest
- createNamingContext() - Method in class org.apache.catalina.core.NamingContextListener
- Create and initialize the JNDI naming context.
- createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.ContainerBase
- createObjectName(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
- Create an
ObjectNamefor thisContextResourceobject. - createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardContext
- createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardEngine
- createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardHost
- createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardWrapperValve
- createOutputStream() - Method in class org.apache.catalina.core.DummyResponse
- createSubcontexts(Context, String) - Method in class org.apache.catalina.core.NamingContextListener
- Create all intermediate subcontexts.
- 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.
- crossContext - Variable in class org.apache.catalina.core.ApplicationHttpRequest
- If this request is cross context, since this changes session accesss behavior.
- crossContext - Variable in class org.apache.catalina.core.StandardContext
- Should we allow the
ServletContext.getContext()method to access the context of other web applications in this server? - custom(Request, Response, ErrorPage) - Method in class org.apache.catalina.core.StandardHostValve
- Handle an HTTP status code or Java exception by forwarding control to the location included in the specified errorPage object.
D
- DEFAULT_SERVLET_METHODS - Static variable in class org.apache.catalina.core.StandardWrapper
- DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
- DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
- DummyRequest - class org.apache.catalina.core.DummyRequest.
- Dummy request object, used for request dispatcher mapping, as well as JSP precompilation.
- DummyRequest() - Constructor for class org.apache.catalina.core.DummyRequest
- DummyRequest(String, String, String) - Constructor for class org.apache.catalina.core.DummyRequest
- DummyResponse - class org.apache.catalina.core.DummyResponse.
- Dummy response object, used for JSP precompilation.
- DummyResponse() - Constructor for class org.apache.catalina.core.DummyResponse
- deallocate(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
- Return this previously allocated servlet to the pool of available instances.
- decodedURI - Variable in class org.apache.catalina.core.DummyRequest
- defaultContextXml - Variable in class org.apache.catalina.core.StandardContext
- Override the default context xml location.
- defaultHost - Variable in class org.apache.catalina.core.StandardEngine
- Host name to use when no server host, or an unknown host, is specified in the request.
- defaultWebXml - Variable in class org.apache.catalina.core.StandardContext
- Override the default web xml location.
- delegate - Variable in class org.apache.catalina.core.StandardContext
- The "follow standard delegation model" flag that will be used to configure our ClassLoader.
- deployOnStartup - Variable in class org.apache.catalina.core.StandardHost
- The deploy on startup flag for this Host.
- deployXML - Variable in class org.apache.catalina.core.StandardHost
- deploy Context XML config files property.
- destroy() - Method in class org.apache.catalina.core.ContainerBase
- destroy() - Method in class org.apache.catalina.core.StandardContext
- Destroy needs to clean up the context completely.
- destroy() - Method in class org.apache.catalina.core.StandardEngine
- destroy() - Method in class org.apache.catalina.core.StandardHost
- destroy() - Method in class org.apache.catalina.core.StandardService
- dispatcherType - Variable in class org.apache.catalina.core.ApplicationHttpRequest
- The current dispatcher type.
- displayName - Variable in class org.apache.catalina.core.StandardContext
- The display name of this web application.
- distributable - Variable in class org.apache.catalina.core.StandardContext
- The distributable flag for this web application.
- doFilter(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationFilterChain
- Invoke the next filter in this chain, passing the specified request and response.
- doForward(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationDispatcher
- doInclude(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationDispatcher
- doPrivileged(ApplicationContext, String, Object[]) - Method in class org.apache.catalina.core.ApplicationContextFacade
- Use reflection to invoke the requested method.
- doPrivileged(String, Object[]) - Method in class org.apache.catalina.core.ApplicationContextFacade
- Use reflection to invoke the requested method.
- doPrivileged(String, Class[], Object[]) - Method in class org.apache.catalina.core.ApplicationContextFacade
- Use reflection to invoke the requested method.
- docBase - Variable in class org.apache.catalina.core.StandardContext
- The document root for this web application.
- domain - Variable in class org.apache.catalina.core.ContainerBase
- domain - Variable in class org.apache.catalina.core.StandardServer
- domain - Variable in class org.apache.catalina.core.StandardService
- dummyEnum - Static variable in class org.apache.catalina.core.DummyRequest
E
- ERROR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
- ERROR_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
- empty - Static variable in class org.apache.catalina.core.ApplicationContext
- Empty collection to serve as the basis for empty enumerations.
- encodeRedirectURL(String) - Method in class org.apache.catalina.core.DummyResponse
- encodeRedirectUrl(String) - Method in class org.apache.catalina.core.DummyResponse
- encodeURL(String) - Method in class org.apache.catalina.core.DummyResponse
- encodeUrl(String) - Method in class org.apache.catalina.core.DummyResponse
- encodedPath - Variable in class org.apache.catalina.core.StandardContext
- Encoded path.
- engineBase() - Method in class org.apache.catalina.core.StandardContext
- Return a File object representing the base directory for the entire servlet container (i.e.
- engineName - Variable in class org.apache.catalina.core.StandardContext
- Name of the engine.
- envCtx - Variable in class org.apache.catalina.core.NamingContextListener
- Env context.
- errorCount - Variable in class org.apache.catalina.core.StandardWrapperValve
- errorReportValveClass - Variable in class org.apache.catalina.core.StandardHost
- The Java class name of the default error reporter implementation class for deployed web applications.
- errorReportValveObjectName - Variable in class org.apache.catalina.core.StandardHost
- The object name for the errorReportValve.
- exception(Request, Response, Throwable) - Method in class org.apache.catalina.core.StandardWrapperValve
- Handle the specified ServletException encountered while processing the specified Request to produce the specified Response.
- exceptionPages - Variable in class org.apache.catalina.core.StandardContext
- The exception pages for this web application, keyed by fully qualified class name of the Java exception.
- executeMethod(Method, ApplicationContext, Object[]) - Method in class org.apache.catalina.core.ApplicationContextFacade
- Executes the method of the specified
ApplicationContext
F
- FORWARD - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
- FORWARD_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
- facade - Variable in class org.apache.catalina.core.ApplicationContext
- The facade around this object.
- facade - Variable in class org.apache.catalina.core.StandardWrapper
- The facade associated with this wrapper.
- factory - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
- filesystemBased - Variable in class org.apache.catalina.core.StandardContext
- Filesystem based flag.
- filter - Variable in class org.apache.catalina.core.ApplicationFilterConfig
- The application Filter we are configured for.
- filterChain - Variable in class org.apache.catalina.core.DummyRequest
- filterConfigs - Variable in class org.apache.catalina.core.StandardContext
- The set of filter configurations (and associated filter instances) we have initialized, keyed by filter name.
- filterDef - Variable in class org.apache.catalina.core.ApplicationFilterConfig
- The
FilterDefthat defines our associated Filter. - filterDefs - Variable in class org.apache.catalina.core.StandardContext
- The set of filter definitions for this application, keyed by filter name.
- filterMaps - Variable in class org.apache.catalina.core.StandardContext
- The set of filter mappings for this application, in the order they were defined in the deployment descriptor.
- 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.
- filters - Variable in class org.apache.catalina.core.ApplicationFilterChain
- Filters.
- findAliases() - Method in class org.apache.catalina.core.StandardHost
- Return the set of alias names for this Host.
- findApplicationListeners() - Method in class org.apache.catalina.core.StandardContext
- Return the set of application listener class names configured for this application.
- findApplicationParameters() - Method in class org.apache.catalina.core.StandardContext
- Return the set of application parameters for this application.
- 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 class org.apache.catalina.core.ContainerBase
- Return the set of children Containers associated with this Container.
- findConnectors() - Method in class org.apache.catalina.core.StandardService
- Find and return the set of Connectors associated with this Service.
- findConstraints() - Method in class org.apache.catalina.core.StandardContext
- Return the security constraints for this web application.
- findContainerListeners() - Method in class org.apache.catalina.core.ContainerBase
- Return the set of container listeners associated with this Container.
- findErrorPage(int) - Method in class org.apache.catalina.core.StandardContext
- Return the error page entry for the specified HTTP error code,
if any; otherwise return
null. - findErrorPage(String) - Method in class org.apache.catalina.core.StandardContext
- Return the error page entry for the specified Java exception type,
if any; otherwise return
null. - findErrorPage(Context, Throwable) - Static method in class org.apache.catalina.core.StandardHostValve
- Find and return the ErrorPage instance for the specified exception's class, or an ErrorPage instance for the closest superclass for which there is such a definition.
- findErrorPages() - Method in 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
FilterConfigfor the specified filter name, if any; otherwise returnnull. - 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 class org.apache.catalina.core.StandardContext
- Return the set of defined filters 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 class org.apache.catalina.core.StandardWrapper
- Return the value for the specified initialization parameter name,
if any; otherwise return
null. - findInitParameters() - Method in class org.apache.catalina.core.StandardWrapper
- Return the names of all defined initialization parameters for this servlet.
- 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.core.ContainerBase
- Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.core.StandardPipeline
- Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.core.StandardServer
- Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.core.StandardService
- Get the lifecycle listeners associated with this lifecycle.
- findMappingObject() - Method in class org.apache.catalina.core.StandardContext
- FIXME: Fooling introspection ...
- findMappingObject() - Method in class org.apache.catalina.core.StandardWrapper
- FIXME: Fooling introspection ...
- findMappings() - Method in class org.apache.catalina.core.StandardWrapper
- Return the mappings associated with this wrapper.
- findMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
- Return the message destination with the specified name, if any;
otherwise, return
null. - findMessageDestinationRef(String) - Method in class org.apache.catalina.core.StandardContext
- Return the message destination ref with the specified name, if any;
otherwise, return
null. - findMessageDestinationRefs() - Method in class org.apache.catalina.core.StandardContext
- Return the set of defined message destination refs for this web application.
- findMessageDestinations() - Method in class org.apache.catalina.core.StandardContext
- Return the set of defined message destinations for this web application.
- 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 class org.apache.catalina.core.StandardContext
- Return the extensions for which MIME mappings are defined.
- findNext() - Method in class org.apache.catalina.core.ApplicationHttpRequest.AttributeNamesEnumerator
- 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 class org.apache.catalina.core.StandardContext
- Return the names of all defined context initialization parameters for this Context.
- 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 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 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 class org.apache.catalina.core.StandardContext
- Return
trueif the specified security role is defined for this application; otherwise returnfalse. - findSecurityRoles() - Method in class org.apache.catalina.core.StandardContext
- Return the security roles defined for this application.
- findService(String) - Method in class org.apache.catalina.core.StandardServer
- Return the specified Service (if it exists); otherwise return
null. - findServices() - Method in class org.apache.catalina.core.StandardServer
- Return the set of Services defined within this Server.
- 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 class org.apache.catalina.core.StandardContext
- Return the patterns of all defined servlet mappings for this Context.
- findStaticResources() - Method in class org.apache.catalina.core.StandardContext
- Return the naming resources associated with this web application.
- 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 class org.apache.catalina.core.StandardContext
- Return the set of HTTP status codes for which error pages have been specified.
- 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 class org.apache.catalina.core.StandardContext
- Return the URIs of all tag libraries for which a tag library descriptor location has been specified.
- findWatchedResources() - Method in class org.apache.catalina.core.StandardContext
- Return the set of watched resources for this Context.
- findWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
- Return
trueif the specified welcome file is defined for this Context; otherwise returnfalse. - findWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
- Return the set of welcome files defined for this Context.
- 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 class org.apache.catalina.core.StandardContext
- Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
- finishRequest() - Method in class org.apache.catalina.core.DummyRequest
- finishResponse() - Method in class org.apache.catalina.core.DummyResponse
- 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.
- first - Variable in class org.apache.catalina.core.StandardPipeline
- The first valve associated with this Pipeline.
- flushBuffer() - Method in class org.apache.catalina.core.DummyResponse
- forbidden(String, HttpServletResponse) - Method in class org.apache.catalina.core.StandardContextValve
- Report a "forbidden" error for the specified resource.
- forward(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationDispatcher
- Forward this request and response to another resource for processing.
G
- getAliases() - Method in class org.apache.catalina.core.StandardHost
- getAllDeclaredMethods(Class) - Method in class org.apache.catalina.core.StandardWrapper
- getAltDDName() - Method in class org.apache.catalina.core.StandardContext
- Return the alternate Deployment Descriptor name.
- getAntiJARLocking() - Method in class org.apache.catalina.core.StandardContext
- Return the antiJARLocking flag for this Context.
- getAntiResourceLocking() - Method in class org.apache.catalina.core.StandardContext
- Return the antiResourceLocking flag for this Context.
- getAppBase() - Method in class org.apache.catalina.core.StandardContext
- Get app base.
- getAppBase() - Method in class org.apache.catalina.core.StandardHost
- Return the application root for this Host.
- getApplicationEventListeners() - Method in class org.apache.catalina.core.StandardContext
- Return the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
- getApplicationLifecycleListeners() - Method in class org.apache.catalina.core.StandardContext
- Return the set of initialized application lifecycle listener objects, in the order they were specified in the web appl