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

A

ACC_ERRORS - Static variable in class org.apache.tomcat.core.Handler
 
ACC_IN_INCLUDE - Static variable in class org.apache.tomcat.core.Handler
 
ACC_IN_OUT - Static variable in class org.apache.tomcat.core.RequestImpl
 
ACC_INIT_END - Static variable in class org.apache.tomcat.core.ContextManager
 
ACC_INIT_START - Static variable in class org.apache.tomcat.core.ContextManager
 
ACC_INVOCATION_COUNT - Static variable in class org.apache.tomcat.core.Handler
 
ACC_LAST_ACCESSED - Static variable in class org.apache.tomcat.core.Handler
ServletWrapper counts.
ACC_OUT_COUNT - Static variable in class org.apache.tomcat.core.RequestImpl
 
ACC_OVERHEAD - Static variable in class org.apache.tomcat.core.Handler
 
ACC_POST_MAP - Static variable in class org.apache.tomcat.core.RequestImpl
 
ACC_POST_SERVICE - Static variable in class org.apache.tomcat.core.RequestImpl
 
ACC_PRE_CMAP - Static variable in class org.apache.tomcat.core.RequestImpl
 
ACC_PRE_RMAP - Static variable in class org.apache.tomcat.core.RequestImpl
 
ACC_PRE_SERVICE - Static variable in class org.apache.tomcat.core.RequestImpl
 
ACC_SERVICE_TIME - Static variable in class org.apache.tomcat.core.Handler
 
ACCOUNTS - Static variable in class org.apache.tomcat.core.Handler
 
ACCOUNTS - Static variable in class org.apache.tomcat.core.ContextManager
 
ACCOUNTS - Static variable in class org.apache.tomcat.core.RequestImpl
 
addContainer(Container) - Method in class org.apache.tomcat.core.ContextManager
Notify interceptors that a new container was added.
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
Add a per/container context interceptor.
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
 
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
 
addHostAlias(String) - Method in class org.apache.tomcat.core.Context
Virtual host support - this context will be part of a virtual host with the specified name.
addInitParam(String, String) - Method in class org.apache.tomcat.core.Handler
 
addInitParameter(String, String) - Method in class org.apache.tomcat.core.Context
 
addLogger(Logger) - Method in class org.apache.tomcat.core.ContextManager
 
addRepository(File, Object) - 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
Add a per/container request interceptor.
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
Will add a new security constraint: For all paths: if( match(path) && match(method) && match( transport ) ) then require("roles") This is equivalent with adding a Container with the path, method and transport.
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.
addServlet(String, String) - Method in class org.apache.tomcat.core.Context
 
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
 
allowAttribute(String) - Method in class org.apache.tomcat.core.Context
 
ATTRIB_JSP_ProtectionDomain - Static variable in class org.apache.tomcat.core.Constants
 
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
This callback is used to extract and verify the user identity and credentials.
authenticate(Request, Response) - Method in class org.apache.tomcat.core.BaseInterceptor
 
authorize(Request, Response, String[]) - Method in interface org.apache.tomcat.core.RequestInterceptor
Will check if the current ( authenticated ) user is authorized to access a resource, by checking if it have one of the required roles.
authorize(Request, Response, String[]) - 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
 
bBuffer - Variable in class org.apache.tomcat.core.ResponseImpl
 
bBuffer - Variable in class org.apache.tomcat.core.RequestImpl
 
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
 
cm - Variable in class org.apache.tomcat.core.BaseInterceptor
 
commited - Variable in class org.apache.tomcat.core.ResponseImpl
 
configF - 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_NOTE - Static variable in class org.apache.tomcat.core.ContextManager
 
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
 
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.Handler
 
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.Handler
 
contextM - Variable in class org.apache.tomcat.core.RequestImpl
 
ContextManager - class org.apache.tomcat.core.ContextManager.
ContextManager is the entry point and "controler" of the servlet execution.
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
 
createHttpServletRequestFacade(Request) - Method in interface org.apache.tomcat.core.FacadeManager
 
createHttpServletResponseFacade(Response) - Method in interface org.apache.tomcat.core.FacadeManager
 
createRequest(Context, String) - Method in class org.apache.tomcat.core.ContextManager
Create a new sub-request in a given context, set the context "hint" This is a particular case of sub-request that can't get out of a context ( and we know the context before - so no need to compute it again) Note that session and all stuff will still be computed.
createRequest(String) - Method in class org.apache.tomcat.core.ContextManager
Create a new sub-request, deal with query string
createServletConfig(ServletWrapper) - Method in interface org.apache.tomcat.core.FacadeManager
 
createServletContextFacade(Context) - Method in interface org.apache.tomcat.core.FacadeManager
 

D

debug - Variable in class org.apache.tomcat.core.Handler
 
debug - Variable in class org.apache.tomcat.core.BaseInterceptor
 
debugHead - Variable in class org.apache.tomcat.core.Handler
 
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_MAP - Static variable in class org.apache.tomcat.core.Container
 
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
Default work dir, relative to home
description - Variable in class org.apache.tomcat.core.ServletWrapper
 
destroy() - Method in class org.apache.tomcat.core.Handler
Destroy a handler, and notify all the interested interceptors
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
 
doAuthenticate(Request, Response) - Method in class org.apache.tomcat.core.ContextManager
Call all authentication callbacks.
doAuthorize(Request, Response, String[]) - Method in class org.apache.tomcat.core.ContextManager
Call all authorization callbacks.
doDestroy() - Method in class org.apache.tomcat.core.Handler
This method will be called when the handler is removed ( by admin or timeout ).
doDestroy() - Method in class org.apache.tomcat.core.ServletWrapper
 
doInit() - Method in class org.apache.tomcat.core.Handler
Initialize the handler.
doInit() - Method in class org.apache.tomcat.core.ServletWrapper
 
doLog(String) - Method in class org.apache.tomcat.core.ContextManager
 
doLog(String, Throwable) - Method in class org.apache.tomcat.core.ContextManager
 
doLog(String, Throwable, int) - Method in class org.apache.tomcat.core.ContextManager
 
doPostServletDestroy(Context, ServletWrapper) - Method in class org.apache.tomcat.core.ContextManager
 
doPostServletInit(Context, ServletWrapper) - Method in class org.apache.tomcat.core.ContextManager
 
doPreServletDestroy(Context, ServletWrapper) - Method in class org.apache.tomcat.core.ContextManager
 
doPreServletInit(Context, ServletWrapper) - 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 interface org.apache.tomcat.core.Request
 
doRead(byte[], int, int) - Method in class org.apache.tomcat.core.RequestImpl
Fill in the buffer.
doService(Request, Response) - Method in class org.apache.tomcat.core.Handler
This is the actual content generator.
doService(Request, Response) - Method in class org.apache.tomcat.core.ServletWrapper
 
doWrite(byte[], int, int) - Method in interface org.apache.tomcat.core.Response
 
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

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.
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.
EXTENSION_MAP - Static variable in class org.apache.tomcat.core.Container
 

F

FACADE_ATTRIBUTE - Static variable in interface org.apache.tomcat.core.FacadeManager
 
FacadeManager - interface org.apache.tomcat.core.FacadeManager.
Control for facades - this is the only "gate" between servlets and tomcat.
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
 

G

getAbsolute(File) - Method in class org.apache.tomcat.core.ContextManager
Convert a relative name to absolute by using the "home" property
getAbsolutePath() - Method in class org.apache.tomcat.core.Context
Return the absolute path for the docBase, if we are file-system based, null otherwise.
getAccount(int) - Method in class org.apache.tomcat.core.Handler
 
getAccount(int) - Method in class org.apache.tomcat.core.ContextManager
 
getAccount(int) - Method in class org.apache.tomcat.core.RequestImpl
 
getAttribute(String) - Method in class org.apache.tomcat.core.Container
Per container attributes.
getAttribute(String) - Method in interface org.apache.tomcat.core.Request
 
getAttribute(String) - Method in class org.apache.tomcat.core.Context
 
getAttribute(String) - Method in class org.apache.tomcat.core.RequestImpl
 
getAttributeNames() - Method in class org.apache.tomcat.core.Container
Per container attributes.
getAttributeNames() - Method in interface org.apache.tomcat.core.Request
 
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.RequestImpl
 
getBody() - Method in class org.apache.tomcat.core.ResponseImpl
 
getBufferedOutputStream() - Method in class org.apache.tomcat.core.ResponseImpl
Either implement ServletOutputStream or return BufferedServletOutputStream(this) and implement doWrite();
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
 
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.RequestImpl
 
getChild() - Method in interface org.apache.tomcat.core.Request
During include, a sub-request will be created.
getChild() - Method in class org.apache.tomcat.core.RequestImpl
During include, a sub-request will be created.
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.Context
 
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.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.RequestImpl
 
getContext() - Method in class org.apache.tomcat.core.Container
The parent web application, if any.
getContext() - Method in class org.apache.tomcat.core.Handler
 
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
Deprecated. Use an external iterator to find the context that matches your conditions.
getContext(String) - Method in class org.apache.tomcat.core.Context
 
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
Get the context manager
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
Deprecated. Path is not "unique key".
getContexts() - Method in class org.apache.tomcat.core.ContextManager
Return the list of contexts managed by this server
getConverter(ServletOutputStream) - Method in class org.apache.tomcat.core.ResponseImpl
 
getCookie(int) - Method in interface org.apache.tomcat.core.Request
 
getCookie(int) - Method in class org.apache.tomcat.core.RequestImpl
 
getCookieCount() - Method in interface org.apache.tomcat.core.Request
 
getCookieCount() - Method in class org.apache.tomcat.core.RequestImpl
 
getCookies() - Method in interface org.apache.tomcat.core.Response
 
getCookies() - Method in class org.apache.tomcat.core.ResponseImpl
 
getCookies() - Method in class org.apache.tomcat.core.RequestImpl
 
getDebug() - Method in class org.apache.tomcat.core.ContextManager
 
getDebug() - 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.Context
Every context is associated with a facade
getFacade() - Method in class org.apache.tomcat.core.RequestImpl
 
getFacadeManager() - Method in class org.apache.tomcat.core.Context
 
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
The handler for this container
getHandlerForPath(Context, String) - Method in class org.apache.tomcat.core.ContextManager
 
getHeader(String) - Method in interface org.apache.tomcat.core.Request
 
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.RequestImpl
 
getHeaders(String) - Method in interface org.apache.tomcat.core.Request
 
getHeaders(String) - Method in class org.apache.tomcat.core.RequestImpl
 
getHome() - Method in class org.apache.tomcat.core.ContextManager
The home of the tomcat instance - you can have multiple users running tomcat, with a shared install directory.
getHost() - Method in class org.apache.tomcat.core.Context
Return the virtual host name, or null if we are in the default context
getHostAliases() - Method in class org.apache.tomcat.core.Context
 
getHostName() - Method in class org.apache.tomcat.core.ContextManager
Deprecated.  
getInitParameter(String) - Method in class org.apache.tomcat.core.Handler
 
getInitParameter(String) - Method in class org.apache.tomcat.core.Context
 
getInitParameterNames() - Method in class org.apache.tomcat.core.Handler
 
getInitParameterNames() - Method in class org.apache.tomcat.core.Context
 
getInputBuffer() - Method in interface org.apache.tomcat.core.Request
 
getInputBuffer() - Method in class org.apache.tomcat.core.RequestImpl
 
getInputStream() - Method in interface org.apache.tomcat.core.Request
 
getInputStream() - Method in class org.apache.tomcat.core.RequestImpl
 
getInstallDir() - Method in class org.apache.tomcat.core.ContextManager
Get installation directory, where libraries and default files are located.
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
 
getLoadOnStartUpLevel() - 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
 
getLocalHost() - Method in interface org.apache.tomcat.core.Request
 
getLocalHost() - Method in class org.apache.tomcat.core.RequestImpl
 
getLookupPath() - Method in class org.apache.tomcat.core.RequestImpl
 
getMappedPath() - Method in class org.apache.tomcat.core.RequestImpl
The file - result of mapping the request ( using aliases and other mapping rules.
getMapType() - Method in class org.apache.tomcat.core.Container
Return the type of the mapping ( extension, prefix, default, etc)
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.RequestImpl
 
getMethods() - Method in class org.apache.tomcat.core.Container
If not null, this container can only be accessed by users in roles.
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 interface org.apache.tomcat.core.Response
 
getMimeHeaders() - Method in class org.apache.tomcat.core.ResponseImpl
 
getMimeHeaders() - Method in interface org.apache.tomcat.core.Request
 
getMimeHeaders() - Method in class org.apache.tomcat.core.RequestImpl
 
getMimeMap() - Method in class org.apache.tomcat.core.Context
 
getName() - Method in class org.apache.tomcat.core.Handler
 
getNote(int) - Method in class org.apache.tomcat.core.Container
 
getNote(int) - Method in class org.apache.tomcat.core.Handler
 
getNote(int) - Method in class org.apache.tomcat.core.ContextManager
 
getNote(int) - Method in interface org.apache.tomcat.core.Request
 
getNote(int) - Method in class org.apache.tomcat.core.RequestImpl
 
getNoteId(int, String) - Method in class org.apache.tomcat.core.ContextManager
Create a new note id.
getNoteName(int, int) - Method in class org.apache.tomcat.core.ContextManager
 
getOrigin() - Method in class org.apache.tomcat.core.Handler
 
getOutputBuffer() - Method in interface org.apache.tomcat.core.Response
 
getOutputBuffer() - Method in class org.apache.tomcat.core.ResponseImpl
 
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
Deprecated.  
getParameter(String) - Method in interface org.apache.tomcat.core.Request
 
getParameter(String) - Method in class org.apache.tomcat.core.RequestImpl
 
getParameterNames() - Method in interface org.apache.tomcat.core.Request
 
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
Set query string - will be called by forward
getParameterValues(String) - Method in class org.apache.tomcat.core.RequestImpl
 
getParent() - Method in interface org.apache.tomcat.core.Request
If this is a sub-request, return the parent
getParent() - Method in class org.apache.tomcat.core.RequestImpl
If this is a sub-request, return the parent
getParentLoader() - Method in interface org.apache.tomcat.core.ServletLoader
 
getPath() - Method in class org.apache.tomcat.core.Container
Return the path
getPath() - Method in class org.apache.tomcat.core.ServletWrapper
 
getPath() - Method in class org.apache.tomcat.core.Context
Base URL for this 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.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.RequestImpl
Not so usefull - it return the path translated for a URL relative the the context, i.e.
getPermissions() - Method in class org.apache.tomcat.core.ContextManager
Get the default Security Permissions for this server
getPermissions() - Method in class org.apache.tomcat.core.Context
Get the SecurityManager Permissions for this Context.
getPort() - Method in class org.apache.tomcat.core.ContextManager
Deprecated.  
getProtectionDomain() - Method in class org.apache.tomcat.core.Context
 
getProtocol() - Method in class org.apache.tomcat.core.Container
Protocol matching.
getProtocol() - Method in interface org.apache.tomcat.core.Request
 
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.RequestImpl
 
getRandomClass() - Method in class org.apache.tomcat.core.ContextManager
Get the name of the class to be used for generating random numbers by the session id generator.
getReader() - Method in interface org.apache.tomcat.core.Request
 
getReader() - Method in class org.apache.tomcat.core.RequestImpl
 
getRealContext(ServletContext) - Method in interface org.apache.tomcat.core.FacadeManager
 
getRealmName() - Method in class org.apache.tomcat.core.Context
Realm to be used
getRealPath(String) - Method in class org.apache.tomcat.core.Context
According to Servlet 2.2 the real path is interpreted as relative to the current web app and _cannot_ go outside the box.
getRealRequest(HttpServletRequest) - Method in interface org.apache.tomcat.core.FacadeManager
 
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.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.RequestImpl
 
getRemoteUser() - Method in interface org.apache.tomcat.core.Request
 
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
 
getRequestedSessionId() - Method in interface org.apache.tomcat.core.Request
 
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.  
getRequestInterceptors(Request) - Method in class org.apache.tomcat.core.ContextManager
Return all the interceptors associated with a request.
getRequestURI() - Method in interface org.apache.tomcat.core.Request
 
getRequestURI() - Method in class org.apache.tomcat.core.RequestImpl
 
getRequiredRoles() - Method in interface org.apache.tomcat.core.Request
If this request is subject to a security constraint.
getRequiredRoles() - Method in class org.apache.tomcat.core.RequestImpl
 
getResource(String) - Method in class org.apache.tomcat.core.Context
Implements getResource() See getRealPath(), it have to be local to the current Context - and can't go to a sub-context.
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.RequestImpl
 
getSecurePort() - Method in class org.apache.tomcat.core.ContextManager
 
getSecurityRole(String) - Method in class org.apache.tomcat.core.ServletWrapper
 
getServerName() - Method in interface org.apache.tomcat.core.Request
 
getServerName() - Method in class org.apache.tomcat.core.RequestImpl
Return the server name.
getServerPort() - Method in interface org.apache.tomcat.core.Request
 
getServerPort() - Method in class org.apache.tomcat.core.RequestImpl
 
getServlet() - Method in class org.apache.tomcat.core.ServletWrapper
 
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.Context
 
getServletPath() - Method in interface org.apache.tomcat.core.Request
 
getServletPath() - Method in class org.apache.tomcat.core.RequestImpl
 
getServletPrefix() - Method in class org.apache.tomcat.core.RequestImpl
 
getSession(boolean) - Method in interface org.apache.tomcat.core.Request
 
getSession(boolean) - Method in class org.apache.tomcat.core.RequestImpl
 
getSessionId() - Method in interface org.apache.tomcat.core.Response
 
getSessionId() - Method in class org.apache.tomcat.core.ResponseImpl
 
getSessionIdSource() - Method in interface org.apache.tomcat.core.Request
Get the source of the session Id.
getSessionIdSource() - Method in class org.apache.tomcat.core.RequestImpl
 
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
Deprecated.  
getTop() - Method in interface org.apache.tomcat.core.Request
This is the top request ( for a sub-request )
getTop() - Method in class org.apache.tomcat.core.RequestImpl
This is the top request ( for a sub-request )
getTransport() - Method in class org.apache.tomcat.core.Container
The transport - another component of the matching.
getUserPrincipal() - Method in interface org.apache.tomcat.core.Request
 
getUserPrincipal() - Method in class org.apache.tomcat.core.RequestImpl
Return the principal - the adapter will set it
getUserRoles() - Method in interface org.apache.tomcat.core.Request
 
getUserRoles() - Method in class org.apache.tomcat.core.RequestImpl
 
getVhosts() - Method in class org.apache.tomcat.core.Container
Any alias that can match a particular vhost
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
WorkDir property - where all working files will be created
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(ServletOutputStream) - Method in class org.apache.tomcat.core.ResponseImpl
 

H

handler - Variable in class org.apache.tomcat.core.RequestImpl
 
Handler - class org.apache.tomcat.core.Handler.
The class that will generate the actual response.
HANDLER_NOTE - Static variable in class org.apache.tomcat.core.ContextManager
 
Handler() - Constructor for class org.apache.tomcat.core.Handler
 
handleStatus(Request, Response, int) - Method in class org.apache.tomcat.core.ContextManager
Called for error-codes
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
 

I

in - Variable in class org.apache.tomcat.core.RequestImpl
 
init() - Method in class org.apache.tomcat.core.Handler
Call the init method, and notify all interested listeners.
init() - Method in class org.apache.tomcat.core.ServletWrapper
Override Handler's init - load the servlet before calling and interceptor
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 be able to accept requests.
initialized - Variable in class org.apache.tomcat.core.Handler
True if it can handle requests.
initRequest(Request, Response) - Method in class org.apache.tomcat.core.ContextManager
Prepare the req/resp pair for use in tomcat.
internal - Variable in class org.apache.tomcat.core.Handler
 
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
 
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
 
isInternal() - Method in class org.apache.tomcat.core.Handler
 
isInvokerEnabled() - Method in class org.apache.tomcat.core.Context
Deprecated.  
isReloadable - Variable in class org.apache.tomcat.core.ServletWrapper
 
isSecure() - Method in interface org.apache.tomcat.core.Request
 
isSecure() - Method in class org.apache.tomcat.core.RequestImpl
 
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
 
isTrusted() - Method in class org.apache.tomcat.core.Context
 
isUserInRole(String) - Method in interface org.apache.tomcat.core.Request
 
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
 
isUsingWriter() - Method in interface org.apache.tomcat.core.Response
Stream/Writer control
isUsingWriter() - 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.
LOCALE_DEFAULT - Static variable in class org.apache.tomcat.core.Constants
 
localHost - Variable in class org.apache.tomcat.core.RequestImpl
 
log(String) - Method in class org.apache.tomcat.core.Handler
 
log(String) - Method in class org.apache.tomcat.core.ContextManager
 
log(String) - Method in class org.apache.tomcat.core.BaseInterceptor
 
log(String) - Method in class org.apache.tomcat.core.Context
Internal log method
log(String, Throwable) - Method in class org.apache.tomcat.core.Context
Internal log method
log(String, Throwable, int) - Method in class org.apache.tomcat.core.Context
Internal log method
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
 
MAX_INCLUDE - Static variable in interface org.apache.tomcat.core.Request
 
MAX_NOTES - Static variable in class org.apache.tomcat.core.ContextManager
Maximum number of notes supported
method - Variable in class org.apache.tomcat.core.RequestImpl
 
methods - Variable in class org.apache.tomcat.core.BaseInterceptor
 

N

name - Variable in class org.apache.tomcat.core.Handler
 
name - Variable in class org.apache.tomcat.core.BaseInterceptor
 
newSessionRequest(Request, Response) - Method in interface org.apache.tomcat.core.RequestInterceptor
New Session notification - called when the servlet asks for a new session.
newSessionRequest(Request, Response) - Method in class org.apache.tomcat.core.BaseInterceptor
 
notifyEndHeaders() - Method in class org.apache.tomcat.core.ResponseImpl
Signal that we're done with the headers, and body will follow.

O

OK - Static variable in interface org.apache.tomcat.core.RequestInterceptor
 
org.apache.tomcat.core - package org.apache.tomcat.core
Components
origin - Variable in class org.apache.tomcat.core.Handler
 
ORIGIN_ADMIN - Static variable in class org.apache.tomcat.core.Handler
The servlet was added by the admin, it should be safed preferably in web.xml
ORIGIN_DYNAMIC - Static variable in class org.apache.tomcat.core.Handler
any tomcat-specific component that can register mappings that are "re-generable", i.e.
ORIGIN_INVOKER - Static variable in class org.apache.tomcat.core.Handler
 
ORIGIN_JSP - Static variable in class org.apache.tomcat.core.Handler
 
ORIGIN_WEB_XML - Static variable in class org.apache.tomcat.core.Handler
The servlet was declared in web.xml
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
 
PATH_MAP - Static variable in class org.apache.tomcat.core.Container
 
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
 
PREFIX_MAP - Static variable in class org.apache.tomcat.core.Container
 
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
principal - Variable in class org.apache.tomcat.core.RequestImpl
 
print(String) - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
processRequest(Request) - Method in class org.apache.tomcat.core.ContextManager
Will find the ServletWrapper for a servlet, assuming we already have the Context.
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
 
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
 
recycle(Request) - Method in interface org.apache.tomcat.core.FacadeManager
 
reload() - Method in interface org.apache.tomcat.core.ServletLoader
Reset the class loader.
reload(Request, Context) - Method in interface org.apache.tomcat.core.ContextInterceptor
Reload notification - called whenever a reload is done.
reload(Request, Context) - Method in class org.apache.tomcat.core.BaseInterceptor
 
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
Per container attributes.
removeAttribute(String) - Method in interface org.apache.tomcat.core.Request
 
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
Notify interceptors that a container was removed.
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(Context) - Method in class org.apache.tomcat.core.ContextManager
Shut down and removes a context from service
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
Deprecated. Use removeContext( Context ).
removeServletByName(String) - Method in class org.apache.tomcat.core.Context
Remove the servlet with a specific name
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.
REQ_RE_NOTE - Static variable in class org.apache.tomcat.core.ContextManager
 
reqRoles - Variable in class org.apache.tomcat.core.RequestImpl
 
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.
 
REQUEST_NOTE - Static variable in class org.apache.tomcat.core.ContextManager
 
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
 
requestURI - Variable in class org.apache.tomcat.core.RequestImpl
 
RequestURIMatchRecursion - Static variable in class org.apache.tomcat.core.Constants
 
RESERVED - Static variable in class org.apache.tomcat.core.ContextManager
 
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
 
resetBuffer() - Method in interface org.apache.tomcat.core.Response
 
resetBuffer() - Method in class org.apache.tomcat.core.ResponseImpl
 
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
 
sendHeaders() - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
SERVER_NOTE - Static variable in class org.apache.tomcat.core.ContextManager
 
ServerConnector - interface org.apache.tomcat.core.ServerConnector.
This is the adapter between the servlet world and the protocol implementation.
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.Handler
Call the service method, and notify all listeners
service(Request, Response) - Method in class org.apache.tomcat.core.ServletWrapper
Override service to hook reloading - it can be done in a clean interceptor.
service(Request, Response) - Method in class org.apache.tomcat.core.ContextManager
This is the entry point in tomcat - the connectors ( or any other component able to generate Request/Response implementations ) will call this method to get it processed.
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
 
ServletLoader - interface org.apache.tomcat.core.ServletLoader.
Handle servlet and resource reloading
servletName - Variable in class org.apache.tomcat.core.ServletWrapper
 
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
 
sessionId - Variable in class org.apache.tomcat.core.ResponseImpl
 
SESSIONID_FROM_COOKIE - Static variable in interface org.apache.tomcat.core.Request
 
SESSIONID_FROM_URL - Static variable in interface org.apache.tomcat.core.Request
 
sessionIdSource - Variable in class org.apache.tomcat.core.RequestImpl
 
setAccount(int, long) - Method in class org.apache.tomcat.core.Handler
 
setAccount(int, long) - Method in class org.apache.tomcat.core.ContextManager
 
setAccount(int, long) - Method in class org.apache.tomcat.core.RequestImpl
 
setAttribute(String, Object) - Method in class org.apache.tomcat.core.Container
Per container attributes.
setAttribute(String, Object) - Method in interface org.apache.tomcat.core.Request
 
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
Set a config property
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
 
setBufferCommitted(boolean) - Method in class org.apache.tomcat.core.ResponseImpl
 
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
 
setCharEncoding(String) - Method in interface org.apache.tomcat.core.Request
 
setCharEncoding(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setChild(Request) - Method in interface org.apache.tomcat.core.Request
 
setChild(Request) - 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.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.RequestImpl
 
setContext(Context) - Method in class org.apache.tomcat.core.Container
Set the context, if this container is part of a web application.
setContext(Context) - Method in class org.apache.tomcat.core.Handler
 
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
 
setDebug(int) - Method in class org.apache.tomcat.core.Handler
 
setDebug(int) - Method in class org.apache.tomcat.core.ContextManager
 
setDebug(int) - Method in class org.apache.tomcat.core.BaseInterceptor
 
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.ServletWrapper
 
setDescription(String) - Method in class org.apache.tomcat.core.Context
 
setDistributable(boolean) - Method in class org.apache.tomcat.core.Context
 
setDistributable(String) - 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.  
setFormErrorPage(String) - Method in class org.apache.tomcat.core.Context
 
setFormLoginPage(String) - Method in class org.apache.tomcat.core.Context
 
setHandler(ServletWrapper) - Method in class org.apache.tomcat.core.Container
The handler ( servlet ) for this container
setHeader(String, String) - Method in interface org.apache.tomcat.core.Response
 
setHeader(String, String) - Method in class org.apache.tomcat.core.ResponseImpl
 
setHome(String) - Method in class org.apache.tomcat.core.ContextManager
The home of the tomcat instance - you can have multiple users running tomcat, with a shared install directory.
setHost(String) - Method in class org.apache.tomcat.core.Context
Make this context visible as part of a virtual host
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
setInputBuffer(ByteBuffer) - Method in interface org.apache.tomcat.core.Request
 
setInputBuffer(ByteBuffer) - Method in class org.apache.tomcat.core.RequestImpl
 
setInstallDir(String) - Method in class org.apache.tomcat.core.ContextManager
Set installation directory, where libraries and default files are located.
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.  
setJvmRoute(String) - Method in interface org.apache.tomcat.core.Request
 
setJvmRoute(String) - Method in class org.apache.tomcat.core.RequestImpl
 
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
 
setLocalHost(String) - Method in interface org.apache.tomcat.core.Request
 
setLocalHost(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setLogger(Logger) - Method in interface org.apache.tomcat.core.ServerConnector
Set a org.apache.tomcat.logging.Logger explicitly
setLoginConfig(String, String, String, String) - Method in class org.apache.tomcat.core.Context
 
setLookupPath(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setMappedPath(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setMethod(String) - Method in interface org.apache.tomcat.core.Request
 
setMethod(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setMethods(String[]) - Method in class org.apache.tomcat.core.Container
If not null, this container can only be accessed by users in roles.
setMimeHeaders(MimeHeaders) - Method in class org.apache.tomcat.core.RequestImpl
 
setName(String) - Method in class org.apache.tomcat.core.Handler
 
setNote(int, Object) - Method in class org.apache.tomcat.core.Container
See ContextManager comments.
setNote(int, Object) - Method in class org.apache.tomcat.core.Handler
See ContextManager comments.
setNote(int, Object) - Method in class org.apache.tomcat.core.ContextManager
 
setNote(int, Object) - Method in interface org.apache.tomcat.core.Request
Add a per/request internal attribute.
setNote(int, Object) - Method in class org.apache.tomcat.core.RequestImpl
 
setOrigin(int) - Method in class org.apache.tomcat.core.Handler
Who created this servlet definition - default is 0, i.e.
setOutputBuffer(ByteBuffer) - Method in interface org.apache.tomcat.core.Response
 
setOutputBuffer(ByteBuffer) - Method in class org.apache.tomcat.core.ResponseImpl
 
setParameters(Hashtable) - Method in interface org.apache.tomcat.core.Request
Deprecated. internal use only
setParameters(Hashtable) - Method in class org.apache.tomcat.core.RequestImpl
 
setParent(Request) - Method in interface org.apache.tomcat.core.Request
 
setParent(Request) - Method in class org.apache.tomcat.core.RequestImpl
 
setParentLoader(ClassLoader) - Method in interface org.apache.tomcat.core.ServletLoader
The parent loader - used to load tomcat classes.
setPath(String) - Method in class org.apache.tomcat.core.Container
The mapping string that creates this Container.
setPath(String) - Method in class org.apache.tomcat.core.ServletWrapper
 
setPath(String) - Method in class org.apache.tomcat.core.Context
Base URL for this 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
setPermissions(Object) - Method in class org.apache.tomcat.core.ContextManager
Add a Permission to the default Permissions
setPermissions(Object) - Method in class org.apache.tomcat.core.Context
 
setPort(int) - Method in class org.apache.tomcat.core.ContextManager
Deprecated.  
setProtectionDomain(Object) - Method in class org.apache.tomcat.core.Context
 
setProtocol(String) - Method in class org.apache.tomcat.core.Container
Set the protocol - if it's set it will be used in mapping
setProtocol(String) - Method in interface org.apache.tomcat.core.Request
 
setProtocol(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setQueryString(String) - Method in interface org.apache.tomcat.core.Request
 
setQueryString(String) - Method in class org.apache.tomcat.core.RequestImpl
Set query string - will be called by forward
setRandomClass(String) - Method in class org.apache.tomcat.core.ContextManager
Sets the name of the class used for generating random numbers by the session id generator.
setReloadable(boolean) - Method in class org.apache.tomcat.core.Context
 
setReloadable(String) - Method in class org.apache.tomcat.core.Context
 
setRemoteAddr(String) - Method in interface org.apache.tomcat.core.Request
 
setRemoteAddr(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setRemoteHost(String) - Method in interface org.apache.tomcat.core.Request
 
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
 
setRequestURI(String) - Method in interface org.apache.tomcat.core.Request
 
setRequestURI(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setRequiredRoles(String[]) - Method in interface org.apache.tomcat.core.Request
 
setRequiredRoles(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 interface org.apache.tomcat.core.Request
 
setScheme(String) - Method in class org.apache.tomcat.core.RequestImpl
 
setSecurePort(int) - Method in class org.apache.tomcat.core.ContextManager
Secure port is set to the SSL connector that will handle INTEGRAL/CONFIDENTIAL transport.
setServer(Object) - Method in interface org.apache.tomcat.core.ServerConnector
Set the entry point to tomcat.
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 interface org.apache.tomcat.core.Request
 
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
 
setSessionIdSource(String) - Method in interface org.apache.tomcat.core.Request
 
setSessionIdSource(String) - Method in class org.apache.tomcat.core.RequestImpl
 
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
setTomcatHome(String) - Method in class org.apache.tomcat.core.ContextManager
Deprecated.  
setTransport(String) - Method in class org.apache.tomcat.core.Container
The transport - another component of the matching.
setTrusted(boolean) - Method in class org.apache.tomcat.core.Context
 
setUserPrincipal(Principal) - Method in interface org.apache.tomcat.core.Request
 
setUserPrincipal(Principal) - Method in class org.apache.tomcat.core.RequestImpl
 
setUserRoles(String[]) - Method in interface org.apache.tomcat.core.Request
 
setUserRoles(String[]) - Method in class org.apache.tomcat.core.RequestImpl
 
setUsingStream(boolean) - Method in interface org.apache.tomcat.core.Response
The output stream is used.
setUsingStream(boolean) - Method in class org.apache.tomcat.core.ResponseImpl
 
setUsingWriter(boolean) - Method in interface org.apache.tomcat.core.Response
Stream/Writer control
setUsingWriter(boolean) - Method in class org.apache.tomcat.core.ResponseImpl
 
setUsingWriter(boolean) - Method in class org.apache.tomcat.core.BufferedServletOutputStream
 
setVhosts(String[]) - Method in class org.apache.tomcat.core.Container
Any alias that can match a particular vhost
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 working 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.
shutdown() - Method in class org.apache.tomcat.core.ContextManager
Will shutdown all contexts
shutdownContext(Context) - Method in class org.apache.tomcat.core.ContextManager
Stop the context and release all resources.
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
Start the adapter.
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
Will stop all connectors
stop() - Method in interface org.apache.tomcat.core.ServerConnector
Stop the connector.

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
Print a short string describing the mapping
toString() - Method in class org.apache.tomcat.core.Handler
 
toString() - Method in class org.apache.tomcat.core.ServletWrapper
 
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

UNKNOWN_MAP - Static variable in class org.apache.tomcat.core.Container
 
userCookies - Variable in class org.apache.tomcat.core.ResponseImpl
 
userRoles - Variable in class org.apache.tomcat.core.RequestImpl
 
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 N O P Q R S T U W

Copyright © 2000 Apache Software Foundation. All Rights Reserved.