All Packages  Class Hierarchy

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

Index of all Fields and Methods

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.BaseInterceptor
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.ContextManager
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 class org.apache.tomcat.core.BaseInterceptor
Called when a context is added to a CM
addContext(ContextManager, Context). Method in interface org.apache.tomcat.core.ContextInterceptor
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.Context
addContextInterceptor(ContextInterceptor). Method in class org.apache.tomcat.core.ContextManager
addCookie(Cookie). Method in class org.apache.tomcat.core.HttpServletResponseFacade
addCookie(Cookie). Method in interface org.apache.tomcat.core.Response
addCookie(Cookie). Method in class org.apache.tomcat.core.ResponseImpl
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 class org.apache.tomcat.core.HttpServletResponseFacade
addHeader(String, String). Method in interface org.apache.tomcat.core.Response
addHeader(String, String). Method in class org.apache.tomcat.core.ResponseImpl
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.Context
addRequestInterceptor(RequestInterceptor). Method in class org.apache.tomcat.core.ContextManager
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 class org.apache.tomcat.core.BaseInterceptor
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 )
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 class org.apache.tomcat.core.BaseInterceptor
authenticate(Request, Response). Method in interface org.apache.tomcat.core.RequestInterceptor
Will extract the user ID from the request, and check the password.
authorize(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.
authType. Variable in class org.apache.tomcat.core.RequestImpl

B

BaseInterceptor(). Constructor for class org.apache.tomcat.core.BaseInterceptor
beforeBody(Request, Response). Method in 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.
beforeCommit(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
buffer. Variable in class org.apache.tomcat.core.BufferedServletOutputStream
bufferCount. Variable in class org.apache.tomcat.core.BufferedServletOutputStream
BufferedServletInputStream(). Constructor for class org.apache.tomcat.core.BufferedServletInputStream
BufferedServletInputStream(Request). Constructor for class org.apache.tomcat.core.BufferedServletInputStream
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.BufferedServletOutputStream
committed. Variable in class org.apache.tomcat.core.ResponseImpl
config. Variable in class org.apache.tomcat.core.ServletWrapper
Constants(). Constructor for class org.apache.tomcat.core.Constants
Container(). Constructor for class org.apache.tomcat.core.Container
containsHeader(String). Method in class org.apache.tomcat.core.HttpServletResponseFacade
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.RequestImpl
contentLength. Variable in class org.apache.tomcat.core.ResponseImpl
contentType. Variable in class org.apache.tomcat.core.RequestImpl
contentType. Variable in class org.apache.tomcat.core.ResponseImpl
context. Variable in class org.apache.tomcat.core.RequestImpl
context. Variable in class org.apache.tomcat.core.ServletWrapper
Context(). Constructor for class org.apache.tomcat.core.Context
contextInit(Context). Method in class org.apache.tomcat.core.BaseInterceptor
contextInit(Context). Method in interface org.apache.tomcat.core.ContextInterceptor
Notify when a context is initialized.
contextM. Variable in class org.apache.tomcat.core.RequestImpl
contextM. Variable in class org.apache.tomcat.core.ServletWrapper
ContextManager(). Constructor for class org.apache.tomcat.core.ContextManager
Construct a new ContextManager instance with default values.
contextMap(Request). Method in class org.apache.tomcat.core.BaseInterceptor
contextMap(Request). Method in interface org.apache.tomcat.core.RequestInterceptor
Will detect the context path for a request.
contextPath. Variable in class org.apache.tomcat.core.RequestImpl
contextShutdown(Context). Method in class org.apache.tomcat.core.BaseInterceptor
contextShutdown(Context). Method in interface org.apache.tomcat.core.ContextInterceptor
Called when a context is stoped, before removeContext.
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.BufferedServletOutputStream
doWrite(byte[], int, int). Method in class org.apache.tomcat.core.ResponseImpl
Write a chunk of bytes.

E

encodeRedirectURL(String). Method in class org.apache.tomcat.core.HttpServletResponseFacade
encodeRedirectUrl(String). Method in class org.apache.tomcat.core.HttpServletResponseFacade
encodeURL(String). Method in class org.apache.tomcat.core.HttpServletResponseFacade
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 class org.apache.tomcat.core.BaseInterceptor
Called when the ContextManger is started
engineInit(ContextManager). Method in interface org.apache.tomcat.core.ContextInterceptor
Called when the ContextManger is started.
engineShutdown(ContextManager). Method in class org.apache.tomcat.core.BaseInterceptor
Called before the ContextManager is stoped.
engineShutdown(ContextManager). Method in interface org.apache.tomcat.core.ContextInterceptor
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.

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 class org.apache.tomcat.core.HttpServletResponseFacade
flushBuffer(). Method in interface org.apache.tomcat.core.Response
Any implementation needs to notify ContextManger
flushBuffer(). Method in class org.apache.tomcat.core.ResponseImpl
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 class org.apache.tomcat.core.Context
getAttribute(String). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getAttribute(String). Method in interface org.apache.tomcat.core.Request
getAttribute(String). Method in class org.apache.tomcat.core.RequestImpl
getAttribute(String). Method in interface org.apache.tomcat.core.ServerConnector
getAttribute(String). Method in class org.apache.tomcat.core.ServletContextFacade
getAttributeNames(). Method in class org.apache.tomcat.core.Container
getAttributeNames(). Method in class org.apache.tomcat.core.Context
getAttributeNames(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getAttributeNames(). Method in interface org.apache.tomcat.core.Request
getAttributeNames(). Method in class org.apache.tomcat.core.RequestImpl
getAttributeNames(). Method in class org.apache.tomcat.core.ServletContextFacade
getAuthMethod(). Method in class org.apache.tomcat.core.Context
Authentication method, if any specified
getAuthType(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
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
getBufferSize(). Method in class org.apache.tomcat.core.BufferedServletOutputStream
getBufferSize(). Method in class org.apache.tomcat.core.HttpServletResponseFacade
getBufferSize(). Method in interface org.apache.tomcat.core.Response
getBufferSize(). Method in class org.apache.tomcat.core.ResponseImpl
getCharacterEncoding(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getCharacterEncoding(). Method in class org.apache.tomcat.core.HttpServletResponseFacade
getCharacterEncoding(). Method in interface org.apache.tomcat.core.Request
getCharacterEncoding(). Method in class org.apache.tomcat.core.RequestImpl
getCharacterEncoding(). Method in interface org.apache.tomcat.core.Response
translate locale into encoding.
getCharacterEncoding(). Method in class org.apache.tomcat.core.ResponseImpl
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 class org.apache.tomcat.core.HttpServletRequestFacade
getContentLength(). Method in interface org.apache.tomcat.core.Request
getContentLength(). Method in class org.apache.tomcat.core.RequestImpl
getContentLength(). Method in interface org.apache.tomcat.core.Response
getContentLength(). Method in class org.apache.tomcat.core.ResponseImpl
getContentType(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getContentType(). Method in interface org.apache.tomcat.core.Request
getContentType(). 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
getContext(). Method in class org.apache.tomcat.core.Container
getContext(). Method in interface org.apache.tomcat.core.Request
getContext(). Method in class org.apache.tomcat.core.RequestImpl
getContext(). Method in class org.apache.tomcat.core.ServletWrapper
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.Context
Return the context interceptors as an array.
getContextInterceptors(). Method in class org.apache.tomcat.core.ContextManager
Return the context interceptors as an array.
getContextManager(). Method in class org.apache.tomcat.core.Container
getContextManager(). Method in class org.apache.tomcat.core.Context
getContextManager(). Method in interface org.apache.tomcat.core.Request
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 class org.apache.tomcat.core.HttpServletRequestFacade
getCookies(). Method in interface org.apache.tomcat.core.Request
Return the cookies
getCookies(). 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
getDateHeader(String). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getDebug(). Method in class org.apache.tomcat.core.Context
getDebug(). Method in class org.apache.tomcat.core.ContextManager
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
getEngineHeader(). Method in class org.apache.tomcat.core.Context
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.Request
One-to-One with Facade
getFacade(). Method in class org.apache.tomcat.core.RequestImpl
getFacade(). Method in interface org.apache.tomcat.core.Response
One-to-one with Facade.
getFacade(). Method in class org.apache.tomcat.core.ResponseImpl
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 class org.apache.tomcat.core.HttpServletRequestFacade
getHeader(String). Method in interface org.apache.tomcat.core.Request
getHeader(String). Method in class org.apache.tomcat.core.RequestImpl
getHeaderNames(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getHeaderNames(). Method in interface org.apache.tomcat.core.Request
getHeaderNames(). Method in class org.apache.tomcat.core.RequestImpl
getHeaders(String). Method in class org.apache.tomcat.core.HttpServletRequestFacade
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 root directory of tomcat
getHostName(). Method in class org.apache.tomcat.core.ContextManager
Gets the virtual host name of this server.
getIds(). Method in class org.apache.tomcat.core.SessionContextImpl
getInitParameter(String). Method in class org.apache.tomcat.core.Context
getInitParameter(String). Method in class org.apache.tomcat.core.ServletContextFacade
getInitParameterNames(). Method in class org.apache.tomcat.core.Context
getInitParameterNames(). Method in class org.apache.tomcat.core.ServletContextFacade
getInputStream(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getInputStream(). Method in interface org.apache.tomcat.core.Request
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 class org.apache.tomcat.core.HttpServletRequestFacade
getLocale(). Method in class org.apache.tomcat.core.HttpServletResponseFacade
getLocale(). Method in interface org.apache.tomcat.core.Response
getLocale(). Method in class org.apache.tomcat.core.ResponseImpl
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
The file - result of mapping the request ( using aliases and other mapping rules.
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 class org.apache.tomcat.core.HttpServletRequestFacade
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.BaseInterceptor
getMethods(). Method in interface org.apache.tomcat.core.RequestInterceptor
Will return the methods fow which this interceptor is interested in notification.
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
getNamedDispatcher(String). Method in class org.apache.tomcat.core.Context
getNamedDispatcher(String). Method in class org.apache.tomcat.core.ServletContextFacade
getOutputStream(). Method in class org.apache.tomcat.core.HttpServletResponseFacade
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();
getParameter(String). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getParameterNames(). 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.RequestImpl
getParameters(). Method in interface org.apache.tomcat.core.Request
getParameters(). Method in class org.apache.tomcat.core.RequestImpl
getParameterValues(String). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getParameterValues(String). Method in interface org.apache.tomcat.core.Request
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.Context
getPath(). Method in class org.apache.tomcat.core.ServletWrapper
getPathInfo(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
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 class org.apache.tomcat.core.HttpServletRequestFacade
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
getPort(). Method in class org.apache.tomcat.core.ContextManager
Gets the port number on which this server listens.
getProtocol(). Method in class org.apache.tomcat.core.Container
getProtocol(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getProtocol(). Method in interface org.apache.tomcat.core.Request
getProtocol(). Method in class org.apache.tomcat.core.RequestImpl
getQueryString(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getQueryString(). Method in interface org.apache.tomcat.core.Request
getQueryString(). Method in class org.apache.tomcat.core.RequestImpl
getReader(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getReader(). Method in interface org.apache.tomcat.core.Request
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
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 class org.apache.tomcat.core.HttpServletRequestFacade
getRemoteAddr(). Method in interface org.apache.tomcat.core.Request
getRemoteAddr(). Method in class org.apache.tomcat.core.RequestImpl
getRemoteHost(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
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 class org.apache.tomcat.core.HttpServletRequestFacade
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
getRequestDispatcher(String). Method in class org.apache.tomcat.core.Context
getRequestDispatcher(String). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getRequestDispatcher(String). Method in class org.apache.tomcat.core.ServletContextFacade
getRequestedSessionId(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
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.Context
Return the context interceptors as an array.
getRequestInterceptors(). Method in class org.apache.tomcat.core.ContextManager
Return the context interceptors as an array.
getRequestSecurityProvider(). Method in class org.apache.tomcat.core.Context
getRequestURI(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getRequestURI(). Method in interface org.apache.tomcat.core.Request
getRequestURI(). Method in class org.apache.tomcat.core.RequestImpl
getResource(String). Method in class org.apache.tomcat.core.Context
Implements getResource() - use a sub-request to let interceptors do the job.
getResource(String). Method in class org.apache.tomcat.core.ServletContextFacade
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 class org.apache.tomcat.core.HttpServletRequestFacade
getScheme(). Method in interface org.apache.tomcat.core.Request
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 class org.apache.tomcat.core.HttpServletRequestFacade
getServerName(). Method in interface org.apache.tomcat.core.Request
getServerName(). Method in class org.apache.tomcat.core.RequestImpl
getServerPort(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
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
getServlet(String). Method in class org.apache.tomcat.core.ServletContextFacade
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
getServletNames(). Method in class org.apache.tomcat.core.ServletContextFacade
This method has been deprecated in the public api and always return an empty enumeration.
getServletPath(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
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
getServlets(). Method in class org.apache.tomcat.core.ServletContextFacade
This method has been deprecated in the public api and always return an empty enumeration.
getSession(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
getSession(boolean). 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.RequestImpl
getSession(String). Method in class org.apache.tomcat.core.SessionContextImpl
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 class org.apache.tomcat.core.HttpServletRequestFacade
getUserPrincipal(). Method in interface org.apache.tomcat.core.Request
getUserPrincipal(). Method in class org.apache.tomcat.core.RequestImpl
getUserPrincipal(Context, HttpServletRequest). Method in interface org.apache.tomcat.core.RequestSecurityProvider
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
getWelcomeFiles(). Method in class org.apache.tomcat.core.Context
getWorkDir(). Method in class org.apache.tomcat.core.Context
getWorkDir(). Method in class org.apache.tomcat.core.ContextManager
getWrapper(). Method in interface org.apache.tomcat.core.Request
Wrapper - the servlet that will execute the request Similar with "handler" in Apache.
getWrapper(). Method in class org.apache.tomcat.core.RequestImpl
getWriter(). Method in class org.apache.tomcat.core.HttpServletResponseFacade
getWriter(). Method in interface org.apache.tomcat.core.Response
getWriter(). Method in class org.apache.tomcat.core.ResponseImpl

H

handler. Variable in class org.apache.tomcat.core.RequestImpl
handleRequest(HttpServletRequestFacade, HttpServletResponseFacade). Method in class org.apache.tomcat.core.ServletWrapper
handleRequest(Request, Response). Method in class org.apache.tomcat.core.ServletWrapper
headers. Variable in class org.apache.tomcat.core.RequestImpl
headers. Variable in class org.apache.tomcat.core.ResponseImpl
HTML. Static variable in class org.apache.tomcat.core.Constants
HttpServletRequestFacade(Request). Constructor for class org.apache.tomcat.core.HttpServletRequestFacade
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
isReloadable. Variable in class org.apache.tomcat.core.ServletWrapper
isRequestedSessionIdFromCookie(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
isRequestedSessionIdFromCookie(). Method in interface org.apache.tomcat.core.Request
isRequestedSessionIdFromCookie(). Method in class org.apache.tomcat.core.RequestImpl
isRequestedSessionIdFromURL(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
isRequestedSessionIdFromUrl(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
isRequestedSessionIdFromURL(). Method in interface org.apache.tomcat.core.Request
isRequestedSessionIdFromURL(). Method in class org.apache.tomcat.core.RequestImpl
isRequestedSessionIdValid(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
isRequestedSessionIdValid(). Method in interface org.apache.tomcat.core.Request
isRequestedSessionIdValid(). Method in class org.apache.tomcat.core.RequestImpl
isSecure(). Method in class org.apache.tomcat.core.HttpServletRequestFacade
isSecure(). Method in interface org.apache.tomcat.core.Request
isSecure(). Method in class org.apache.tomcat.core.RequestImpl
isSecure(Context, HttpServletRequest). Method in interface org.apache.tomcat.core.RequestSecurityProvider
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
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 class org.apache.tomcat.core.HttpServletRequestFacade
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
isWARExpanded(). Method in class org.apache.tomcat.core.Context
isWARValidated(). Method in class org.apache.tomcat.core.Context
isWorkDirPersistent(). Method in class org.apache.tomcat.core.Context

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
Load and init a the servlet pointed by this wrapper
LOCALE_DEFAULT. Static variable in class org.apache.tomcat.core.Constants
log(Exception, String). Method in class org.apache.tomcat.core.ServletContextFacade
log(String). Method in class org.apache.tomcat.core.Context
Internal log method
log(String). Method in class org.apache.tomcat.core.ContextManager
log(String). Method in class org.apache.tomcat.core.ServletContextFacade
log(String, Throwable). Method in class org.apache.tomcat.core.Context
log(String, Throwable). Method in class org.apache.tomcat.core.ServletContextFacade
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
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 class org.apache.tomcat.core.BaseInterceptor
postService(Request, Response). Method in interface org.apache.tomcat.core.RequestInterceptor
Called after service method ends.
postServletDestroy(Context, ServletWrapper). Method in class org.apache.tomcat.core.BaseInterceptor
postServletDestroy(Context, ServletWrapper). Method in interface org.apache.tomcat.core.ContextInterceptor
postServletInit(Context, ServletWrapper). Method in class org.apache.tomcat.core.BaseInterceptor
postServletInit(Context, ServletWrapper). Method in interface org.apache.tomcat.core.ContextInterceptor
preService(Request, Response). 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.
preServletDestroy(Context, ServletWrapper). Method in class org.apache.tomcat.core.BaseInterceptor
Servlet Destroy notification
preServletDestroy(Context, ServletWrapper). Method in interface org.apache.tomcat.core.ContextInterceptor
Servlet Destroy notification
preServletInit(Context, ServletWrapper). Method in class org.apache.tomcat.core.BaseInterceptor
Servlet Init notification
preServletInit(Context, ServletWrapper). Method in interface org.apache.tomcat.core.ContextInterceptor
Servlet Init notification.
print(String). Method in class org.apache.tomcat.core.BufferedServletOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
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
reallyFlush(). Method in class org.apache.tomcat.core.BufferedServletOutputStream
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(). Method in interface org.apache.tomcat.core.Response
Response objects will be pool-able
recycle(). Method in class org.apache.tomcat.core.ResponseImpl
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 class org.apache.tomcat.core.Context
removeAttribute(String). Method in class org.apache.tomcat.core.HttpServletRequestFacade
removeAttribute(String). Method in interface org.apache.tomcat.core.Request
removeAttribute(String). Method in class org.apache.tomcat.core.RequestImpl
removeAttribute(String). Method in class org.apache.tomcat.core.ServletContextFacade
removeContainer(Container). Method in class org.apache.tomcat.core.BaseInterceptor
removeContainer(Container). Method in class org.apache.tomcat.core.Context
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.ContextManager
removeContext(ContextManager, Context). Method in class org.apache.tomcat.core.BaseInterceptor
Called when a context is removed from a CM
removeContext(ContextManager, Context). Method in interface org.apache.tomcat.core.ContextInterceptor
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
reqSessionId. Variable in class org.apache.tomcat.core.RequestImpl
request. Variable in class org.apache.tomcat.core.ResponseImpl
requestFacade. Variable in class org.apache.tomcat.core.RequestImpl
RequestImpl(). Constructor for class org.apache.tomcat.core.RequestImpl
requestMap(Request). Method in class org.apache.tomcat.core.BaseInterceptor
requestMap(Request). Method in interface org.apache.tomcat.core.RequestInterceptor
Handle mappings inside a context.
requestURI. Variable in class org.apache.tomcat.core.RequestImpl
RequestURIMatchRecursion. Static variable in class org.apache.tomcat.core.Constants
reset(). Method in class org.apache.tomcat.core.BufferedServletOutputStream
reset(). Method in class org.apache.tomcat.core.HttpServletResponseFacade
reset(). Method in interface org.apache.tomcat.core.Response
reset(). Method in class org.apache.tomcat.core.ResponseImpl
response. Variable in class org.apache.tomcat.core.RequestImpl
responseFacade. Variable in 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
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
servletName. Variable in class org.apache.tomcat.core.RequestImpl
servletPath. Variable in class org.apache.tomcat.core.RequestImpl
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(). 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
setAttribute(String, Object). Method in class org.apache.tomcat.core.Container
setAttribute(String, Object). Method in class org.apache.tomcat.core.Context
setAttribute(String, Object). Method in class org.apache.tomcat.core.HttpServletRequestFacade
setAttribute(String, Object). Method in interface org.apache.tomcat.core.Request
setAttribute(String, Object). Method in class org.apache.tomcat.core.RequestImpl
setAttribute(String, Object). Method in interface org.apache.tomcat.core.ServerConnector
setAttribute(String, Object). Method in class org.apache.tomcat.core.ServletContextFacade
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 class org.apache.tomcat.core.BufferedServletOutputStream
setBufferSize(int). Method in class org.apache.tomcat.core.HttpServletResponseFacade
setBufferSize(int). Method in interface org.apache.tomcat.core.Response
setBufferSize(int). Method in class org.apache.tomcat.core.ResponseImpl
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 class org.apache.tomcat.core.HttpServletResponseFacade
setContentLength(int). Method in interface org.apache.tomcat.core.Request
setContentLength(int). 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
setContentType(String). Method in class org.apache.tomcat.core.HttpServletResponseFacade
setContentType(String). Method in interface org.apache.tomcat.core.Request
setContentType(String). 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
setContext(Context). Method in class org.apache.tomcat.core.Container
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
setContext(Context). Method in class org.apache.tomcat.core.ServletWrapper
setContextManager(ContextManager). Method in class org.apache.tomcat.core.BaseInterceptor
setContextManager(ContextManager). Method in class org.apache.tomcat.core.Container
setContextManager(ContextManager). Method in class org.apache.tomcat.core.Context
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.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.Context
setDebug(int). Method in class org.apache.tomcat.core.ContextManager
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
setEngineHeader(String). Method in class org.apache.tomcat.core.Context
setHandler(ServletWrapper). Method in class org.apache.tomcat.core.Container
setHeader(String, String). Method in class org.apache.tomcat.core.HttpServletResponseFacade
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
Set installation directory.
setHostName(String). Method in class org.apache.tomcat.core.ContextManager
Sets the virtual host name of this server.
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
setIntHeader(String, int). Method in class org.apache.tomcat.core.HttpServletResponseFacade
setInvokerEnabled(boolean). Method in class org.apache.tomcat.core.Context
setIsWARExpanded(boolean). Method in class org.apache.tomcat.core.Context
setIsWARValidated(boolean). Method in class org.apache.tomcat.core.Context
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 class org.apache.tomcat.core.HttpServletResponseFacade
setLocale(Locale). Method in interface org.apache.tomcat.core.Response
setLocale(Locale). Method in class org.apache.tomcat.core.ResponseImpl
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
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
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.Context
setPath(String). Method in class org.apache.tomcat.core.ServletWrapper
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
Sets the port number on which this server listens.
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 class org.apache.tomcat.core.BufferedServletInputStream
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
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
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 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.
setStatus(int). Method in class org.apache.tomcat.core.HttpServletResponseFacade
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, String). Method in class org.apache.tomcat.core.HttpServletResponseFacade
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
setWorkDir(File). Method in class org.apache.tomcat.core.Context
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
Set work dir using a String property
setWorkDirPersistent(boolean). Method in class org.apache.tomcat.core.Context
setWrapper(ServletWrapper). Method in interface org.apache.tomcat.core.Request
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(Hashtable). Constructor for class org.apache.tomcat.core.SimpleRequestSecurityProviderImpl
sm. Variable in class org.apache.tomcat.core.BufferedServletOutputStream
sm. Static variable in class org.apache.tomcat.core.RequestImpl
sm. Static variable in class org.apache.tomcat.core.ResponseImpl
sm. Variable in class org.apache.tomcat.core.ServletWrapper
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(). 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.Context
toString(). Method in class org.apache.tomcat.core.RequestImpl
toString(). Method in class org.apache.tomcat.core.ServletWrapper
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.BufferedServletOutputStream
usingWriter. Variable in class org.apache.tomcat.core.ResponseImpl

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