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

A

accessed(Context, Request, String) - Method in interface org.apache.tomcat.core.SessionManager
Will mark the session lastAccess time.
addContainer(Container) - Method in class org.apache.tomcat.core.ContextManager
 
addContainer(Container) - Method in interface org.apache.tomcat.core.ContextInterceptor
A new location was added to the server.
addContainer(Container) - Method in class org.apache.tomcat.core.BaseInterceptor
 
addContentType(String, String) - Method in class org.apache.tomcat.core.Context
 
addContext(Context) - Method in class org.apache.tomcat.core.ContextManager
Adds a new Context to the set managed by this ContextManager.
addContext(ContextManager, Context) - Method in interface org.apache.tomcat.core.ContextInterceptor
Called when a context is added to a CM.
addContext(ContextManager, Context) - Method in class org.apache.tomcat.core.BaseInterceptor
Called when a context is added to a CM
addContextInterceptor(ContextInterceptor) - Method in class org.apache.tomcat.core.Container
 
addContextInterceptor(ContextInterceptor) - Method in class org.apache.tomcat.core.ContextManager
 
addContextInterceptor(ContextInterceptor) - Method in class org.apache.tomcat.core.Context
Deprecated.  
addCookie(Cookie) - Method in interface org.apache.tomcat.core.Response
 
addCookie(Cookie) - Method in class org.apache.tomcat.core.ResponseImpl
 
addCookie(Cookie) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
addDateHeader(String, long) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
addEnvEntry(String, String, String, String) - Method in class org.apache.tomcat.core.Context
Add Env-entry to this context
addErrorPage(String, String) - Method in class org.apache.tomcat.core.Context
 
addHeader(String, String) - Method in interface org.apache.tomcat.core.Response
 
addHeader(String, String) - Method in class org.apache.tomcat.core.ResponseImpl
 
addHeader(String, String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
addInitParam(String, String) - Method in class org.apache.tomcat.core.ServletWrapper
 
addInitParameter(String, String) - Method in class org.apache.tomcat.core.Context
 
addIntHeader(String, int) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
addLogger(Logger) - Method in class org.apache.tomcat.core.ContextManager
 
addRepository(File) - Method in interface org.apache.tomcat.core.ServletLoader
Add a new directory or jar to the class loader.
addRepository(URL) - Method in interface org.apache.tomcat.core.ServletLoader
Add a new remote repository.
addRequestInterceptor(RequestInterceptor) - Method in class org.apache.tomcat.core.Container
 
addRequestInterceptor(RequestInterceptor) - Method in class org.apache.tomcat.core.ContextManager
 
addRequestInterceptor(RequestInterceptor) - Method in class org.apache.tomcat.core.Context
Deprecated.  
addSecurityConstraint(Context, String, Container) - Method in class org.apache.tomcat.core.BaseInterceptor
 
addSecurityConstraint(String[], String[], String[], String) - Method in class org.apache.tomcat.core.Context
 
addSecurityMapping(String, String, String) - Method in class org.apache.tomcat.core.ServletWrapper
Security Role Ref represent a mapping between servlet role names and server roles
addServerConnector(ServerConnector) - Method in class org.apache.tomcat.core.ContextManager
Add the specified server connector to the those attached to this server.
addServlet(ServletWrapper) - Method in class org.apache.tomcat.core.Context
Add a servlet with the given name to the container.
addServletMapping(String, String) - Method in class org.apache.tomcat.core.Context
Maps a named servlet to a particular path or extension.
addTaglib(String, String) - Method in class org.apache.tomcat.core.Context
Add a taglib declaration for this context
addWelcomeFile(String) - Method in class org.apache.tomcat.core.Context
 
afterBody(Request, Response) - Method in interface org.apache.tomcat.core.RequestInterceptor
Called after the output stream is closed ( either by servlet or automatically at end of service )
afterBody(Request, Response) - Method in class org.apache.tomcat.core.BaseInterceptor
 
ATTRIB_WORKDIR - Static variable in class org.apache.tomcat.core.Constants
 
ATTRIB_WORKDIR1 - Static variable in class org.apache.tomcat.core.Constants
 
ATTRIBUTE_Dispatch - Static variable in class org.apache.tomcat.core.Constants
 
ATTRIBUTE_ERROR_EXCEPTION_TYPE - Static variable in class org.apache.tomcat.core.Constants
 
ATTRIBUTE_ERROR_MESSAGE - Static variable in class org.apache.tomcat.core.Constants
 
ATTRIBUTE_PathInfo - Static variable in class org.apache.tomcat.core.Constants
 
ATTRIBUTE_QueryString - Static variable in class org.apache.tomcat.core.Constants
 
ATTRIBUTE_RequestURI - Static variable in class org.apache.tomcat.core.Constants
 
ATTRIBUTE_RESOLVED_SERVLET - Static variable in class org.apache.tomcat.core.Constants
 
ATTRIBUTE_ServletPath - Static variable in class org.apache.tomcat.core.Constants
 
attributes - Variable in class org.apache.tomcat.core.RequestImpl
 
authenticate(Request, Response) - Method in interface org.apache.tomcat.core.RequestInterceptor
Will extract the user ID from the request, and check the password.
authenticate(Request, Response) - Method in class org.apache.tomcat.core.BaseInterceptor
 
authorize(Request, Response) - Method in interface org.apache.tomcat.core.RequestInterceptor
Will check if the user is authorized, by checking if it is in one of the roles defined in security constraints.
authorize(Request, Response) - Method in class org.apache.tomcat.core.BaseInterceptor
 
authType - Variable in class org.apache.tomcat.core.RequestImpl
 

B

BaseInterceptor - class org.apache.tomcat.core.BaseInterceptor.
 
BaseInterceptor() - Constructor for class org.apache.tomcat.core.BaseInterceptor
 
beforeBody(Request, Response) - Method in interface org.apache.tomcat.core.RequestInterceptor
Called before the first body write, and before sending the headers.
beforeBody(Request, Response) - Method in class org.apache.tomcat.core.BaseInterceptor
 
beforeCommit(Request, Response) - Method in interface org.apache.tomcat.core.RequestInterceptor
Called before the output buffer is commited
beforeCommit(Request, Response) - Method in class org.apache.tomcat.core.BaseInterceptor
 
buffer - Variable in class org.apache.tomcat.core.BufferedServletOutputStream
 
bufferCount - Variable in class org.apache.tomcat.core.BufferedServletOutputStream
 
BufferedServletInputStream - class org.apache.tomcat.core.BufferedServletInputStream.
Default implementation use RequestAdapter to read data.
BufferedServletInputStream() - Constructor for class org.apache.tomcat.core.BufferedServletInputStream
 
BufferedServletInputStream(Request) - Constructor for class org.apache.tomcat.core.BufferedServletInputStream
 
BufferedServletOutputStream - class org.apache.tomcat.core.BufferedServletOutputStream.
Works only if you extend ResponseImpl and override doWrite() - all other implementations of Response should provide their own Stream
BufferedServletOutputStream() - Constructor for class org.apache.tomcat.core.BufferedServletOutputStream
 
BufferedServletOutputStream(Response) - Constructor for class org.apache.tomcat.core.BufferedServletOutputStream
 
bufferSize - Variable in class org.apache.tomcat.core.BufferedServletOutputStream
 

C

characterEncoding - Variable in class org.apache.tomcat.core.ResponseImpl
 
charEncoding - Variable in class org.apache.tomcat.core.RequestImpl
 
close() - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
closed - Variable in class org.apache.tomcat.core.BufferedServletOutputStream
 
committed - Variable in class org.apache.tomcat.core.ResponseImpl
 
committed - Variable in class org.apache.tomcat.core.BufferedServletOutputStream
 
config - Variable in class org.apache.tomcat.core.ServletWrapper
 
Constants - class org.apache.tomcat.core.Constants.
 
Constants() - Constructor for class org.apache.tomcat.core.Constants
 
Container - class org.apache.tomcat.core.Container.
A group of resources, with some common properties.
Container() - Constructor for class org.apache.tomcat.core.Container
 
containsHeader(String) - Method in interface org.apache.tomcat.core.Response
 
containsHeader(String) - Method in class org.apache.tomcat.core.ResponseImpl
 
containsHeader(String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
contentLanguage - Variable in class org.apache.tomcat.core.ResponseImpl
 
contentLength - Variable in class org.apache.tomcat.core.ResponseImpl
 
contentLength - Variable in class org.apache.tomcat.core.RequestImpl
 
contentType - Variable in class org.apache.tomcat.core.ResponseImpl
 
contentType - Variable in class org.apache.tomcat.core.RequestImpl
 
context - Variable in class org.apache.tomcat.core.ServletWrapper
 
context - Variable in class org.apache.tomcat.core.RequestImpl
 
Context - class org.apache.tomcat.core.Context.
Context represent a Web Application as specified by Servlet Specs.
Context() - Constructor for class org.apache.tomcat.core.Context
 
contextInit(Context) - Method in interface org.apache.tomcat.core.ContextInterceptor
Notify when a context is initialized.
contextInit(Context) - Method in class org.apache.tomcat.core.BaseInterceptor
 
ContextInterceptor - interface org.apache.tomcat.core.ContextInterceptor.
Notifications for all context events.
contextM - Variable in class org.apache.tomcat.core.ServletWrapper
 
contextM - Variable in class org.apache.tomcat.core.RequestImpl
 
ContextManager - class org.apache.tomcat.core.ContextManager.
A collection class representing the Contexts associated with a particular Server.
ContextManager() - Constructor for class org.apache.tomcat.core.ContextManager
Construct a new ContextManager instance with default values.
contextMap(Request) - Method in interface org.apache.tomcat.core.RequestInterceptor
Will detect the context path for a request.
contextMap(Request) - Method in class org.apache.tomcat.core.BaseInterceptor
 
contextPath - Variable in class org.apache.tomcat.core.RequestImpl
 
contextShutdown(Context) - Method in interface org.apache.tomcat.core.ContextInterceptor
Called when a context is stoped, before removeContext.
contextShutdown(Context) - Method in class org.apache.tomcat.core.BaseInterceptor
 
cookies - Variable in class org.apache.tomcat.core.RequestImpl
 
createSession(Context) - Method in interface org.apache.tomcat.core.SessionManager
Construct and return a new session object, based on the default settings specified by this Manager's properties.

D

DEFAULT_BUFFER_SIZE - Static variable in class org.apache.tomcat.core.BufferedServletOutputStream
 
DEFAULT_CHAR_ENCODING - Static variable in class org.apache.tomcat.core.Constants
 
DEFAULT_CONTENT_TYPE - Static variable in class org.apache.tomcat.core.Constants
 
DEFAULT_HOSTNAME - Static variable in class org.apache.tomcat.core.ContextManager
 
DEFAULT_PORT - Static variable in class org.apache.tomcat.core.ContextManager
 
DEFAULT_SERVLET_NAME - Static variable in class org.apache.tomcat.core.Constants
 
DEFAULT_WORK_DIR - Static variable in class org.apache.tomcat.core.ContextManager
 
description - Variable in class org.apache.tomcat.core.ServletWrapper
 
didCookies - Variable in class org.apache.tomcat.core.RequestImpl
 
didParameters - Variable in class org.apache.tomcat.core.RequestImpl
 
didReadFormData - Variable in class org.apache.tomcat.core.RequestImpl
 
doLog(String) - Method in class org.apache.tomcat.core.ContextManager
 
doLog(String, Throwable) - Method in class org.apache.tomcat.core.ContextManager
 
doRead() - Method in class org.apache.tomcat.core.BufferedServletInputStream
 
doRead() - Method in class org.apache.tomcat.core.RequestImpl
 
doRead(byte[], int, int) - Method in class org.apache.tomcat.core.BufferedServletInputStream
 
doRead(byte[], int, int) - Method in class org.apache.tomcat.core.RequestImpl
Fill in the buffer.
doWrite(byte[], int, int) - Method in class org.apache.tomcat.core.ResponseImpl
Write a chunk of bytes.
doWrite(byte[], int, int) - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 

E

encodeRedirectUrl(String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
Deprecated.  
encodeRedirectURL(String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
encodeUrl(String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
Deprecated.  
encodeURL(String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
endHeaders() - Method in interface org.apache.tomcat.core.Response
Signal that we're done with the headers, and body will follow.
endHeaders() - Method in class org.apache.tomcat.core.ResponseImpl
Signal that we're done with the headers, and body will follow.
engineInit(ContextManager) - Method in interface org.apache.tomcat.core.ContextInterceptor
Called when the ContextManger is started.
engineInit(ContextManager) - Method in class org.apache.tomcat.core.BaseInterceptor
Called when the ContextManger is started
engineShutdown(ContextManager) - Method in interface org.apache.tomcat.core.ContextInterceptor
Called before the ContextManager is stoped.
engineShutdown(ContextManager) - Method in class org.apache.tomcat.core.BaseInterceptor
Called before the ContextManager is stoped.
equals(Object) - Method in class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl.SimplePrincipal
Returns true if the specified Object represents the same principal (i.e.
expectUserWelcomeFiles() - Method in class org.apache.tomcat.core.Context
If any new welcome file is added, remove the old list of welcome files and start a new one.

F

findSession(Context, String) - Method in interface org.apache.tomcat.core.SessionManager
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
finish() - Method in interface org.apache.tomcat.core.Response
Signal that we're done with a particular request, the server can go on and read more requests or close the socket
finish() - Method in class org.apache.tomcat.core.ResponseImpl
 
flush() - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
flushBuffer() - Method in interface org.apache.tomcat.core.Response
Any implementation needs to notify ContextManger
flushBuffer() - Method in class org.apache.tomcat.core.ResponseImpl
 
flushBuffer() - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
forward(ServletRequest, ServletResponse) - Method in class org.apache.tomcat.core.RequestDispatcherImpl
 
forwardNamed(ServletRequest, ServletResponse) - Method in class org.apache.tomcat.core.RequestDispatcherImpl
Named forward

G

getAttribute(String) - Method in class org.apache.tomcat.core.Container
 
getAttribute(String) - Method in interface org.apache.tomcat.core.Request
 
getAttribute(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getAttribute(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
getAttribute(String) - Method in class org.apache.tomcat.core.Context
 
getAttribute(String) - Method in class org.apache.tomcat.core.RequestImpl
 
getAttribute(String) - Method in interface org.apache.tomcat.core.ServerConnector
 
getAttributeNames() - Method in class org.apache.tomcat.core.Container
 
getAttributeNames() - Method in interface org.apache.tomcat.core.Request
 
getAttributeNames() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getAttributeNames() - Method in class org.apache.tomcat.core.ServletContextFacade
 
getAttributeNames() - Method in class org.apache.tomcat.core.Context
 
getAttributeNames() - Method in class org.apache.tomcat.core.RequestImpl
 
getAuthMethod() - Method in class org.apache.tomcat.core.Context
Authentication method, if any specified
getAuthType() - Method in interface org.apache.tomcat.core.Request
 
getAuthType() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getAuthType() - Method in class org.apache.tomcat.core.RequestImpl
 
getBody() - Method in class org.apache.tomcat.core.ResponseImpl
 
getBufferSize() - Method in interface org.apache.tomcat.core.Response
 
getBufferSize() - Method in class org.apache.tomcat.core.ResponseImpl
 
getBufferSize() - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
getBufferSize() - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
getCharacterEncoding() - Method in interface org.apache.tomcat.core.Response
translate locale into encoding.
getCharacterEncoding() - Method in class org.apache.tomcat.core.ResponseImpl
 
getCharacterEncoding() - Method in interface org.apache.tomcat.core.Request
 
getCharacterEncoding() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getCharacterEncoding() - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
getCharacterEncoding() - Method in class org.apache.tomcat.core.RequestImpl
 
getClassLoader() - Method in interface org.apache.tomcat.core.ServletLoader
Return a real class loader
getClassPath() - Method in interface org.apache.tomcat.core.ServletLoader
Return the class loader view of the class path
getClone() - Method in class org.apache.tomcat.core.Container
 
getConnectors() - Method in class org.apache.tomcat.core.ContextManager
 
getContainer() - Method in interface org.apache.tomcat.core.Request
 
getContainer() - Method in class org.apache.tomcat.core.RequestImpl
 
getContainer(String) - Method in class org.apache.tomcat.core.Context
 
getContainerLocations() - Method in class org.apache.tomcat.core.Context
 
getContainers() - Method in class org.apache.tomcat.core.Context
 
getContentLength() - Method in interface org.apache.tomcat.core.Response
 
getContentLength() - Method in class org.apache.tomcat.core.ResponseImpl
 
getContentLength() - Method in interface org.apache.tomcat.core.Request
 
getContentLength() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getContentLength() - Method in class org.apache.tomcat.core.RequestImpl
 
getContentType() - Method in interface org.apache.tomcat.core.Response
 
getContentType() - Method in class org.apache.tomcat.core.ResponseImpl
 
getContentType() - Method in interface org.apache.tomcat.core.Request
 
getContentType() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getContentType() - Method in class org.apache.tomcat.core.RequestImpl
 
getContext() - Method in class org.apache.tomcat.core.Container
 
getContext() - Method in class org.apache.tomcat.core.ServletWrapper
 
getContext() - Method in interface org.apache.tomcat.core.Request
 
getContext() - Method in class org.apache.tomcat.core.RequestImpl
 
getContext(String) - Method in class org.apache.tomcat.core.ContextManager
Gets a context by it's name, or null if there is no such context.
getContext(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
getContextInterceptors() - Method in class org.apache.tomcat.core.Container
Return the context interceptors as an array.
getContextInterceptors() - Method in class org.apache.tomcat.core.ContextManager
Return the context interceptors as an array.
getContextInterceptors() - Method in class org.apache.tomcat.core.Context
Deprecated.  
getContextManager() - Method in class org.apache.tomcat.core.Container
 
getContextManager() - Method in interface org.apache.tomcat.core.Request
 
getContextManager() - Method in class org.apache.tomcat.core.Context
 
getContextManager() - Method in class org.apache.tomcat.core.RequestImpl
 
getContextNames() - Method in class org.apache.tomcat.core.ContextManager
Get the names of all the contexts in this server.
getContextPath() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getCookies() - Method in interface org.apache.tomcat.core.Response
 
getCookies() - Method in class org.apache.tomcat.core.ResponseImpl
 
getCookies() - Method in interface org.apache.tomcat.core.Request
Return the cookies
getCookies() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getCookies() - Method in class org.apache.tomcat.core.RequestImpl
 
getDateHeader(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getDebug() - Method in class org.apache.tomcat.core.ContextManager
 
getDebug() - Method in class org.apache.tomcat.core.Context
 
getDefaultServlet() - Method in class org.apache.tomcat.core.Context
 
getDescription() - Method in class org.apache.tomcat.core.Context
 
getDocBase() - Method in class org.apache.tomcat.core.Context
 
getDocumentBase() - Method in class org.apache.tomcat.core.Context
Deprecated. - use getDocBase and URLUtil if you need it as URL NOT USED INSIDE TOMCAT - ONLY IN OLD J2EE CONNECTORS !
getEngineHeader() - Method in class org.apache.tomcat.core.Context
Deprecated.  
getEnvEntries() - Method in class org.apache.tomcat.core.Context
 
getEnvEntryType(String) - Method in class org.apache.tomcat.core.Context
 
getEnvEntryValue(String) - Method in class org.apache.tomcat.core.Context
 
getErrorPage(int) - Method in class org.apache.tomcat.core.Context
 
getErrorPage(String) - Method in class org.apache.tomcat.core.Context
 
getFacade() - Method in interface org.apache.tomcat.core.Response
One-to-one with Facade.
getFacade() - Method in class org.apache.tomcat.core.ResponseImpl
 
getFacade() - Method in interface org.apache.tomcat.core.Request
One-to-One with Facade
getFacade() - Method in class org.apache.tomcat.core.RequestImpl
 
getFormErrorPage() - Method in class org.apache.tomcat.core.Context
 
getFormLoginPage() - Method in class org.apache.tomcat.core.Context
 
getHandler() - Method in class org.apache.tomcat.core.Container
 
getHeader(String) - Method in interface org.apache.tomcat.core.Request
 
getHeader(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getHeader(String) - Method in class org.apache.tomcat.core.RequestImpl
 
getHeaderNames() - Method in interface org.apache.tomcat.core.Request
 
getHeaderNames() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getHeaderNames() - Method in class org.apache.tomcat.core.RequestImpl
 
getHeaders(String) - Method in interface org.apache.tomcat.core.Request
 
getHeaders(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getHeaders(String) - Method in class org.apache.tomcat.core.RequestImpl
 
getHome() - Method in class org.apache.tomcat.core.ContextManager
The root directory of tomcat
getHostName() - Method in class org.apache.tomcat.core.ContextManager
Deprecated.  
getIds() - Method in class org.apache.tomcat.core.SessionContextImpl
Deprecated.  
getInitParameter(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
getInitParameter(String) - Method in class org.apache.tomcat.core.Context
 
getInitParameterNames() - Method in class org.apache.tomcat.core.ServletContextFacade
 
getInitParameterNames() - Method in class org.apache.tomcat.core.Context
 
getInputStream() - Method in interface org.apache.tomcat.core.Request
 
getInputStream() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getInputStream() - Method in class org.apache.tomcat.core.RequestImpl
 
getIntHeader(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getJvmRoute() - Method in interface org.apache.tomcat.core.Request
 
getJvmRoute() - Method in class org.apache.tomcat.core.RequestImpl
 
getLoadOnStartUp() - Method in class org.apache.tomcat.core.ServletWrapper
 
getLocale() - Method in interface org.apache.tomcat.core.Response
 
getLocale() - Method in class org.apache.tomcat.core.ResponseImpl
 
getLocale() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getLocale() - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
getLocales() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getLookupPath() - Method in interface org.apache.tomcat.core.Request
 
getLookupPath() - Method in class org.apache.tomcat.core.RequestImpl
 
getMajorVersion() - Method in class org.apache.tomcat.core.ServletContextFacade
 
getMappedPath() - Method in interface org.apache.tomcat.core.Request
Deprecated. - internal use only
getMappedPath() - Method in class org.apache.tomcat.core.RequestImpl
The file - result of mapping the request ( using aliases and other mapping rules.
getMessage(int) - Static method in class org.apache.tomcat.core.ResponseImpl
 
getMethod() - Method in interface org.apache.tomcat.core.Request
 
getMethod() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getMethod() - Method in class org.apache.tomcat.core.RequestImpl
 
getMethods() - Method in interface org.apache.tomcat.core.RequestInterceptor
Will return the methods fow which this interceptor is interested in notification.
getMethods() - Method in class org.apache.tomcat.core.BaseInterceptor
 
getMimeHeaders() - Method in class org.apache.tomcat.core.RequestImpl
 
getMimeMap() - Method in class org.apache.tomcat.core.Context
 
getMimeType(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
getMinorVersion() - Method in class org.apache.tomcat.core.ServletContextFacade
 
getName() - Method in class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl.SimplePrincipal
Returns the principal's name.
getNamedDispatcher(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
getNamedDispatcher(String) - Method in class org.apache.tomcat.core.Context
 
getOutputStream() - Method in interface org.apache.tomcat.core.Response
Either re-implement getOutputStream or return BufferedServletOutputStream(this) and implement doWrite();
getOutputStream() - Method in class org.apache.tomcat.core.ResponseImpl
Either implement ServletOutputStream or return BufferedServletOutputStream(this) and implement doWrite();
getOutputStream() - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
getParameter(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getParameterNames() - Method in interface org.apache.tomcat.core.Request
 
getParameterNames() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getParameterNames() - Method in class org.apache.tomcat.core.RequestImpl
 
getParameters() - Method in interface org.apache.tomcat.core.Request
Deprecated. internal use only
getParameters() - Method in class org.apache.tomcat.core.RequestImpl
 
getParameterValues(String) - Method in interface org.apache.tomcat.core.Request
 
getParameterValues(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getParameterValues(String) - Method in class org.apache.tomcat.core.RequestImpl
 
getPath() - Method in class org.apache.tomcat.core.Container
 
getPath() - Method in class org.apache.tomcat.core.ServletWrapper
 
getPath() - Method in class org.apache.tomcat.core.Context
 
getPathInfo() - Method in interface org.apache.tomcat.core.Request
Path Info - set be mappers or from adapter
getPathInfo() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getPathInfo() - Method in class org.apache.tomcat.core.RequestImpl
 
getPathTranslated() - Method in interface org.apache.tomcat.core.Request
Real Path - should be implemented as a callback ( override it in adapters).
getPathTranslated() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getPathTranslated() - Method in class org.apache.tomcat.core.RequestImpl
 
getPort() - Method in class org.apache.tomcat.core.ContextManager
Deprecated.  
getProtocol() - Method in class org.apache.tomcat.core.Container
 
getProtocol() - Method in interface org.apache.tomcat.core.Request
 
getProtocol() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getProtocol() - Method in class org.apache.tomcat.core.RequestImpl
 
getQueryString() - Method in interface org.apache.tomcat.core.Request
 
getQueryString() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getQueryString() - Method in class org.apache.tomcat.core.RequestImpl
 
getReader() - Method in interface org.apache.tomcat.core.Request
 
getReader() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getReader() - Method in class org.apache.tomcat.core.RequestImpl
 
getRealContext() - Method in class org.apache.tomcat.core.ServletContextFacade
The one package level hole through the facade for use by the default servlet and invoker servlet
getRealmName() - Method in class org.apache.tomcat.core.Context
Realm to be used
getRealPath(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
Deprecated.  
getRealPath(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
getRealRequest() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getReloadable() - Method in class org.apache.tomcat.core.Context
Should we reload servlets ?
getRemoteAddr() - Method in interface org.apache.tomcat.core.Request
 
getRemoteAddr() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getRemoteAddr() - Method in class org.apache.tomcat.core.RequestImpl
 
getRemoteHost() - Method in interface org.apache.tomcat.core.Request
Expensive - should be implemented as a callback where possible!
getRemoteHost() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getRemoteHost() - Method in class org.apache.tomcat.core.RequestImpl
 
getRemoteUser() - Method in interface org.apache.tomcat.core.Request
 
getRemoteUser() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getRemoteUser() - Method in class org.apache.tomcat.core.RequestImpl
 
getRequest() - Method in interface org.apache.tomcat.core.Response
 
getRequest() - Method in class org.apache.tomcat.core.ResponseImpl
 
getRequestDispatcher(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getRequestDispatcher(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
getRequestDispatcher(String) - Method in class org.apache.tomcat.core.Context
 
getRequestedSessionId() - Method in interface org.apache.tomcat.core.Request
 
getRequestedSessionId() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getRequestedSessionId() - Method in class org.apache.tomcat.core.RequestImpl
 
getRequestInterceptors() - Method in class org.apache.tomcat.core.Container
Return the context interceptors as an array.
getRequestInterceptors() - Method in class org.apache.tomcat.core.ContextManager
Return the context interceptors as an array.
getRequestInterceptors() - Method in class org.apache.tomcat.core.Context
Deprecated.  
getRequestSecurityProvider() - Method in class org.apache.tomcat.core.Context
Deprecated.  
getRequestURI() - Method in interface org.apache.tomcat.core.Request
 
getRequestURI() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getRequestURI() - Method in class org.apache.tomcat.core.RequestImpl
 
getResource(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
getResource(String) - Method in class org.apache.tomcat.core.Context
Implements getResource() - use a sub-request to let interceptors do the job.
getResourceAsStream(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
getResponse() - Method in interface org.apache.tomcat.core.Request
One-to-One with Response
getResponse() - Method in class org.apache.tomcat.core.RequestImpl
 
getRoles() - Method in class org.apache.tomcat.core.Container
If not null, this container can only be accessed by users in roles.
getRootCause() - Method in class org.apache.tomcat.core.TomcatException
Get the underlying exception that caused this ConnectorException.
getScheme() - Method in interface org.apache.tomcat.core.Request
 
getScheme() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getScheme() - Method in class org.apache.tomcat.core.RequestImpl
 
getSecurityRole(String) - Method in class org.apache.tomcat.core.ServletWrapper
 
getServerInfo() - Method in class org.apache.tomcat.core.ServletContextFacade
 
getServerName() - Method in interface org.apache.tomcat.core.Request
 
getServerName() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getServerName() - Method in class org.apache.tomcat.core.RequestImpl
 
getServerPort() - Method in interface org.apache.tomcat.core.Request
 
getServerPort() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getServerPort() - Method in class org.apache.tomcat.core.RequestImpl
 
getServlet() - Method in class org.apache.tomcat.core.ServletWrapper
 
getServlet(String) - Method in class org.apache.tomcat.core.ServletContextFacade
Deprecated. This method is deprecated in the javax.servlet.ServletContext interface
getServletByName(String) - Method in class org.apache.tomcat.core.Context
 
getServletClass() - Method in class org.apache.tomcat.core.ServletWrapper
 
getServletDescription() - Method in class org.apache.tomcat.core.ServletWrapper
 
getServletLoader() - Method in class org.apache.tomcat.core.Context
 
getServletName() - Method in class org.apache.tomcat.core.ServletWrapper
 
getServletNames() - Method in class org.apache.tomcat.core.ServletContextFacade
Deprecated.  
getServletNames() - Method in class org.apache.tomcat.core.Context
 
getServletPath() - Method in interface org.apache.tomcat.core.Request
 
getServletPath() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getServletPath() - Method in class org.apache.tomcat.core.RequestImpl
 
getServletPrefix() - Method in class org.apache.tomcat.core.RequestImpl
 
getServlets() - Method in class org.apache.tomcat.core.ServletContextFacade
Deprecated.  
getSession() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getSession(boolean) - Method in interface org.apache.tomcat.core.Request
 
getSession(boolean) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getSession(boolean) - Method in class org.apache.tomcat.core.RequestImpl
 
getSession(String) - Method in class org.apache.tomcat.core.SessionContextImpl
Deprecated.  
getSessionId() - Method in interface org.apache.tomcat.core.Response
 
getSessionId() - Method in class org.apache.tomcat.core.ResponseImpl
 
getSessionManager() - Method in class org.apache.tomcat.core.Context
 
getSessionTimeOut() - Method in class org.apache.tomcat.core.Context
 
getStatus() - Method in interface org.apache.tomcat.core.Response
 
getStatus() - Method in class org.apache.tomcat.core.ResponseImpl
 
getTaglibLocation(String) - Method in class org.apache.tomcat.core.Context
 
getTaglibs() - Method in class org.apache.tomcat.core.Context
 
getTomcatHome() - Method in class org.apache.tomcat.core.ContextManager
Tomcat installation directory, where libraries and default files are located
getTransport() - Method in class org.apache.tomcat.core.Container
 
getUserPrincipal() - Method in interface org.apache.tomcat.core.Request
Deprecated.  
getUserPrincipal() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
getUserPrincipal() - Method in class org.apache.tomcat.core.RequestImpl
 
getUserPrincipal(Context, HttpServletRequest) - Method in interface org.apache.tomcat.core.RequestSecurityProvider
Deprecated.  
getUserPrincipal(Context, HttpServletRequest) - Method in class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl
Returns a java.security.Principal object containing the name of the current authenticated user.
getWARDir() - Method in class org.apache.tomcat.core.Context
Deprecated.  
getWelcomeFiles() - Method in class org.apache.tomcat.core.Context
 
getWorkDir() - Method in class org.apache.tomcat.core.ContextManager
 
getWorkDir() - Method in class org.apache.tomcat.core.Context
Deprecated.  
getWrapper() - Method in interface org.apache.tomcat.core.Request
Deprecated. - use Container instead
getWrapper() - Method in class org.apache.tomcat.core.RequestImpl
 
getWriter() - Method in interface org.apache.tomcat.core.Response
 
getWriter() - Method in class org.apache.tomcat.core.ResponseImpl
 
getWriter() - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 

H

handler - Variable in class org.apache.tomcat.core.RequestImpl
 
handleRequest(HttpServletRequestFacade, HttpServletResponseFacade) - Method in class org.apache.tomcat.core.ServletWrapper
Deprecated.  
handleRequest(Request, Response) - Method in class org.apache.tomcat.core.ServletWrapper
 
headers - Variable in class org.apache.tomcat.core.ResponseImpl
 
headers - Variable in class org.apache.tomcat.core.RequestImpl
 
HTML - Static variable in class org.apache.tomcat.core.Constants
 
HttpServletRequestFacade - class org.apache.tomcat.core.HttpServletRequestFacade.
The facade to the request that a servlet will see.
HttpServletRequestFacade(Request) - Constructor for class org.apache.tomcat.core.HttpServletRequestFacade
 
HttpServletResponseFacade - class org.apache.tomcat.core.HttpServletResponseFacade.
 
HttpServletResponseFacade(Response) - Constructor for class org.apache.tomcat.core.HttpServletResponseFacade
 

I

in - Variable in class org.apache.tomcat.core.RequestImpl
 
include(ServletRequest, ServletResponse) - Method in class org.apache.tomcat.core.RequestDispatcherImpl
 
includeNamed(ServletRequest, ServletResponse) - Method in class org.apache.tomcat.core.RequestDispatcherImpl
Named dispatcher include Separate from normal include - which is still too messy
init() - Method in class org.apache.tomcat.core.ContextManager
Init() is called after the context manager is set up and configured.
initContext(Context) - Method in class org.apache.tomcat.core.ContextManager
Initializes this context to take on requests.
INVOKER_SERVLET_NAME - Static variable in class org.apache.tomcat.core.Constants
 
isBufferCommitted() - Method in interface org.apache.tomcat.core.Response
 
isBufferCommitted() - Method in class org.apache.tomcat.core.ResponseImpl
 
isCommitted() - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
isCommitted() - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
isContentWritten() - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
isDistributable() - Method in class org.apache.tomcat.core.Context
 
isIncluded() - Method in interface org.apache.tomcat.core.Response
True if we are in an included servlet
isIncluded() - Method in class org.apache.tomcat.core.ResponseImpl
 
isInvokerEnabled() - Method in class org.apache.tomcat.core.Context
Deprecated.  
isReloadable - Variable in class org.apache.tomcat.core.ServletWrapper
 
isRequestedSessionIdFromCookie() - Method in interface org.apache.tomcat.core.Request
 
isRequestedSessionIdFromCookie() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
isRequestedSessionIdFromCookie() - Method in class org.apache.tomcat.core.RequestImpl
 
isRequestedSessionIdFromUrl() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
Deprecated.  
isRequestedSessionIdFromURL() - Method in interface org.apache.tomcat.core.Request
 
isRequestedSessionIdFromURL() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
isRequestedSessionIdFromURL() - Method in class org.apache.tomcat.core.RequestImpl
 
isRequestedSessionIdValid() - Method in interface org.apache.tomcat.core.Request
 
isRequestedSessionIdValid() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
isRequestedSessionIdValid() - Method in class org.apache.tomcat.core.RequestImpl
 
isSecure() - Method in interface org.apache.tomcat.core.Request
 
isSecure() - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
isSecure() - Method in class org.apache.tomcat.core.RequestImpl
 
isSecure(Context, HttpServletRequest) - Method in interface org.apache.tomcat.core.RequestSecurityProvider
Deprecated.  
isSecure(Context, HttpServletRequest) - Method in class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS
isStarted() - Method in interface org.apache.tomcat.core.Response
True if getOutputStream or getWriter was called.
isStarted() - Method in class org.apache.tomcat.core.ResponseImpl
 
isUserInRole(Context, HttpServletRequest, String) - Method in interface org.apache.tomcat.core.RequestSecurityProvider
Deprecated.  
isUserInRole(Context, HttpServletRequest, String) - Method in class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in interface org.apache.tomcat.core.Request
Deprecated.  
isUserInRole(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
isUserInRole(String) - Method in class org.apache.tomcat.core.RequestImpl
 
isUsingStream() - Method in interface org.apache.tomcat.core.Response
True if getOutputStream was called.
isUsingStream() - Method in class org.apache.tomcat.core.ResponseImpl
 
isWARExpanded() - Method in class org.apache.tomcat.core.Context
Deprecated.  
isWARValidated() - Method in class org.apache.tomcat.core.Context
Deprecated.  
isWorkDirPersistent() - Method in class org.apache.tomcat.core.Context
Deprecated.  

J

JSP_NAME - Static variable in class org.apache.tomcat.core.Constants
 
JSP_VERSION - Static variable in class org.apache.tomcat.core.Constants
 
jvmRoute - Variable in class org.apache.tomcat.core.RequestImpl
 

L

lastAccessed - Variable in class org.apache.tomcat.core.ServletWrapper
 
loadClass(String) - Method in interface org.apache.tomcat.core.ServletLoader
Handle servlet loading.
loadServlet() - Method in class org.apache.tomcat.core.ServletWrapper
Deprecated. loadServlet is used with the meaning of initServlet. Use the real thing.
LOCALE_DEFAULT - Static variable in class org.apache.tomcat.core.Constants
 
log(Exception, String) - Method in class org.apache.tomcat.core.ServletContextFacade
Deprecated. This method is deprecated in the javax.servlet.ServletContext interface
log(String) - Method in class org.apache.tomcat.core.ContextManager
 
log(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
log(String) - Method in class org.apache.tomcat.core.Context
Internal log method
log(String, Throwable) - Method in class org.apache.tomcat.core.ServletContextFacade
 
log(String, Throwable) - Method in class org.apache.tomcat.core.Context
 
logServlet(String, Throwable) - Method in class org.apache.tomcat.core.Context
User-level log method ( called from a servlet)
lookupPath - Variable in class org.apache.tomcat.core.RequestImpl
 

M

mappedPath - Variable in class org.apache.tomcat.core.RequestImpl
 
MASKED_DIR - Static variable in class org.apache.tomcat.core.Constants
 
method - Variable in class org.apache.tomcat.core.RequestImpl
 
methods - Variable in class org.apache.tomcat.core.BaseInterceptor
 

O

OK - Static variable in interface org.apache.tomcat.core.RequestInterceptor
 
org.apache.tomcat.core - package org.apache.tomcat.core
The inner guts of the servlet engine.
out - Variable in class org.apache.tomcat.core.ResponseImpl
 

P

Package - Static variable in class org.apache.tomcat.core.Constants
 
parameters - Variable in class org.apache.tomcat.core.RequestImpl
 
pathInfo - Variable in class org.apache.tomcat.core.RequestImpl
 
pathTranslated - Variable in class org.apache.tomcat.core.RequestImpl
 
pathTranslatedIsSet - Variable in class org.apache.tomcat.core.RequestImpl
 
postService(Request, Response) - Method in interface org.apache.tomcat.core.RequestInterceptor
Called after service method ends.
postService(Request, Response) - Method in class org.apache.tomcat.core.BaseInterceptor
 
postServletDestroy(Context, ServletWrapper) - Method in interface org.apache.tomcat.core.ContextInterceptor
 
postServletDestroy(Context, ServletWrapper) - Method in class org.apache.tomcat.core.BaseInterceptor
 
postServletInit(Context, ServletWrapper) - Method in interface org.apache.tomcat.core.ContextInterceptor
 
postServletInit(Context, ServletWrapper) - Method in class org.apache.tomcat.core.BaseInterceptor
 
preService(Request, Response) - Method in interface org.apache.tomcat.core.RequestInterceptor
Called before service method is invoked.
preService(Request, Response) - Method in class org.apache.tomcat.core.BaseInterceptor
 
preServletDestroy(Context, ServletWrapper) - Method in interface org.apache.tomcat.core.ContextInterceptor
Servlet Destroy notification
preServletDestroy(Context, ServletWrapper) - Method in class org.apache.tomcat.core.BaseInterceptor
Servlet Destroy notification
preServletInit(Context, ServletWrapper) - Method in interface org.apache.tomcat.core.ContextInterceptor
Servlet Init notification.
preServletInit(Context, ServletWrapper) - Method in class org.apache.tomcat.core.BaseInterceptor
Servlet Init notification
print(String) - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
protocol - Variable in class org.apache.tomcat.core.RequestImpl
 

Q

queryString - Variable in class org.apache.tomcat.core.RequestImpl
 

R

read() - Method in class org.apache.tomcat.core.BufferedServletInputStream
 
read(byte[]) - Method in class org.apache.tomcat.core.BufferedServletInputStream
 
read(byte[], int, int) - Method in class org.apache.tomcat.core.BufferedServletInputStream
 
readLine() - Method in class org.apache.tomcat.core.BufferedServletInputStream
Deprecated. Not part of Servlet API, without it we can avoid a lot of GC.
reallyFlush() - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
recycle() - Method in interface org.apache.tomcat.core.Response
Response objects will be pool-able
recycle() - Method in class org.apache.tomcat.core.ResponseImpl
 
recycle() - Method in class org.apache.tomcat.core.BufferedServletOutputStream
Reuse the object instance, avoid GC
recycle() - Method in interface org.apache.tomcat.core.Request
Support for "pools"
recycle() - Method in class org.apache.tomcat.core.RequestImpl
 
reload() - Method in interface org.apache.tomcat.core.ServletLoader
Reset the class loader.
remoteAddr - Variable in class org.apache.tomcat.core.RequestImpl
 
remoteHost - Variable in class org.apache.tomcat.core.RequestImpl
 
remoteUser - Variable in class org.apache.tomcat.core.RequestImpl
 
removeAttribute(String) - Method in class org.apache.tomcat.core.Container
 
removeAttribute(String) - Method in interface org.apache.tomcat.core.Request
 
removeAttribute(String) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
removeAttribute(String) - Method in class org.apache.tomcat.core.ServletContextFacade
 
removeAttribute(String) - Method in class org.apache.tomcat.core.Context
 
removeAttribute(String) - Method in class org.apache.tomcat.core.RequestImpl
 
removeContainer(Container) - Method in class org.apache.tomcat.core.ContextManager
 
removeContainer(Container) - Method in interface org.apache.tomcat.core.ContextInterceptor
A rule was removed, update the internal strucures.
removeContainer(Container) - Method in class org.apache.tomcat.core.BaseInterceptor
 
removeContainer(Container) - Method in class org.apache.tomcat.core.Context
 
removeContext(ContextManager, Context) - Method in interface org.apache.tomcat.core.ContextInterceptor
Called when a context is removed from a CM.
removeContext(ContextManager, Context) - Method in class org.apache.tomcat.core.BaseInterceptor
Called when a context is removed from a CM
removeContext(String) - Method in class org.apache.tomcat.core.ContextManager
Shut down and removes a context from service.
removeServletByName(String) - Method in class org.apache.tomcat.core.Context
Remove the servlet with a specific name
removeSessions(Context) - Method in interface org.apache.tomcat.core.SessionManager
Used by context when stoped, need to remove all sessions used by that context
removeWelcomeFiles() - Method in class org.apache.tomcat.core.Context
Deprecated. It is used as a hack to allow web.xml override default welcome files. Tomcat will first load the "default" web.xml and then this file.
reqSessionId - Variable in class org.apache.tomcat.core.RequestImpl
 
request - Variable in class org.apache.tomcat.core.ResponseImpl
 
Request - interface org.apache.tomcat.core.Request.
 
RequestDispatcherImpl - class org.apache.tomcat.core.RequestDispatcherImpl.
 
requestFacade - Variable in class org.apache.tomcat.core.RequestImpl
 
RequestImpl - class org.apache.tomcat.core.RequestImpl.
 
RequestImpl() - Constructor for class org.apache.tomcat.core.RequestImpl
 
RequestInterceptor - interface org.apache.tomcat.core.RequestInterceptor.
Provide a mechanism to customize the request processing.
requestMap(Request) - Method in interface org.apache.tomcat.core.RequestInterceptor
Handle mappings inside a context.
requestMap(Request) - Method in class org.apache.tomcat.core.BaseInterceptor
 
RequestSecurityProvider - interface org.apache.tomcat.core.RequestSecurityProvider.
Deprecated. Will be removed after security is implemented in tomcat
requestURI - Variable in class org.apache.tomcat.core.RequestImpl
 
RequestURIMatchRecursion - Static variable in class org.apache.tomcat.core.Constants
 
reset() - Method in interface org.apache.tomcat.core.Response
 
reset() - Method in class org.apache.tomcat.core.ResponseImpl
 
reset() - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
reset() - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
response - Variable in class org.apache.tomcat.core.RequestImpl
 
Response - interface org.apache.tomcat.core.Response.
 
responseFacade - Variable in class org.apache.tomcat.core.ResponseImpl
 
ResponseImpl - class org.apache.tomcat.core.ResponseImpl.
 
ResponseImpl() - Constructor for class org.apache.tomcat.core.ResponseImpl
 

S

scheme - Variable in class org.apache.tomcat.core.RequestImpl
 
sendError(int) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
sendError(int, String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
sendHeaders() - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
sendRedirect(String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
ServerConnector - interface org.apache.tomcat.core.ServerConnector.
 
serverName - Variable in class org.apache.tomcat.core.RequestImpl
 
serverPort - Variable in class org.apache.tomcat.core.RequestImpl
 
serverSession - Variable in class org.apache.tomcat.core.RequestImpl
 
service(Request, Response) - Method in class org.apache.tomcat.core.ContextManager
Common for all connectors, needs to be shared in order to avoid code duplication
serviceCount - Variable in class org.apache.tomcat.core.ServletWrapper
 
servlet - Variable in class org.apache.tomcat.core.ServletWrapper
 
SERVLET_MAJOR - Static variable in class org.apache.tomcat.core.Constants
 
SERVLET_MINOR - Static variable in class org.apache.tomcat.core.Constants
 
SERVLET_NAME - Static variable in class org.apache.tomcat.core.Constants
 
servletClass - Variable in class org.apache.tomcat.core.ServletWrapper
 
servletClassName - Variable in class org.apache.tomcat.core.ServletWrapper
 
ServletContextFacade - class org.apache.tomcat.core.ServletContextFacade.
Implementation of the javax.servlet.ServletContext interface that servlets see.
ServletLoader - interface org.apache.tomcat.core.ServletLoader.
Handle servlet and resource reloading
servletName - Variable in class org.apache.tomcat.core.RequestImpl
 
servletPath - Variable in class org.apache.tomcat.core.RequestImpl
 
ServletWrapper - class org.apache.tomcat.core.ServletWrapper.
Class used to represent a servlet inside a Context.
ServletWrapper() - Constructor for class org.apache.tomcat.core.ServletWrapper
 
SESSION_COOKIE_NAME - Static variable in class org.apache.tomcat.core.Constants
 
SESSION_PARAMETER_NAME - Static variable in class org.apache.tomcat.core.Constants
 
SessionContextImpl - class org.apache.tomcat.core.SessionContextImpl.
 
SessionContextImpl() - Constructor for class org.apache.tomcat.core.SessionContextImpl
 
sessionId - Variable in class org.apache.tomcat.core.ResponseImpl
 
sessionIdFromCookie - Variable in class org.apache.tomcat.core.RequestImpl
 
sessionIdFromURL - Variable in class org.apache.tomcat.core.RequestImpl
 
SessionManager - interface org.apache.tomcat.core.SessionManager.
 
setAttribute(String, Object) - Method in class org.apache.tomcat.core.Container
 
setAttribute(String, Object) - Method in interface org.apache.tomcat.core.Request
 
setAttribute(String, Object) - Method in class org.apache.tomcat.core.HttpServletRequestFacade
 
setAttribute(String, Object) - Method in class org.apache.tomcat.core.ServletContextFacade
 
setAttribute(String, Object) - Method in class org.apache.tomcat.core.Context
 
setAttribute(String, Object) - Method in class org.apache.tomcat.core.RequestImpl
 
setAttribute(String, Object) - Method in interface org.apache.tomcat.core.ServerConnector
 
setAuthType(String) - Method in interface org.apache.tomcat.core.Request
 
setAuthType(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setBody(StringBuffer) - Method in class org.apache.tomcat.core.RequestImpl
 
setBufferSize(int) - Method in interface org.apache.tomcat.core.Response
 
setBufferSize(int) - Method in class org.apache.tomcat.core.ResponseImpl
 
setBufferSize(int) - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
setBufferSize(int) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
setCharEncoding(String) - Method in interface org.apache.tomcat.core.Request
 
setCharEncoding(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setContainer(Container) - Method in interface org.apache.tomcat.core.Request
 
setContainer(Container) - Method in class org.apache.tomcat.core.RequestImpl
 
setContentLength(int) - Method in interface org.apache.tomcat.core.Response
 
setContentLength(int) - Method in class org.apache.tomcat.core.ResponseImpl
 
setContentLength(int) - Method in interface org.apache.tomcat.core.Request
 
setContentLength(int) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
setContentLength(int) - Method in class org.apache.tomcat.core.RequestImpl
 
setContentType(String) - Method in interface org.apache.tomcat.core.Response
Set content type - this might also set encoding, if specified
setContentType(String) - Method in class org.apache.tomcat.core.ResponseImpl
 
setContentType(String) - Method in interface org.apache.tomcat.core.Request
 
setContentType(String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
setContentType(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setContext(Context) - Method in class org.apache.tomcat.core.Container
 
setContext(Context) - Method in class org.apache.tomcat.core.ServletWrapper
 
setContext(Context) - Method in interface org.apache.tomcat.core.Request
Context - will be set by contextMap stage of request interceptors
setContext(Context) - Method in class org.apache.tomcat.core.RequestImpl
 
setContextManager(ContextManager) - Method in class org.apache.tomcat.core.Container
 
setContextManager(ContextManager) - Method in interface org.apache.tomcat.core.Request
Pointer to the server engine - for errors, etc
setContextManager(ContextManager) - Method in class org.apache.tomcat.core.BaseInterceptor
 
setContextManager(ContextManager) - Method in class org.apache.tomcat.core.Context
 
setContextManager(ContextManager) - Method in class org.apache.tomcat.core.RequestImpl
 
setContextManager(ContextManager) - Method in interface org.apache.tomcat.core.ServerConnector
 
setDateHeader(String, long) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
setDebug(int) - Method in class org.apache.tomcat.core.ContextManager
 
setDebug(int) - Method in class org.apache.tomcat.core.Context
 
setDebug(String) - Method in class org.apache.tomcat.core.Context
 
setDefaults() - Method in class org.apache.tomcat.core.ContextManager
Set default settings ( interceptors, connectors, loader, manager ) It is called from init if no connector is set up - note that we try to avoid any "magic" - you either set up everything ( using server.xml or alternatives) or you don't set up and then defaults will be used.
setDescription(String) - Method in class org.apache.tomcat.core.Context
 
setDistributable(boolean) - Method in class org.apache.tomcat.core.Context
 
setDocBase(String) - Method in class org.apache.tomcat.core.Context
DocBase points to the web application files.
setDocumentBase(URL) - Method in class org.apache.tomcat.core.Context
Deprecated. - use setDocBase
setEngineHeader(String) - Method in class org.apache.tomcat.core.Context
Deprecated.  
setHandler(ServletWrapper) - Method in class org.apache.tomcat.core.Container
 
setHeader(String, String) - Method in interface org.apache.tomcat.core.Response
 
setHeader(String, String) - Method in class org.apache.tomcat.core.ResponseImpl
 
setHeader(String, String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
setHome(String) - Method in class org.apache.tomcat.core.ContextManager
Set installation directory.
setHostName(String) - Method in class org.apache.tomcat.core.ContextManager
Deprecated.  
setIcon(String) - Method in class org.apache.tomcat.core.Context
 
setIncluded(boolean) - Method in interface org.apache.tomcat.core.Response
The response will not set any header or the status line - it can only write to the output stream or flush.
setIncluded(boolean) - Method in class org.apache.tomcat.core.ResponseImpl
 
setInitParameter(String, String) - Method in class org.apache.tomcat.core.Context
Deprecated. use addInitParameter
setIntHeader(String, int) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
setInvokerEnabled(boolean) - Method in class org.apache.tomcat.core.Context
Deprecated.  
setIsWARExpanded(boolean) - Method in class org.apache.tomcat.core.Context
Deprecated.  
setIsWARValidated(boolean) - Method in class org.apache.tomcat.core.Context
Deprecated.  
setLimit(int) - Method in class org.apache.tomcat.core.BufferedServletInputStream
 
setLoadOnStartUp(int) - Method in class org.apache.tomcat.core.ServletWrapper
 
setLoadOnStartUp(String) - Method in class org.apache.tomcat.core.ServletWrapper
 
setLocale(Locale) - Method in interface org.apache.tomcat.core.Response
 
setLocale(Locale) - Method in class org.apache.tomcat.core.ResponseImpl
 
setLocale(Locale) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
setLoginConfig(String, String, String, String) - Method in class org.apache.tomcat.core.Context
 
setLookupPath(String) - Method in interface org.apache.tomcat.core.Request
Everything after context path ( servletPath + pathInfo + queryInfo )
setLookupPath(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setMappedPath(String) - Method in interface org.apache.tomcat.core.Request
Deprecated. - internal use only
setMappedPath(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setMethod(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setMimeHeaders(MimeHeaders) - Method in class org.apache.tomcat.core.RequestImpl
 
setParameters(Hashtable) - Method in interface org.apache.tomcat.core.Request
Deprecated. internal use only
setParameters(Hashtable) - Method in class org.apache.tomcat.core.RequestImpl
 
setPath(String) - Method in class org.apache.tomcat.core.Container
 
setPath(String) - Method in class org.apache.tomcat.core.ServletWrapper
 
setPath(String) - Method in class org.apache.tomcat.core.Context
 
setPathInfo(String) - Method in interface org.apache.tomcat.core.Request
 
setPathInfo(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setPathTranslated(String) - Method in interface org.apache.tomcat.core.Request
 
setPathTranslated(String) - Method in class org.apache.tomcat.core.RequestImpl
All adapters that know the PT needs to call this method, in order to set pathTranslatedIsSet, otherwise tomcat will try to compute it again
setPort(int) - Method in class org.apache.tomcat.core.ContextManager
Deprecated.  
setProperty(String, String) - Method in interface org.apache.tomcat.core.ServerConnector
Something better is needed
setProtocol(String) - Method in class org.apache.tomcat.core.Container
 
setProtocol(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setQueryString(String) - Method in interface org.apache.tomcat.core.Request
Set query string - will be called by forward
setQueryString(String) - Method in class org.apache.tomcat.core.RequestImpl
Set query string - will be called by forward
setReloadable(boolean) - Method in class org.apache.tomcat.core.Context
 
setReloadable(String) - Method in class org.apache.tomcat.core.Context
 
setRemoteAddr(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setRemoteHost(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setRemoteUser(String) - Method in interface org.apache.tomcat.core.Request
 
setRemoteUser(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setRequest(Request) - Method in interface org.apache.tomcat.core.Response
One-to-one relation with Request
setRequest(Request) - Method in class org.apache.tomcat.core.ResponseImpl
 
setRequest(Request) - Method in class org.apache.tomcat.core.BufferedServletInputStream
 
setRequestedSessionId(String) - Method in interface org.apache.tomcat.core.Request
 
setRequestedSessionId(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setRequestedSessionIdFromCookie(boolean) - Method in interface org.apache.tomcat.core.Request
 
setRequestedSessionIdFromCookie(boolean) - Method in class org.apache.tomcat.core.RequestImpl
 
setRequestedSessionIdFromURL(boolean) - Method in interface org.apache.tomcat.core.Request
 
setRequestedSessionIdFromURL(boolean) - Method in class org.apache.tomcat.core.RequestImpl
 
setRequestSecurityProvider(RequestSecurityProvider) - Method in class org.apache.tomcat.core.Context
Deprecated.  
setRequestURI(String) - Method in interface org.apache.tomcat.core.Request
 
setRequestURI(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setResponse(Response) - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
setResponse(Response) - Method in interface org.apache.tomcat.core.Request
 
setResponse(Response) - Method in class org.apache.tomcat.core.RequestImpl
 
setRoles(String[]) - Method in class org.apache.tomcat.core.Container
If not null, this container can only be accessed by users in roles.
setScheme(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setServerName(String) - Method in interface org.apache.tomcat.core.Request
 
setServerName(String) - Method in class org.apache.tomcat.core.RequestImpl
Virtual host
setServerPort(int) - Method in class org.apache.tomcat.core.RequestImpl
 
setServletClass(String) - Method in class org.apache.tomcat.core.ServletWrapper
 
setServletDescription(String) - Method in class org.apache.tomcat.core.ServletWrapper
 
setServletLoader(ServletLoader) - Method in class org.apache.tomcat.core.Context
 
setServletName(String) - Method in class org.apache.tomcat.core.ServletWrapper
 
setServletPath(String) - Method in interface org.apache.tomcat.core.Request
Servlet Path
setServletPath(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setSession(HttpSession) - Method in interface org.apache.tomcat.core.Request
 
setSession(HttpSession) - Method in class org.apache.tomcat.core.RequestImpl
 
setSessionId(String) - Method in interface org.apache.tomcat.core.Response
Will set the session id.
setSessionId(String) - Method in class org.apache.tomcat.core.ResponseImpl
 
setSessionManager(SessionManager) - Method in class org.apache.tomcat.core.Context
 
setSessionTimeOut(int) - Method in interface org.apache.tomcat.core.SessionManager
Used by context to configure the session manager's inactivity timeout.
setSessionTimeOut(int) - Method in class org.apache.tomcat.core.Context
 
setStatus(int) - Method in interface org.apache.tomcat.core.Response
 
setStatus(int) - Method in class org.apache.tomcat.core.ResponseImpl
Set the response status
setStatus(int) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
 
setStatus(int, String) - Method in class org.apache.tomcat.core.HttpServletResponseFacade
Deprecated.  
setTomcatHome(String) - Method in class org.apache.tomcat.core.ContextManager
 
setTransport(String) - Method in class org.apache.tomcat.core.Container
 
setUsingWriter(boolean) - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
setWARDir(File) - Method in class org.apache.tomcat.core.Context
Deprecated.  
setWorkDir(File) - Method in class org.apache.tomcat.core.Context
Deprecated.  
setWorkDir(String) - Method in class org.apache.tomcat.core.ContextManager
WorkDir property - where all temporary files will be created
setWorkDirPath(String) - Method in class org.apache.tomcat.core.Context
Deprecated.  
setWorkDirPersistent(boolean) - Method in class org.apache.tomcat.core.Context
Deprecated.  
setWrapper(ServletWrapper) - Method in interface org.apache.tomcat.core.Request
Deprecated. - use Container instead
setWrapper(ServletWrapper) - Method in class org.apache.tomcat.core.RequestImpl
 
shouldReload() - Method in interface org.apache.tomcat.core.ServletLoader
Check if we need to reload.
shouldReload(String) - Method in interface org.apache.tomcat.core.ServletLoader
Check if we need to reload one particular class.
shutdownContext(Context) - Method in class org.apache.tomcat.core.ContextManager
 
SimpleRequestSecurityProviderImpl - class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl.
Experimental implementation of a RequestSecurityProvider, based on the org.apache.tomcat.request.SecurityCheck.MemoryRealm class.
SimpleRequestSecurityProviderImpl.SimplePrincipal - class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl.SimplePrincipal.
 
SimpleRequestSecurityProviderImpl.SimplePrincipal(SimpleRequestSecurityProviderImpl, String) - Constructor for class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl.SimplePrincipal
 
SimpleRequestSecurityProviderImpl(Hashtable) - Constructor for class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl
 
sm - Variable in class org.apache.tomcat.core.ServletWrapper
 
sm - Static variable in class org.apache.tomcat.core.ResponseImpl
 
sm - Variable in class org.apache.tomcat.core.BufferedServletOutputStream
 
sm - Static variable in class org.apache.tomcat.core.RequestImpl
 
start() - Method in class org.apache.tomcat.core.ContextManager
Will start the connectors and begin serving requests
start() - Method in interface org.apache.tomcat.core.ServerConnector
 
started - Variable in class org.apache.tomcat.core.ResponseImpl
 
status - Variable in class org.apache.tomcat.core.ResponseImpl
 
stop() - Method in class org.apache.tomcat.core.ContextManager
 
stop() - Method in interface org.apache.tomcat.core.ServerConnector
 

T

TOMCAT_NAME - Static variable in class org.apache.tomcat.core.Constants
 
TOMCAT_VERSION - Static variable in class org.apache.tomcat.core.Constants
 
TomcatException - exception org.apache.tomcat.core.TomcatException.
General Tomcat exception
TomcatException() - Constructor for class org.apache.tomcat.core.TomcatException
 
TomcatException(String) - Constructor for class org.apache.tomcat.core.TomcatException
 
TomcatException(String, Throwable) - Constructor for class org.apache.tomcat.core.TomcatException
Create a connector exception to encapsulate some underlying eception.
TomcatException(Throwable) - Constructor for class org.apache.tomcat.core.TomcatException
Create a connector exception to encapsulate some underlying eception.
toString() - Method in class org.apache.tomcat.core.Container
 
toString() - Method in class org.apache.tomcat.core.ServletWrapper
 
toString() - Method in class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl.SimplePrincipal
Returns the principal's name.
toString() - Method in class org.apache.tomcat.core.Context
 
toString() - Method in class org.apache.tomcat.core.RequestImpl
 
toStringDebug() - Method in class org.apache.tomcat.core.RequestImpl
 
totalCount - Variable in class org.apache.tomcat.core.BufferedServletOutputStream
 

U

userCookies - Variable in class org.apache.tomcat.core.ResponseImpl
 
usingStream - Variable in class org.apache.tomcat.core.ResponseImpl
 
usingWriter - Variable in class org.apache.tomcat.core.ResponseImpl
 
usingWriter - Variable in class org.apache.tomcat.core.BufferedServletOutputStream
 

W

WEB_XML_PublicId - Static variable in class org.apache.tomcat.core.Constants
 
WEB_XML_Resource - Static variable in class org.apache.tomcat.core.Constants
 
WORK_DIR - Static variable in class org.apache.tomcat.core.Constants
 
write(byte[]) - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
write(byte[], int, int) - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
write(int) - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
writer - Variable in class org.apache.tomcat.core.ResponseImpl
 

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

Copyright © 2000 Apache Software Foundation. All Rights Reserved.