Skip navigation links
JBoss Web 8.0.0.Alpha1
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

A - Static variable in class org.apache.coyote.ajp.Constants
'A'.
a - Static variable in class org.apache.coyote.ajp.Constants
'a'.
A - Static variable in class org.apache.coyote.http11.Constants
'A'.
a - Static variable in class org.apache.coyote.http11.Constants
'a'.
absoluteBase - Variable in class org.apache.naming.resources.FileDirContext
Absolute normalized filename of the base.
AbstractEndpoint - Class in org.apache.tomcat.util.net
AbstractEndpoint Created on Dec 14, 2011 at 2:58:58 PM
AbstractEndpoint() - Constructor for class org.apache.tomcat.util.net.AbstractEndpoint
 
AbstractInternalInputBuffer - Class in org.apache.coyote.http11
AbstractInternalInputBuffer Created on Jan 10, 2012 at 10:31:06 AM
AbstractInternalInputBuffer(Request) - Constructor for class org.apache.coyote.http11.AbstractInternalInputBuffer
Create a new instance of AbstractInternalInputBuffer
AbstractInternalInputBuffer(Request, int) - Constructor for class org.apache.coyote.http11.AbstractInternalInputBuffer
Create a new instance of AbstractInternalInputBuffer
AbstractInternalOutputBuffer - Class in org.apache.coyote.http11
AbstractInternalOutputBuffer Created on Jan 10, 2012 at 12:08:51 PM
AbstractInternalOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.AbstractInternalOutputBuffer
Create a new instance of AbstractInternalOutputBuffer
accept(long) - Static method in class org.apache.tomcat.jni.Local
Accept a new connection request
accept(long) - Static method in class org.apache.tomcat.jni.Socket
Accept a new connection request
acceptChannel(AsynchronousServerSocketChannel) - Method in class org.apache.tomcat.util.net.DefaultNioServerSocketChannelFactory
 
acceptChannel(AsynchronousServerSocketChannel) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
 
acceptChannel(AsynchronousServerSocketChannel) - Method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Wrapper function for accept().
acceptfilter(long, String, String) - Static method in class org.apache.tomcat.jni.Socket
Set an OS level accept filter.
AcceptLanguage - Class in org.apache.tomcat.util.http
Util to process the "Accept-Language" header.
AcceptLanguage() - Constructor for class org.apache.tomcat.util.http.AcceptLanguage
 
Acceptor() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Acceptor
 
Acceptor() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.Acceptor
 
Acceptor() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.Acceptor
 
acceptorThreadCount - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Acceptor thread count.
acceptorThreadCount - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Acceptor thread count.
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Wrapper function for accept().
access() - Method in interface org.apache.catalina.Session
Update the accessed time information for this session.
access() - Method in class org.apache.catalina.session.StandardSession
Update the accessed time information for this session.
accessCount - Variable in class org.apache.catalina.session.StandardSession
The access count for this session.
accessCount - Variable in class org.apache.naming.resources.CacheEntry
 
accessCount - Variable in class org.apache.naming.resources.ResourceCache
Number of accesses to the cache.
accessCount - Static variable in class org.apache.tomcat.util.buf.StringCache
Access count.
accessed - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
AccessLog() - Constructor for class org.apache.catalina.valves.Constants.AccessLog
 
AccessLogValve - Class in org.apache.catalina.valves
Implementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.
AccessLogValve() - Constructor for class org.apache.catalina.valves.AccessLogValve
 
AccessLogValve.AccessLogElement - Interface in org.apache.catalina.valves
AccessLogElement writes the partial message into the buffer.
AccessLogValve.ByteSentElement - Class in org.apache.catalina.valves
write bytes sent, excluding HTTP headers - %b, %B
AccessLogValve.CookieElement - Class in org.apache.catalina.valves
write a specific cookie - %{xxx}c
AccessLogValve.DateAndTimeElement - Class in org.apache.catalina.valves
write date and time, in Common Log Format - %t
AccessLogValve.ElapsedTimeElement - Class in org.apache.catalina.valves
write time taken to process the request - %D, %T
AccessLogValve.HeaderElement - Class in org.apache.catalina.valves
write incoming headers - %{xxx}i
AccessLogValve.HostElement - Class in org.apache.catalina.valves
write remote host name - %h
AccessLogValve.HttpStatusCodeElement - Class in org.apache.catalina.valves
write HTTP status code of the response - %s
AccessLogValve.LocalAddrElement - Class in org.apache.catalina.valves
write local IP address - %A
AccessLogValve.LocalPortElement - Class in org.apache.catalina.valves
write local port on which this request was received - %p
AccessLogValve.LocalServerNameElement - Class in org.apache.catalina.valves
write local server name - %v
AccessLogValve.LogicalUserNameElement - Class in org.apache.catalina.valves
write remote logical username from identd (always returns '-') - %l
AccessLogValve.MethodElement - Class in org.apache.catalina.valves
write request method (GET, POST, etc.) - %m
AccessLogValve.ProtocolElement - Class in org.apache.catalina.valves
write request protocol - %H
AccessLogValve.QueryElement - Class in org.apache.catalina.valves
write Query string (prepended with a '?' if it exists) - %q
AccessLogValve.RemoteAddrElement - Class in org.apache.catalina.valves
write remote IP address - %a
AccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
write an attribute in the ServletRequest - %{xxx}r
AccessLogValve.RequestElement - Class in org.apache.catalina.valves
write first line of the request (method and request URI) - %r
AccessLogValve.RequestURIElement - Class in org.apache.catalina.valves
write requested URL path - %U
AccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
write a specific response header - %{xxx}o
AccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
write an attribute in the HttpSession - %{xxx}s
AccessLogValve.SessionIdElement - Class in org.apache.catalina.valves
write user session ID - %S
AccessLogValve.StringElement - Class in org.apache.catalina.valves
write any string
AccessLogValve.ThreadNameElement - Class in org.apache.catalina.valves
write thread name - %I
AccessLogValve.UserElement - Class in org.apache.catalina.valves
write remote user that was authenticated (if any), else '-' - %u
accumulate(String, Object) - Method in class org.apache.tomcat.util.json.JSONObject
Accumulate values under a key.
ACK_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
ACK_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
acknowledge() - Method in class org.apache.coyote.Response
 
action(ActionCode, Object) - Method in interface org.apache.coyote.ActionHook
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.ajp.AjpProcessor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11AprProcessor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11NioProcessor
 
action(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11Processor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.Request
 
action(ActionCode, Object) - Method in class org.apache.coyote.Response
 
ACTION_ACK - Static variable in class org.apache.coyote.ActionCode
 
ACTION_AVAILABLE - Static variable in class org.apache.coyote.ActionCode
Callback for getting the amount of available bytes
ACTION_CLIENT_FLUSH - Static variable in class org.apache.coyote.ActionCode
A flush() operation originated by the client ( i.e.
ACTION_CLOSE - Static variable in class org.apache.coyote.ActionCode
 
ACTION_COMMIT - Static variable in class org.apache.coyote.ActionCode
 
ACTION_CUSTOM - Static variable in class org.apache.coyote.ActionCode
 
ACTION_EVENT_BEGIN - Static variable in class org.apache.coyote.ActionCode
Callback for begin event processing
ACTION_EVENT_END - Static variable in class org.apache.coyote.ActionCode
Callback for begin event processing
ACTION_EVENT_READ_BEGIN - Static variable in class org.apache.coyote.ActionCode
Ask for read callbacks
ACTION_EVENT_RESUME - Static variable in class org.apache.coyote.ActionCode
Ask for a callback event
ACTION_EVENT_SUSPEND - Static variable in class org.apache.coyote.ActionCode
Put this request to sleep (no read notifications)
ACTION_EVENT_TIMEOUT - Static variable in class org.apache.coyote.ActionCode
Set a event connection timeout
ACTION_EVENT_WAKEUP - Static variable in class org.apache.coyote.ActionCode
Ask for a callback event without reenabling read events
ACTION_EVENT_WRITE - Static variable in class org.apache.coyote.ActionCode
Ask for a write callback
ACTION_EVENT_WRITE_BEGIN - Static variable in class org.apache.coyote.ActionCode
Ask for a write callbacks
ACTION_NEW_REQUEST - Static variable in class org.apache.coyote.ActionCode
Chain for request creation.
ACTION_POST_REQUEST - Static variable in class org.apache.coyote.ActionCode
Hook called after request, but before recycling.
ACTION_REQ_HOST_ADDR_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the remote host infos (address, name, port) and local address.
ACTION_REQ_HOST_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the remote host address.
ACTION_REQ_LOCAL_ADDR_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - local address.
ACTION_REQ_LOCAL_NAME_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - local address.
ACTION_REQ_LOCALPORT_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - socket local port.
ACTION_REQ_REMOTEPORT_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - socket remote port.
ACTION_REQ_SET_BODY_REPLAY - Static variable in class org.apache.coyote.ActionCode
Callback for setting FORM auth body replay
ACTION_REQ_SSL_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the SSL-related attributes.
ACTION_REQ_SSL_CERTIFICATE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the SSL-certificate (including forcing a re-handshake if necessary)
ACTION_RESET - Static variable in class org.apache.coyote.ActionCode
 
ACTION_START - Static variable in class org.apache.coyote.ActionCode
 
ACTION_STOP - Static variable in class org.apache.coyote.ActionCode
 
ACTION_WEBAPP - Static variable in class org.apache.coyote.ActionCode
 
ActionCode - Class in org.apache.coyote
Enumerated class containing the adapter event codes.
ActionHook - Interface in org.apache.coyote
Action hook.
activate() - Method in class org.apache.catalina.session.StandardSession
Perform internal processing required to activate this session.
activeFilters - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Active filters (in order).
activeFilters - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Active filter (which is actually the top of the pipeline).
activeFilters - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Active filters (in order).
activeFilters - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Active filter (which is actually the top of the pipeline).
activeFilters - Variable in class org.apache.coyote.http11.InternalInputBuffer
Active filters (in order).
activeFilters - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Active filter (which is actually the top of the pipeline).
ACTIVITY_CHECK - Static variable in class org.apache.catalina.session.StandardSession
 
actualPollerSize - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Actual poller size.
adapter - Variable in class org.apache.catalina.connector.Connector
Coyote adapter.
Adapter - Interface in org.apache.coyote
Adapter.
adapter - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.ajp.AjpProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
The adapter, used to call the connector.
adapter - Variable in class org.apache.coyote.http11.Http11AprProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11AprProtocol
The adapter, used to call the connector.
adapter - Variable in class org.apache.coyote.http11.Http11Processor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11Protocol
The adapter, used to call the connector.
adapter - Variable in class org.apache.coyote.memory.MemoryProtocolHandler
Associated adapter.
ADAPTER_NOTES - Static variable in class org.apache.catalina.connector.CoyoteAdapter
 
add(Session) - Method in interface org.apache.catalina.Manager
Add this Session to the set of active Sessions for this Manager.
add(Session) - Method in class org.apache.catalina.session.ManagerBase
Add this Session to the set of active Sessions for this Manager.
add(Object) - Method in class org.apache.catalina.util.ResourceSet
Add the specified element to this set if it is not already present.
add(ELResolver) - Method in class org.apache.jasper.el.JasperELResolver
 
add(long, long, int) - Static method in class org.apache.tomcat.jni.Poll
Add a socket or to a pollset If you set client_data in the descriptor, that value will be returned in the client_data field whenever this descriptor is signalled in apr_pollset_poll().
add(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Add specified socket and associated pool to the poller.
add(long, int, boolean, boolean, boolean, boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Add specified socket and associated pool to the poller.
add(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Add the sendfile data to the sendfile poller.
add(long, int, int) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
add(long, long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
add(Socket, int, boolean, boolean) - Method in class org.apache.tomcat.util.net.JIoEndpoint.Poller
Add specified socket and associated pool to the poller.
add(Socket, int, int) - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
add(Socket, long) - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
 
add(NioChannel, long, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
Add the channel to the list of channels
add(NioEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
Add the sendfile data to the sendfile poller.
ADD_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
The ContainerEvent event type sent when a new alias is added by addAlias().
ADD_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a child container is added by addChild().
ADD_MAPPER_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a Mapper is added by addMapper().
ADD_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a valve is added by addValve(), if this Container supports pipelines.
addActiveFilter(InputFilter) - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
Add an input filter to the filter library.
addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Add an output filter to the filter library.
addActiveFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Add an input filter to the filter library.
addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Add an output filter to the filter library.
addActiveFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalInputBuffer
Add an input filter to the filter library.
addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Add an output filter to the filter library.
addAlias(String) - Method in class org.apache.catalina.core.StandardHost
Add an alias name that should be mapped to this same Host.
addAlias(String) - Method in interface org.apache.catalina.Host
Add an alias name that should be mapped to this same Host.
addAlias(String, BaseDirContext) - Method in class org.apache.naming.resources.AliasDirContext
Add an alias.
addApplicationFilterConfig(ApplicationFilterConfig) - Method in class org.apache.catalina.core.StandardContext
Add a filter definition to this Context.
addApplicationListener(String) - Method in interface org.apache.catalina.Context
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationListener(String, boolean) - Method in class org.apache.catalina.core.StandardContext
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationListenerInstance(T) - Method in interface org.apache.catalina.Context
Add a new Listener instance to the set of Listeners configured for this application.
addApplicationListenerInstance(T) - Method in class org.apache.catalina.core.StandardContext
Add a new Listener instance to the set of Listeners configured for this application.
addApplicationParameter(ApplicationParameter) - Method in interface org.apache.catalina.Context
Add a new application parameter for this application.
addApplicationParameter(ApplicationParameter) - Method in class org.apache.catalina.core.StandardContext
Add a new application parameter for this application.
addAsyncListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.DummyRequest
 
addAsyncListener(AsyncListener) - Method in class org.apache.catalina.core.DummyRequest
 
addAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Add a new attribute name to the set of names accepted by this filter.
addAttribute(AttributeInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Add a new attribute to the set of attributes for this MBean.
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Add an attribute change notification event listener to this MBean.
addAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Add an authorization role, which is a role name that will be permitted access to the resources protected by this security constraint.
addBean(Node.UseBean, String, String, String) - Method in class org.apache.jasper.compiler.BeanRepository
 
addBuiltinCommands() - Method in class org.apache.catalina.ssi.SSIProcessor
 
addCharsetMappingFromDeploymentDescriptor(String, String) - Method in class org.apache.catalina.util.CharsetMapper
The deployment descriptor can have a locale-encoding-mapping-list element which describes the webapp's desired mapping from locale to charset.
addChild(Container) - Method in interface org.apache.catalina.Container
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - Method in class org.apache.catalina.core.ContainerBase
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - Method in class org.apache.catalina.core.StandardContext
Add a child Container, only if the proposed child is an implementation of Wrapper.
addChild(Container) - Method in class org.apache.catalina.core.StandardEngine
Add a child Container, only if the proposed child is an implementation of Host.
addChild(Container) - Method in class org.apache.catalina.core.StandardHost
Add a child Container, only if the proposed child is an implementation of Context.
addChild(Container) - Method in class org.apache.catalina.core.StandardWrapper
Refuse to add a child Container, because Wrappers are the lowest level of the Container hierarchy.
addChild(JARDirContext.Entry) - Method in class org.apache.naming.resources.JARDirContext.Entry
 
addChild(WARDirContext.Entry) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
addCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.SecurityConstraint
Add a new web resource collection to those protected by this security constraint.
addCometEvent(HttpEvent) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
addCommand(String, SSICommand) - Method in class org.apache.catalina.ssi.SSIProcessor
 
addCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Add a mime-type which will be compressable The mime-type String will be exactly matched in the response mime-type header .
addCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add a mime-type which will be compressable The mime-type String will be exactly matched in the response mime-type header .
addCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11Processor
Add a mime-type which will be compressable The mime-type String will be exactly matched in the response mime-type header .
addCondition(RewriteCond) - Method in class org.jboss.web.rewrite.RewriteRule
 
addConnector(Connector) - Method in class org.apache.catalina.core.StandardService
Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.
addConnector(Connector) - Method in interface org.apache.catalina.Service
Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.
addConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
Add a security constraint to the set for this web application.
addConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
Add a security constraint to the set for this web application.
addContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
Add a container event listener to this component.
addContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
Add a container event listener to this component.
addContentType(String, String) - Method in class org.apache.tomcat.util.http.MimeMap
 
addContext(Context) - Method in class org.apache.catalina.core.ServiceMapperListener
 
addContext(String, String, Object, String[], Context) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new Context to an existing Host.
addCookie(Cookie) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addCookie(Cookie) - Method in class org.apache.catalina.connector.Request
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - Method in class org.apache.catalina.connector.Response
Add the specified Cookie to those that will be included with this Response.
addCookie(Cookie) - Method in class org.apache.catalina.connector.ResponseFacade
 
addCookie(Cookie) - Method in class org.apache.catalina.core.DummyRequest
 
addCookie(Cookie) - Method in class org.apache.catalina.core.DummyResponse
 
addCookieInternal(Cookie) - Method in class org.apache.catalina.connector.Response
Add the specified Cookie to those that will be included with this Response.
addDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
Add the specified date header to the specified value.
addDateHeader(String, long) - Method in class org.apache.catalina.connector.ResponseFacade
 
addDateHeader(String, long) - Method in class org.apache.catalina.core.DummyResponse
 
addDateHeader(String, long) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
addDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
AddDefaultCharsetFilter - Class in org.apache.catalina.filters
Filter that explicitly sets the default character set for media subtypes of the "text" type to ISO-8859-1.
AddDefaultCharsetFilter() - Constructor for class org.apache.catalina.filters.AddDefaultCharsetFilter
 
AddDefaultCharsetFilter.ResponseWrapper - Class in org.apache.catalina.filters
Wrapper that adds the default character set for text media types if no character set is specified.
addDefaultMapper(String) - Method in class org.apache.catalina.core.StandardWrapper
Add a default Mapper implementation if none have been configured explicitly.
addELContextListener(ELContextListener) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
addElement(StringBuilder, Date, Request, Response, long) - Method in interface org.apache.catalina.valves.AccessLogValve.AccessLogElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ByteSentElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.CookieElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.DateAndTimeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ElapsedTimeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HeaderElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HostElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HttpStatusCodeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalAddrElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalPortElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalServerNameElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LogicalUserNameElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.MethodElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ProtocolElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.QueryElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RemoteAddrElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestAttributeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestURIElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ResponseHeaderElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.SessionAttributeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.SessionIdElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.StringElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ThreadNameElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.UserElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
 
addELResolver(ELResolver) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
addEnvName(String) - Method in class org.jboss.web.rewrite.RewriteRule
 
addEnvValue(String) - Method in class org.jboss.web.rewrite.RewriteRule
 
addErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
Add an error page for the specified error or Java exception.
addErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
Add an error page for the specified error or Java exception.
addEventChannel(NioChannel, long, boolean, boolean, boolean, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
Add specified channel and associated pool to the poller.
addEventChannel(NioChannel, long, int) - Method in class org.apache.tomcat.util.net.NioEndpoint
addExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
Adds a named executor to the service
addExecutor(Executor) - Method in interface org.apache.catalina.Service
Adds a named executor to the service
addFile(String) - Method in class org.apache.jasper.compiler.SmapStratum
Adds record of a new file, by filename.
addFile(String, String) - Method in class org.apache.jasper.compiler.SmapStratum
Adds record of a new file, by filename and path.
addFilter(String, String) - Method in class org.apache.catalina.core.ApplicationContext
 
addFilter(String, Filter) - Method in class org.apache.catalina.core.ApplicationContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.apache.catalina.core.ApplicationContext
 
addFilter(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addFilter(String, Filter) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addFilter(String, Class<? extends Filter>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addFilter(DataFilter) - Method in interface org.apache.cometd.bayeux.Channel
Adds a data filter to this channel.
addFilter(InputFilter) - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
Add an input filter to the filter library.
addFilter(OutputFilter) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Add an output filter to the filter library.
addFilter(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Add input or output filter.
addFilter(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add input or output filter.
addFilter(String) - Method in class org.apache.coyote.http11.Http11NioProcessor
Add input or output filter.
addFilter(String) - Method in class org.apache.coyote.http11.Http11Processor
Add input or output filter.
addFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Add an input filter to the filter library.
addFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Add an output filter to the filter library.
addFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalInputBuffer
Add an input filter to the filter library.
addFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Add an output filter to the filter library.
addFilter(DataFilter) - Method in class org.apache.tomcat.bayeux.ChannelImpl
 
addFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
Add a filter definition to this Context.
addFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
Add a filter definition to this Context.
addFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
Add a filter mapping to this Context.
addFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Add a filter mapping to this Context at the end of the current set of filter mappings.
addFilterMapBefore(FilterMap) - Method in interface org.apache.catalina.Context
Add a filter mapping to this Context before current mappings.
addFilterMapBefore(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Add a filter mapping to this Context before the mappings defined in the deployment descriptor but after any other mappings added via this method.
addFunctionInfo(FunctionInfo) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
addHeader(String, String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addHeader(String, String) - Method in class org.apache.catalina.connector.Request
Add a Header to the set of Headers associated with this Request.
addHeader(String, String) - Method in class org.apache.catalina.connector.Response
Add the specified header to the specified value.
addHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
addHeader(String, String) - Method in class org.apache.catalina.core.DummyRequest
 
addHeader(String, String) - Method in class org.apache.catalina.core.DummyResponse
 
addHeader(String, String) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
addHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
addHeader(String, String) - Method in class org.apache.coyote.Response
 
addHeader(String, String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
Method to add header values to this instance.
addHost(String, String[], Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new host to the mapper.
addHostAlias(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add an alias to an existing host.
addIncludeCoda(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
addIncludePrelude(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
addInitParam(String, Object) - Method in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
 
addInitParameter(String, String) - Method in class org.apache.catalina.core.StandardWrapper
Add a new servlet initialization parameter for this servlet.
addInitParameter(String, String) - Method in class org.apache.catalina.deploy.FilterDef
Add an initialization parameter to the set of parameters associated with this filter.
addInitParameter(String, String) - Method in interface org.apache.catalina.Wrapper
Add a new servlet initialization parameter for this servlet.
addInputFilter(InputFilter[], String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add an input filter to the current request.
addInputFilter(InputFilter[], String) - Method in class org.apache.coyote.http11.Http11NioProcessor
Add an input filter to the current request.
addInputFilter(InputFilter[], String) - Method in class org.apache.coyote.http11.Http11Processor
Add an input filter to the current request.
addInstanceListener(String) - Method in interface org.apache.catalina.Context
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
Add a new listener interested in InstanceEvents.
addInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
Add a lifecycle event listener to this component.
addInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Add a new listener interested in InstanceEvents.
addIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
Add the specified integer header to the specified value.
addIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
 
addIntHeader(String, int) - Method in class org.apache.catalina.core.DummyResponse
 
addJspMapping(String) - Method in interface org.apache.catalina.Context
Add the given URL pattern as a jsp-property-group.
addJspMapping(String) - Method in class org.apache.catalina.core.StandardContext
Add the given URL pattern as a jsp-property-group.
addJspPropertyGroup(JspPropertyGroup) - Method in interface org.apache.catalina.Context
Add the given jsp-property-group.
addJspPropertyGroup(JspPropertyGroup) - Method in class org.apache.catalina.core.StandardContext
Add the given jsp-property-group.
addJspTagLibrary(TagLibraryInfo) - Method in interface org.apache.catalina.Context
Add the given JSP tag library metadata.
addJspTagLibrary(String, TagLibraryInfo) - Method in interface org.apache.catalina.Context
Add the given JSP tag library metadata.
addJspTagLibrary(TagLibraryInfo) - Method in class org.apache.catalina.core.StandardContext
Add the given JSP tag library metadata.
addJspTagLibrary(String, TagLibraryInfo) - Method in class org.apache.catalina.core.StandardContext
Add the given JSP tag library metadata with a specified mapping.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.SingleSignOn
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.Connector
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ContainerBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardPipeline
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardServer
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardService
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.realm.RealmBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.PersistentManagerBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StandardManager
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StoreBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Adds a Lifecycle listener.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.SemaphoreValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.jboss.web.rewrite.RewriteValve
 
addLineData(int, String, int, int, int) - Method in class org.apache.jasper.compiler.SmapStratum
Adds complete information about a simple line mapping.
addList - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
List of sockets to be added to the poller.
addList - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Poller
List of sockets to be added to the poller.
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
addListener(AsyncListener) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
addListener(String) - Method in class org.apache.catalina.core.ApplicationContext
 
addListener(T) - Method in class org.apache.catalina.core.ApplicationContext
 
addListener(Class<? extends EventListener>) - Method in class org.apache.catalina.core.ApplicationContext
 
addListener(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addListener(T) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addListener(Class<? extends EventListener>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addListener(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
addLocale(Locale) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addLocale(Locale) - Method in class org.apache.catalina.connector.Request
Add a Locale to the set of preferred Locales for this Request.
addLocale(Locale) - Method in class org.apache.catalina.core.DummyRequest
 
addLocaleEncodingMappingParameter(String, String) - Method in interface org.apache.catalina.Context
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
addLocaleEncodingMappingParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
addManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.Registry
Add a new bean metadata to the set of beans known to this registry.
addMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
Add a mapping associated with the Wrapper.
addMapping(String...) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
addMapping(String) - Method in interface org.apache.catalina.Wrapper
Add a mapping associated with the Wrapper.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
addMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add an HTTP request method to be part of this web resource collection.
addMethodOmission(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add an HTTP request method to be skipped from this web resource collection.
addMimeMapping(String, String) - Method in interface org.apache.catalina.Context
Add a new MIME mapping, replacing any existing mapping for the specified extension.
addMimeMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new MIME mapping, replacing any existing mapping for the specified extension.
addNoCompressionUserAgent(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Add user-agent for which gzip compression didn't works The user agent String given will be exactly matched to the user-agent header submitted by the client.
addNoCompressionUserAgent(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add user-agent for which gzip compression didn't works The user agent String given will be exactly matched to the user-agent header submitted by the client.
addNoCompressionUserAgent(String) - Method in class org.apache.coyote.http11.Http11Processor
Add user-agent for which gzip compression didn't works The user agent String given will be exactly matched to the user-agent header submitted by the client.
addNotification(NotificationInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Add a new notification to the set of notifications for this MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Add a notification event listener to this MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Add a notification event listener to this MBean.
addNotifType(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Add a new notification type to the set managed by an MBean.
addOnDemandContext(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new undeployed Context to an existing Host.
addOperation(OperationInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Add a new operation to the set of operations for this MBean.
addOverlay(DirContext) - Method in class org.apache.naming.resources.ProxyDirContext
Add overlay.
addParameter(String, String[]) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addParameter(String, String[]) - Method in class org.apache.catalina.connector.Request
Add a parameter name and corresponding set of values to this Request.
addParameter(String, String) - Method in interface org.apache.catalina.Context
Add a new context initialization parameter, replacing any existing value for the specified name.
addParameter(String, String[]) - Method in class org.apache.catalina.core.DummyRequest
 
addParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new context initialization parameter.
addParameter(String, String) - Method in class org.apache.tomcat.util.http.Parameters
 
addParameter(ParameterInfo) - Method in class org.apache.tomcat.util.modeler.OperationInfo
Add a new parameter to the set of arguments for this operation.
addParameterValues(String, String[]) - Method in class org.apache.tomcat.util.http.Parameters
 
addPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add a URL pattern to be part of this web resource collection.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Add a property change listener to this component.
addREArray(Pattern[], Pattern) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
General use method
addRepository(String) - Method in interface org.apache.catalina.Loader
Add a new repository to the set of repositories for this class loader.
addRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
Address - Class in org.apache.tomcat.jni
Address
Address() - Constructor for class org.apache.tomcat.jni.Address
 
address - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Address for the server socket.
address - Variable in class org.apache.tomcat.util.net.AprEndpoint
Address for the server socket.
address - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Address for the server socket.
addRestrictedUserAgent(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Add restricted user-agent (which will downgrade the connector to HTTP/1.0 mode).
addRestrictedUserAgent(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add restricted user-agent (which will downgrade the connector to HTTP/1.0 mode).
addRestrictedUserAgent(String) - Method in class org.apache.coyote.http11.Http11Processor
Add restricted user-agent (which will downgrade the connector to HTTP/1.0 mode).
addRoleMapping(String, String) - Method in interface org.apache.catalina.Context
Add a security role reference for this web application.
addRoleMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a security role reference for this web application.
addrspaceSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Determine if the child should start in its own address space or using the current one from its parent
addS - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
addSafeCharacter(char) - Method in class org.apache.catalina.util.URLEncoder
 
addSafeCharacter(char) - Method in class org.apache.tomcat.util.buf.UEncoder
 
addSecurityReference(String, String) - Method in class org.apache.catalina.core.StandardWrapper
Add a new security role reference record to the set of records for this servlet.
addSecurityReference(String, String) - Method in interface org.apache.catalina.Wrapper
Add a new security role reference record to the set of records for this servlet.
addSecurityRole(String) - Method in interface org.apache.catalina.Context
Add a new security role for this web application.
addSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Add a new security role for this web application.
addSendfileData(NioEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.NioEndpoint
Add a send file data to the queue of static files
addService(Service) - Method in class org.apache.catalina.core.StandardServer
Add a new Service to the set of defined Services.
addService(Service) - Method in interface org.apache.catalina.Server
Add a new Service to the set of defined Services.
addServlet(String, String) - Method in class org.apache.catalina.core.ApplicationContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.apache.catalina.core.ApplicationContext
 
addServlet(String, Servlet) - Method in class org.apache.catalina.core.ApplicationContext
 
addServlet(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addServlet(String, Class<? extends Servlet>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addServlet(String, Servlet) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addServletMapping(String, String) - Method in interface org.apache.catalina.Context
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletMapping(String, String, boolean) - Method in class org.apache.catalina.core.StandardContext
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
addSession(SingleSignOn, Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Adds a Session to the list of those associated with this SSO.
addSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
Add a session event listener to this component.
addSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
Add a session event listener to this component.
addSessionTrackingMode(String) - Method in interface org.apache.catalina.Context
Add the given session tracking mode.
addSessionTrackingMode(String) - Method in class org.apache.catalina.core.StandardContext
 
addSmap(String, String) - Method in class org.apache.jasper.compiler.SmapGenerator
Adds the given string as an embedded SMAP with the given stratum name.
addStratum(SmapStratum, boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
Adds the given SmapStratum object, representing a Stratum with logically associated FileSection and LineSection blocks, to the current SmapGenerator.
addStringArray(String[], String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
General use method
addStringArray(String[], String) - Method in class org.apache.coyote.http11.Http11NioProcessor
General use method
addSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addTagAttributeInfo(TagAttributeInfo) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
addTagFileInfo(TagFileInfo) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
addTagInfo(TagInfo) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
addTaglib(String, String) - Method in interface org.apache.catalina.Context
Add a JSP tag library for the specified URI.
addTaglib(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a JSP tag library for the specified URI.
addTagVariableInfo(TagVariableInfo) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
addToDeliveryQueue(ClientImpl, JSONObject) - Method in class org.apache.tomcat.bayeux.RequestBase
 
addToEnvironment(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Adds a new environment property to the environment of this context.
addToPoller(long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Add specified socket to one of the pollers.
addURLPattern(String) - Method in class org.apache.catalina.deploy.FilterMap
 
addUrlPattern(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
addValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header , return the MessageBytes container for the new value
addValue(byte[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header using un-translated byte[].
addValue(char[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header using translated char[].
addValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
Add a new Valve to the end of the pipeline associated with this Container.
addValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Add a new Valve to the end of the pipeline associated with this Container.
addValve(Valve) - Method in interface org.apache.catalina.Pipeline
Add a new Valve to the end of the pipeline associated with this Container.
addVariableNames(Collection) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Adds any external variables to the variableNames collection.
addVariableNames(Collection) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
addWelcomeFile(String) - Method in interface org.apache.catalina.Context
Add a new welcome file to the set recognized by this Context.
addWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Add a new welcome file to the set recognized by this Context.
addWrapper(String, JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Add a new JspServletWrapper.
addWrapper(String, String, String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new Wrapper to an existing Context.
addWrapper(String, String, String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a wrapper to the context associated with this wrapper.
addWrapper(String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(Mapper.Context, String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(Mapper.Context, String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Adds a wrapper to the given context.
addWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - Method in interface org.apache.catalina.Context
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
adjustURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
Adjust the URL pattern to begin with a leading slash, if appropriate (i.e.
advance() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position by one, if we are not already past the end of the string.
ADVICE_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - advice field
AFTER_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the destroy() method has returned.
AFTER_DISPATCH_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the doFilter() method of a filter chain accessed via a request dispatcher has returned.
AFTER_FILTER_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the doFilter() method of a Filter has returned.
AFTER_INIT_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the init() method has returned.
AFTER_REQUEST_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the doFilter() method of a filter chain has returned.
AFTER_SERVICE_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the service() method has returned.
AFTER_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component after start" event.
AFTER_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component after stop" event.
AJP_LOGGER - Static variable in interface org.jboss.web.CoyoteLogger
A logger with the category of the package name.
AjpAprProcessor - Class in org.apache.coyote.ajp
Processes HTTP requests.
AjpAprProcessor(int, AprEndpoint) - Constructor for class org.apache.coyote.ajp.AjpAprProcessor
 
AjpAprProcessor.SocketInputBuffer - Class in org.apache.coyote.ajp
This class is an input buffer which will read its data from an input stream.
AjpAprProcessor.SocketOutputBuffer - Class in org.apache.coyote.ajp
This class is an output buffer which will write data to an output stream.
AjpAprProtocol - Class in org.apache.coyote.ajp
Abstract the protocol implementation, including threading, etc.
AjpAprProtocol() - Constructor for class org.apache.coyote.ajp.AjpAprProtocol
 
AjpAprProtocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
 
AjpConnectionHandler(AjpAprProtocol) - Constructor for class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
AjpConnectionHandler(AjpProtocol) - Constructor for class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
AjpMessage - Class in org.apache.coyote.ajp
A single packet for communication between the web server and the container.
AjpMessage(int) - Constructor for class org.apache.coyote.ajp.AjpMessage
 
ajpMessageOverflow(int, int) - Method in interface org.jboss.web.CoyoteLogger
 
ajpMessageOverflow(int, int) - Method in class org.jboss.web.CoyoteLogger_$logger
 
ajpMessageOverflow$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
ajpMessageUnderflow(int) - Method in interface org.jboss.web.CoyoteLogger
 
ajpMessageUnderflow(int) - Method in class org.jboss.web.CoyoteLogger_$logger
 
ajpMessageUnderflow$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
AjpProcessor - Class in org.apache.coyote.ajp
Processes HTTP requests.
AjpProcessor(int, JIoEndpoint) - Constructor for class org.apache.coyote.ajp.AjpProcessor
 
AjpProcessor.SocketInputBuffer - Class in org.apache.coyote.ajp
This class is an input buffer which will read its data from an input stream.
AjpProcessor.SocketOutputBuffer - Class in org.apache.coyote.ajp
This class is an output buffer which will write data to an output stream.
AjpProtocol - Class in org.apache.coyote.ajp
Abstract the protocol implementation, including threading, etc.
AjpProtocol() - Constructor for class org.apache.coyote.ajp.AjpProtocol
 
AjpProtocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
 
AliasDirContext - Class in org.apache.naming.resources
Alias based implementation.
AliasDirContext() - Constructor for class org.apache.naming.resources.AliasDirContext
 
AliasDirContext(Hashtable) - Constructor for class org.apache.naming.resources.AliasDirContext
 
aliases - Variable in class org.apache.naming.resources.AliasDirContext
 
aliasNotFolder(String) - Method in interface org.jboss.web.NamingMessages
 
aliasNotFolder(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
aliasNotFolder$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
aliasNotFound(String) - Method in interface org.jboss.web.NamingMessages
 
aliasNotFound(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
aliasNotFound$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
alloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
Allocate a block of memory from a pool
alloc(long) - Static method in class org.apache.tomcat.jni.Proc
Allocate apr_proc_t stucture from pool This is not an apr function.
allocate() - Method in class org.apache.catalina.core.StandardWrapper
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allocate() - Method in interface org.apache.catalina.Wrapper
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allocate() - Method in class org.apache.naming.resources.BaseDirContext
Allocate resources for this directory context.
allocate(int) - Method in class org.apache.naming.resources.ResourceCache
 
allocate() - Method in class org.apache.naming.resources.VirtualDirContext
Allocate resources for this directory context.
allocate(int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
allocate(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
allocatePoller(int, long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint
Allocate a new poller of the specified size.
allow - Variable in class org.apache.catalina.filters.RequestFilter
The comma-delimited set of allow expressions.
allow - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of allow expressions.
ALLOW_BACKSLASH - Static variable in class org.apache.catalina.connector.CoyoteAdapter
 
ALLOW_ENCODED_SLASH - Static variable in class org.apache.tomcat.util.buf.UDecoder
 
ALLOW_EQUALS_IN_VALUE - Static variable in class org.apache.tomcat.util.http.CookieSupport
If true, cookie values are allowed to contain an equals character without being quoted.
ALLOW_HTTP_SEPARATORS_IN_V0 - Static variable in class org.apache.tomcat.util.http.CookieSupport
If true, separators that are not explicitly dis-allowed by the v0 cookie spec but are disallowed by the HTTP spec will be allowed in v0 cookie names and values.
allowedHosts - Variable in class org.apache.catalina.connector.Connector
Allowed virtual hosts.
allowExec - Variable in class org.apache.catalina.ssi.SSIFilter
Allow exec (normally blocked for security)
allowExec - Variable in class org.apache.catalina.ssi.SSIProcessor
 
allowExec - Variable in class org.apache.catalina.ssi.SSIServlet
Allow exec (normally blocked for security)
allowLinking - Variable in class org.apache.catalina.core.StandardContext
Allow linking.
allowLinking - Variable in class org.apache.naming.resources.FileDirContext
Allow linking.
allows - Variable in class org.apache.catalina.filters.RequestFilter
The set of allow regular expressions we will evaluate.
allows - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of allow regular expressions we will evaluate.
allowTrace - Variable in class org.apache.catalina.connector.Connector
Do we allow TRACE ?
allowUnsafeLegacyRenegotiation - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
allowUnsafeLegacyRenegotiation - Variable in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
 
allRolesMode - Variable in class org.apache.catalina.realm.RealmBase
The all role mode.
alreadyQuoted(String) - Static method in class org.apache.tomcat.util.http.CookieSupport
 
ALT_DD_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store the alternate deployment descriptor for this web application
altDDName - Variable in class org.apache.catalina.core.StandardContext
The alternate deployment descriptor name.
ALTERNATE_CONTENT_LENGTH - Static variable in class org.apache.naming.resources.ResourceAttributes
Content length.
ALTERNATE_CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
ALTERNATE_ETAG - Static variable in class org.apache.naming.resources.ResourceAttributes
ETag.
ALTERNATE_LAST_MODIFIED - Static variable in class org.apache.naming.resources.ResourceAttributes
Last modification date.
ALTERNATE_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Type.
ALWAYS_ADD_EXPIRES - Static variable in class org.apache.tomcat.util.http.CookieSupport
If set to false, we don't use the IE6/7 Max-Age/Expires work around.
amount - Variable in class org.apache.catalina.filters.ExpiresFilter.Duration
 
appBase - Variable in class org.apache.catalina.startup.HostConfig
App base.
appBase() - Method in class org.apache.catalina.startup.HostConfig
Return a File object representing the "application root" directory for our associated Host.
appCommitted - Variable in class org.apache.catalina.connector.Response
The application commit flag.
append(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
append(CharSequence) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
append(CharSequence, int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
append(char) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(String) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(XMLString) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
Append the specified file to another file.
append(char) - Method in class org.apache.tomcat.util.buf.ByteChunk
Append a char, by casting it to byte.
append(byte) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Add data to the buffer
append(char) - Method in class org.apache.tomcat.util.buf.CharChunk
 
append(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
append(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Add data to the buffer
append(StringBuffer) - Method in class org.apache.tomcat.util.buf.CharChunk
Add data to the buffer
append(StringBuilder) - Method in class org.apache.tomcat.util.buf.CharChunk
Add data to the buffer
append(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Append a string to the buffer
append(String, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Append a string to the buffer
append(String, Object) - Method in class org.apache.tomcat.util.json.JSONObject
Append values to the array under a key.
appendByte(int) - Method in class org.apache.coyote.ajp.AjpMessage
Append a byte (1 byte) to the message.
appendByteChunk(ByteChunk) - Method in class org.apache.coyote.ajp.AjpMessage
Write a ByteChunk out at the current write position.
appendBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
Write a MessageBytes out at the current write position.
appendBytes(byte[], int, int) - Method in class org.apache.coyote.ajp.AjpMessage
Copy a chunk of bytes into the packet, starting at the current write position.
appendCharChunk(CharChunk) - Method in class org.apache.coyote.ajp.AjpMessage
Write a CharChunk out at the current write position.
appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean, boolean) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
appendInt(int) - Method in class org.apache.coyote.ajp.AjpMessage
Add a short integer (2 bytes) to the message.
appendJVMRoute() - Method in class org.apache.catalina.session.ManagerBase
 
appendLongInt(int) - Method in class org.apache.coyote.ajp.AjpMessage
Append an int (4 bytes) to the message.
appendRemainingComponent(String) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
appendRemainingName(Name) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
appendString(String) - Method in class org.apache.coyote.ajp.AjpMessage
Write a String out at the current write position.
ApplicationContext - Class in org.apache.catalina.core
Standard implementation of ServletContext that represents a web application's execution environment.
ApplicationContext(String, StandardContext) - Constructor for class org.apache.catalina.core.ApplicationContext
Construct a new instance of this class, associated with the specified Context instance.
ApplicationContextFacade - Class in org.apache.catalina.core
Facade object which masks the internal ApplicationContext object from the web application.
ApplicationContextFacade(ApplicationContext) - Constructor for class org.apache.catalina.core.ApplicationContextFacade
Construct a new instance of this class, associated with the specified Context instance.
ApplicationContextXml - Static variable in class org.apache.catalina.startup.Constants
 
ApplicationDispatcher - Class in org.apache.catalina.core
Standard implementation of RequestDispatcher that allows a request to be forwarded to a different resource to create the ultimate response, or to include the output of another resource in the response from this resource.
ApplicationDispatcher(Wrapper, String, String, String, String, String, String) - Constructor for class org.apache.catalina.core.ApplicationDispatcher
Construct a new instance of this class, configured according to the specified parameters.
ApplicationDispatcher.PrivilegedAsync - Class in org.apache.catalina.core
 
ApplicationDispatcher.PrivilegedForward - Class in org.apache.catalina.core
 
ApplicationDispatcher.PrivilegedInclude - Class in org.apache.catalina.core
 
ApplicationDispatcher.PrivilegedInvoke - Class in org.apache.catalina.core
 
applicationEventListenersInstances - Variable in class org.apache.catalina.core.StandardContext
The set of instantiated application event listener objects.
applicationExtraDescriptorsConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process additional descriptors: TLDs, web fragments, and map overlays.
ApplicationFilterChain - Class in org.apache.catalina.core
Implementation of javax.servlet.FilterChain used to manage the execution of a set of filters for a particular request.
ApplicationFilterChain() - Constructor for class org.apache.catalina.core.ApplicationFilterChain
Construct a new chain instance with no defined filters.
ApplicationFilterConfig - Class in org.apache.catalina.core
Implementation of a javax.servlet.FilterConfig useful in managing the filter instances instantiated when a web application is first started.
ApplicationFilterConfig(Context, FilterDef) - Constructor for class org.apache.catalina.core.ApplicationFilterConfig
Construct a new ApplicationFilterConfig for the specified filter definition.
ApplicationFilterConfigFacade - Class in org.apache.catalina.core
Facade for AppalicationFilterConfig.
ApplicationFilterConfigFacade(ApplicationFilterConfig) - Constructor for class org.apache.catalina.core.ApplicationFilterConfigFacade
 
ApplicationFilterConfigFacade.Dynamic - Class in org.apache.catalina.core
 
ApplicationFilterFactory - Class in org.apache.catalina.core
Factory for the creation and caching of Filters and creationg of Filter Chains.
applicationInputStream - Variable in class org.apache.catalina.connector.Request
Application input stream.
applicationLifecycleListenersInstances - Variable in class org.apache.catalina.core.StandardContext
The set of instantiated application lifecycle listener objects.
applicationListenerInstances - Variable in class org.apache.catalina.core.StandardContext
The set of application listener class names configured for this application, in the order they were encountered in the web.xml file.
applicationListeners - Variable in class org.apache.catalina.core.StandardContext
The set of application listener class names configured for this application, in the order they were encountered in the web.xml file.
applicationOutputStream - Variable in class org.apache.catalina.connector.Response
Application output stream.
ApplicationParameter - Class in org.apache.catalina.deploy
Representation of a context initialization parameter that is configured in the server configuration file, rather than the application deployment descriptor.
ApplicationParameter() - Constructor for class org.apache.catalina.deploy.ApplicationParameter
 
applicationParameters - Variable in class org.apache.catalina.core.StandardContext
The set of application parameters defined for this application.
applicationReader - Variable in class org.apache.catalina.connector.Request
Application reader.
applicationServletContainerInitializerConfig() - Method in class org.apache.catalina.startup.ContextConfig
Find and parse ServletContainerInitializer service in specified JAR.
applicationSessionLifecycleListenersInstances - Variable in class org.apache.catalina.core.StandardContext
The set of instantiated application session lifecycle listener objects.
applicationTldConfig() - Method in class org.apache.catalina.startup.ContextConfig
Parse TLDs.
applicationWebConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the application configuration file, if it exists.
ApplicationWebXml - Static variable in class org.apache.catalina.startup.Constants
 
applicationWriter - Variable in class org.apache.catalina.connector.Response
Using writer flag.
apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.apache.jasper.compiler.TagPluginManager
 
APR_ANONYMOUS - Static variable in class org.apache.tomcat.jni.Status
 
APR_ANYADDR - Static variable in class org.apache.tomcat.jni.Address
 
APR_BADARG - Static variable in class org.apache.tomcat.jni.Status
 
APR_BADCH - Static variable in class org.apache.tomcat.jni.Status
 
APR_BLK - Static variable in class org.apache.tomcat.jni.File
a block device
APR_CHARSET_EBCDIC - Static variable in class org.apache.tomcat.jni.Library
 
APR_CHILD_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_CHILD_DONE - Static variable in class org.apache.tomcat.jni.Status
 
APR_CHILD_NOTDONE - Static variable in class org.apache.tomcat.jni.Status
 
APR_CHR - Static variable in class org.apache.tomcat.jni.File
a character device
APR_CUR - Static variable in class org.apache.tomcat.jni.File
Current
APR_DETACH - Static variable in class org.apache.tomcat.jni.Status
 
APR_DIR - Static variable in class org.apache.tomcat.jni.File
a directory
APR_EABOVEROOT - Static variable in class org.apache.tomcat.jni.Status
 
APR_EABSOLUTE - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADDATE - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADIP - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADMASK - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADPATH - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBUSY - Static variable in class org.apache.tomcat.jni.Status
 
APR_EDSOOPEN - Static variable in class org.apache.tomcat.jni.Status
 
APR_EGENERAL - Static variable in class org.apache.tomcat.jni.Status
 
APR_EINCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
 
APR_EINIT - Static variable in class org.apache.tomcat.jni.Status
 
APR_EINVALSOCK - Static variable in class org.apache.tomcat.jni.Status
 
APR_EMISMATCH - Static variable in class org.apache.tomcat.jni.Status
 
APR_END - Static variable in class org.apache.tomcat.jni.File
Go to end of file
APR_ENODIR - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOLOCK - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOPOLL - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOPOOL - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOPROC - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOSHMAVAIL - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOSOCKET - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOSTAT - Static variable in class org.apache.tomcat.jni.Status
APR Error Values
APR_ENOTENOUGHENTROPY - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTHDKEY - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTHREAD - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTIME - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTIMPL - Static variable in class org.apache.tomcat.jni.Status
 
APR_EOF - Static variable in class org.apache.tomcat.jni.Status
 
APR_EPATHWILD - Static variable in class org.apache.tomcat.jni.Status
 
APR_EPROC_UNKNOWN - Static variable in class org.apache.tomcat.jni.Status
 
APR_ERELATIVE - Static variable in class org.apache.tomcat.jni.Status
 
APR_ESYMNOTFOUND - Static variable in class org.apache.tomcat.jni.Status
 
APR_FILE_ATTR_EXECUTABLE - Static variable in class org.apache.tomcat.jni.File
File is executable
APR_FILE_ATTR_HIDDEN - Static variable in class org.apache.tomcat.jni.File
File is hidden
APR_FILE_ATTR_READONLY - Static variable in class org.apache.tomcat.jni.File
File is read-only
APR_FILEBASED - Static variable in class org.apache.tomcat.jni.Status
 
APR_FILES_AS_SOCKETS - Static variable in class org.apache.tomcat.jni.Library
 
APR_FINFO_ATIME - Static variable in class org.apache.tomcat.jni.File
Creation or inode-changed time
APR_FINFO_CSIZE - Static variable in class org.apache.tomcat.jni.File
Size of the file
APR_FINFO_CTIME - Static variable in class org.apache.tomcat.jni.File
Modification Time
APR_FINFO_DEV - Static variable in class org.apache.tomcat.jni.File
Storage size consumed by the file
APR_FINFO_DIRENT - Static variable in class org.apache.tomcat.jni.File
an atomic unix apr_stat()
APR_FINFO_GPROT - Static variable in class org.apache.tomcat.jni.File
User protection bits
APR_FINFO_GROUP - Static variable in class org.apache.tomcat.jni.File
User
APR_FINFO_ICASE - Static variable in class org.apache.tomcat.jni.File
World protection bits
APR_FINFO_IDENT - Static variable in class org.apache.tomcat.jni.File
type, mtime, ctime, atime, size
APR_FINFO_INODE - Static variable in class org.apache.tomcat.jni.File
Device
APR_FINFO_LINK - Static variable in class org.apache.tomcat.jni.File
use OS's default permissions
APR_FINFO_MIN - Static variable in class org.apache.tomcat.jni.File
->name in proper case
APR_FINFO_MTIME - Static variable in class org.apache.tomcat.jni.File
Stat the link not the file itself if it is a link
APR_FINFO_NAME - Static variable in class org.apache.tomcat.jni.File
if dev is case insensitive
APR_FINFO_NLINK - Static variable in class org.apache.tomcat.jni.File
Inode
APR_FINFO_NORM - Static variable in class org.apache.tomcat.jni.File
all protections
APR_FINFO_OWNER - Static variable in class org.apache.tomcat.jni.File
dev and inode
APR_FINFO_PROT - Static variable in class org.apache.tomcat.jni.File
user and group
APR_FINFO_SIZE - Static variable in class org.apache.tomcat.jni.File
Access Time
APR_FINFO_TYPE - Static variable in class org.apache.tomcat.jni.File
Number of links
APR_FINFO_UPROT - Static variable in class org.apache.tomcat.jni.File
Group
APR_FINFO_USER - Static variable in class org.apache.tomcat.jni.File
Type
APR_FINFO_WPROT - Static variable in class org.apache.tomcat.jni.File
Group protection bits
APR_FLOCK_EXCLUSIVE - Static variable in class org.apache.tomcat.jni.File
Exclusive lock.
APR_FLOCK_NONBLOCK - Static variable in class org.apache.tomcat.jni.File
do not block while acquiring the file lock
APR_FLOCK_SHARED - Static variable in class org.apache.tomcat.jni.File
Shared lock.
APR_FLOCK_TYPEMASK - Static variable in class org.apache.tomcat.jni.File
mask to extract lock type
APR_FOPEN_APPEND - Static variable in class org.apache.tomcat.jni.File
Append to the end of the file
APR_FOPEN_BINARY - Static variable in class org.apache.tomcat.jni.File
Open the file in binary mode
APR_FOPEN_BUFFERED - Static variable in class org.apache.tomcat.jni.File
Open the file for buffered I/O
APR_FOPEN_CREATE - Static variable in class org.apache.tomcat.jni.File
Create the file if not there
APR_FOPEN_DELONCLOSE - Static variable in class org.apache.tomcat.jni.File
Delete the file after close
APR_FOPEN_EXCL - Static variable in class org.apache.tomcat.jni.File
Open should fail if APR_CREATE and file exists.
APR_FOPEN_LARGEFILE - Static variable in class org.apache.tomcat.jni.File
Platform dependent flag to enable large file support;
Warning : The APR_LARGEFILE flag only has effect on some platforms where sizeof(apr_off_t) == 4.
APR_FOPEN_NOCLEANUP - Static variable in class org.apache.tomcat.jni.File
Do not register a cleanup when the file is opened
APR_FOPEN_READ - Static variable in class org.apache.tomcat.jni.File
Open the file for reading
APR_FOPEN_SENDFILE_ENABLED - Static variable in class org.apache.tomcat.jni.File
Advisory flag that this file should support apr_socket_sendfile operation
APR_FOPEN_SHARELOCK - Static variable in class org.apache.tomcat.jni.File
Platform dependent support for higher level locked read/write access to support writes across process/machines
APR_FOPEN_TRUNCATE - Static variable in class org.apache.tomcat.jni.File
Open the file and truncate to 0 length
APR_FOPEN_WRITE - Static variable in class org.apache.tomcat.jni.File
Open the file for writing
APR_FOPEN_XTHREAD - Static variable in class org.apache.tomcat.jni.File
Platform dependent tag to open the file for use across multiple threads
APR_FPROT_GEXECUTE - Static variable in class org.apache.tomcat.jni.File
Write by group
APR_FPROT_GREAD - Static variable in class org.apache.tomcat.jni.File
Set group id
APR_FPROT_GSETID - Static variable in class org.apache.tomcat.jni.File
Execute by user
APR_FPROT_GWRITE - Static variable in class org.apache.tomcat.jni.File
Read by group
APR_FPROT_OS_DEFAULT - Static variable in class org.apache.tomcat.jni.File
Execute by others
APR_FPROT_UEXECUTE - Static variable in class org.apache.tomcat.jni.File
Write by user
APR_FPROT_UREAD - Static variable in class org.apache.tomcat.jni.File
Set user id
APR_FPROT_USETID - Static variable in class org.apache.tomcat.jni.File
 
APR_FPROT_UWRITE - Static variable in class org.apache.tomcat.jni.File
Read by user
APR_FPROT_WEXECUTE - Static variable in class org.apache.tomcat.jni.File
Write by others
APR_FPROT_WREAD - Static variable in class org.apache.tomcat.jni.File
Sticky bit
APR_FPROT_WSTICKY - Static variable in class org.apache.tomcat.jni.File
Execute by group
APR_FPROT_WWRITE - Static variable in class org.apache.tomcat.jni.File
Read by others
APR_FULL_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_FULL_NONBLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_HAS_DSO - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_FORK - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_LARGE_FILES - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_MMAP - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_OS_UUID - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_OTHER_CHILD - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_PROC_INVOKED - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_RANDOM - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_SENDFILE - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_SHARED_MEMORY - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_SO_ACCEPTFILTER - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_THREADS - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_UNICODE_FS - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_USER - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_XTHREAD_FILES - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAVE_IPV6 - Static variable in class org.apache.tomcat.jni.Library
 
APR_INCHILD - Static variable in class org.apache.tomcat.jni.Status
APR Status Values
APR_INCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
 
APR_INCOMPLETE_READ - Static variable in class org.apache.tomcat.jni.Socket
Set on non-blocking sockets (timeout != 0) on which the previous read() did not fill a buffer completely.
APR_INCOMPLETE_WRITE - Static variable in class org.apache.tomcat.jni.Socket
like APR_INCOMPLETE_READ, but for write
APR_INET - Static variable in class org.apache.tomcat.jni.Socket
 
APR_INET6 - Static variable in class org.apache.tomcat.jni.Socket
 
APR_INPARENT - Static variable in class org.apache.tomcat.jni.Status
 
APR_IPV4_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
no longer allow read or write requests
APR_IPV6_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
 
APR_IPV6_V6ONLY - Static variable in class org.apache.tomcat.jni.Socket
Don't accept IPv4 connections on an IPv6 listening socket.
APR_IS_BIGENDIAN - Static variable in class org.apache.tomcat.jni.Library
 
APR_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_JUST_WAIT - Static variable in class org.apache.tomcat.jni.Proc
wait forever for the process to complete
APR_KEYBASED - Static variable in class org.apache.tomcat.jni.Status
 
APR_KILL_AFTER_TIMEOUT - Static variable in class org.apache.tomcat.jni.Proc
SIGTERM, wait 3 seconds, SIGKILL
APR_KILL_ALWAYS - Static variable in class org.apache.tomcat.jni.Proc
process is sent SIGKILL on apr_pool_t cleanup
APR_KILL_NEVER - Static variable in class org.apache.tomcat.jni.Proc
process is never sent any signals
APR_KILL_ONLY_ONCE - Static variable in class org.apache.tomcat.jni.Proc
send SIGTERM and then wait
APR_LIMIT_CPU - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LIMIT_MEM - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LIMIT_NOFILE - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LIMIT_NPROC - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LNK - Static variable in class org.apache.tomcat.jni.File
a symbolic link
APR_LOCAL - Static variable in class org.apache.tomcat.jni.Socket
Enum to tell us if we're interested in remote or local socket apr_interface_e
APR_LOCK_DEFAULT - Static variable in class org.apache.tomcat.jni.Lock
POSIX semaphore process-based locking
APR_LOCK_FCNTL - Static variable in class org.apache.tomcat.jni.Lock
Enumerated potential types for APR process locking methods
Warning : Check APR_HAS_foo_SERIALIZE defines to see if the platform supports APR_LOCK_foo.
APR_LOCK_FLOCK - Static variable in class org.apache.tomcat.jni.Lock
fcntl()
APR_LOCK_POSIXSEM - Static variable in class org.apache.tomcat.jni.Lock
POSIX pthread process-based locking
APR_LOCK_PROC_PTHREAD - Static variable in class org.apache.tomcat.jni.Lock
System V Semaphores
APR_LOCK_SYSVSEM - Static variable in class org.apache.tomcat.jni.Lock
flock()
APR_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_MAX_IOVEC_SIZE - Static variable in class org.apache.tomcat.jni.Library
 
APR_MAX_SECS_TO_LINGER - Static variable in class org.apache.tomcat.jni.Library
 
APR_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_MMAP_LIMIT - Static variable in class org.apache.tomcat.jni.Library
 
APR_MMAP_READ - Static variable in class org.apache.tomcat.jni.Mmap
MMap opened for reading
APR_MMAP_THRESHOLD - Static variable in class org.apache.tomcat.jni.Library
 
APR_MMAP_WRITE - Static variable in class org.apache.tomcat.jni.Mmap
MMap opened for writing
APR_MSEC_PER_USEC - Static variable in class org.apache.tomcat.jni.Time
number of miliseconds per microsecond
APR_NO_DESC - Static variable in class org.apache.tomcat.jni.Poll
Used in apr_pollfd_t to determine what the apr_descriptor is apr_datatype_e enum
APR_NO_PIPE - Static variable in class org.apache.tomcat.jni.Proc
process exited and dumped a core file
APR_NOFILE - Static variable in class org.apache.tomcat.jni.File
no file type determined
APR_NOTDETACH - Static variable in class org.apache.tomcat.jni.Status
 
APR_NOTFOUND - Static variable in class org.apache.tomcat.jni.Status
 
APR_NOWAIT - Static variable in class org.apache.tomcat.jni.Proc
wait for the specified process to finish
APR_O_NONBLOCK_INHERITED - Static variable in class org.apache.tomcat.jni.Library
 
APR_OC_REASON_DEATH - Static variable in class org.apache.tomcat.jni.Proc
child has died, caller must call unregister still
APR_OC_REASON_LOST - Static variable in class org.apache.tomcat.jni.Proc
somehow the child exited without us knowing ...
APR_OC_REASON_RESTART - Static variable in class org.apache.tomcat.jni.Proc
a restart is occuring, perform any necessary cleanup (including sending a special signal to child)
APR_OC_REASON_RUNNING - Static variable in class org.apache.tomcat.jni.Proc
a health check is occuring, for most maintainence functions this is a no-op.
APR_OC_REASON_UNREGISTER - Static variable in class org.apache.tomcat.jni.Proc
unregister has been called, do whatever is necessary (including kill the child)
APR_OC_REASON_UNWRITABLE - Static variable in class org.apache.tomcat.jni.Proc
write_fd is unwritable
APR_OS_ERRSPACE_SIZE - Static variable in class org.apache.tomcat.jni.Status
APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit into one of the error/status ranges below -- except for APR_OS_START_USERERR, which see.
APR_OS_START_CANONERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_CANONERR is where APR versions of errno values are defined on systems which don't have the corresponding errno.
APR_OS_START_EAIERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into apr_status_t values.
APR_OS_START_ERROR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_ERROR is where the APR specific error values start.
APR_OS_START_STATUS - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_STATUS is where the APR specific status codes start.
APR_OS_START_SYSERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_SYSERR folds platform-specific system error values into apr_status_t values.
APR_OS_START_USEERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_USEERR is obsolete, defined for compatibility only.
APR_OS_START_USERERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_USERERR are reserved for applications that use APR that layer their own error codes along with APR's.
APR_PARENT_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_PATH_MAX - Static variable in class org.apache.tomcat.jni.Library
 
APR_PIPE - Static variable in class org.apache.tomcat.jni.File
a FIFO / pipe
APR_POLL_FILE - Static variable in class org.apache.tomcat.jni.Poll
descriptor refers to a socket
APR_POLL_LASTDESC - Static variable in class org.apache.tomcat.jni.Poll
descriptor refers to a file
APR_POLL_SOCKET - Static variable in class org.apache.tomcat.jni.Poll
nothing here
APR_POLLERR - Static variable in class org.apache.tomcat.jni.Poll
Can write without blocking
APR_POLLHUP - Static variable in class org.apache.tomcat.jni.Poll
Pending error
APR_POLLIN - Static variable in class org.apache.tomcat.jni.Poll
Poll options
APR_POLLNVAL - Static variable in class org.apache.tomcat.jni.Poll
Hangup occurred
APR_POLLOUT - Static variable in class org.apache.tomcat.jni.Poll
Priority data available
APR_POLLPRI - Static variable in class org.apache.tomcat.jni.Poll
Can read without blocking
APR_POLLSET_THREADSAFE - Static variable in class org.apache.tomcat.jni.Poll
Adding or Removing a Descriptor is thread safe
APR_PROC_DETACH_DAEMONIZE - Static variable in class org.apache.tomcat.jni.Proc
Do not detach
APR_PROC_DETACH_FOREGROUND - Static variable in class org.apache.tomcat.jni.Proc
 
APR_PROC_EXIT - Static variable in class org.apache.tomcat.jni.Proc
do not wait -- just see if it has finished
APR_PROC_SIGNAL - Static variable in class org.apache.tomcat.jni.Proc
process exited normally
APR_PROC_SIGNAL_CORE - Static variable in class org.apache.tomcat.jni.Proc
process exited due to a signal
APR_PROGRAM - Static variable in class org.apache.tomcat.jni.Proc
use the shell to invoke the program
APR_PROGRAM_ENV - Static variable in class org.apache.tomcat.jni.Proc
invoke the program directly, no copied env
APR_PROGRAM_PATH - Static variable in class org.apache.tomcat.jni.Proc
invoke the program, replicating our environment
APR_PROTO_SCTP - Static variable in class org.apache.tomcat.jni.Socket
UDP
APR_PROTO_TCP - Static variable in class org.apache.tomcat.jni.Socket
 
APR_PROTO_UDP - Static variable in class org.apache.tomcat.jni.Socket
TCP
APR_REG - Static variable in class org.apache.tomcat.jni.File
a regular file
APR_REMOTE - Static variable in class org.apache.tomcat.jni.Socket
 
APR_RESET_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
This flag is ONLY set internally when we set APR_TCP_NOPUSH with APR_TCP_NODELAY set to tell us that APR_TCP_NODELAY should be turned on again when NOPUSH is turned off
APR_SET - Static variable in class org.apache.tomcat.jni.File
Set the file position
APR_SHELLCM - Static variable in class org.apache.tomcat.jni.Proc
 
APR_SHELLCMD_ENV - Static variable in class org.apache.tomcat.jni.Proc
find program on PATH, use our environment
APR_SHUTDOWN_READ - Static variable in class org.apache.tomcat.jni.Socket
Define what type of socket shutdown should occur.
APR_SHUTDOWN_READWRITE - Static variable in class org.apache.tomcat.jni.Socket
no longer allow write requests
APR_SHUTDOWN_WRITE - Static variable in class org.apache.tomcat.jni.Socket
no longer allow read request
APR_SIZEOF_VOIDP - Static variable in class org.apache.tomcat.jni.Library
 
APR_SO_DEBUG - Static variable in class org.apache.tomcat.jni.Socket
Keepalive
APR_SO_DISCONNECTED - Static variable in class org.apache.tomcat.jni.Socket
Receive buffer
APR_SO_KEEPALIVE - Static variable in class org.apache.tomcat.jni.Socket
Linger
APR_SO_LINGER - Static variable in class org.apache.tomcat.jni.Socket
 
APR_SO_NONBLOCK - Static variable in class org.apache.tomcat.jni.Socket
Debug
APR_SO_RCVBUF - Static variable in class org.apache.tomcat.jni.Socket
Send buffer
APR_SO_REUSEADDR - Static variable in class org.apache.tomcat.jni.Socket
Non-blocking IO
APR_SO_SNDBUF - Static variable in class org.apache.tomcat.jni.Socket
Reuse addresses
APR_SOCK - Static variable in class org.apache.tomcat.jni.File
a [unix domain] socket
APR_STATUS_IS_ANONYMOUS(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_BADARG(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_BADCH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_CHILD_DONE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_CHILD_NOTDONE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_DETACH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EABOVEROOT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EABSOLUTE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EAGAIN(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADDATE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADIP(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADMASK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADPATH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBUSY(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ECONNABORTED(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ECONNRESET(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EDSOPEN(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EGENERAL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINIT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINPROGRESS(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINTR(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINVAL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINVALSOCK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EMISMATCH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENODIR(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOLOCK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOPOLL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOPOOL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOPROC(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOSHMAVAIL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOSOCKET(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOSTAT(int) - Static method in class org.apache.tomcat.jni.Status
APR_STATUS_IS Status Value Tests
Warning : For any particular error condition, more than one of these tests may match.
APR_STATUS_IS_ENOTENOUGHENTROPY(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTHDKEY(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTHREAD(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTIME(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTIMPL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTSOCK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EOF(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EPATHWILD(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EPROC_UNKNOWN(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ERELATIVE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ESYMNOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ETIMEDOUT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_FILEBASED(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_INCHILD(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_INCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_INPARENT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_KEYBASED(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_NOTDETACH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_NOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_TIMEUP(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_SUCCESS - Static variable in class org.apache.tomcat.jni.Status
no error.
APR_TCP_DEFER_ACCEPT - Static variable in class org.apache.tomcat.jni.Socket
Delay accepting of new connections until data is available.
APR_TCP_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
For SCTP sockets, this is mapped to STCP_NODELAY internally.
APR_TCP_NODELAY_INHERITED - Static variable in class org.apache.tomcat.jni.Library
 
APR_TCP_NOPUSH - Static variable in class org.apache.tomcat.jni.Socket
 
APR_TIMEUP - Static variable in class org.apache.tomcat.jni.Status
 
APR_UNKFILE - Static variable in class org.apache.tomcat.jni.File
a file of some other unknown type
APR_UNSPEC - Static variable in class org.apache.tomcat.jni.Socket
 
APR_USEC_PER_SEC - Static variable in class org.apache.tomcat.jni.Time
number of microseconds per second
APR_WAIT - Static variable in class org.apache.tomcat.jni.Proc
use the shell to invoke the program, replicating our environment
AprEndpoint - Class in org.apache.tomcat.util.net
APR endpoint, providing the following services: Socket acceptor thread Socket poller thread Sendfile thread Simple Worker thread pool, with possible use of executors
AprEndpoint() - Constructor for class org.apache.tomcat.util.net.AprEndpoint
 
AprEndpoint.Acceptor - Class in org.apache.tomcat.util.net
Server socket acceptor thread.
AprEndpoint.Handler - Interface in org.apache.tomcat.util.net
Bare bones interface used for socket processing.
AprEndpoint.Handler.SocketState - Enum in org.apache.tomcat.util.net
 
AprEndpoint.Poller - Class in org.apache.tomcat.util.net
Poller class.
AprEndpoint.Sendfile - Class in org.apache.tomcat.util.net
Sendfile class.
AprEndpoint.SendfileData - Class in org.apache.tomcat.util.net
SendfileData class.
AprEndpoint.SocketEventProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
AprEndpoint.SocketInfo - Class in org.apache.tomcat.util.net
Socket list class, used to avoid using a possibly large amount of objects with very little actual use.
AprEndpoint.SocketList - Class in org.apache.tomcat.util.net
Socket list class, used to avoid using a possibly large amount of objects with very little actual use.
AprEndpoint.SocketProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
AprEndpoint.SocketTimeouts - Class in org.apache.tomcat.util.net
Socket list class, used to avoid using a possibly large amount of objects with very little actual use.
AprEndpoint.SocketWithOptionsProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
AprEndpoint.Worker - Class in org.apache.tomcat.util.net
Server processor class.
AprEndpoint.WorkerStack - Class in org.apache.tomcat.util.net
 
aprError() - Method in interface org.jboss.web.CoyoteMessages
 
aprError() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
aprError$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
aprInit(int, int, int, boolean, boolean, boolean) - Method in interface org.jboss.web.CatalinaLogger
 
aprInit(int, int, int, boolean, boolean, boolean) - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprInit$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprInitFailed(String) - Method in interface org.jboss.web.CatalinaLogger
 
aprInitFailed(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprInitFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprInitFailedWithThrowable(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
aprInitFailedWithThrowable(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprInitFailedWithThrowable$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
aprInvalidVersion(int, int, int, int, int, int) - Method in interface org.jboss.web.CatalinaLogger
 
aprInvalidVersion(int, int, int, int, int, int) - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprInvalidVersion$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
AprLifecycleListener - Class in org.apache.catalina.core
Implementation of LifecycleListener that will init and and destroy APR.
AprLifecycleListener() - Constructor for class org.apache.catalina.core.AprLifecycleListener
 
APRMAXHOSTLEN - Static variable in class org.apache.tomcat.jni.Library
 
aprRecommendedVersion(int, int, int, int, int, int) - Method in interface org.jboss.web.CatalinaLogger
 
aprRecommendedVersion(int, int, int, int, int, int) - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprRecommendedVersion$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprSslEngineInitFailed() - Method in interface org.jboss.web.CatalinaLogger
 
aprSslEngineInitFailed() - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprSslEngineInitFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprSslEngineInitFailedWithThrowable(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
aprSslEngineInitFailedWithThrowable(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprSslEngineInitFailedWithThrowable$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
aprVersionString() - Static method in class org.apache.tomcat.jni.Library
 
array() - Method in class org.apache.tomcat.util.json.JSONWriter
Begin appending a new array.
arrayCharExpected(char) - Method in interface org.jboss.web.JSONMessages
 
arrayCharExpected(char) - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayCharExpected$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayEndExpected() - Method in interface org.jboss.web.JSONMessages
 
arrayEndExpected() - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayEndExpected$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayequals(byte[], byte[], int) - Static method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Compares count first bytes in the arrays a and b.
arrayInvalidIndex(int) - Method in interface org.jboss.web.JSONMessages
 
arrayInvalidIndex(int) - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayInvalidIndex$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayInvalidType(int, String) - Method in interface org.jboss.web.JSONMessages
 
arrayInvalidType(int, String) - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayInvalidType$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayInvalidValue() - Method in interface org.jboss.web.JSONMessages
 
arrayInvalidValue() - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayInvalidValue$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayMustStartWithBracket() - Method in interface org.jboss.web.JSONMessages
 
arrayMustStartWithBracket() - Method in class org.jboss.web.JSONMessages_$bundle
 
arrayMustStartWithBracket$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
Ascii - Class in org.apache.tomcat.util.buf
This class implements some basic ASCII character handling functions.
Ascii() - Constructor for class org.apache.tomcat.util.buf.Ascii
 
ASCIIReader - Class in org.apache.jasper.xmlparser
A simple ASCII byte reader.
ASCIIReader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.ASCIIReader
Constructs an ASCII reader from the specified input stream and buffer size.
asctimeFormat - Static variable in class org.apache.catalina.util.DateTool
 
assign(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Process an incoming TCP/IP connection on the specified socket.
assign(long, SocketStatus) - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
assign(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint.Worker
Process an incoming TCP/IP connection on the specified socket.
assign(Socket, SocketStatus) - Method in class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
assignWithOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Process an incoming TCP/IP connection on the specified socket.
associate(String, Session) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Associate the specified single sign on identifier with the specified Session.
associate(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Associate the specified single sign on identifier with the specified Session.
asString(InputStream) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
This convenience method allows to read a FileItemStream's content into a string.
asString(InputStream, String) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
This convenience method allows to read a FileItemStream's content into a string, using the given character encoding.
async(ServletRequest, ServletResponse, boolean) - Method in class org.apache.catalina.core.ApplicationDispatcher
Async forward this request and response to another resource for processing.
ASYNC - Static variable in class org.apache.catalina.deploy.FilterMap
 
ASYNC_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
asyncClose() - Method in interface org.jboss.web.CatalinaMessages
 
asyncClose() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
asyncClose$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
asyncContext - Variable in class org.apache.catalina.connector.Request
Servlet 3.0 asynchronous mode context (also used as a flag - when not null, we're in asynchronous mode).
AsyncContextImpl() - Constructor for class org.apache.catalina.connector.Request.AsyncContextImpl
 
asyncDispatchError(String) - Method in interface org.jboss.web.CatalinaMessages
 
asyncDispatchError(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
asyncDispatchError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
asyncListenerError(String) - Method in interface org.jboss.web.CatalinaMessages
 
asyncListenerError(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
asyncListenerError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
asyncListenerInstances - Variable in class org.apache.catalina.connector.Request
Async listener instances.
AsyncListenerRegistration(AsyncListener, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.connector.Request.AsyncListenerRegistration
 
asyncListeners - Variable in class org.apache.catalina.connector.Request
Async listeners.
asyncRunnableError(String) - Method in interface org.jboss.web.CatalinaMessages
 
asyncRunnableError(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
asyncRunnableError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
asyncSupported - Variable in class org.apache.catalina.core.StandardWrapper
Async supported flag.
asyncTimeout - Variable in class org.apache.catalina.connector.Request
Async timeout.
atime - Variable in class org.apache.tomcat.jni.FileInfo
The time the file was last accessed
atmark(long) - Static method in class org.apache.tomcat.jni.Socket
Query the specified socket if at the OOB/Urgent data mark
attach(String, long) - Static method in class org.apache.tomcat.jni.Shm
Attach to a shared memory segment that was created by another process.
attach(long, long) - Static method in class org.apache.tomcat.jni.SSLSocket
Attach APR socket on a SSL connection.
ATTACHMENT - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Content-disposition value for file attachment.
ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
attributeBroadcaster - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
Notification broadcaster for attribute changes.
AttributeInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for an Attribute descriptor.
AttributeInfo() - Constructor for class org.apache.tomcat.util.modeler.AttributeInfo
 
attributeNameNotSpecified() - Method in interface org.jboss.web.CatalinaMessages
 
attributeNameNotSpecified() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
attributeNameNotSpecified$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
attributeNotFound(String, String) - Method in interface org.jboss.web.CoyoteLogger
 
attributeNotFound(String, String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
attributeNotFound$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
AttributeParser - Class in org.apache.jasper.compiler
Converts a JSP attribute value into the unquoted equivalent.
attributes - Variable in class org.apache.catalina.connector.Request
The attributes associated with this Request, keyed by attribute name.
attributes - Variable in class org.apache.catalina.core.ApplicationContext
The context attributes for this context.
attributes - Variable in class org.apache.catalina.session.StandardSession
The collection of user data attributes associated with this Session.
attributes - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Configuration attributes.
attributes - Variable in class org.apache.coyote.ajp.AjpProtocol
Configuration attributes.
attributes - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
attributes - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
attributes - Variable in class org.apache.coyote.http11.Http11Protocol
 
attributes - Variable in class org.apache.naming.resources.CacheEntry
 
attributes - Variable in class org.apache.naming.resources.DirContextURLConnection
Attributes.
attributes - Variable in class org.apache.naming.resources.ResourceAttributes
External attributes.
attributes - Variable in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
 
attributes - Variable in class org.apache.tomcat.util.net.ServerSocketFactory
 
attributesEventListenerException() - Method in interface org.jboss.web.CatalinaMessages
 
attributesEventListenerException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
attributesEventListenerException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
attrsSet(String, int, int, long) - Static method in class org.apache.tomcat.jni.File
Set attributes of the specified file.
AUTH_HEADER_NAME - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Authentication header
AUTH_LOGGER - Static variable in interface org.jboss.web.CatalinaLogger
A logger with the category of the package name.
AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Allow any authenticated user
authenticate(Request, HttpServletResponse) - Method in interface org.apache.catalina.Authenticator
 
authenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
API login.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Authenticate the user by checking for the existence of a certificate chain, and optionally asking a trust manager to validate that we trust this user.
authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.Request
 
authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.RequestFacade
 
authenticate(HttpServletResponse) - Method in class org.apache.catalina.core.DummyRequest
 
authenticate(String, String) - Method in interface org.apache.catalina.Realm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, byte[]) - Method in interface org.apache.catalina.Realm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - Method in interface org.apache.catalina.Realm
Return the Principal associated with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2069; otherwise return null.
authenticate(X509Certificate[]) - Method in interface org.apache.catalina.Realm
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, byte[]) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2069; otherwise return null.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified chain of X509 client certificates.
AUTHENTICATE_BYTES - Static variable in class org.apache.catalina.authenticator.BasicAuthenticator
Authenticate bytes.
authenticationFailure() - Method in interface org.jboss.web.CatalinaMessages
 
authenticationFailure() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
authenticationFailure$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
Authenticator - Interface in org.apache.catalina
An Authenticator is a component (usually a Valve or Container) that provides some sort of authentication service.
authenticator - Variable in class org.apache.catalina.core.StandardContext
The application authenticator for this Context.
authenticatorAlreadyStarted() - Method in interface org.jboss.web.CatalinaMessages
 
authenticatorAlreadyStarted() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
authenticatorAlreadyStarted$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
AuthenticatorBase - Class in org.apache.catalina.authenticator
Basic implementation of the Valve interface that enforces the <security-constraint> elements in the web application deployment descriptor.
AuthenticatorBase() - Constructor for class org.apache.catalina.authenticator.AuthenticatorBase
 
authenticatorConfig() - Method in class org.apache.catalina.startup.ContextConfig
Set up an Authenticator automatically if required, and one has not already been configured.
authenticatorConfigured(String) - Method in interface org.jboss.web.CatalinaLogger
 
authenticatorConfigured(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
authenticatorConfigured$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
authenticatorNeedsContext() - Method in interface org.jboss.web.CatalinaMessages
 
authenticatorNeedsContext() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
authenticatorNeedsContext$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
authenticatorNotStarted() - Method in interface org.jboss.web.CatalinaMessages
 
authenticatorNotStarted() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
authenticatorNotStarted$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
authenticators - Static variable in class org.apache.catalina.startup.ContextConfig
The set of Authenticators that we know how to configure.
authorization() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the authorization credentials
authType - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
authType - Variable in class org.apache.catalina.connector.Request
Authentication type.
authType - Variable in class org.apache.catalina.session.StandardSession
The authentication type used to authenticate our cached Principal, if any.
authType() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the auth type
available() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
available() - Method in class org.apache.catalina.connector.InputBuffer
 
available - Variable in class org.apache.catalina.core.StandardContext
The application available flag for this Context.
available - Variable in class org.apache.catalina.core.StandardWrapper
The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available.
available() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
available() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Amount of bytes still available in a buffer.
available() - Method in interface org.apache.coyote.http11.InputFilter
Amount of bytes still available in a buffer.
available - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Non blocking mode.
available() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Available bytes in the buffer ? (these may not translate to application readable data)
available - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
Non blocking mode.
available() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Available bytes in the buffer ? (these may not translate to application readable data)
available() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns the number of bytes, which are currently available, without blocking.
available - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
available - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
await() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Await a newly assigned Socket from our Connector, or null if we are supposed to shut down.
awaitRead(long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.NioChannel
Wait for incoming data in a non-blocking mode.
awaitRead(A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.NioChannel
Wait for incoming data in a non-blocking mode.

B

B2CConverter - Class in org.apache.tomcat.util.buf
NIO based character decoder.
B2CConverter(String) - Constructor for class org.apache.tomcat.util.buf.B2CConverter
Create a decoder for the specified charset.
back() - Method in class org.apache.tomcat.util.json.JSONTokener
Back up one character.
backgroundCompilationFailed() - Method in interface org.jboss.web.JasperMessages
 
backgroundCompilationFailed() - Method in class org.jboss.web.JasperMessages_$bundle
 
backgroundCompilationFailed$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
backgroundProcess() - Method in interface org.apache.catalina.Cluster
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.Container
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.core.ContainerBase
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.core.StandardWrapper
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.Loader
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.Manager
This method will be invoked by the context/container on a periodic basis and allows the manager to implement a method that executes periodic tasks, such as expiring sessions etc.
backgroundProcess() - Method in interface org.apache.catalina.Realm
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.realm.RealmBase
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.session.ManagerBase
Implements the Manager interface, direct call to processExpires
backgroundProcess() - Method in interface org.apache.catalina.Valve
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.valves.AccessLogValve
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
backgroundProcess() - Method in class org.apache.catalina.valves.ValveBase
Execute a periodic task, such as reloading, etc.
backgroundProcessingError(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
backgroundProcessingError(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
backgroundProcessingError$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
backgroundProcessorDelay - Variable in class org.apache.catalina.core.ContainerBase
The processor delay for this component.
backlog - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Allows the server developer to specify the backlog that should be used for server sockets.
backlog - Variable in class org.apache.tomcat.util.net.AprEndpoint
Allows the server developer to specify the backlog that should be used for server sockets.
backlog - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Allows the server developer to specify the backlog that should be used for server sockets.
badContent() - Method in interface org.jboss.web.JasperMessages
 
badContent() - Method in class org.jboss.web.JasperMessages_$bundle
 
badContent$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
badHexDigit() - Method in interface org.jboss.web.CatalinaMessages
 
badHexDigit() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
badHexDigit$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
badOutputFolderUrl(Throwable) - Method in interface org.jboss.web.JasperMessages
 
badOutputFolderUrl(Throwable) - Method in class org.jboss.web.JasperMessages_$bundle
 
badOutputFolderUrl$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
badPluginType(String) - Method in interface org.jboss.web.JasperMessages
 
badPluginType(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
badPluginType$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
badScopeForUseBean() - Method in interface org.jboss.web.JasperMessages
 
badScopeForUseBean() - Method in class org.jboss.web.JasperMessages_$bundle
 
badScopeForUseBean$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
base - Variable in class org.apache.naming.resources.FileDirContext
The document base directory.
base - Variable in class org.apache.naming.resources.JARDirContext
The Jar file.
base - Variable in class org.apache.naming.resources.WARDirContext
The WAR file.
Base64 - Class in org.apache.catalina.util
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.apache.catalina.util.Base64
 
Base64 - Class in org.apache.tomcat.util.buf
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.apache.tomcat.util.buf.Base64
 
base64Decode(String) - Static method in class org.apache.tomcat.util.buf.Base64
 
baseaddr(long) - Static method in class org.apache.tomcat.jni.Shm
Retrieve the base address of the shared memory segment.
BaseAttributeFilter - Class in org.apache.tomcat.util.modeler
Implementation of NotificationFilter for attribute change notifications.
BaseAttributeFilter(String) - Constructor for class org.apache.tomcat.util.modeler.BaseAttributeFilter
Construct a new filter that accepts only the specified attribute name.
BaseDirContext - Class in org.apache.naming.resources
Directory Context implementation helper class.
BaseDirContext() - Constructor for class org.apache.naming.resources.BaseDirContext
Builds a base directory context.
BaseDirContext(Hashtable) - Constructor for class org.apache.naming.resources.BaseDirContext
Builds a base directory context using the given environment.
BaseModelMBean - Class in org.apache.tomcat.util.modeler
Basic implementation of the DynamicMBean interface, which supports the minimal requirements of the interface contract.
BaseModelMBean() - Constructor for class org.apache.tomcat.util.modeler.BaseModelMBean
Construct a ModelMBean with default ModelMBeanInfo information.
BaseNotificationBroadcaster - Class in org.apache.tomcat.util.modeler
Implementation of NotificationBroadcaster for attribute change notifications.
BaseNotificationBroadcaster() - Constructor for class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
 
basePackageName - Variable in class org.apache.jasper.JspCompilationContext
 
BaseRequest - Class in org.apache.tomcat.util.http
A general-purpose object for representing an HTTP request.
BaseRequest() - Constructor for class org.apache.tomcat.util.http.BaseRequest
 
baseURI - Variable in class org.apache.jasper.JspCompilationContext
 
baseUrl - Variable in class org.apache.jasper.JspCompilationContext
 
basic - Variable in class org.apache.catalina.core.StandardPipeline
The basic Valve (if any) associated with this Pipeline.
BasicAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication."
BasicAuthenticator() - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator
 
Bayeux - Interface in org.apache.cometd.bayeux
Bayeux Interface.
This interface represents the server side API for the Bayeux messaging protocol.
BAYEUX_LOGGER - Static variable in interface org.jboss.web.CoyoteLogger
A logger with the category of the package name.
BayeuxException - Exception in org.apache.tomcat.bayeux
 
BayeuxException() - Constructor for exception org.apache.tomcat.bayeux.BayeuxException
 
BayeuxException(String) - Constructor for exception org.apache.tomcat.bayeux.BayeuxException
 
BayeuxException(String, Throwable) - Constructor for exception org.apache.tomcat.bayeux.BayeuxException
 
BayeuxException(Throwable) - Constructor for exception org.apache.tomcat.bayeux.BayeuxException
 
BayeuxRequest - Interface in org.apache.tomcat.bayeux
An interface that defines methods for managing Bayeux request meta messages.
BayeuxServlet - Class in org.apache.tomcat.bayeux
 
BayeuxServlet() - Constructor for class org.apache.tomcat.bayeux.BayeuxServlet
 
bb - Variable in class org.apache.tomcat.util.buf.B2CConverter
 
bb - Variable in class org.apache.tomcat.util.buf.C2BConverter
 
bbuf - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Direct byte buffer used to perform actual reading.
bbuf - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Direct byte buffer used for writing.
bbuf - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Direct byte buffer used to perform actual reading.
bbuf - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Direct byte buffer used for writing.
bcCache - Static variable in class org.apache.tomcat.util.buf.StringCache
Cache for byte chunk.
bcCount - Static variable in class org.apache.tomcat.util.buf.StringCache
toString count for byte chunk.
bcStats - Static variable in class org.apache.tomcat.util.buf.StringCache
Statistics hash map for byte chunk.
BeanRepository - Class in org.apache.jasper.compiler
Repository of {page, request, session, application}-scoped beans
BeanRepository(ClassLoader, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.BeanRepository
Constructor.
beanTypes - Variable in class org.apache.jasper.compiler.BeanRepository
 
BEFORE_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the destroy method is about to be called for this instance.
BEFORE_DISPATCH_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the doFilter() method of a filter chain accessed via a request dispatcher is about to be called.
BEFORE_FILTER_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the doFilter() method of a Filter is about to be called.
BEFORE_INIT_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the init() method is about to be called for this instance.
BEFORE_REQUEST_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the doFilter() method of a filter chain is about to be called.
BEFORE_SERVICE_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the service() method is about to be called on a servlet.
BEFORE_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component before start" event.
BEFORE_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component before stop" event.
beforeStart() - Method in class org.apache.catalina.startup.ContextConfig
Process a "before start" event for this Context.
binaryContent - Variable in class org.apache.naming.resources.Resource
Binary content.
bind() - Method in interface org.apache.catalina.ThreadBindingListener
 
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.AliasDirContext
 
bind(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes.
bind(DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a class loader.
bind(ClassLoader, DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a class loader.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.JARDirContext
Binds a name to an object, along with associated attributes.
bind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes.
bind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Binds a name to an object.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Binds a name to an object, along with associated attributes.
bind(long, long) - Static method in class org.apache.tomcat.jni.Local
Bind the socket to its associated port
bind(long, long) - Static method in class org.apache.tomcat.jni.Socket
Bind the socket to its associated port
bind(SocketAddress) - Method in class org.apache.tomcat.util.net.NioChannel
Binds the channel's socket to a local address.
bind(String, int) - Method in class org.apache.tomcat.util.net.NioChannel
Binds the channel's socket to a local address.
BIND_THREAD_EVENT - Static variable in interface org.apache.catalina.Context
The LifecycleEvent type sent to bind context information to the thread.
bindThread() - Method in class org.apache.catalina.core.StandardContext
Bind current thread, both for CL purposes and for JNDI ENC support during : startup, shutdown and realoading of the context.
bindThread(DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a thread.
BIOCallback - Interface in org.apache.tomcat.jni
Open SSL BIO Callback Interface
BITS_PER_BYTE - Static variable in class org.apache.tomcat.bayeux.UUIDGenerator
 
blanksToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts blank strings to another string
blanksToString(String, String) - Method in class org.jboss.web.php.ScriptEnvironment
Converts blank strings to another string
block - Variable in class org.apache.catalina.valves.SemaphoreValve
Block until a permit is available.
BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
bodyBytes - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Body message.
bodyBytes - Variable in class org.apache.coyote.ajp.AjpProcessor
Body message.
bodyContent - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
BodyContentImpl - Class in org.apache.jasper.runtime
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BodyContentImpl(JspWriter) - Constructor for class org.apache.jasper.runtime.BodyContentImpl
Constructor.
bodyMessage - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Body message.
bodyMessage - Variable in class org.apache.coyote.ajp.AjpProcessor
Body message.
booleanValue(String) - Static method in class org.apache.jasper.compiler.JspUtil
Convert a String value to 'boolean'.
BOUNDARY_PREFIX - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that precedes a boundary (CRLF--).
broadcaster - Variable in class org.apache.catalina.core.StandardContext
The broadcaster that sends j2ee notifications.
broadcaster - Variable in class org.apache.catalina.core.StandardWrapper
The broadcaster that sends j2ee notifications.
buf - Variable in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Our buffer to hold the stream.
buf - Variable in class org.apache.coyote.ajp.AjpMessage
Fixed size buffer.
buf - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Pointer to the current write buffer.
buf - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes buffer.
buf - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Pointer to the current write buffer.
buf - Variable in class org.apache.coyote.http11.InternalInputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.InternalOutputBuffer
The buffer used for header composition.
buffer - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
buffer - Variable in class org.apache.catalina.util.XMLWriter
Buffer.
buffer - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.VoidOutputFilter
Next buffer in the pipeline.
buffer(char) - Method in class org.apache.jasper.runtime.CharBuffer
Add the supplied character to this buffer, growing the buffer if necessary.
buffer(String, int, int) - Method in class org.apache.jasper.runtime.CharBuffer
Add a substring of the supplied string to this buffer, growing the buffer if necessary.
buffer(char[], int, int) - Method in class org.apache.jasper.runtime.CharBuffer
Add a section of the supplied character array to this buffer, growing the buffer if necessary.
buffer(long) - Static method in class org.apache.tomcat.jni.Shm
Retrieve new ByteBuffer base address of the shared memory segment.
BUFFER_SIZE - Static variable in class org.apache.catalina.servlets.DefaultServlet
Size of file transfer buffer in bytes.
BUFFER_SIZE - Static variable in class org.apache.catalina.ssi.SSIExec
 
BUFFER_SIZE - Static variable in class org.apache.catalina.ssi.SSIProcessor
 
BUFFER_SIZE - Static variable in class org.apache.naming.resources.FileDirContext
The descriptive information string for this implementation.
buffered - Variable in class org.apache.catalina.ssi.SSIServlet
Should the output be buffered.
BUFFERED_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Buffered filter (input)
BUFFERED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Buffered filter (input)
BufferedInputFilter - Class in org.apache.coyote.http11.filters
Input filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages.
BufferedInputFilter() - Constructor for class org.apache.coyote.http11.filters.BufferedInputFilter
 
bufferOverflow(int, int) - Method in interface org.jboss.web.CoyoteMessages
 
bufferOverflow(int, int) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
bufferOverflow() - Method in interface org.jboss.web.JasperMessages
 
bufferOverflow() - Method in class org.jboss.web.JasperMessages_$bundle
 
bufferOverflow$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
bufferOverflow$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
BYTE_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
ByteArrayOutputStream - Class in org.apache.tomcat.util.http.fileupload
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ByteArrayServletOutputStream - Class in org.apache.catalina.ssi
Class that extends ServletOuputStream, used as a wrapper from within SsiInclude
ByteArrayServletOutputStream() - Constructor for class org.apache.catalina.ssi.ByteArrayServletOutputStream
Construct a new ServletOutputStream.
ByteChunk - Class in org.apache.tomcat.util.buf
This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk() - Constructor for class org.apache.tomcat.util.buf.ByteChunk
Creates a new, uninitialized ByteChunk object.
ByteChunk(int) - Constructor for class org.apache.tomcat.util.buf.ByteChunk
 
ByteChunk.ByteInputChannel - Interface in org.apache.tomcat.util.buf
Input interface, used when the buffer is emptiy Same as java.nio.channel.ReadableByteChannel
ByteChunk.ByteOutputChannel - Interface in org.apache.tomcat.util.buf
Same as java.nio.channel.WrittableByteChannel.
ByteChunkInputBuffer(ByteChunk) - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
ByteChunkOutputBuffer(ByteChunk) - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
byteEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
Enabled ?
ByteEntry() - Constructor for class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
BYTES_PER_INT - Static variable in class org.apache.tomcat.bayeux.UUIDGenerator
 
ByteSentElement(boolean) - Constructor for class org.apache.catalina.valves.AccessLogValve.ByteSentElement
if conversion is true, write '-' instead of 0 - %b

C

C2BConverter - Class in org.apache.tomcat.util.buf
NIO based character encoder.
C2BConverter(String) - Constructor for class org.apache.tomcat.util.buf.C2BConverter
Create an encoder for the specified charset.
cache - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Should we cache authenticated Principals if the request is part of an HTTP session?
cache - Variable in class org.apache.catalina.authenticator.SingleSignOn
The cache of SingleSignOnEntry instances for authenticated Principals, keyed by the cookie value that is used to select them.
cache - Variable in class org.apache.naming.resources.ProxyDirContext
Cache.
cache - Variable in class org.apache.naming.resources.ResourceCache
Cache.
cacheClassName - Variable in class org.apache.naming.resources.ProxyDirContext
Cache class.
cached - Variable in class org.apache.naming.resources.BaseDirContext
Cached.
CACHED_POST_LEN - Static variable in class org.apache.catalina.connector.Request
Post data buffer.
CacheEntry - Class in org.apache.naming.resources
Implements a cache entry.
CacheEntry() - Constructor for class org.apache.naming.resources.CacheEntry
 
cacheLoad(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Load entry into cache.
cacheLookup(String) - Method in class org.apache.naming.resources.ProxyDirContext
Lookup in cache.
cacheMaxSize - Variable in class org.apache.catalina.core.StandardContext
Cache max size in KB.
cacheMaxSize - Variable in class org.apache.naming.resources.BaseDirContext
Max size of cache.
cacheMaxSize - Variable in class org.apache.naming.resources.ResourceCache
Max size of resources which will have their content cached.
cacheObjectMaxSize - Variable in class org.apache.catalina.core.StandardContext
Cache object max size in KB.
cacheObjectMaxSize - Variable in class org.apache.naming.resources.BaseDirContext
Max size of resources that will be content cached.
cacheObjectMaxSize - Variable in class org.apache.naming.resources.ProxyDirContext
Max size of resources which will have their content cached.
cacheSize - Variable in class org.apache.naming.resources.ResourceCache
Current cache size in KB.
cacheSize - Static variable in class org.apache.tomcat.util.buf.StringCache
 
cacheTTL - Variable in class org.apache.catalina.core.StandardContext
Cache TTL in ms.
cacheTTL - Variable in class org.apache.naming.resources.BaseDirContext
Cache TTL.
cacheTTL - Variable in class org.apache.naming.resources.ProxyDirContext
Cache TTL.
cacheUnload(String) - Method in class org.apache.naming.resources.ProxyDirContext
Remove entry from cache.
cachingAllowed - Variable in class org.apache.catalina.core.StandardContext
Caching allowed flag.
callback(String) - Method in interface org.apache.tomcat.jni.PasswordCallback
Called when the password is required
callback() - Method in interface org.apache.tomcat.jni.PoolCallback
Called when the pool is destroyed or cleared
callback(long, int, String) - Method in interface org.apache.tomcat.jni.ProcErrorCallback
Called in the child process if APR encounters an error in the child prior to running the specified program.
callMethod1(Object, String, Object, String, ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
calloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
Allocate a block of memory from a pool and set all of the memory to 0
calloc(long, int) - Static method in class org.apache.tomcat.jni.Stdlib
Allocates an array in memory with elements initialized to 0.
canCreate(Client, String, Message) - Method in interface org.apache.cometd.bayeux.SecurityPolicy
 
canDestroy - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
canHandshake(Message) - Method in interface org.apache.cometd.bayeux.SecurityPolicy
 
cannotAccessSessionScopeWithUseBean() - Method in interface org.jboss.web.JasperMessages
 
cannotAccessSessionScopeWithUseBean() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotAccessSessionScopeWithUseBean$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotAddElResolver() - Method in interface org.jboss.web.JasperMessages
 
cannotAddElResolver() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotAddElResolver$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotAddFilterRegistrationAfterInit(String) - Method in interface org.jboss.web.CatalinaMessages
 
cannotAddFilterRegistrationAfterInit(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotAddFilterRegistrationAfterInit$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotAddServletRegistrationAfterInit(String) - Method in interface org.jboss.web.CatalinaMessages
 
cannotAddServletRegistrationAfterInit(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotAddServletRegistrationAfterInit$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotAddTrackersOnceFinished() - Method in interface org.jboss.web.FileUploadMessages
 
cannotAddTrackersOnceFinished() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
cannotAddTrackersOnceFinished$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
cannotAllocateServletInstance() - Method in interface org.jboss.web.CatalinaMessages
 
cannotAllocateServletInstance() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotAllocateServletInstance$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotAllocateServletWhileUnloading(String) - Method in interface org.jboss.web.CatalinaMessages
 
cannotAllocateServletWhileUnloading(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotAllocateServletWhileUnloading$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotAppendNull() - Method in interface org.jboss.web.CoyoteLogger
 
cannotAppendNull() - Method in class org.jboss.web.CoyoteLogger_$logger
 
cannotAppendNull$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
cannotChangeBufferSize() - Method in interface org.jboss.web.CatalinaMessages
 
cannotChangeBufferSize() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotChangeBufferSize$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotClearAfterFlush() - Method in interface org.jboss.web.JasperMessages
 
cannotClearAfterFlush() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotClearAfterFlush$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotClearWithNoBuffer() - Method in interface org.jboss.web.JasperMessages
 
cannotClearWithNoBuffer() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotClearWithNoBuffer$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotCreateRandom(String) - Method in interface org.jboss.web.CatalinaMessages
 
cannotCreateRandom(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotCreateRandom$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotCreateSession() - Method in interface org.jboss.web.CatalinaMessages
 
cannotCreateSession() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotCreateSession$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotDestroyAjpProtocol(String) - Method in interface org.jboss.web.CoyoteLogger
 
cannotDestroyAjpProtocol(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
cannotDestroyAjpProtocol$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
cannotDestroyAjpProtocolWithException(String, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
cannotDestroyAjpProtocolWithException(String, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
cannotDestroyAjpProtocolWithException$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
cannotDestroyHttpProtocol(String) - Method in interface org.jboss.web.CoyoteLogger
 
cannotDestroyHttpProtocol(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
cannotDestroyHttpProtocol$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
cannotDestroyHttpProtocolWithException(String, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
cannotDestroyHttpProtocolWithException(String, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
cannotDestroyHttpProtocolWithException$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
cannotFindAttribute(String) - Method in interface org.jboss.web.JasperMessages
 
cannotFindAttribute(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotFindAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotFindAuthenticatoMappings() - Method in interface org.jboss.web.CatalinaLogger
 
cannotFindAuthenticatoMappings() - Method in class org.jboss.web.CatalinaLogger_$logger
 
cannotFindAuthenticatoMappings$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
cannotFindBeanInfo(String) - Method in interface org.jboss.web.JasperMessages
 
cannotFindBeanInfo(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotFindBeanInfo$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotFindBeanProperty(String, String) - Method in interface org.jboss.web.JasperMessages
 
cannotFindBeanProperty(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotFindBeanProperty$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotFindContextJmxParentName(String) - Method in interface org.jboss.web.CatalinaLogger
 
cannotFindContextJmxParentName(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
cannotFindContextJmxParentName$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
cannotFindDispatchContext(String) - Method in interface org.jboss.web.CatalinaMessages
 
cannotFindDispatchContext(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotFindDispatchContext$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotFindSetterMethod(String) - Method in interface org.jboss.web.JasperMessages
 
cannotFindSetterMethod(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotFindSetterMethod$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotFindVariableNameFromAttribute(String) - Method in interface org.jboss.web.JasperMessages
 
cannotFindVariableNameFromAttribute(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotFindVariableNameFromAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotForwardAfterCommit() - Method in interface org.jboss.web.CatalinaMessages
 
cannotForwardAfterCommit() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotForwardAfterCommit$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotGetBeanProperty(String, String) - Method in interface org.jboss.web.JasperMessages
 
cannotGetBeanProperty(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotGetBeanProperty$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotResetBuffer() - Method in interface org.jboss.web.CatalinaMessages
 
cannotResetBuffer() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotResetBuffer$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSendError() - Method in interface org.jboss.web.CatalinaMessages
 
cannotSendError() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSendError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSendFile() - Method in interface org.jboss.web.CatalinaMessages
 
cannotSendFile() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSendFile$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSendRedirect() - Method in interface org.jboss.web.CatalinaMessages
 
cannotSendRedirect() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSendRedirect$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSendUpgrade() - Method in interface org.jboss.web.CatalinaMessages
 
cannotSendUpgrade() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSendUpgrade$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSetBeanProperty(String, String, String) - Method in interface org.jboss.web.JasperMessages
 
cannotSetBeanProperty(String, String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotSetBeanProperty$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotSetListenerWithoutUpgradeOrAsync() - Method in interface org.jboss.web.CatalinaMessages
 
cannotSetListenerWithoutUpgradeOrAsync() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSetListenerWithoutUpgradeOrAsync$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSetResourcesAfterStart() - Method in interface org.jboss.web.CatalinaMessages
 
cannotSetResourcesAfterStart() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotSetResourcesAfterStart$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotStartAsync() - Method in interface org.jboss.web.CatalinaMessages
 
cannotStartAsync() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotStartAsync$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotUpgradeWithoutEvents() - Method in interface org.jboss.web.CatalinaMessages
 
cannotUpgradeWithoutEvents() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotUpgradeWithoutEvents$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cannotUseBothAttributeAndTypeInUseBean() - Method in interface org.jboss.web.JasperMessages
 
cannotUseBothAttributeAndTypeInUseBean() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseBothAttributeAndTypeInUseBean$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseBothDeferredValueAndMethod() - Method in interface org.jboss.web.JasperMessages
 
cannotUseBothDeferredValueAndMethod() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseBothDeferredValueAndMethod$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseFragmentWithRtexprValue() - Method in interface org.jboss.web.JasperMessages
 
cannotUseFragmentWithRtexprValue() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseFragmentWithRtexprValue$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseFragmentWithType() - Method in interface org.jboss.web.JasperMessages
 
cannotUseFragmentWithType() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseFragmentWithType$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseMethodSignatureWithoutDeferredMethod() - Method in interface org.jboss.web.JasperMessages
 
cannotUseMethodSignatureWithoutDeferredMethod() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseMethodSignatureWithoutDeferredMethod$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseSessionScope() - Method in interface org.jboss.web.JasperMessages
 
cannotUseSessionScope() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseSessionScope$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseValueTypeWithoutDeferredValue() - Method in interface org.jboss.web.JasperMessages
 
cannotUseValueTypeWithoutDeferredValue() - Method in class org.jboss.web.JasperMessages_$bundle
 
cannotUseValueTypeWithoutDeferredValue$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
canonical - Variable in class org.apache.catalina.util.DOMWriter
Canonical output.
canonicalPath - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
canonicalURI(String) - Static method in class org.apache.jasper.JspCompilationContext
 
canPublish(Client, String, Message) - Method in interface org.apache.cometd.bayeux.SecurityPolicy
 
canReauthenticate - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
canStartAsync - Variable in class org.apache.catalina.connector.Request
Can call startAsync.
canSubscribe(Client, String, Message) - Method in interface org.apache.cometd.bayeux.SecurityPolicy
 
capitalize(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Reverse of Introspector.decapitalize
captureServletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
Our ServletOutputStream
caseSensitive - Variable in class org.apache.catalina.core.StandardContext
Case sensitivity.
caseSensitive - Variable in class org.apache.naming.resources.FileDirContext
Case sensitivity.
CatalinaLogger - Interface in org.jboss.web
Logging IDs 1000-2000
CatalinaLogger_$logger - Class in org.jboss.web
Warning this class consists of generated code.
CatalinaLogger_$logger(Logger) - Constructor for class org.jboss.web.CatalinaLogger_$logger
 
CatalinaMessages - Interface in org.jboss.web
Logging IDs 1-1000
CatalinaMessages_$bundle - Class in org.jboss.web
Warning this class consists of generated code.
CatalinaMessages_$bundle() - Constructor for class org.jboss.web.CatalinaMessages_$bundle
 
Catch - Class in org.apache.jasper.tagplugins.jstl.core
 
Catch() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Catch
 
cb - Variable in class org.apache.tomcat.util.buf.B2CConverter
 
cb - Variable in class org.apache.tomcat.util.buf.C2BConverter
 
ccCache - Static variable in class org.apache.tomcat.util.buf.StringCache
Cache for char chunk.
ccCount - Static variable in class org.apache.tomcat.util.buf.StringCache
toString count for char chunk.
ccStats - Static variable in class org.apache.tomcat.util.buf.StringCache
Statistics hash map for char chunk.
CERTIFICATE_KEY - Static variable in class org.apache.tomcat.util.net.Constants
The Request attribute key for the client certificate chain.
certificateAuthenticationFailure() - Method in interface org.jboss.web.CatalinaMessages
 
certificateAuthenticationFailure() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
certificateAuthenticationFailure$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
certificateProcessingFailed(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
certificateProcessingFailed(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
certificateProcessingFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
certificates - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Byte chunk for certs.
certificates - Variable in class org.apache.coyote.ajp.AjpProcessor
Byte chunk for certs.
CERTIFICATES_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the array of X509Certificate objects representing the certificate chain presented by our client, if any.
CGIEnvironment(HttpServletRequest, ServletContext) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Creates a CGIEnvironment and derives the necessary environment, query parameters, working directory, cgi command, etc.
cgiErrorLogPrefix(String) - Method in interface org.jboss.web.CatalinaMessages
 
cgiErrorLogPrefix(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiErrorLogPrefix$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiException(String) - Method in interface org.jboss.web.CatalinaMessages
 
cgiException(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiExceptionClosingHeaderReader(String) - Method in interface org.jboss.web.CatalinaMessages
 
cgiExceptionClosingHeaderReader(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiExceptionClosingHeaderReader$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiExceptionClosingOutputStream(String) - Method in interface org.jboss.web.CatalinaMessages
 
cgiExceptionClosingOutputStream(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiExceptionClosingOutputStream$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiInterrupted() - Method in interface org.jboss.web.CatalinaMessages
 
cgiInterrupted() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiInterrupted$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiInvalidHeader(String) - Method in interface org.jboss.web.CatalinaMessages
 
cgiInvalidHeader(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiInvalidHeader$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiInvalidStatusCode(String) - Method in interface org.jboss.web.CatalinaMessages
 
cgiInvalidStatusCode(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiInvalidStatusCode$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiInvalidStatusLine(String) - Method in interface org.jboss.web.CatalinaMessages
 
cgiInvalidStatusLine(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiInvalidStatusLine$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiInvalidStatusValue(String) - Method in interface org.jboss.web.CatalinaMessages
 
cgiInvalidStatusValue(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiInvalidStatusValue$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
CGIRunner(String, Hashtable<String, String>, File, ArrayList<String>) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIRunner
Creates a CGIRunner and initializes its environment, working directory, and query parameters.
CGIServlet - Class in org.apache.catalina.servlets
CGI-invoking servlet for web applications, used to execute scripts which comply to the Common Gateway Interface (CGI) specification and are named in the path-info used to invoke this servlet.
CGIServlet() - Constructor for class org.apache.catalina.servlets.CGIServlet
 
CGIServlet.CGIEnvironment - Class in org.apache.catalina.servlets
Encapsulates the CGI environment and rules to derive that environment from the servlet container and request information.
CGIServlet.CGIRunner - Class in org.apache.catalina.servlets
Encapsulates the knowledge of how to run a CGI script, given the script's desired environment and (optionally) input/output streams
CGIServlet.HTTPHeaderInputStream - Class in org.apache.catalina.servlets
This is an input stream specifically for reading HTTP headers.
cgiStderrErrror() - Method in interface org.jboss.web.CatalinaMessages
 
cgiStderrErrror() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
cgiStderrErrror$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ch - Variable in class org.apache.jasper.xmlparser.XMLString
The character array.
chain - Variable in class org.jboss.web.rewrite.RewriteRule
This flag chains the current rule with the next rule (which itself can be chained with the following rule, etc.).
cHandler - Variable in class org.apache.coyote.http11.Http11Protocol
 
changeSessionId(String) - Method in class org.apache.catalina.connector.Request
Change the ID of the session that this request is associated with.
changeSessionId() - Method in class org.apache.catalina.connector.Request
 
changeSessionId() - Method in class org.apache.catalina.connector.RequestFacade
 
changeSessionId() - Method in class org.apache.catalina.core.DummyRequest
 
changeSessionId(Session, Random) - Method in interface org.apache.catalina.Manager
Change the session ID of the current session to a new randomly generated session ID.
changeSessionId(Session, Random) - Method in class org.apache.catalina.session.ManagerBase
Change the session ID of the current session to a new randomly generated session ID.
changeSessionIdOnAuthentication - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Should the session ID, if any, be changed upon a successful authentication to prevent a session fixation attack?
Channel - Interface in org.apache.cometd.bayeux
A Bayeux Channel represents a channel used to receive messages from and to publish messages to.
channel - Variable in class org.apache.coyote.http11.Http11NioProcessor
Channel associated with the current connection.
channel - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
Underlying channel.
channel - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Underlying channel.
channel - Variable in class org.apache.tomcat.bayeux.MessageImpl
 
channel - Variable in class org.apache.tomcat.bayeux.RequestBase
 
channel - Variable in class org.apache.tomcat.util.net.NioChannel
 
channel - Variable in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
channel - Variable in class org.apache.tomcat.util.net.NioEndpoint.ChannelProcessor
 
channel - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
CHANNEL_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - channel field
ChannelImpl - Class in org.apache.tomcat.bayeux
 
ChannelImpl(String) - Constructor for class org.apache.tomcat.bayeux.ChannelImpl
Creates a new channel
ChannelInfo() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
Create a new instance of ChannelInfo
ChannelInfo(NioChannel, long, int) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
Create a new instance of ChannelInfo
ChannelInfo(NioChannel, long, TimeUnit, int) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
Create a new instance of ChannelInfo
channelList - Variable in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
 
ChannelProcessor(NioChannel) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.ChannelProcessor
Create a new instance of ChannelProcessor
ChannelProcessor(NioChannel, SocketStatus) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.ChannelProcessor
Create a new instance of ChannelProcessor
channels - Variable in class org.apache.tomcat.bayeux.TomcatBayeux
a list of all active channels
ChannelWithOptionsProcessor(NioChannel) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.ChannelWithOptionsProcessor
Create a new instance of ChannelWithOptionsProcessor
CHAR_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
characterEncoding - Variable in class org.apache.catalina.authenticator.FormAuthenticator
Character encoding to use to read the username and password parameters from the request.
characterEncoding - Variable in class org.apache.coyote.Response
 
characters - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
Symbol characters.
charAt(int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
CharBuffer - Class in org.apache.jasper.runtime
An efficient character buffer class.
CharBuffer(int) - Constructor for class org.apache.jasper.runtime.CharBuffer
Create a new character buffer, specifying its initial capacity.
CharBuffer(int, int) - Constructor for class org.apache.jasper.runtime.CharBuffer
Create a new character buffer, specifying its initial capacity and minimum growth.
CharChunk - Class in org.apache.tomcat.util.buf
Utilities to manipluate char chunks.
CharChunk() - Constructor for class org.apache.tomcat.util.buf.CharChunk
Creates a new, uninitialized CharChunk object.
CharChunk(int) - Constructor for class org.apache.tomcat.util.buf.CharChunk
 
CharChunk.CharInputChannel - Interface in org.apache.tomcat.util.buf
 
CharChunk.CharOutputChannel - Interface in org.apache.tomcat.util.buf
When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
charCmp(String, int, String) - Method in class org.apache.catalina.ssi.SSIProcessor
 
charEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
 
CharEntry() - Constructor for class org.apache.tomcat.util.buf.StringCache.CharEntry
 
charsetMapper - Variable in class org.apache.catalina.core.StandardContext
The Locale to character set mapper for this application.
CharsetMapper - Class in org.apache.catalina.util
Utility class that attempts to map from a Locale to the corresponding character set to be used for interpreting input text (or generating output text) when the Content-Type header does not include one.
CharsetMapper() - Constructor for class org.apache.catalina.util.CharsetMapper
Construct a new CharsetMapper using the default properties resource.
CharsetMapper(String) - Constructor for class org.apache.catalina.util.CharsetMapper
Construct a new CharsetMapper using the specified properties resource.
charsetMapperClass - Variable in class org.apache.catalina.core.StandardContext
The Java class name of the CharsetMapper class to be created.
charsetSet - Variable in class org.apache.coyote.Response
Has the charset been explicitly set.
check() - Method in class org.apache.catalina.startup.HostConfig
Check status of all webapps.
check(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
check(long) - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
 
CHECK_ASYNC - Static variable in class org.apache.catalina.connector.Request
 
checkAttributes(String, Node, JspUtil.ValidAttribute[], ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Checks if all mandatory attributes are present and if all attributes present have valid names.
checkBayeux(HttpEvent) - Method in class org.apache.tomcat.bayeux.BayeuxServlet
 
checkCompile() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Method used by background thread to check the JSP dependencies registered with this class for JSP's.
checkConverter() - Method in class org.apache.catalina.connector.InputBuffer
 
checkConverter() - Method in class org.apache.catalina.connector.OutputBuffer
 
checkError() - Method in class org.apache.catalina.connector.CoyoteWriter
 
checkFileName(String) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
Checks, whether the given file name is valid in the sense, that it doesn't contain any NUL characters.
checkIfHeaders(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the conditions specified in the optional If headers are satisfied.
checkIfHeaders(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.WebdavServlet
Check if the conditions specified in the optional If headers are satisfied.
checkIfMatch(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-match condition is satisfied.
checkIfModifiedSince(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-modified-since condition is satisfied.
checkIfNoneMatch(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-none-match condition is satisfied.
checkIfUnmodifiedSince(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-unmodified-since condition is satisfied.
checkListenerType(EventListener) - Method in class org.apache.catalina.core.ApplicationContext
 
checkNormalize(MessageBytes) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Check that the URI is normalized following character decoding.
checkOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 
checkScope(String, Node, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Checks to see if the given scope is valid.
checkSendfile(HttpServletRequest, HttpServletResponse, String, CacheEntry, long, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if sendfile can be used.
checkThreshold(int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Checks to see if writing the specified number of bytes would cause the configured threshold to be exceeded.
checkUnusualURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
Check for unusual but valid <url-pattern>s.
checkVariable(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
childErrSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
Set the child_err and parent_err values to existing apr_file_t values.
childInit(String, long) - Static method in class org.apache.tomcat.jni.Global
Re-open a mutex in a child process.
childInit(String, long) - Static method in class org.apache.tomcat.jni.Lock
Re-open a mutex in a child process.
childInSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
Set the child_in and/or parent_in values to existing apr_file_t values.
childOutSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
Set the child_out and parent_out values to existing apr_file_t values.
children - Variable in class org.apache.catalina.core.ContainerBase
The child Containers belonging to this Container, keyed by name.
children - Variable in class org.apache.naming.resources.JARDirContext.Entry
 
children - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
Choose - Class in org.apache.jasper.tagplugins.jstl.core
 
Choose() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Choose
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Choose an alias to authenticate the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Choose an alias to authenticate the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns this key manager's server key alias that was provided in the constructor.
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns this key manager's server key alias that was provided in the constructor.
CHUNK_ON_CLOSE - Static variable in class org.apache.coyote.http11.Http11AbstractProcessor
 
CHUNK_ON_CLOSE - Static variable in class org.apache.coyote.http11.Http11AprProcessor
 
CHUNK_ON_CLOSE - Static variable in class org.apache.coyote.http11.Http11Processor
 
CHUNKED - Static variable in class org.apache.coyote.ajp.Constants
 
CHUNKED - Static variable in class org.apache.coyote.http11.Constants
 
CHUNKED_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Chunked filters (input and output).
CHUNKED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Chunked filters (input and output).
ChunkedInputFilter - Class in org.apache.coyote.http11.filters
Chunked input filter.
ChunkedInputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ChunkedOutputFilter - Class in org.apache.coyote.http11.filters
Chunked output filter.
ChunkedOutputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedOutputFilter
Default constructor.
chunkHeader - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Chunk header.
chunkLength - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Buffer used for chunk length conversion.
CHUNKSIZE - Static variable in class org.apache.jasper.compiler.JspUtil
 
CIPHER_SUITE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the name of the cipher suite being used on an SSL connection (as an object of type java.lang.String).
CIPHER_SUITE_KEY - Static variable in class org.apache.tomcat.util.net.Constants
The Request attribute key for the cipher suite.
CipherData(String, int) - Constructor for class org.apache.tomcat.util.net.SSLSupport.CipherData
 
ciphers - Static variable in interface org.apache.tomcat.util.net.SSLSupport
A mapping table to determine the number of effective bits in the key when using a cipher suite containing the specified cipher name.
classFileName - Variable in class org.apache.jasper.JspCompilationContext
 
classLoadTime - Variable in class org.apache.catalina.core.StandardWrapper
 
className - Variable in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
className - Variable in class org.apache.catalina.ssi.SSIMediator
 
className - Variable in class org.apache.jasper.JspCompilationContext
 
className - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
classPath - Variable in class org.apache.jasper.JspCompilationContext
 
classType - Static variable in class org.apache.catalina.core.StandardWrapper
Static class array used when the SecurityManager is turned on and Servlet.init is invoked.
classTypeUsedInService - Static variable in class org.apache.catalina.core.StandardWrapper
Static class array used when the SecurityManager is turned on and Servlet.service is invoked.
cleanDirectory(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Cleans a directory without deleting it.
cleanupForExec() - Static method in class org.apache.tomcat.jni.Pool
Run all of the child_cleanups, so that any unnecessary files are closed because we are about to exec a new program
cleanupKill(long, long) - Static method in class org.apache.tomcat.jni.Pool
Remove a previously registered cleanup function
cleanupRegister(long, Object) - Static method in class org.apache.tomcat.jni.Pool
Register a function to be called when a pool is cleared or destroyed
clear() - Method in class org.apache.catalina.connector.HttpEventImpl
Clear the event.
clear() - Method in class org.apache.catalina.connector.RequestFacade
Clear facade.
clear() - Method in class org.apache.catalina.connector.ResponseFacade
Clear facade.
clear() - Method in class org.apache.catalina.session.FileStore
Remove all of the Sessions in this Store.
clear() - Method in class org.apache.catalina.session.JDBCStore
Remove all of the Sessions in this Store.
clear() - Method in interface org.apache.catalina.Store
Remove all Sessions from this Store.
clear() - Method in class org.apache.catalina.util.ParameterMap
Remove all mappings from this map.
clear() - Method in class org.apache.catalina.util.ResourceSet
Remove all of the elements from this set.
clear() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
clear() - Method in class org.apache.jasper.runtime.CharBuffer
Clear this buffer.
clear() - Method in class org.apache.jasper.runtime.JspWriterImpl
Discard the output buffer.
clear() - Method in class org.apache.jasper.xmlparser.XMLString
Resets all of the values to their defaults.
clear() - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
Clears the string buffer.
clear(long) - Static method in class org.apache.tomcat.jni.Pool
Clear all memory in the pool and run all the cleanups.
clear() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
clear() - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Clear all accepted names from this filter, so that it will accept all attribute names.
clear() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
clear() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
clearAttributes() - Method in class org.apache.catalina.core.ApplicationContext
Clear all application-created attributes.
clearBuffer() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
 
clearBuffer() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
clearBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
clearCookies() - Method in class org.apache.catalina.connector.Request
Clear the collection of Cookies associated with this Request.
clearCookies() - Method in class org.apache.catalina.core.DummyRequest
 
clearEncoders() - Method in class org.apache.catalina.connector.InputBuffer
Clear cached encoders (to save memory for event requests).
clearEncoders() - Method in class org.apache.catalina.connector.OutputBuffer
Clear cached encoders (to save memory for event requests).
clearEncoders() - Method in class org.apache.catalina.connector.Request
Clear cached encoders (to save memory for event or async requests).
clearEncoders() - Method in class org.apache.catalina.connector.Response
Clear cached encoders (to save memory for event or async requests).
clearFilters() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalInputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Clear filters.
clearHeaders() - Method in class org.apache.catalina.connector.Request
Clear the collection of Headers associated with this Request.
clearHeaders() - Method in class org.apache.catalina.core.DummyRequest
 
clearLocales() - Method in class org.apache.catalina.connector.Request
Clear the collection of Locales associated with this Request.
clearLocales() - Method in class org.apache.catalina.core.DummyRequest
 
clearParameters() - Method in class org.apache.catalina.connector.Request
Clear the collection of parameters associated with this Request.
clearParameters() - Method in class org.apache.catalina.core.DummyRequest
 
clearStore() - Method in class org.apache.catalina.session.PersistentManagerBase
Clear all sessions from the Store.
Client - Interface in org.apache.cometd.bayeux
A Bayeux Client.
client - Variable in class org.apache.tomcat.bayeux.MessageImpl
 
CLIENT_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - clientId field
ClientAbortException - Exception in org.apache.catalina.connector
Wrap an IOException identifying it as being caused by an abort of a request by a remote client.
ClientAbortException() - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException with no other information.
ClientAbortException(String) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message.
ClientAbortException(Throwable) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified throwable.
ClientAbortException(String, Throwable) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message and throwable.
clientAbortException(String) - Method in interface org.jboss.web.CatalinaLogger
 
clientAbortException(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
clientAbortException$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
clientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
clientAuth - Variable in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
 
clientId - Variable in class org.apache.tomcat.bayeux.RequestBase
 
ClientImpl - Class in org.apache.tomcat.bayeux
 
ClientImpl(String, boolean) - Constructor for class org.apache.tomcat.bayeux.ClientImpl
 
clients - Variable in class org.apache.tomcat.bayeux.TomcatBayeux
a list of all active clients
clone() - Method in class org.apache.catalina.connector.CoyoteInputStream
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.CoyoteOutputStream
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.CoyoteReader
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.CoyoteWriter
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.RequestFacade
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.ResponseFacade
Prevent cloning the facade.
clone() - Method in class org.apache.naming.resources.ResourceAttributes
Clone the attributes object (WARNING: fake cloning).
clone() - Method in class org.apache.tomcat.bayeux.MessageImpl
 
close() - Method in class org.apache.catalina.connector.CoyoteInputStream
Close the stream Since we re-cycle, we can't allow the call to super.close() which would permantely disable us.
close() - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
close() - Method in class org.apache.catalina.connector.CoyoteReader
 
close() - Method in class org.apache.catalina.connector.CoyoteWriter
 
close() - Method in class org.apache.catalina.connector.HttpEventImpl
 
close() - Method in class org.apache.catalina.connector.InputBuffer
Close the input buffer.
close() - Method in class org.apache.catalina.connector.OutputBuffer
Close the output buffer.
close() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
close() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
close(Connection) - Method in class org.apache.catalina.session.JDBCStore
Close the specified database connection.
close() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Close the specified database connection.
CLOSE - Static variable in class org.apache.coyote.ajp.Constants
 
CLOSE - Static variable in class org.apache.coyote.http11.Constants
 
close() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
close() - Method in class org.apache.jasper.compiler.ServletWriter
 
close() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
close() - Method in class org.apache.jasper.runtime.JspWriterImpl
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.UCSReader
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Close the stream.
close() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Closes this enumeration.
close() - Method in class org.apache.naming.NamingContextEnumeration
Closes this enumeration.
close() - Method in class org.apache.naming.NamingEnumerationImpl
Closes this enumeration.
close() - Method in class org.apache.naming.resources.BaseDirContext
Closes this context.
close() - Method in class org.apache.naming.resources.ProxyDirContext
Closes this context.
close() - Method in class org.apache.naming.resources.ProxyDirContextFacade
Closes this context.
close() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Closes this enumeration.
close(long) - Static method in class org.apache.tomcat.jni.Directory
close the specified directory.
close(long) - Static method in class org.apache.tomcat.jni.File
Close the specified file.
close(long) - Static method in class org.apache.tomcat.jni.Registry
Close the specified Registry key.
close(long) - Static method in class org.apache.tomcat.jni.Socket
Close a socket.
close() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Closes underlying output stream, and mark this as closed
close() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Closes the input stream.
close(boolean) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Closes the input stream.
close() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in interface org.apache.tomcat.util.http.fileupload.util.Closeable
Closes the object.
close() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
close() - Method in class org.apache.tomcat.util.net.NioChannel
Close this channel.
close(boolean) - Method in class org.apache.tomcat.util.net.NioChannel
Try to close this channel.
close() - Method in interface org.jboss.servlet.http.HttpEvent
Ends the request, which marks the end of the event stream.
CLOSE_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
CLOSE_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
Closeable - Interface in org.apache.tomcat.util.http.fileupload.util
Interface of an object, which may be closed.
closeBIO(long) - Static method in class org.apache.tomcat.jni.SSL
Close BIO and derefrence callback object
closeChannel(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint
Close the specified channel and remove it from the list of open connections
closeQuietly(InputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Unconditionally close an InputStream.
CLOSING - Static variable in class org.apache.catalina.util.XMLWriter
Closing tag.
Cluster - Interface in org.apache.catalina
A Cluster works as a Cluster client/server for the local host Different Cluster implementations can be used to support different ways to communicate within the Cluster.
cluster - Variable in class org.apache.catalina.core.ContainerBase
The cluster with which this Container is associated.
cmdtypeSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Set what type of command the child process will call.
coerce(String, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToBoolean(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToByte(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToChar(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToChar(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToCharacter(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToDouble(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToFloat(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToInt(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToInt(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToInteger(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToLong(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToPrimitiveBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToShort(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
collection - Variable in class org.apache.naming.resources.DirContextURLConnection
Associated DirContext.
collection - Variable in class org.apache.naming.resources.ResourceAttributes
Collection flag.
COLLECTION_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Collection type.
COLON - Static variable in class org.apache.coyote.ajp.Constants
COLON.
COLON - Static variable in class org.apache.coyote.http11.Constants
COLON.
COLON_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
COLON_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
COMBINED_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMBINED_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMET_EVENT_ATTR - Static variable in class org.apache.tomcat.bayeux.ClientImpl
 
CometConnectionManagerValve - Class in org.apache.catalina.valves
Deprecated.
Replaced by EventOrAsyncConnectionManagerValve
CometConnectionManagerValve() - Constructor for class org.apache.catalina.valves.CometConnectionManagerValve
Deprecated.
 
cometRequests - Variable in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
List of current Coment connections.
cometRequestsAttribute - Variable in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
Name of session attribute used to store list of comet connections.
commaDelimitedListToIntArray(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Convert a comma delimited list of numbers into an int[].
commaDelimitedListToPatternArray(String) - Static method in class org.apache.catalina.filters.RemoteIpFilter
Convert a given comma delimited list of regular expressions into an array of compiled Pattern
commaDelimitedListToPatternArray(String) - Static method in class org.apache.catalina.valves.RemoteIpValve
Convert a given comma delimited list of regular expressions into an array of compiled Pattern
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Convert a given comma delimited list of strings into an array of String
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.RemoteIpFilter
Convert a given comma delimited list of regular expressions into an array of String
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.valves.RemoteIpValve
Convert a given comma delimited list of regular expressions into an array of String
COMMAND_END - Static variable in class org.apache.catalina.ssi.SSIProcessor
The end pattern
COMMAND_START - Static variable in class org.apache.catalina.ssi.SSIProcessor
The start pattern
commands - Variable in class org.apache.catalina.ssi.SSIProcessor
 
comment - Variable in class org.apache.catalina.deploy.SessionCookie
 
commit() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Commit the response.
commit() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Commit the response.
commit() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Commit the response.
commited - Variable in class org.apache.coyote.Response
Committed flag.
committed - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Committed flag.
committed - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Committed flag.
committed - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Committed flag.
COMMON_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMMON_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
compare(ByteChunk, byte[]) - Static method in class org.apache.tomcat.util.buf.StringCache
Compare given byte chunk with byte array.
compare(CharChunk, char[]) - Static method in class org.apache.tomcat.util.buf.StringCache
Compare given char chunk with char array.
compareTo(Object) - Method in class org.apache.naming.resources.JARDirContext.Entry
 
compareTo(Object) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
compile() - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context
compile(boolean) - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context.
compile(boolean, boolean) - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context.
compile() - Method in class org.apache.jasper.JspCompilationContext
 
Compiler - Class in org.apache.jasper.compiler
Main JSP compiler class.
Compiler() - Constructor for class org.apache.jasper.compiler.Compiler
 
COMPILER_LOGGER - Static variable in interface org.jboss.web.JasperLogger
A logger with the category of the package name.
complete() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
COMPLETE_CONFIG_EVENT - Static variable in interface org.apache.catalina.Context
The LifecycleEvent type sent to complete the configuration (called after running all listeners and other init callbacks).
completeConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process a "start" event for this Context.
completed(V, A) - Method in class org.apache.tomcat.util.net.CompletionHandlerAdapter
 
CompletionHandlerAdapter<V,A> - Class in org.apache.tomcat.util.net
CompletionHandlerAdapter
CompletionHandlerAdapter() - Constructor for class org.apache.tomcat.util.net.CompletionHandlerAdapter
Create a new instance of CompletionHandlerAdapter
CompletionHandlerAdapter(CompletionHandler<? extends V, ? extends A>) - Constructor for class org.apache.tomcat.util.net.CompletionHandlerAdapter
Create a new instance of CompletionHandlerAdapter
CompletionHandlerAdapter(Collection<CompletionHandler<? extends V, ? extends A>>) - Constructor for class org.apache.tomcat.util.net.CompletionHandlerAdapter
Create a new instance of CompletionHandlerAdapter
composeName(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.resources.BaseDirContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.resources.ProxyDirContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Composes the name of this context with a name relative to this context.
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
List of MIMES which could be gzipped
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11AprProcessor
List of MIMES which could be gzipped
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11Processor
List of MIMES which could be gzipped
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11Protocol
 
compression - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
Integrated compression support.
compression - Variable in class org.apache.coyote.http11.Http11AprProtocol
Integrated compression support.
compression - Variable in class org.apache.coyote.http11.Http11Protocol
Integrated compression support.
compressionLevel - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Allowed compression level.
compressionLevel - Variable in class org.apache.coyote.http11.Http11AprProcessor
Allowed compression level.
compressionLevel - Variable in class org.apache.coyote.http11.Http11Processor
Allowed compression level.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Minimum contentsize to make compression.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
compressionMinSize - Variable in class org.apache.coyote.http11.Http11AprProcessor
Minimum contentsize to make compression.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
compressionMinSize - Variable in class org.apache.coyote.http11.Http11Processor
Minimum contentsize to make compression.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11Protocol
 
compressionStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Compression output stream.
concatenate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.TextOptimizer
 
concurrency - Variable in class org.apache.catalina.valves.SemaphoreValve
Concurrency level of the semaphore.
ConcurrentMessageDigest - Class in org.apache.catalina.util
A thread safe wrapper around MessageDigest that does not make use of ThreadLocal and - broadly - only creates enough MessageDigest objects to satisfy the concurrency requirements.
condition - Variable in class org.apache.catalina.valves.AccessLogValve
Are we doing conditional logging.
condition - Variable in class org.jboss.web.rewrite.RewriteCond
 
Condition() - Constructor for class org.jboss.web.rewrite.RewriteCond.Condition
 
condition - Variable in class org.jboss.web.rewrite.RewriteCond.LexicalCondition
 
conditionalState - Variable in class org.apache.catalina.ssi.SSIMediator
 
conditions - Variable in class org.jboss.web.rewrite.RewriteRule
 
condPattern - Variable in class org.jboss.web.rewrite.RewriteCond
 
CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
config - Variable in class org.apache.catalina.ssi.SSIFilter
 
configBase - Variable in class org.apache.catalina.startup.HostConfig
Config base.
configBase() - Method in class org.apache.catalina.startup.HostConfig
Return a File object representing the "configuration root" directory for our associated Host.
configClass - Variable in class org.apache.catalina.core.StandardContext
The class name of the context configurator.
configClass - Variable in class org.apache.catalina.startup.HostConfig
The Java class name of the Context configuration class we should use.
configErrMsg - Variable in class org.apache.catalina.ssi.SSIMediator
 
configSizeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
 
configTimeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
 
configureClientAuth(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Configure Client authentication for this version of JSSE.
configureClientAuth(SSLSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Configure Client authentication for this version of JSSE.
configured - Variable in class org.apache.catalina.core.StandardContext
The "correctly configured" flag for this Context.
configureSessionCookie(Cookie) - Method in class org.apache.catalina.connector.Request
Configures the given JSESSIONID cookie.
connect() - Method in class org.apache.naming.resources.DirContextURLConnection
Connect to the DirContext, and retrive the bound object, as well as its attributes.
connect(long, long) - Static method in class org.apache.tomcat.jni.Local
Issue a connection request to a socket either on the same machine or a different one.
connect(long, long) - Static method in class org.apache.tomcat.jni.Socket
Issue a connection request to a socket either on the same machine or a different one.
connect(SocketAddress, A, CompletionHandler<Void, ? super A>) - Method in class org.apache.tomcat.util.net.NioChannel
Connects this channel.
connect(SocketAddress) - Method in class org.apache.tomcat.util.net.NioChannel
Connects this channel.
CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
 
CONNECTION - Static variable in class org.apache.coyote.http11.Constants
 
CONNECTION_TYPE_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - connectionType field
connectionCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Amount of connections inside this poller.
connectionCount - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Poller
Amount of connections inside this poller.
connectionName - Variable in class org.apache.catalina.session.JDBCStore
The connection username to use when trying to connect to the database.
connectionName - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
The connection username to use when trying to connect to the database.
connectionPassword - Variable in class org.apache.catalina.session.JDBCStore
The connection URL to use when trying to connect to the database.
connectionPassword - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
The connection URL to use when trying to connect to the database.
connections - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
connections - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
connections - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
connectionURL - Variable in class org.apache.catalina.session.JDBCStore
Connection string to use when connecting to the DB.
Connector - Class in org.apache.catalina.connector
Implementation of a Coyote connector for Tomcat 5.x.
Connector(String) - Constructor for class org.apache.catalina.connector.Connector
 
connector - Variable in class org.apache.catalina.connector.Request
Associated Catalina connector.
connector - Variable in class org.apache.catalina.connector.Response
Associated Catalina connector.
CONNECTOR_LOGGER - Static variable in interface org.jboss.web.CatalinaLogger
A logger with the category of the package name.
connectorAlreadyInitialized() - Method in interface org.jboss.web.CatalinaLogger
 
connectorAlreadyInitialized() - Method in class org.jboss.web.CatalinaLogger_$logger
 
connectorAlreadyInitialized$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
connectorAlreadyStarted() - Method in interface org.jboss.web.CatalinaLogger
 
connectorAlreadyStarted() - Method in class org.jboss.web.CatalinaLogger_$logger
 
connectorAlreadyStarted$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
ConnectorMBean - Class in org.apache.catalina.connector
A ModelMBean implementation for the org.apache.coyote.tomcat5.CoyoteConnector component.
ConnectorMBean() - Constructor for class org.apache.catalina.connector.ConnectorMBean
Construct a ModelMBean with default ModelMBeanInfo information.
connectorNotStarted() - Method in interface org.jboss.web.CatalinaLogger
 
connectorNotStarted() - Method in class org.jboss.web.CatalinaLogger_$logger
 
connectorNotStarted$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
connectors - Variable in class org.apache.catalina.core.StandardService
The set of Connectors associated with this Service.
connectorStopFailed(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
connectorStopFailed(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
connectorStopFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
Constants - Class in org.apache.catalina.authenticator
 
Constants() - Constructor for class org.apache.catalina.authenticator.Constants
 
Constants - Class in org.apache.catalina.connector
Static constants for this package.
Constants() - Constructor for class org.apache.catalina.connector.Constants
 
Constants - Class in org.apache.catalina.core
 
Constants() - Constructor for class org.apache.catalina.core.Constants
 
Constants - Class in org.apache.catalina.filters
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.filters.Constants
 
Constants - Class in org.apache.catalina.realm
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.realm.Constants
 
Constants - Class in org.apache.catalina.servlets
 
Constants() - Constructor for class org.apache.catalina.servlets.Constants
 
Constants - Class in org.apache.catalina.session
Manifest constants for the org.apache.catalina.session package.
Constants() - Constructor for class org.apache.catalina.session.Constants
 
Constants - Class in org.apache.catalina.startup
String constants for the startup package.
Constants() - Constructor for class org.apache.catalina.startup.Constants
 
Constants - Class in org.apache.catalina.valves
Manifest constants for the org.apache.catalina.valves package.
Constants() - Constructor for class org.apache.catalina.valves.Constants
 
Constants - Class in org.apache.coyote.ajp
Constants.
Constants() - Constructor for class org.apache.coyote.ajp.Constants
 
Constants - Class in org.apache.coyote
Constants.
Constants() - Constructor for class org.apache.coyote.Constants
 
Constants - Class in org.apache.coyote.http11
Constants.
Constants() - Constructor for class org.apache.coyote.http11.Constants
 
Constants - Class in org.apache.jasper
Some constants and other global data that are used by the compiler and the runtime.
Constants() - Constructor for class org.apache.jasper.Constants
 
Constants - Class in org.apache.naming
Static constants for this package.
Constants() - Constructor for class org.apache.naming.Constants
 
Constants - Class in org.apache.naming.resources
Static constants for this package.
Constants() - Constructor for class org.apache.naming.resources.Constants
 
Constants - Class in org.apache.tomcat.util
Constants.
Constants() - Constructor for class org.apache.tomcat.util.Constants
 
Constants - Class in org.apache.tomcat.util.net
Constants.
Constants() - Constructor for class org.apache.tomcat.util.net.Constants
 
Constants - Class in org.jboss.web.php
Package Constants
Constants() - Constructor for class org.jboss.web.php.Constants
 
Constants.AccessLog - Class in org.apache.catalina.valves
 
constraints - Variable in class org.apache.catalina.core.StandardContext
The security constraints for this web application.
ConstructorInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for a Constructor descriptor.
ConstructorInfo() - Constructor for class org.apache.tomcat.util.modeler.ConstructorInfo
 
Contained - Interface in org.apache.catalina
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
container - Variable in class org.apache.catalina.connector.Connector
The Container used for processing requests received by this Connector.
Container - Interface in org.apache.catalina
A Container is an object that can execute requests received from a client, and return responses based on those requests.
container - Variable in class org.apache.catalina.core.StandardPipeline
The Container with which this Pipeline is associated.
container - Variable in class org.apache.catalina.core.StandardService
The Container associated with this Service.
container - Variable in class org.apache.catalina.realm.RealmBase
The Container with which this Realm is associated.
container - Variable in class org.apache.catalina.session.ManagerBase
The Container with which this Manager is associated.
container - Variable in class org.apache.catalina.valves.ValveBase
The Container whose pipeline this Valve is a component of.
CONTAINER_ARRAY - Static variable in class org.apache.catalina.core.ContainerBase
Container array type.
containerAlreadyStarted(String) - Method in interface org.jboss.web.CatalinaLogger
 
containerAlreadyStarted(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
containerAlreadyStarted$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
ContainerBackgroundProcessor() - Constructor for class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
ContainerBase - Class in org.apache.catalina.core
Abstract implementation of the Container interface, providing common functionality required by nearly every implementation.
ContainerBase() - Constructor for class org.apache.catalina.core.ContainerBase
 
ContainerBase.ContainerBackgroundProcessor - Class in org.apache.catalina.core
Private thread class to invoke the backgroundProcess method of this container and its children after a fixed delay.
ContainerBase.PrivilegedAddChild - Class in org.apache.catalina.core
Perform addChild with the permissions of this class.
containerChildNameNotUnique(String) - Method in interface org.jboss.web.CatalinaMessages
 
containerChildNameNotUnique(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
containerChildNameNotUnique$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
containerChildStartFailed(String, Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
containerChildStartFailed(String, Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
containerChildStartFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
containerChildWithNullName() - Method in interface org.jboss.web.CatalinaMessages
 
containerChildWithNullName() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
containerChildWithNullName$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ContainerEvent - Class in org.apache.catalina
General event for notifying listeners of significant changes on a Container.
ContainerEvent(Container, String, Object) - Constructor for class org.apache.catalina.ContainerEvent
Construct a new ContainerEvent with the specified parameters.
containerEvent(ContainerEvent) - Method in interface org.apache.catalina.ContainerListener
Acknowledge the occurrence of the specified event.
containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.ServiceMapperListener
 
ContainerListener - Interface in org.apache.catalina
Interface defining a listener for significant Container generated events.
containerLog - Variable in class org.apache.catalina.realm.RealmBase
Container log
containerNotStarted(String) - Method in interface org.jboss.web.CatalinaLogger
 
containerNotStarted(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
containerNotStarted$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
ContainerServlet - Interface in org.apache.catalina
A ContainerServlet is a servlet that has access to Catalina internal functionality, and is loaded from the Catalina class loader instead of the web application class loader.
containerThread - Static variable in class org.apache.coyote.http11.Http11AbstractProcessor
Thread local marker.
containerThread - Static variable in class org.apache.coyote.http11.Http11AprProcessor
Thread local marker.
contains(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Return true if the given str contains the given searchStr.
containsHeader(String) - Method in class org.apache.catalina.connector.Response
Has the specified header been set already in this response?
containsHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
containsHeader(String) - Method in class org.apache.catalina.core.DummyResponse
 
containsHeader(String) - Method in class org.apache.coyote.Response
Warning: This method always returns false for Content-Type and Content-Length.
containsSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns true if the symbol table already contains the specified symbol.
CONTENT_DISPOSITION - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content disposition header name.
CONTENT_LANGUAGE - Static variable in class org.apache.naming.resources.ResourceAttributes
Content language.
CONTENT_LENGTH - Static variable in class org.apache.naming.resources.ResourceAttributes
Content length.
CONTENT_LENGTH - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content length header name.
CONTENT_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
MIME type of the content.
CONTENT_TYPE - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content type header name.
contentDelimitation - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Content delimitator for the request (if false, the connection will be closed at the end of the request).
contentDelimitation - Variable in class org.apache.coyote.http11.Http11AprProcessor
Content delimitator for the request (if false, the connection will be closed at the end of the request).
contentDelimitation - Variable in class org.apache.coyote.http11.Http11Processor
Content delimitator for the request (if false, the connection will be closed at the end of the request).
contentLanguage - Variable in class org.apache.coyote.Response
 
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Content length.
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Content length.
contentLength - Variable in class org.apache.coyote.Response
 
contentLength - Variable in class org.apache.naming.resources.ResourceAttributes
Content length.
contentType() - Method in class org.apache.coyote.Request
 
contentType - Variable in class org.apache.coyote.Response
HTTP specific fields.
contentType - Variable in class org.apache.jasper.JspCompilationContext
 
contentType() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the content type
ContentType - Class in org.apache.tomcat.util.http
Usefull methods for Content-Type processing
ContentType() - Constructor for class org.apache.tomcat.util.http.ContentType
 
contentTypeRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
regex pattern to match when evaluating content types
context - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Context to which this Valve is attached.
context - Variable in class org.apache.catalina.connector.Request
Associated context.
Context - Interface in org.apache.catalina
A Context is a Container that represents a servlet context, and therefore an individual web application, in the Catalina servlet engine.
context - Variable in class org.apache.catalina.core.StandardContext
The ServletContext implementation associated with this Context.
context - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
context - Variable in class org.apache.catalina.startup.ContextConfig
The Context we are associated with.
context - Variable in class org.apache.jasper.JspCompilationContext
 
CONTEXT - Static variable in class org.apache.naming.NamingEntry
 
context - Variable in class org.apache.naming.resources.CacheEntry
 
context - Variable in class org.apache.naming.resources.DirContextURLConnection
Directory context.
context - Variable in class org.apache.naming.resources.DirContextURLStreamHandler
Directory context.
CONTEXT - Static variable in class org.apache.naming.resources.ProxyDirContext
 
context - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Context associated with this wrapper, used for wrapper mapping.
Context() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Context
 
context - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
context - Variable in class org.jboss.web.rewrite.RewriteValve
Will be set to true if the valve is associated with a context.
contextAlreadyInitialized(String) - Method in interface org.jboss.web.CatalinaMessages
 
contextAlreadyInitialized(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
contextAlreadyInitialized$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
contextChildMustBeWrapper() - Method in interface org.jboss.web.CatalinaMessages
 
contextChildMustBeWrapper() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
contextChildMustBeWrapper$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
contextClass - Variable in class org.apache.catalina.startup.HostConfig
The Java class name of the Context implementation we should use.
ContextConfig - Class in org.apache.catalina.startup
Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets.
ContextConfig() - Constructor for class org.apache.catalina.startup.ContextConfig
 
contextJmxRegistrationFailed(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
contextJmxRegistrationFailed(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
contextJmxRegistrationFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
ContextList() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
contextList - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
contextListenerStart() - Method in class org.apache.catalina.core.StandardContext
Configure the set of instantiated application event listeners for this Context.
contextName - Variable in class org.apache.naming.resources.ProxyDirContext
Context name.
contextObjectCreationError() - Method in interface org.jboss.web.CatalinaMessages
 
contextObjectCreationError() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
contextObjectCreationError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
contextObjectNameCreationFailed(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
contextObjectNameCreationFailed(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
contextObjectNameCreationFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
contextPath - Variable in class org.apache.catalina.core.DummyRequest
 
contextPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
contexts - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
contextUnavailable() - Method in interface org.jboss.web.CatalinaLogger
 
contextUnavailable() - Method in class org.jboss.web.CatalinaLogger_$logger
 
contextUnavailable$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
contextXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per context.
controlConcurrency(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Subclass friendly method to add conditions.
controller - Variable in class org.apache.catalina.core.ContainerBase
 
controller - Variable in class org.apache.catalina.core.StandardService
 
controller - Variable in class org.apache.catalina.realm.RealmBase
 
controller - Variable in class org.apache.catalina.valves.ValveBase
 
conType - Variable in class org.apache.tomcat.bayeux.RequestBase
 
conv - Variable in class org.apache.catalina.connector.InputBuffer
Current byte to char converter.
conv - Variable in class org.apache.catalina.connector.OutputBuffer
Current char to byte converter.
convert(String) - Static method in class org.apache.catalina.util.HexUtils
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
convert(byte[]) - Static method in class org.apache.catalina.util.HexUtils
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
convert(String) - Static method in class org.apache.catalina.util.MIME2Java
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
convert(String, String, Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
convert(ByteChunk, CharChunk) - Method in class org.apache.tomcat.util.buf.B2CConverter
Convert the given bytes to characters.
convert(CharChunk, ByteChunk) - Method in class org.apache.tomcat.util.buf.C2BConverter
Convert the given characters to bytes.
convert(String) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
convert(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
convert(ByteChunk) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source.
convert(ByteChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source.
convert(CharChunk) - Method in class org.apache.tomcat.util.buf.UDecoder
In-buffer processing - the buffer will be modified Includes converting '+' to ' '.
convert(CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
In-buffer processing - the buffer will be modified
convert(MessageBytes) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source Includes converting '+' to ' '.
convert(MessageBytes, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source
convert(String) - Method in class org.apache.tomcat.util.buf.UDecoder
 
convert(String, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
 
convert(ByteChunk, CharChunk) - Method in class org.apache.tomcat.util.buf.UTF8Decoder
 
convert2Int(byte[]) - Static method in class org.apache.catalina.util.HexUtils
Convert 4 hex digits to an int, and return the number of converted bytes.
convert2Int(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert 4 hex digits to an int, and return the number of converted bytes.
convertDateFormat(String) - Method in class org.apache.catalina.util.Strftime
Search the provided pattern and get the C standard Date/Time formatting rules and convert them to the Java equivalent.
convertMB(MessageBytes) - Method in class org.apache.catalina.connector.CoyoteAdapter
Character conversion of the a US-ASCII MessageBytes.
convertToBytes(String) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Convert specified String to a byte array.
convertURI(MessageBytes, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Character conversion of the URI.
convertValue(String, String) - Method in class org.apache.tomcat.util.modeler.Registry
EXPERIMENTAL Convert a string to object, based on type.
cookie - Variable in class org.jboss.web.rewrite.RewriteRule
This sets a cookie on the client's browser.
cookieDomain - Variable in class org.apache.catalina.authenticator.SingleSignOn
Optional SSO cookie domain.
cookieDomain - Variable in class org.jboss.web.rewrite.RewriteRule
 
CookieElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.CookieElement
 
CookieElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
 
cookieHttpOnly - Variable in class org.apache.catalina.authenticator.SingleSignOn
Optional SSO HTTP only.
cookieHttpOnly - Variable in class org.jboss.web.rewrite.RewriteRule
 
cookieLifetime - Variable in class org.jboss.web.rewrite.RewriteRule
 
cookieName - Variable in class org.jboss.web.rewrite.RewriteRule
 
cookiePath - Variable in class org.jboss.web.rewrite.RewriteRule
 
cookieResult - Variable in class org.jboss.web.rewrite.RewriteRule
 
cookies - Variable in class org.apache.catalina.connector.Request
The set of cookies associated with this Request.
cookies - Variable in class org.apache.catalina.connector.Response
The set of Cookies associated with this Response.
cookies() - Method in class org.apache.tomcat.util.http.BaseRequest
Get cookies.
Cookies - Class in org.apache.tomcat.util.http
A collection of cookies - reusable and tuned for server side performance.
Cookies(MimeHeaders) - Constructor for class org.apache.tomcat.util.http.Cookies
Construct a new cookie collection, that will extract the information from headers.
cookies(ScriptEnvironment) - Static method in class org.jboss.web.php.SAPI
 
cookieSecure - Variable in class org.jboss.web.rewrite.RewriteRule
 
cookiesParsed - Variable in class org.apache.catalina.connector.Request
Cookies parsed flag.
cookieSubstitution - Variable in class org.jboss.web.rewrite.RewriteRule
 
CookieSupport - Class in org.apache.tomcat.util.http
Static constants for this package.
cookieValue - Variable in class org.jboss.web.rewrite.RewriteRule
 
copy(File, File) - Method in class org.apache.catalina.core.StandardContext
Copy a file.
copy(CacheEntry, InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, InputStream, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, ServletOutputStream, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, PrintWriter, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, ServletOutputStream, Iterator<DefaultServlet.Range>, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, PrintWriter, Iterator<DefaultServlet.Range>, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(File, File) - Static method in class org.apache.catalina.startup.ExpandWar
Copy the specified file or directory to the destination.
copy(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
Copy the specified file to another file.
copy(InputStream, OutputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, boolean) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
Copies the contents of the given InputStream to the given OutputStream.
copy(InputStream, OutputStream, boolean, byte[]) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
Copies the contents of the given InputStream to the given OutputStream.
copyBytes(byte[], int, int, int) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Copy an array of bytes to a different position.
copyLarge(InputStream, OutputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Copy bytes from a large (over 2GB) InputStream to an OutputStream.
copyRange(InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyRange(Reader, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyRange(InputStream, ServletOutputStream, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyRange(Reader, PrintWriter, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
CORE_LOGGER - Static variable in interface org.jboss.web.CatalinaLogger
A logger with the category of the package name.
countAllocated - Variable in class org.apache.catalina.core.StandardWrapper
The count of allocations that are currently active for STM servlets.
counter - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
The number of open connections
counter - Variable in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
 
CoyoteAdapter - Class in org.apache.catalina.connector
Implementation of a request processor which delegates the processing to a Coyote processor.
CoyoteAdapter(Connector) - Constructor for class org.apache.catalina.connector.CoyoteAdapter
Construct a new CoyoteProcessor associated with the specified connector.
CoyoteInputStream - Class in org.apache.catalina.connector
This class handles reading bytes.
CoyoteInputStream(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteInputStream
 
CoyoteLogger - Interface in org.jboss.web
Logging IDs 3000-4000
CoyoteLogger_$logger - Class in org.jboss.web
Warning this class consists of generated code.
CoyoteLogger_$logger(Logger) - Constructor for class org.jboss.web.CoyoteLogger_$logger
 
CoyoteMessages - Interface in org.jboss.web
Logging IDs 2000-3000
CoyoteMessages_$bundle - Class in org.jboss.web
Warning this class consists of generated code.
CoyoteMessages_$bundle() - Constructor for class org.jboss.web.CoyoteMessages_$bundle
 
CoyoteOutputStream - Class in org.apache.catalina.connector
Coyote implementation of the servlet output stream.
CoyoteOutputStream(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteOutputStream
 
CoyotePrincipal - Class in org.apache.catalina.connector
Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
CoyotePrincipal(String) - Constructor for class org.apache.catalina.connector.CoyotePrincipal
 
CoyoteReader - Class in org.apache.catalina.connector
Coyote implementation of the buffred reader.
CoyoteReader(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteReader
 
coyoteRequest - Variable in class org.apache.catalina.connector.Request
Coyote request.
coyoteResponse - Variable in class org.apache.catalina.connector.Response
Coyote response.
CoyoteWriter - Class in org.apache.catalina.connector
Coyote implementation of the servlet writer.
CoyoteWriter(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteWriter
 
CR - Static variable in class org.apache.coyote.ajp.Constants
CR.
CR - Static variable in class org.apache.coyote.http11.Constants
CR.
CR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The Carriage Return ASCII character value.
CrawlerSessionManagerValve - Class in org.apache.catalina.valves
Web crawlers can trigger the creation of many thousands of sessions as they crawl a site which may result in significant memory consumption.
CrawlerSessionManagerValve() - Constructor for class org.apache.catalina.valves.CrawlerSessionManagerValve
 
create() - Method in class org.apache.catalina.core.StandardContext
 
create(String, int, long) - Static method in class org.apache.tomcat.jni.Global
Create and initialize a mutex that can be used to synchronize both processes and threads.
create(String, long) - Static method in class org.apache.tomcat.jni.Local
Create a socket.
create(String, int, long) - Static method in class org.apache.tomcat.jni.Lock
Create and initialize a mutex that can be used to synchronize processes.
create(long, long, long, int, long) - Static method in class org.apache.tomcat.jni.Mmap
Create a new mmap'ed file out of an existing APR file.
create(int, long, int, long) - Static method in class org.apache.tomcat.jni.Poll
Setup a pollset object.
create(long) - Static method in class org.apache.tomcat.jni.Pool
Create a new pool.
create(long, String, String[], String[], long, long) - Static method in class org.apache.tomcat.jni.Proc
Create a new process and execute a new program within that process.
create(long) - Static method in class org.apache.tomcat.jni.Procattr
Create and initialize a new procattr variable
create(int, String, int, long) - Static method in class org.apache.tomcat.jni.Registry
Create or open a Registry Key.
create(long, String, long) - Static method in class org.apache.tomcat.jni.Shm
Create and make accessable a shared memory segment.
create(int, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Create a socket.
createCompiler() - Method in class org.apache.jasper.JspCompilationContext
Create a "Compiler" object based on some init param data.
createCompiler(String) - Method in class org.apache.jasper.JspCompilationContext
 
createConstructorInfo() - Method in class org.apache.tomcat.util.modeler.ConstructorInfo
Create and return a ModelMBeanConstructorInfo object that corresponds to the attribute described by this instance.
createELContext(JspContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
createEmptySession() - Method in interface org.apache.catalina.Manager
Get a session from the recycled ones or create a new empty one.
createEmptySession() - Method in class org.apache.catalina.session.ManagerBase
Get a session from the recycled ones or create a new empty one.
createFilter(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
 
createFilter(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
createFilterChain(ServletRequest, Wrapper, Servlet) - Method in class org.apache.catalina.core.ApplicationFilterFactory
Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
createFragmentsOrder() - Method in class org.apache.catalina.startup.ContextConfig
Parse fragments order.
createInputStream() - Method in class org.apache.catalina.connector.Request
Create and return a ServletInputStream to read the content associated with this Request.
createInputStream() - Method in class org.apache.catalina.core.DummyRequest
 
createItem(String, String, boolean, String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Create a new DiskFileItem instance from the supplied parameters and the local factory configuration.
createItem(String, String, boolean, String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemFactory
Create a new FileItem instance from the supplied parameters and any local factory configuration.
createJavacError(String, Node.Nodes, StringBuilder, int) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
 
createJavacError(String, Node.Nodes, StringBuilder, int, JspCompilationContext) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
 
createListener(Class<T>) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
createListener(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
 
createListener(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
createLogElements() - Method in class org.apache.catalina.valves.AccessLogValve
parse pattern string and create the array of AccessLogElement
createLogElements() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
createManagedBean(Registry, String, Class, String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
XXX Find if the 'className' is the name of the MBean or the real class ( I suppose first ) XXX Read (optional) descriptions from a .properties, generated from source XXX Deal with constructors
createManager(String) - Method in interface org.apache.catalina.Cluster
Create a new manager which will use this cluster to replicate its sessions.
createMBean() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Create and return a ModelMBean that has been preconfigured with the ModelMBeanInfo information for this managed bean, but is not associated with any particular managed resource.
createMBean(Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Create and return a ModelMBean that has been preconfigured with the ModelMBeanInfo information for this managed bean, and is associated with the specified managed object instance.
createNotificationInfo() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Create and return a ModelMBeanNotificationInfo object that corresponds to the attribute described by this instance.
createObjectName(String, String) - Method in class org.apache.catalina.connector.Connector
 
createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.ContainerBase
 
createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardContext
 
createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardEngine
 
createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardHost
 
createObjectName(String, ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
createOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 
createOutputStream() - Method in class org.apache.catalina.connector.Response
Create and return a ServletOutputStream to write the content associated with this Response.
createOutputStream() - Method in class org.apache.catalina.core.DummyResponse
 
createParameterInfo() - Method in class org.apache.tomcat.util.modeler.ParameterInfo
Create and return a MBeanParameterInfo object that corresponds to the parameter described by this instance.
createProcessor() - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
createProcessor() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
createProcessor() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
createRequest() - Method in class org.apache.catalina.connector.Connector
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createResponse() - Method in class org.apache.catalina.connector.Connector
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createSecureFactory(AsynchronousChannelGroup) - Static method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Create and configure a new secure NioServerSocketChannelFactory instance
createServerChannel(int, int, InetAddress, boolean) - Method in class org.apache.tomcat.util.net.DefaultNioServerSocketChannelFactory
 
createServerChannel(int) - Method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Returns a server socket channel which uses all network interfaces on the host, and is bound to a the specified port.
createServerChannel(int, int) - Method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Returns a server socket which uses all network interfaces on the host, is bound to a the specified port, and uses the specified connection backlog.
createServerChannel(int, int, InetAddress, boolean) - Method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Returns a server socket channel which uses only the specified network interface on the local host, is bound to a the specified port, and uses the specified connection backlog.
createServerSocketChannelFactory(AsynchronousChannelGroup, boolean) - Static method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Create a new NioServerSocketChannelFactory instance
createServlet(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
 
createServlet(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
createSession(String, Random) - Method in interface org.apache.catalina.Manager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession(String, Random) - Method in class org.apache.catalina.session.ManagerBase
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession(String, Random) - Method in class org.apache.catalina.session.StandardManager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSocket(int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int, int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, and is bound to a the specified port.
createSocket(int, int) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses only the specified network interface on the local host, is bound to a the specified port, and uses the specified connection backlog.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.AliasDirContext
 
createSubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.JARDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Creates and binds a new context, along with associated attributes.
createTypedArray(String, Object, Method, String[], Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Create a typed array.
createURLStreamHandler(String) - Method in class org.apache.naming.resources.DirContextURLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createUUID(String) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
createWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
Create (or allocate) and return an available processor for use in processing a specific HTTP request, if possible.
createWorkerThread() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Create (or allocate) and return an available processor for use in processing a specific HTTP request, if possible.
createWrapper() - Method in interface org.apache.catalina.Context
Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.
createWrapper() - Method in class org.apache.catalina.core.StandardContext
Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.
creation - Variable in class org.apache.naming.resources.ResourceAttributes
Creation time.
CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
creationDate - Variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
creationDateFormat - Static variable in class org.apache.catalina.servlets.WebdavServlet
Simple date format for the creation date ISO representation (partial).
creationTime - Variable in class org.apache.catalina.session.StandardSession
The time this session was created, in milliseconds since midnight, January 1, 1970 GMT.
creationTime - Variable in class org.apache.tomcat.bayeux.MessageImpl
 
CRLF - Static variable in class org.apache.coyote.ajp.Constants
CRLF.
CRLF - Static variable in class org.apache.coyote.http11.Constants
CRLF.
CRLF_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
CRLF_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
crossContext - Variable in class org.apache.catalina.core.StandardContext
Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?
csize - Variable in class org.apache.tomcat.jni.FileInfo
The storage size consumed by the file
CSRF_NONCE_REQUEST_PARAM - Static variable in class org.apache.catalina.filters.Constants
 
CSRF_NONCE_SESSION_ATTR_NAME - Static variable in class org.apache.catalina.filters.Constants
 
CsrfPreventionFilter - Class in org.apache.catalina.filters
Provides basic CSRF protection for a web application.
CsrfPreventionFilter() - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter
 
CsrfPreventionFilter.CsrfResponseWrapper - Class in org.apache.catalina.filters
 
CsrfResponseWrapper(HttpServletResponse, String) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
 
ctime - Variable in class org.apache.tomcat.jni.FileInfo
The time the file was created, or the inode was last changed
ctime(long) - Static method in class org.apache.tomcat.jni.Time
Formats dates in the ctime() format in an efficient manner.
ctxt - Variable in class org.apache.jasper.compiler.Compiler
 
CURRENT_REQ_ATTR - Static variable in interface org.apache.tomcat.bayeux.BayeuxRequest
 
currentFilterChain - Variable in class org.apache.catalina.connector.Request
Number of filter chains used.
currentLogFile - Variable in class org.apache.catalina.valves.AccessLogValve
The current log file we are writing to.
curThreads - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Current worker threads count.
curThreads - Variable in class org.apache.tomcat.util.net.AprEndpoint
Current worker threads count.
curThreads - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Current worker threads count.
curThreadsBusy - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Current worker threads busy count.
curThreadsBusy - Variable in class org.apache.tomcat.util.net.AprEndpoint
Current worker threads busy count.
curThreadsBusy - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Current worker threads busy count.
customAuthenticators - Variable in class org.apache.catalina.startup.ContextConfig
Custom mappings of login methods to authenticators
CustomObjectInputStream - Class in org.apache.catalina.util
Custom subclass of ObjectInputStream that loads from the class loader for this web application.
CustomObjectInputStream(InputStream, ClassLoader) - Constructor for class org.apache.catalina.util.CustomObjectInputStream
Construct a new instance of CustomObjectInputStream

D

daemon - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
The default is true - the created threads will be in daemon mode.
daemon - Variable in class org.apache.tomcat.util.net.AprEndpoint
The default is true - the created threads will be in daemon mode.
daemon - Variable in class org.apache.tomcat.util.net.JIoEndpoint
The default is true - the created threads will be in daemon mode.
DASH - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The dash (-) ASCII character value.
data - Variable in class org.apache.tomcat.bayeux.RequestBase
 
DATA_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - data field
DataFilter - Interface in org.apache.cometd.bayeux
Data Filter
Data filters are used to transform data as it is sent to a Channel.
dataGet(long, String) - Static method in class org.apache.tomcat.jni.Pool
Return the data associated with the current pool.
dataSet(long, String, Object) - Static method in class org.apache.tomcat.jni.Pool
Set the data associated with the current pool
date - Variable in class org.apache.naming.resources.DirContextURLConnection
Date.
DateAndTimeElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.DateAndTimeElement
 
DateElement() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
 
DateTool - Class in org.apache.catalina.util
Common place for date utils.
DateTool() - Constructor for class org.apache.catalina.util.DateTool
 
deallocate(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
Return this previously allocated servlet to the pool of available instances.
deallocate(Servlet) - Method in interface org.apache.catalina.Wrapper
Return this previously allocated servlet to the pool of available instances.
debug - Variable in class org.apache.catalina.servlets.DefaultServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIFilter
Debug level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIMediator
 
debug - Variable in class org.apache.catalina.ssi.SSIProcessor
 
debug - Variable in class org.apache.catalina.ssi.SSIServlet
Debug level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
DEC - Static variable in class org.apache.catalina.util.HexUtils
 
DEC - Static variable in class org.apache.tomcat.util.buf.HexUtils
Table for HEX to DEC byte translation.
DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
declare - Variable in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
declareRoles(String...) - Method in class org.apache.catalina.core.ApplicationContext
 
declareRoles(String...) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
decode(ByteChunk, CharChunk) - Static method in class org.apache.catalina.util.Base64
Decodes Base64 data into octects
decode(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Decode an URL formatted string.
decode(byte[]) - Method in class org.apache.tomcat.util.buf.Base64
Decodes Base64 data into octects
decodedURI - Variable in class org.apache.catalina.core.DummyRequest
 
decodedURI() - Method in class org.apache.coyote.Request
 
decoder - Variable in class org.apache.tomcat.util.buf.B2CConverter
 
decTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.connector.InputBuffer
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.connector.OutputBuffer
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.util.IOTools
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
Default size of the JSP buffer.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.ASCIIReader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UCSReader
Default byte buffer size (8192, larger than that of ASCIIReader since it's reasonable to surmise that the average UCS-4-encoded file should be 4 times as large as the average ASCII-encoded file).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UTF8Reader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
DEFAULT_BUFSIZE - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The default length of the buffer used for processing a request.
DEFAULT_CHARACTER_ENCODING - Static variable in class org.apache.coyote.Constants
 
DEFAULT_CHARACTER_ENCODING - Static variable in class org.apache.tomcat.util.buf.ByteChunk
Default encoding used to convert to strings.
DEFAULT_CHARSET - Static variable in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Default content charset to be used when no explicit charset parameter is provided by the sender.
DEFAULT_CONFIG_ERR_MSG - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONFIG_SIZE_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONFIG_TIME_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.catalina.connector.Constants
 
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.catalina.connector.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.catalina.connector.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_ENCODING - Static variable in class org.apache.catalina.connector.InputBuffer
 
DEFAULT_ENCODING - Static variable in class org.apache.catalina.connector.OutputBuffer
 
DEFAULT_ENCODING - Static variable in class org.apache.catalina.ssi.SSIEcho
 
DEFAULT_ENCODING - Static variable in class org.apache.jasper.tagplugins.jstl.Util
 
DEFAULT_ENCODING - Static variable in class org.apache.tomcat.util.http.Parameters
 
DEFAULT_HEADER_SIZE - Static variable in class org.apache.tomcat.util.http.MimeHeaders
Initial size - should be == average number of headers per request
DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Default HTTP header buffer size.
DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.apache.coyote.http11.Constants
Default HTTP header buffer size.
DEFAULT_KEEP_ALIVE_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_LOCALE - Static variable in class org.apache.coyote.Constants
 
DEFAULT_NAMESPACE - Static variable in class org.apache.catalina.servlets.WebdavServlet
Default namespace.
DEFAULT_NAMESPACE - Static variable in class org.apache.naming.resources.Constants
 
DEFAULT_NAMING_LISTENER - Static variable in class org.apache.catalina.core.StandardContext
 
DEFAULT_RESOURCE - Static variable in class org.apache.catalina.util.CharsetMapper
Default properties resource name.
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.catalina.connector.Constants
 
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_SERVLET_METHODS - Static variable in class org.apache.catalina.core.StandardWrapper
 
DEFAULT_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLStringBuffer
Default buffer size (32).
DEFAULT_SIZE_THRESHOLD - Static variable in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
The default threshold above which uploads will be stored on disk.
DEFAULT_SO_TIMEOUT - Static variable in class org.apache.tomcat.util.net.AbstractEndpoint
The default socket timeout = 60 sec
DEFAULT_TAG_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
Default size for the tag buffers.
DEFAULT_TCP_NO_DELAY - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_TCP_NO_DELAY - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_TOMCAT_AUTHENTICATION - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_XMLDECL_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
defaultContentType - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
DefaultContextXml - Static variable in class org.apache.catalina.startup.Constants
 
defaultEncoding(long) - Static method in class org.apache.tomcat.jni.OS
Get the name of the system default characer set.
defaultHostName - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Default host name.
defaultLocale - Static variable in class org.apache.catalina.connector.Request
The default Locale if none are specified.
defaultMap - Static variable in class org.apache.tomcat.util.http.MimeMap
 
DefaultNioServerSocketChannelFactory - Class in org.apache.tomcat.util.net
DefaultNioServerSocketChannelFactory Created on Jan 3, 2012 at 12:12:02 PM
DefaultNioServerSocketChannelFactory() - Constructor for class org.apache.tomcat.util.net.DefaultNioServerSocketChannelFactory
Create a new instance of DefaultNioServerSocketChannelFactory
DefaultNioServerSocketChannelFactory(AsynchronousChannelGroup) - Constructor for class org.apache.tomcat.util.net.DefaultNioServerSocketChannelFactory
Create a new instance of DefaultNioServerSocketChannelFactory
DefaultServlet - Class in org.apache.catalina.servlets
The default resource-serving servlet for most web applications, used to serve static resources such as HTML pages and images.
DefaultServlet() - Constructor for class org.apache.catalina.servlets.DefaultServlet
 
DefaultServlet.Range - Class in org.apache.catalina.servlets
 
defaultSessionTrackingModes - Variable in class org.apache.catalina.core.StandardContext
Session tracking modes.
DefaultThreadFactory(String, int) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.DefaultThreadFactory
Create a new instance of DefaultThreadFactory
DefaultThreadFactory(int) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.DefaultThreadFactory
Create a new instance of DefaultThreadFactory
defaultValue - Variable in class org.jboss.web.rewrite.Substitution.MapElement
 
defaultWebConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the default configuration file, if it exists.
DefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
 
defaultWrapper - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
deferAccept - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Defer accept.
deferAccept - Variable in class org.apache.tomcat.util.net.AprEndpoint
Defer accept.
DeferredFileOutputStream - Class in org.apache.tomcat.util.http.fileupload
An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.
DeferredFileOutputStream(int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.
DeferredFileOutputStream(int, String, String, File) - Constructor for class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a temporary file beyond that point.
deferredMethod - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
deferredSyntaxAllowedAsLiteral - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
deferredValue - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
defname() - Static method in class org.apache.tomcat.jni.Lock
Display the name of the default mutex: APR_LOCK_DEFAULT
dehexchar(char) - Static method in class org.apache.tomcat.util.json.JSONTokener
Get the hex value of a character (base16).
DELAY_CONNECTOR_STARTUP - Static variable in class org.apache.catalina.core.StandardService
Alternate flag to enable delaying startup of connectors in embedded mode.
delete() - Method in class org.apache.catalina.core.StandardPart
 
delete(File) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
delete(File, boolean) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
delete(long) - Static method in class org.apache.tomcat.jni.Mmap
Remove a mmap'ed.
delete() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete(File) - Method in class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
Deletes the file object, which may be a file or a directory.
delete() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
deleteDir(File) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
deleteDir(File, boolean) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
deleteDirectory(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Deletes a directory recursively.
deleteKey(int, String, boolean) - Static method in class org.apache.tomcat.jni.Registry
Delete the Registry subkey
deleteQuietly(File) - Method in class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
Deletes the file object, which may be a file or a directory.
deleteValue(long, String) - Static method in class org.apache.tomcat.jni.Registry
Delete the Registry value
deliver(Message) - Method in interface org.apache.cometd.bayeux.Client
Deliver a message to this client only Deliver a message directly to the client.
deliver(Message[]) - Method in interface org.apache.cometd.bayeux.Client
Deliver a batch of messages to this client only Deliver a batch messages directly to the client.
deliver(Message[]) - Method in interface org.apache.cometd.bayeux.Listener
Invoked when a message is delivered to the client.
deliver(Message) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
deliver(Message[]) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
deliver(HttpEvent, ClientImpl) - Static method in class org.apache.tomcat.bayeux.RequestBase
 
deliverInternal(ChannelImpl, MessageImpl) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
deliverInternal(ChannelImpl, Message[]) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
denies - Variable in class org.apache.catalina.filters.RequestFilter
The set of deny regular expressions we will evaluate.
denies - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of deny regular expressions we will evaluate.
deny - Variable in class org.apache.catalina.filters.RequestFilter
The comma-delimited set of deny expressions.
deny - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of deny expressions.
deploymentCount - Static variable in class org.apache.catalina.startup.ContextConfig
Deployment count.
deregister(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Deregister the specified session.
deregister(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Deregister the specified single sign on identifier, and invalidate any associated sessions.
derivedPackageName - Variable in class org.apache.jasper.JspCompilationContext
 
desc - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Socket descriptors.
desc - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
description - Variable in class org.apache.catalina.core.StandardWrapper
Description.
description - Variable in class org.apache.catalina.deploy.jsp.FunctionInfo
 
description - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
description - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
 
description - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
desirectConnType - Variable in class org.apache.tomcat.bayeux.ClientImpl
The desired connection type
desiredConnTypeFlag - Variable in class org.apache.tomcat.bayeux.RequestBase
 
desiredEntryAccessRatio - Variable in class org.apache.naming.resources.ResourceCache
Entry hit ratio at which an entry will never be removed from the cache.
destroy() - Method in class org.apache.catalina.connector.Connector
 
destroy() - Method in class org.apache.catalina.core.ContainerBase
 
destroy() - Method in class org.apache.catalina.core.StandardContext
Destroy needs to clean up the context completely.
destroy() - Method in class org.apache.catalina.core.StandardEngine
 
destroy() - Method in class org.apache.catalina.core.StandardHost
 
destroy() - Method in class org.apache.catalina.core.StandardService
 
destroy() - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
 
destroy() - Method in class org.apache.catalina.filters.FilterBase
 
destroy() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
destroy() - Method in class org.apache.catalina.filters.RequestDumperFilter
 
destroy() - Method in class org.apache.catalina.filters.WebdavFixFilter
 
destroy() - Method in class org.apache.catalina.realm.RealmBase
 
destroy() - Method in class org.apache.catalina.servlets.DefaultServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.session.ManagerBase
 
destroy() - Method in class org.apache.catalina.ssi.SSIFilter
 
destroy() - Method in class org.apache.catalina.startup.ContextConfig
Process a "destroy" event for this Context.
destroy() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
destroy() - Method in class org.apache.coyote.ajp.AjpProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11Protocol
 
destroy() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
destroy() - Method in interface org.apache.coyote.ProtocolHandler
 
destroy() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Process a "destory" event for this web application context.
destroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
destroy() - Method in class org.apache.jasper.servlet.JspServlet
 
destroy() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
destroy() - Method in class org.apache.tomcat.bayeux.BayeuxServlet
Upon servlet destruction, the servlet will clean up the TomcatBayeux object and terminate any outstanding events.
destroy() - Method in class org.apache.tomcat.bayeux.TomcatBayeux
should be invoked when the servlet is destroyed or when the context shuts down
destroy(long) - Static method in class org.apache.tomcat.jni.Global
Destroy the mutex and free the memory associated with the lock.
destroy(long) - Static method in class org.apache.tomcat.jni.Lock
Destroy the mutex and free the memory associated with the lock.
destroy(long) - Static method in class org.apache.tomcat.jni.Poll
Destroy a pollset object
destroy(long) - Static method in class org.apache.tomcat.jni.Pool
Destroy the pool.
destroy(long) - Static method in class org.apache.tomcat.jni.Shm
Destroy a shared memory segment and associated memory.
destroy(long) - Static method in class org.apache.tomcat.jni.Socket
Destroy a pool associated with socket
destroy() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
destroy() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Deallocate the memory pools, and close server socket.
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint
Deallocate APR memory pools, and close server socket.
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Destroy the poller.
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Destroy the poller.
destroy() - Method in class org.apache.tomcat.util.net.DefaultNioServerSocketChannelFactory
 
destroy() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Deallocate APR memory pools, and close server socket.
destroy() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Poller
Destroy the poller.
destroy() - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
 
destroy() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
destroy() - Method in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
Destroy the event poller
destroy() - Method in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
Destroy the SendFile
destroy() - Method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Destroy the factory
destroy() - Method in class org.jboss.web.php.Handler
Finalize this servlet.
DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component destroy" event.
destroyInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
 
destroySubcontext(String) - Method in class org.apache.naming.resources.AliasDirContext
 
destroySubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.FileDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.JARDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.WARDirContext
Destroys the named context and removes it from the namespace.
detach(int) - Static method in class org.apache.tomcat.jni.Proc
Detach the process from the controlling terminal.
detach(long) - Static method in class org.apache.tomcat.jni.Shm
Detach from a shared memory segment without destroying it.
detachSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Determine if the child should start in detached state.
device - Variable in class org.apache.tomcat.jni.FileInfo
The id of the device the file is on.
digest - Variable in class org.apache.catalina.realm.RealmBase
Digest algorithm used in storing passwords in a non-plaintext format.
digest(String) - Method in class org.apache.catalina.realm.RealmBase
Digest the password using the specified algorithm and convert the result to a corresponding hexadecimal string.
Digest(String, String, String) - Static method in class org.apache.catalina.realm.RealmBase
Digest password using the algorithm especificied and convert the result to a corresponding hex string.
digest(String, byte[]) - Static method in class org.apache.catalina.util.ConcurrentMessageDigest
 
DigestAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).
DigestAuthenticator() - Constructor for class org.apache.catalina.authenticator.DigestAuthenticator
 
digestCacheRemove() - Method in interface org.jboss.web.CatalinaLogger
 
digestCacheRemove() - Method in class org.jboss.web.CatalinaLogger_$logger
 
digestCacheRemove$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
digestEncoding - Variable in class org.apache.catalina.realm.RealmBase
The encoding charset for the digest.
digestMD5(byte[]) - Static method in class org.apache.catalina.util.ConcurrentMessageDigest
 
dirContext - Variable in class org.apache.naming.resources.ProxyDirContext
Associated DirContext.
dirContext - Variable in class org.apache.naming.resources.ProxyDirContextFacade
Associated DirContext.
DirContextURLConnection - Class in org.apache.naming.resources
Connection to a JNDI directory context.
DirContextURLConnection(DirContext, URL) - Constructor for class org.apache.naming.resources.DirContextURLConnection
 
DirContextURLStreamHandler - Class in org.apache.naming.resources
Stream handler to a JNDI directory context.
DirContextURLStreamHandler() - Constructor for class org.apache.naming.resources.DirContextURLStreamHandler
 
DirContextURLStreamHandler(DirContext) - Constructor for class org.apache.naming.resources.DirContextURLStreamHandler
 
DirContextURLStreamHandlerFactory - Class in org.apache.naming.resources
Factory for Stream handlers to a JNDI directory context.
DirContextURLStreamHandlerFactory() - Constructor for class org.apache.naming.resources.DirContextURLStreamHandlerFactory
 
DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
Directory - Class in org.apache.tomcat.jni
Directory
Directory() - Constructor for class org.apache.tomcat.jni.Directory
 
dirSet(long, String) - Static method in class org.apache.tomcat.jni.Procattr
Set which directory the child process should start executing in.
disable() - Method in class org.apache.catalina.core.DummyResponse
 
disabledSslRenegociation() - Method in interface org.jboss.web.CoyoteLogger
 
disabledSslRenegociation() - Method in class org.jboss.web.CoyoteLogger_$logger
 
disabledSslRenegociation$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
disableProxyCaching - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Flag to determine if we disable proxy caching, or leave the issue up to the webapp developer.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Flag to disable setting a different time-out on uploads.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
If true, the regular socket timeout will be used for the full duration of the connection.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11AprProcessor
Flag to disable setting a different time-out on uploads.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11AprProtocol
If true, the regular socket timeout will be used for the full duration of the connection.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11Processor
Flag to disable setting a different time-out on uploads.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11Protocol
If true, the regular socket timeout will be used for the full duration of the connection.
discardBodyData() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads body-data from the current encapsulation and discards it.
discriminator - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
DiskFileItem - Class in org.apache.tomcat.util.http.fileupload.disk
The default implementation of the FileItem interface.
DiskFileItem(String, String, boolean, String, int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Constructs a new DiskFileItem instance.
DiskFileItemFactory - Class in org.apache.tomcat.util.http.fileupload.disk
The default FileItemFactory implementation.
DiskFileItemFactory() - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Constructs an unconfigured instance of this class.
DiskFileItemFactory(int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Constructs a preconfigured instance of this class.
dispatch() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
dispatch(String) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
dispatch(ServletContext, String) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.Globals
Request dispatcher path.
DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.Globals
Request dispatcher state.
dispatcherMappingError() - Method in interface org.jboss.web.CatalinaMessages
 
dispatcherMappingError() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
dispatcherMappingError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
dispatcherType - Variable in class org.apache.catalina.connector.Request
The current dispatcher type.
displayName - Variable in class org.apache.catalina.core.StandardContext
The display name of this web application.
displayName - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
displayName - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
displaySize(StringBuilder, int) - Method in class org.apache.catalina.servlets.DefaultServlet
Display the size of a file.
distributable - Variable in class org.apache.catalina.core.StandardContext
The distributable flag for this web application.
distributable - Variable in class org.apache.catalina.session.ManagerBase
The distributable flag for Sessions created by this Manager.
doAsPrivilege(String, Servlet) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Servlet, Class<?>[], Object[]) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Servlet, Class<?>[], Object[], Principal) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Filter) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Filter, Class<?>[], Object[]) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Filter, Class<?>[], Object[], Principal) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
docBase - Variable in class org.apache.catalina.core.StandardContext
The document root for this web application.
docBase - Variable in class org.apache.naming.resources.BaseDirContext
The document base path.
docBaseNotWar(String) - Method in interface org.jboss.web.NamingMessages
 
docBaseNotWar(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
docBaseNotWar$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
doCopy(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
COPY Method.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a POST request for the specified resource.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
DELETE Method.
doDelete(File) - Method in class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
Actually deletes the file object, which may be a file or a directory.
doFilter(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationFilterChain
Invoke the next filter in this chain, passing the specified request and response.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.ExpiresFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteAddrFilter
Extract the desired request property, and pass it (along with the specified request and response objects and associated filter chain) to the protected process() method to perform the actual filtering.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteHostFilter
Extract the desired request property, and pass it (along with the specified request and response objects and associated filter chain) to the protected process() method to perform the actual filtering.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteIpFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteIpFilter
Wrap the incoming request in a RemoteIpFilter.XForwardedRequest if the http header x-forwareded-for is not empty.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestDumperFilter
Log the interesting request parameters, invoke the next Filter in the sequence, and log the interesting response parameters.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestFilter
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Select and set (if specified) the character encoding to be used to interpret request parameters for this request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.WebdavFixFilter
Check for the broken MS WebDAV client and if detected issue a re-direct that hopefully will cause the non-broken client to be used.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.ssi.SSIFilter
 
doFilterEvent(HttpEvent) - Method in class org.apache.catalina.core.ApplicationFilterChain
Invoke the next filter in this chain, passing the specified request and response.
doFilterEvent(HttpEvent, HttpEventFilterChain) - Method in class org.apache.catalina.filters.RemoteAddrFilter
Extract the desired request property, and pass it (along with the comet event and filter chain) to the protected process() method to perform the actual filtering.
doFilterEvent(HttpEvent, HttpEventFilterChain) - Method in class org.apache.catalina.filters.RemoteHostFilter
Extract the desired request property, and pass it (along with the comet event and filter chain) to the protected process() method to perform the actual filtering.
doFilterEvent(HttpEvent, HttpEventFilterChain) - Method in interface org.jboss.servlet.http.HttpEventFilter
The doFilterEvent method of the HttpEventFilter is called by the container each time a request/response pair is passed through the chain due to a client event for a resource at the end of the chain.
doFilterEvent(HttpEvent) - Method in interface org.jboss.servlet.http.HttpEventFilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFlush(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
Flush bytes or chars contained in the buffer.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Provides CGI Gateway service
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process and forward the GET request to our requestHandler()*
doGetSession(boolean) - Method in class org.apache.catalina.connector.Request
 
doGetUserPrincipal() - Method in class org.apache.catalina.connector.Request
Return the principal that has been authenticated for this Request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a HEAD request for the specified resource.
DOJOX_COMETD_BAYEUX - Static variable in interface org.apache.cometd.bayeux.Bayeux
ServletContext attribute name used to obtain the Bayeux object
doLoad() - Method in class org.apache.catalina.session.StandardManager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
doLock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
LOCK Method.
domain - Variable in class org.apache.catalina.connector.Connector
 
domain - Variable in class org.apache.catalina.core.ContainerBase
 
domain - Variable in class org.apache.catalina.core.StandardServer
 
domain - Variable in class org.apache.catalina.core.StandardService
 
domain - Variable in class org.apache.catalina.deploy.SessionCookie
 
domain - Variable in class org.apache.catalina.realm.RealmBase
 
domain - Variable in class org.apache.catalina.session.ManagerBase
 
domain - Variable in class org.apache.catalina.valves.ValveBase
 
domain - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
domain - Variable in class org.apache.coyote.ajp.AjpProtocol
 
domain - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
domain - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
domain - Variable in class org.apache.coyote.http11.Http11Protocol
 
domain - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
doMkcol(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MKCOL Method.
doMove(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MOVE Method.
DomUtil - Class in org.apache.tomcat.util
Few simple utils to read DOM
DomUtil() - Constructor for class org.apache.tomcat.util.DomUtil
 
DomUtil.NullResolver - Class in org.apache.tomcat.util
 
DOMWriter - Class in org.apache.catalina.util
A sample DOM writer.
DOMWriter(String, boolean) - Constructor for class org.apache.catalina.util.DOMWriter
 
DOMWriter(boolean) - Constructor for class org.apache.catalina.util.DOMWriter
Default constructor.
DOMWriter(Writer, boolean) - Constructor for class org.apache.catalina.util.DOMWriter
 
done() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
dontUseTagPlugin() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Abandon optimization for this tag handler, and instruct Jasper to generate the tag handler calls, as usual.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
OPTIONS Method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Provides CGI Gateway service -- delegates to doGet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a POST request for the specified resource.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process and forward the POST request to our requestHandler().
doPropfind(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPFIND Method.
doProppatch(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPPATCH Method.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a POST request for the specified resource.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
Process a POST request for the specified resource.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.ajp.AjpAprProcessor.SocketInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.ajp.AjpProcessor.SocketInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Fills the given ByteChunk with the buffered request body.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Write some bytes.
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.http11.InputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Read some bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalInputBuffer
Read some bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalNioInputBuffer.InputBufferImpl
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.InputBuffer
Return from the input stream.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
doRead(ByteChunk) - Method in class org.apache.coyote.Request
Read data from the input buffer and put it into a byte chunk.
doTag(TagPluginContext) - Method in interface org.apache.jasper.compiler.tagplugin.TagPlugin
Generate codes for a custom tag.
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Catch
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Choose
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.ForEach
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.ForTokens
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.If
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Import
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Otherwise
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Out
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Param
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Redirect
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Remove
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Set
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Url
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.When
 
doubleToString(double) - Static method in class org.apache.tomcat.util.json.JSONObject
Produce a string from a double.
doUnload() - Method in class org.apache.catalina.session.StandardManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
doUnlock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
UNLOCK Method.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.ajp.AjpAprProcessor.SocketOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.ajp.AjpProcessor.SocketOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Write the contents of a byte chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Write the contents of a byte chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
 
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Write the contents of a byte chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.http11.OutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.OutputBuffer
Write the response.
doWrite(ByteChunk) - Method in class org.apache.coyote.Response
Write a chunk of bytes.
driver - Variable in class org.apache.catalina.session.JDBCStore
Instance of the JDBC Driver class we use as a connection factory.
driver - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Instance of the JDBC Driver class we use as a connection factory.
driverName - Variable in class org.apache.catalina.session.JDBCStore
Driver to use.
DUMMY_LOGIN_CONFIG - Static variable in class org.apache.catalina.startup.ContextConfig
 
DummyRequest - Class in org.apache.catalina.core
Dummy request object, used for request dispatcher mapping, as well as JSP precompilation.
DummyRequest() - Constructor for class org.apache.catalina.core.DummyRequest
 
DummyRequest(String, String, String) - Constructor for class org.apache.catalina.core.DummyRequest
 
DummyResponse - Class in org.apache.catalina.core
Dummy response object, used for JSP precompilation.
DummyResponse() - Constructor for class org.apache.catalina.core.DummyResponse
 
dump(String) - Method in class org.apache.coyote.ajp.AjpMessage
Dump the contents of the message, prefixed with the given String.
dup(long, long, long) - Static method in class org.apache.tomcat.jni.File
Duplicate the specified file descriptor.
dup(long, long) - Static method in class org.apache.tomcat.jni.Mmap
Duplicate the specified MMAP.
dup2(long, long, long) - Static method in class org.apache.tomcat.jni.File
Duplicate the specified file descriptor and close the original.
duplicate(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
Copy the src into this MessageBytes, allocating more space if needed
duplicate(AprEndpoint.SocketList) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
duplicate(JIoEndpoint.SocketList) - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
duplicateAttribute(String) - Method in interface org.jboss.web.JasperMessages
 
duplicateAttribute(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
duplicateAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
duplicateContextParameters(String) - Method in interface org.jboss.web.CatalinaMessages
 
duplicateContextParameters(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
duplicateContextParameters$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
duplicateListener(String) - Method in interface org.jboss.web.CatalinaLogger
 
duplicateListener(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
duplicateListener$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
duplicates - Variable in class org.apache.catalina.session.ManagerBase
 
duplicateTagLibraryFunctionName(String, String) - Method in interface org.jboss.web.JasperMessages
 
duplicateTagLibraryFunctionName(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
duplicateTagLibraryFunctionName$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
duplicateUseBeanName(String) - Method in interface org.jboss.web.JasperMessages
 
duplicateUseBeanName(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
duplicateUseBeanName$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
Duration(int, ExpiresFilter.DurationUnit) - Constructor for class org.apache.catalina.filters.ExpiresFilter.Duration
 
dynamic - Variable in class org.apache.catalina.core.ApplicationFilterConfig
Dynamic flag.
Dynamic(ApplicationFilterConfig) - Constructor for class org.apache.catalina.core.ApplicationFilterConfigFacade.Dynamic
 
dynamic - Variable in class org.apache.catalina.core.StandardWrapper
Dynamic flag.
Dynamic(StandardWrapper) - Constructor for class org.apache.catalina.core.StandardWrapperFacade.Dynamic
 
dynamicAttributes - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 

E

EAGAIN - Static variable in class org.apache.tomcat.jni.Status
 
EINPROGRESS - Static variable in class org.apache.tomcat.jni.Status
 
EINTR - Static variable in class org.apache.tomcat.jni.Status
 
ElapsedTimeElement(boolean) - Constructor for class org.apache.catalina.valves.AccessLogValve.ElapsedTimeElement
if millis is true, write time in millis - %D if millis is false, write time in seconds - %T
ELContextImpl - Class in org.apache.jasper.el
Implementation of ELContext
ELContextImpl() - Constructor for class org.apache.jasper.el.ELContextImpl
 
ELContextImpl(ELResolver) - Constructor for class org.apache.jasper.el.ELContextImpl
 
ELContextWrapper - Class in org.apache.jasper.el
Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappers
ELContextWrapper(ELContext, FunctionMapper) - Constructor for class org.apache.jasper.el.ELContextWrapper
 
ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
elements - Variable in class org.jboss.web.rewrite.Substitution
 
ELFunctionMapper - Class in org.apache.jasper.compiler
This class generates functions mappers for the EL expressions in the page.
ELFunctionMapper() - Constructor for class org.apache.jasper.compiler.ELFunctionMapper
 
elIgnored - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
ELParser - Class in org.apache.jasper.compiler
This class implements a parser for EL expressions.
ELParser(String, boolean) - Constructor for class org.apache.jasper.compiler.ELParser
 
ELResolverImpl - Class in org.apache.jasper.el
 
ELResolverImpl(VariableResolver) - Constructor for class org.apache.jasper.el.ELResolverImpl
 
elResolverNullContext() - Method in interface org.jboss.web.JasperMessages
 
elResolverNullContext() - Method in class org.jboss.web.JasperMessages_$bundle
 
elResolverNullContext$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
EmbeddedServletOptions - Class in org.apache.jasper
A class to hold all init parameters specific to the JSP engine.
EmbeddedServletOptions(ServletConfig, ServletContext) - Constructor for class org.apache.jasper.EmbeddedServletOptions
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
empty - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Body empty flag.
empty - Variable in class org.apache.coyote.ajp.AjpProcessor
Body empty flag.
EMPTY_ARRAY - Static variable in class org.apache.catalina.session.StandardSession
Type array.
EMPTY_LIST - Static variable in class org.apache.tomcat.bayeux.ClientImpl
 
emptyLineAfterHeaders() - Method in interface org.jboss.web.FileUploadMessages
 
emptyLineAfterHeaders() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
emptyLineAfterHeaders$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
emptyParamterChunk() - Method in interface org.jboss.web.CoyoteLogger
 
emptyParamterChunk() - Method in class org.jboss.web.CoyoteLogger_$logger
 
emptyParamterChunk$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
enable() - Method in class org.apache.catalina.core.DummyResponse
 
ENABLE_MODELER - Static variable in class org.apache.tomcat.util.Constants
 
enabled - Variable in class org.apache.catalina.core.StandardWrapper
Enabled flag.
enabled - Variable in class org.apache.catalina.valves.AccessLogValve
enabled this component
enabledCiphers - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
enabledCiphers - Variable in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
 
enableLookups - Variable in class org.apache.catalina.connector.Connector
The "enable DNS lookups" flag for this Connector.
enc - Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
encode(byte[]) - Static method in class org.apache.catalina.session.ManagerBase
Encode the bytes into a String with a slightly modified Base64-algorithm This code was written by Kevin Kelley and adapted by Thomas Peuss
encode(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
encode(byte[]) - Static method in class org.apache.catalina.util.Base64
Encodes hex octects into Base64.
encode(byte[]) - Static method in class org.apache.catalina.util.MD5Encoder
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
encode(String) - Method in class org.apache.catalina.util.URLEncoder
 
encode(byte[]) - Static method in class org.apache.tomcat.util.buf.Base64
Encodes hex octects into Base64
encodedPath - Variable in class org.apache.catalina.core.StandardContext
Encoded path.
encoder - Variable in class org.apache.tomcat.util.buf.C2BConverter
 
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.Response
Encode the session identifier associated with this response into the specified redirect URL, if necessary.
encodeRedirectUrl(String) - Method in class org.apache.catalina.connector.Response
Deprecated.
As of Version 2.1 of the Java Servlet API, use encodeRedirectURL() instead.
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeRedirectUrl(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeRedirectURL(String) - Method in class org.apache.catalina.core.DummyResponse
 
encodeRedirectUrl(String) - Method in class org.apache.catalina.core.DummyResponse
 
encodeRedirectUrl(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
Deprecated.
encodeRedirectURL(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
 
encoders - Variable in class org.apache.catalina.connector.InputBuffer
List of encoders.
encoders - Variable in class org.apache.catalina.connector.OutputBuffer
List of encoders.
encodeURL(String) - Method in class org.apache.catalina.connector.Response
Encode the session identifier associated with this response into the specified URL, if necessary.
encodeUrl(String) - Method in class org.apache.catalina.connector.Response
Deprecated.
As of Version 2.1 of the Java Servlet API, use encodeURL() instead.
encodeURL(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeUrl(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeURL(String) - Method in class org.apache.catalina.core.DummyResponse
 
encodeUrl(String) - Method in class org.apache.catalina.core.DummyResponse
 
encodeUrl(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
Deprecated.
encodeURL(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
 
encodeURL(String, int, int) - Method in class org.apache.tomcat.util.buf.UEncoder
URL Encode string, using a specified encoding.
ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.GzipOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.VoidOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.GzipOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.VoidOutputFilter
 
encodingConflict(String, String) - Method in interface org.jboss.web.JasperMessages
 
encodingConflict(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
encodingConflict$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
EncodingMap - Class in org.apache.jasper.xmlparser
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
EncodingMap() - Constructor for class org.apache.jasper.xmlparser.EncodingMap
Default constructor.
EncodingToCharset - Class in org.apache.tomcat.util.buf
Helper class for charset handling.
EncodingToCharset() - Constructor for class org.apache.tomcat.util.buf.EncodingToCharset
 
end - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
 
end() - Method in class org.apache.coyote.ajp.AjpMessage
For a packet to be sent to the web server, finish the process of accumulating data and write the length of the data payload into the header.
end - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Position of the end of the header in the buffer, which is also the start of the body.
end() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
end() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
End the current request (has no effect).
end() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
End the current request.
end() - Method in interface org.apache.coyote.http11.InputFilter
End the current request.
end - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Pos of the end of the header in the buffer, which is also the start of the body.
end - Variable in class org.apache.coyote.http11.InternalInputBuffer
Pos of the end of the header in the buffer, which is also the start of the body.
end() - Method in interface org.apache.coyote.http11.OutputFilter
End the current request.
end - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
end - Variable in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
 
end - Variable in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
 
end - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
END_CHUNK - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End chunk.
endAccess() - Method in interface org.apache.catalina.Session
End access to the session.
endAccess() - Method in class org.apache.catalina.session.StandardSession
End the access.
endArray() - Method in class org.apache.tomcat.util.json.JSONWriter
End an array.
endBatch() - Method in interface org.apache.cometd.bayeux.Client
Ends a batch.
endBatch() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
endChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Flag set to true when the end chunk has been read.
endChunk - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Chunk used to read leftover bytes.
endHeaders() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
End the header block.
endHeaders() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
End the header block.
endHeaders() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End the header block.
endMessageArray - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
End message array.
endMessageArray - Static variable in class org.apache.coyote.ajp.AjpProcessor
End message array.
endObject() - Method in class org.apache.tomcat.util.json.JSONWriter
End an object.
endOfStream - Variable in class org.apache.coyote.ajp.AjpAprProcessor
End of stream flag.
endOfStream - Variable in class org.apache.coyote.ajp.AjpProcessor
End of stream flag.
endpoint - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Associated APR endpoint.
endpoint - Variable in class org.apache.coyote.ajp.AjpProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.ajp.AjpProtocol
Associated java.io endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11AprProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
endpoint - Variable in class org.apache.coyote.http11.Http11NioProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11NioProtocol
 
endpoint - Variable in class org.apache.coyote.http11.Http11Processor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11Protocol
 
endpoint - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Apr endpoint.
endpoint - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Apr endpoint.
endpoint - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
NIO end point.
endpoint - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
NIO endpoint.
endProcessing() - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
endProcessing() - Method in class org.apache.coyote.ajp.AjpProcessor
 
endProcessing() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
endProcessing() - Method in class org.apache.coyote.http11.Http11NioProcessor
Mark the end of processing
endProcessing() - Method in class org.apache.coyote.http11.Http11Processor
 
endRequest() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
End request (consumes leftover bytes).
endRequest() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
End request.
endRequest() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
 
endRequest() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
endRequest() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
endRequest() - Method in class org.apache.coyote.http11.Http11Processor
 
endRequest() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
End request (consumes leftover bytes).
endRequest() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
End request.
endRequest() - Method in class org.apache.coyote.http11.InternalInputBuffer
End request (consumes leftover bytes).
endRequest() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End request.
Engine - Interface in org.apache.catalina
An Engine is a Container that represents the entire Catalina servlet engine.
engine - Variable in class org.apache.catalina.startup.EngineConfig
The Engine we are associated with.
engineBase() - Method in class org.apache.catalina.core.StandardContext
Return a File object representing the base directory for the entire servlet container (i.e.
engineChildMustBeHost() - Method in interface org.jboss.web.CatalinaMessages
 
engineChildMustBeHost() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
engineChildMustBeHost$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
EngineConfig - Class in org.apache.catalina.startup
Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.
EngineConfig() - Constructor for class org.apache.catalina.startup.EngineConfig
 
engineHasNoParent() - Method in interface org.jboss.web.CatalinaMessages
 
engineHasNoParent() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
engineHasNoParent$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
engineName - Variable in class org.apache.catalina.core.StandardContext
Name of the engine.
entries - Variable in class org.apache.naming.resources.JARDirContext
WAR entries.
entries - Variable in class org.apache.naming.resources.RecyclableNamingEnumeration
Entries.
entries - Variable in class org.apache.naming.resources.WARDirContext
WAR entries.
entries - Variable in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
The set of registered BaseNotificationBroadcasterEntry entries.
entropy - Variable in class org.apache.catalina.core.StandardService
A String initialization parameter used to increase the entropy of the initialization of our random number generator.
Entry(String, SymbolTable.Entry) - Constructor for class org.apache.jasper.xmlparser.SymbolTable.Entry
Constructs a new entry from the specified symbol and next entry reference.
Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.jasper.xmlparser.SymbolTable.Entry
Constructs a new entry from the specified symbol information and next entry reference.
ENTRY - Static variable in class org.apache.naming.NamingEntry
 
Entry(String, JarEntry) - Constructor for class org.apache.naming.resources.JARDirContext.Entry
 
entry - Variable in class org.apache.naming.resources.JARDirContext.Entry
 
entry - Variable in class org.apache.naming.resources.JARDirContext.JARResource
 
Entry(String, ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.Entry
 
entry - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
entry - Variable in class org.apache.naming.resources.WARDirContext.WARResource
 
enumeration - Variable in class org.apache.naming.resources.RecyclableNamingEnumeration
Underlying enumeration.
Enumerator - Class in org.apache.catalina.util
Adapter class that wraps an Enumeration around a Java2 collection classes object Iterator so that existing APIs returning Enumerations can easily run on top of the new collections.
Enumerator(Collection) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Collection, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Map.
Enumerator(Map, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Map.
Enumerator - Class in org.apache.jasper.util
Adapter class that wraps an Enumeration around a Java2 collection classes object Iterator so that existing APIs returning Enumerations can easily run on top of the new collections.
Enumerator(Collection) - Constructor for class org.apache.jasper.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Collection, boolean) - Constructor for class org.apache.jasper.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator) - Constructor for class org.apache.jasper.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator, boolean) - Constructor for class org.apache.jasper.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map) - Constructor for class org.apache.jasper.util.Enumerator
Return an Enumeration over the values of the specified Map.
Enumerator(Map, boolean) - Constructor for class org.apache.jasper.util.Enumerator
Return an Enumeration over the values of the specified Map.
enumKeys(long) - Static method in class org.apache.tomcat.jni.Registry
Enumerate the Registry subkeys
enumValues(long) - Static method in class org.apache.tomcat.jni.Registry
Enumerate the Registry values
env - Variable in class org.apache.naming.resources.BaseDirContext
Environment.
env - Variable in class org.apache.naming.resources.ProxyDirContext
Environment.
env(ScriptEnvironment) - Static method in class org.jboss.web.php.SAPI
 
env - Variable in class org.jboss.web.rewrite.RewriteRule
This forces a request attribute named VAR to be set to the value VAL, where VAL can contain regexp back references $N and %N which will be expanded.
envName - Variable in class org.jboss.web.rewrite.RewriteRule
 
envResult - Variable in class org.jboss.web.rewrite.RewriteRule
 
envSubstitution - Variable in class org.jboss.web.rewrite.RewriteRule
 
envValue - Variable in class org.jboss.web.rewrite.RewriteRule
 
eof(long) - Static method in class org.apache.tomcat.jni.File
Are we at the end of the file
eofError() - Method in interface org.jboss.web.CoyoteMessages
 
eofError() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
eofError$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
equal(long, long) - Static method in class org.apache.tomcat.jni.Address
See if the IP addresses in two APR socket addresses are equivalent.
equals(Object) - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
equals(Object) - Method in class org.apache.jasper.el.JspMethodExpression
 
equals(Object) - Method in class org.apache.jasper.el.JspValueExpression
 
equals(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLString
Returns true if the contents of this XMLString structure and the specified array are equal.
equals(String) - Method in class org.apache.jasper.xmlparser.XMLString
Returns true if the contents of this XMLString structure and the specified string are equal.
equals(Object) - Method in class org.apache.naming.NamingEntry
 
equals(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equals(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
equals(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
equals(Object) - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
equals(Object) - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
equals(Object) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs for equality.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
errDispatcher - Variable in class org.apache.jasper.compiler.BeanRepository
 
errDispatcher - Variable in class org.apache.jasper.compiler.Compiler
 
errfnSet(long, long, Object) - Static method in class org.apache.tomcat.jni.Procattr
Specify an error function to be called in the child process if APR encounters an error in the child prior to running the specified program.
error - Variable in class org.apache.catalina.connector.CoyoteWriter
 
error - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
error - Variable in class org.apache.catalina.connector.Response
The error flag.
ERROR - Static variable in class org.apache.catalina.deploy.FilterMap
The name of this filter to be executed when this mapping matches a particular request.
error - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Error flag.
error - Variable in class org.apache.coyote.ajp.AjpProcessor
Error flag.
error - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Error flag.
error - Variable in class org.apache.coyote.http11.Http11AprProcessor
Error flag.
error - Variable in class org.apache.coyote.http11.Http11Processor
Error flag.
Error - Exception in org.apache.tomcat.jni
Error
ERROR_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - error field
ERROR_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
errorAcceptingSocket(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorAcceptingSocket(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorAcceptingSocket$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorAccessingJar(String) - Method in interface org.jboss.web.JasperMessages
 
errorAccessingJar(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorAccessingJar$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorAcknowledgingRequest(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorAcknowledgingRequest(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorAcknowledgingRequest$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorAddingTagLibraries(String) - Method in interface org.jboss.web.JasperMessages
 
errorAddingTagLibraries(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorAddingTagLibraries$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorAwaitingRead(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorAwaitingRead(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorAwaitingRead$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorBothVarAttributes() - Method in interface org.jboss.web.JasperMessages
 
errorBothVarAttributes() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorBothVarAttributes$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorCheckSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Specify that apr_proc_create() should do whatever it can to report failures to the caller of apr_proc_create(), rather than find out in the child.
errorClient - Static variable in class org.apache.tomcat.bayeux.TomcatBayeux
default client to use when we need to send an error message but don't have a client valid reference
errorClosingChannel(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorClosingChannel(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorClosingChannel$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorClosingOldAccessLog(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorClosingOldAccessLog(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorClosingOldAccessLog$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorClosingReader(Throwable) - Method in interface org.jboss.web.JasperLogger
 
errorClosingReader(Throwable) - Method in class org.jboss.web.JasperLogger_$logger
 
errorClosingReader$str() - Method in class org.jboss.web.JasperLogger_$logger
 
errorClosingSocket(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorClosingSocket(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorClosingSocket$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorCoercingAttributeValue(String, String, String) - Method in interface org.jboss.web.JasperMessages
 
errorCoercingAttributeValue(String, String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorCoercingAttributeValue$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorCompiling(Throwable) - Method in interface org.jboss.web.JasperLogger
 
errorCompiling(Throwable) - Method in class org.jboss.web.JasperLogger_$logger
 
errorCompiling$str() - Method in class org.jboss.web.JasperLogger_$logger
 
errorConvertingBeanProperty(String, String, String, String) - Method in interface org.jboss.web.JasperMessages
 
errorConvertingBeanProperty(String, String, String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorConvertingBeanProperty$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorCreatingCompilerReport(Throwable) - Method in interface org.jboss.web.JasperLogger
 
errorCreatingCompilerReport(Throwable) - Method in class org.jboss.web.JasperLogger_$logger
 
errorCreatingCompilerReport$str() - Method in class org.jboss.web.JasperLogger_$logger
 
errorCreatingGcDaemon(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorCreatingGcDaemon(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorCreatingGcDaemon$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorCreatingMbean(String, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorCreatingMbean(String, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorCreatingMbean$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorCreatingObjectName(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorCreatingObjectName(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorCreatingObjectName$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorCreatingPoller(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorCreatingPoller(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorCreatingPoller$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorCreatingWrapper(Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
errorCreatingWrapper(Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorCreatingWrapper$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorDeliveringBayeux(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorDeliveringBayeux(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorDeliveringBayeux$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorDestroyingApplicationListener(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorDestroyingApplicationListener(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorDestroyingApplicationListener$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorDestroyingFilter(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorDestroyingFilter(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorDestroyingFilter$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorDestroyingServlet(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorDestroyingServlet(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorDestroyingServlet$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorDestroyingServletInstance(Throwable) - Method in interface org.jboss.web.JasperLogger
 
errorDestroyingServletInstance(Throwable) - Method in class org.jboss.web.JasperLogger_$logger
 
errorDestroyingServletInstance$str() - Method in class org.jboss.web.JasperLogger_$logger
 
errorDigestingCredentials(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorDigestingCredentials(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorDigestingCredentials$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorDisablingUrlConnectionCaching(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorDisablingUrlConnectionCaching(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorDisablingUrlConnectionCaching$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
ErrorDispatcher - Class in org.apache.jasper.compiler
Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler.
ErrorDispatcher(boolean) - Constructor for class org.apache.jasper.compiler.ErrorDispatcher
 
errorDisplayingJspExtract() - Method in interface org.jboss.web.JasperMessages
 
errorDisplayingJspExtract() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorDisplayingJspExtract$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorException - Variable in class org.apache.coyote.Response
Holds request error exception.
errorFinishingRequest(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorFinishingRequest(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorFinishingRequest$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorFinishingResponse(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorFinishingResponse(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorFinishingResponse$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorFlushingData(Throwable) - Method in interface org.jboss.web.JasperMessages
 
errorFlushingData(Throwable) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorFlushingData$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorForwardingToFormError() - Method in interface org.jboss.web.CatalinaMessages
 
errorForwardingToFormError() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorForwardingToFormError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorForwardingToFormLogin() - Method in interface org.jboss.web.CatalinaMessages
 
errorForwardingToFormLogin() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorForwardingToFormLogin$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorGeneratingUuid(int, int, int) - Method in interface org.jboss.web.CoyoteMessages
 
errorGeneratingUuid(int, int, int) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorGeneratingUuid$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorGettingAttribute(String) - Method in interface org.jboss.web.CoyoteMessages
 
errorGettingAttribute(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorGettingAttribute$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorGettingProperty(String, Object, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorGettingProperty(String, Object, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorGettingProperty$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorGettingSocketInformation(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorGettingSocketInformation(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorGettingSocketInformation$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorGettingSslAttributes(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorGettingSslAttributes(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorGettingSslAttributes$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
ErrorHandler - Interface in org.apache.jasper.compiler
Interface for handling JSP parse and javac compilation errors.
errorInCheckBayeux(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorInCheckBayeux(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorInCheckBayeux$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorIncluding(String) - Method in interface org.jboss.web.JasperMessages
 
errorIncluding(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorIncluding$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorInitializingConnector(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorInitializingConnector(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorInitializingConnector$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorInitializingContext() - Method in interface org.jboss.web.CatalinaMessages
 
errorInitializingContext() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorInitializingContext$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorInitializingEndpoint(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorInitializingEndpoint(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorInitializingEndpoint$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorInitializingFilter(String, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorInitializingFilter(String, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorInitializingFilter$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorInitializingPageContext(Throwable) - Method in interface org.jboss.web.JasperLogger
 
errorInitializingPageContext(Throwable) - Method in class org.jboss.web.JasperLogger_$logger
 
errorInitializingPageContext$str() - Method in class org.jboss.web.JasperLogger_$logger
 
errorInitializingPhpLibrary(String, Throwable) - Method in interface org.jboss.web.WebLogger
 
errorInitializingPhpLibrary(String, Throwable) - Method in class org.jboss.web.WebLogger_$logger
 
errorInitializingPhpLibrary$str() - Method in class org.jboss.web.WebLogger_$logger
 
errorInitializingResources(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorInitializingResources(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorInitializingResources$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorInitializingSecurity() - Method in interface org.jboss.web.JasperMessages
 
errorInitializingSecurity() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorInitializingSecurity$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorInitializingService(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorInitializingService(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorInitializingService$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorInitializingServlet(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorInitializingServlet(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorInitializingServlet$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorInitializingSocketFactory(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorInitializingSocketFactory(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorInitializingSocketFactory$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorInJavaFile(int) - Method in interface org.jboss.web.JasperMessages
 
errorInJavaFile(int) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorInJavaFile$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorInJspFile(int, String) - Method in interface org.jboss.web.JasperMessages
 
errorInJspFile(int, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorInJspFile$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorInPeriodicOperation(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorInPeriodicOperation(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorInPeriodicOperation$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorInstantiatingModelMbean(String) - Method in interface org.jboss.web.CoyoteMessages
 
errorInstantiatingModelMbean(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorInstantiatingModelMbean$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorInstantiatingServletClass(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorInstantiatingServletClass(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorInstantiatingServletClass(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorInstantiatingServletClass(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorInstantiatingServletClass$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorInstantiatingServletClass$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorInstatiatingApplicationListener(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorInstatiatingApplicationListener(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorInstatiatingApplicationListener$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorIntrospectingTagHandler(String) - Method in interface org.jboss.web.JasperMessages
 
errorIntrospectingTagHandler(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorIntrospectingTagHandler$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorInvoking(String, String) - Method in interface org.jboss.web.CoyoteLogger
 
errorInvoking(String, String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorInvoking$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorInvokingMethod(String) - Method in interface org.jboss.web.CoyoteMessages
 
errorInvokingMethod(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorInvokingMethod$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorInvokingOperation(String, Object) - Method in interface org.jboss.web.CoyoteLogger
 
errorInvokingOperation(String, Object) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorInvokingOperation$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorJspOutputDoctype() - Method in interface org.jboss.web.JasperMessages
 
errorJspOutputDoctype() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorJspOutputDoctype$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorJspOutputMissingDoctype() - Method in interface org.jboss.web.JasperMessages
 
errorJspOutputMissingDoctype() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorJspOutputMissingDoctype$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorLoading(Object) - Method in interface org.jboss.web.CoyoteLogger
 
errorLoading(Object) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorLoading$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorLoadingCoreClass(Throwable) - Method in interface org.jboss.web.JasperLogger
 
errorLoadingCoreClass(Throwable) - Method in class org.jboss.web.JasperLogger_$logger
 
errorLoadingCoreClass$str() - Method in class org.jboss.web.JasperLogger_$logger
 
errorLoadingJaxp(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorLoadingJaxp(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorLoadingJaxp$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorLoadingKeystore(String, String, String) - Method in interface org.jboss.web.CoyoteLogger
 
errorLoadingKeystore(String, String, String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorLoadingKeystore$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorLoadingKeystoreWithException(String, String, String, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorLoadingKeystoreWithException(String, String, String, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorLoadingKeystoreWithException$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorLoadingLdapPoolManager(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorLoadingLdapPoolManager(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorLoadingLdapPoolManager$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorLoadingLeakClass(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorLoadingLeakClass(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorLoadingLeakClass$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorLoadingMessages(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorLoadingMessages(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorLoadingMessages$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorLoadingModelMbean(String) - Method in interface org.jboss.web.CoyoteMessages
 
errorLoadingModelMbean(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorLoadingModelMbean$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorLoadingPhp() - Method in interface org.jboss.web.WebMessages
 
errorLoadingPhp() - Method in class org.jboss.web.WebMessages_$bundle
 
errorLoadingPhp$str() - Method in class org.jboss.web.WebMessages_$bundle
 
errorLoadingPolicy(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorLoadingPolicy(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorLoadingPolicy$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorLoadingServlet(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorLoadingServlet(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorLoadingServlet$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorLoadingSslImplementation(String) - Method in interface org.jboss.web.CoyoteMessages
 
errorLoadingSslImplementation(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorLoadingSslImplementation$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorLoadingTagExtraInfo(String) - Method in interface org.jboss.web.JasperMessages
 
errorLoadingTagExtraInfo(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorLoadingTagExtraInfo$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorLoadingTagHandler(String, String) - Method in interface org.jboss.web.JasperMessages
 
errorLoadingTagHandler(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorLoadingTagHandler$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorLoadingTagLibraryValidator(String) - Method in interface org.jboss.web.JasperMessages
 
errorLoadingTagLibraryValidator(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorLoadingTagLibraryValidator$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorOnUndeclaredNamespace - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
errorOpeningRewriteConfiguration() - Method in interface org.jboss.web.WebMessages
 
errorOpeningRewriteConfiguration() - Method in class org.jboss.web.WebMessages_$bundle
 
errorOpeningRewriteConfiguration$str() - Method in class org.jboss.web.WebMessages_$bundle
 
ErrorPage - Class in org.apache.catalina.deploy
Representation of an error page element for a web application, as represented in a <error-page> element in the deployment descriptor.
ErrorPage() - Constructor for class org.apache.catalina.deploy.ErrorPage
 
errorPageMustStartWithSlash(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorPageMustStartWithSlash(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorPageMustStartWithSlash$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorPageStartsWithSlash(String) - Method in interface org.jboss.web.CatalinaLogger
 
errorPageStartsWithSlash(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorPageStartsWithSlash$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorParsingAjpHeaderMessage(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorParsingAjpHeaderMessage(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorParsingAjpHeaderMessage$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorParsingFile(String) - Method in interface org.jboss.web.JasperMessages
 
errorParsingFile(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorParsingFile$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorParsingHeader(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorParsingHeader(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorParsingHeader$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorParsingRegexp(String, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorParsingRegexp(String, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorParsingRegexp$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPausingEndpoint(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorPausingEndpoint(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPausingEndpoint$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPollingSocket() - Method in interface org.jboss.web.CoyoteLogger
 
errorPollingSocket() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPollingSocket$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPollingSocketCode(long) - Method in interface org.jboss.web.CoyoteLogger
 
errorPollingSocketCode(long) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPollingSocketCode$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPollingSocketWithException(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorPollingSocketWithException(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPollingSocketWithException$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPreparingAjpRequest(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorPreparingAjpRequest(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPreparingAjpRequest$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPreparingRequest(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorPreparingRequest(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorPreparingRequest$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingAttribute(String, String, String, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorProcessingAttribute(String, String, String, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingAttribute$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingBayeux(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorProcessingBayeux(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingBayeux$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingCertificates(CertificateException) - Method in interface org.jboss.web.CoyoteLogger
 
errorProcessingCertificates(CertificateException) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingCertificates$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingChannel() - Method in interface org.jboss.web.CoyoteLogger
 
errorProcessingChannel() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingChannel$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingChannelDebug(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorProcessingChannelDebug(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingChannelDebug$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingChannelWithException(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorProcessingChannelWithException(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingChannelWithException$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingErrorPage(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorProcessingErrorPage(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorProcessingErrorPage$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorProcessingRequest(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorProcessingRequest(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingRequest$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingSessionExpires(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorProcessingSessionExpires(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorProcessingSessionExpires$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorProcessingSocket(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorProcessingSocket(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingSocket$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingSocketTimeout(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorProcessingSocketTimeout(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingSocketTimeout$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorProcessingUrl(String) - Method in interface org.jboss.web.CoyoteMessages
 
errorProcessingUrl(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorProcessingUrl$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorReadingClassFile(String, Throwable) - Method in interface org.jboss.web.JasperLogger
 
errorReadingClassFile(String, Throwable) - Method in class org.jboss.web.JasperLogger_$logger
 
errorReadingClassFile$str() - Method in class org.jboss.web.JasperLogger_$logger
 
errorReadingDescriptors(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorReadingDescriptors(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorReadingDescriptors$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorReadingFile(String) - Method in interface org.jboss.web.JasperMessages
 
errorReadingFile(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorReadingFile$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorReadingRewriteConfiguration() - Method in interface org.jboss.web.WebMessages
 
errorReadingRewriteConfiguration() - Method in class org.jboss.web.WebMessages_$bundle
 
errorReadingRewriteConfiguration$str() - Method in class org.jboss.web.WebMessages_$bundle
 
errorReadingSourceFile(String, Throwable) - Method in interface org.jboss.web.JasperLogger
 
errorReadingSourceFile(String, Throwable) - Method in class org.jboss.web.JasperLogger_$logger
 
errorReadingSourceFile$str() - Method in class org.jboss.web.JasperLogger_$logger
 
errorRegisteringMbean(Object, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorRegisteringMbean(Object, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorRegisteringMbean$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorRegisteringPool(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorRegisteringPool(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorRegisteringPool$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorRegisteringRequest(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorRegisteringRequest(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorRegisteringRequest$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorRemovingKey(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorRemovingKey(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorRemovingKey$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorReport() - Method in interface org.jboss.web.CatalinaMessages
 
errorReport() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorReport$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ErrorReportValve - Class in org.apache.catalina.valves
Implementation of a Valve that outputs HTML error pages.
ErrorReportValve() - Constructor for class org.apache.catalina.valves.ErrorReportValve
 
errorResettingContext(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorResettingContext(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorResettingContext$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorResolvingVariable(String, String) - Method in interface org.jboss.web.JasperMessages
 
errorResolvingVariable(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorResolvingVariable$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorResumingEndpoint(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorResumingEndpoint(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorResumingEndpoint$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorRotatingAccessLog(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorRotatingAccessLog(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorRotatingAccessLog$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorSendingContextDestroyedEvent(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorSendingContextDestroyedEvent(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorSendingContextDestroyedEvent$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorSendingContextInitializedEvent(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorSendingContextInitializedEvent(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorSendingContextInitializedEvent$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorSendingFile(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorSendingFile(int, String) - Method in interface org.jboss.web.CoyoteLogger
 
errorSendingFile(int, String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorSendingFile(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorSendingFile0$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorSendingFile2$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorSendingNotification(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorSendingNotification(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorSendingNotification$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorSettingAttribute(String) - Method in interface org.jboss.web.CoyoteMessages
 
errorSettingAttribute(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorSettingAttribute$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorSettingProperty(String, Object, String, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorSettingProperty(String, Object, String, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorSettingProperty$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorStartingAsync(String, Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
errorStartingAsync(String, Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorStartingAsync$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorStartingCluster(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingCluster(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingCluster$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingConnector(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingConnector(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingConnector$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingContext(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingContext(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingContext$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingContextCleanup(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingContextCleanup(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingContextCleanup$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingContextWillStop(String) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingContextWillStop(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingContextWillStop$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingEndpoint(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorStartingEndpoint(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorStartingEndpoint$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorStartingExecutor(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingExecutor(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingExecutor$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingFilter(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorStartingFilter(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorStartingFilter$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorStartingLoader(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingLoader(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingLoader$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingManager(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingManager(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingManager$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingRealm(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingRealm(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingRealm$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingResources(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingResources(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingResources$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingService(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingService(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingService$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingValve(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStartingValve(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStartingValve$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingChild(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStoppingChild(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingChild$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingCluster(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStoppingCluster(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingCluster$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingConnector(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStoppingConnector(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingConnector$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingContext(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStoppingContext(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingContext$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingExecutor(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStoppingExecutor(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingExecutor$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingFilter(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorStoppingFilter(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorStoppingFilter$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorStoppingLoader(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStoppingLoader(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingLoader$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingManager(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStoppingManager(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingManager$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingRealm(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStoppingRealm(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingRealm$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingResources(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStoppingResources(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingResources$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingValve(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
errorStoppingValve(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorStoppingValve$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
errorTerminatingPhpLibrary(Throwable) - Method in interface org.jboss.web.WebLogger
 
errorTerminatingPhpLibrary(Throwable) - Method in class org.jboss.web.WebLogger_$logger
 
errorTerminatingPhpLibrary$str() - Method in class org.jboss.web.WebLogger_$logger
 
errorTranslatingCertificate(Certificate, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorTranslatingCertificate(Certificate, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorTranslatingCertificate$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorUnloadingServlet(String) - Method in interface org.jboss.web.CatalinaMessages
 
errorUnloadingServlet(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorUnloadingServlet$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
errorUnquotingAttributeValue() - Method in interface org.jboss.web.JasperMessages
 
errorUnquotingAttributeValue() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUnquotingAttributeValue$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUnregisteringMbean(Object, Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorUnregisteringMbean(Object, Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorUnregisteringMbean$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorUnregisteringRequest(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorUnregisteringRequest(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorUnregisteringRequest$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorUnwrappingData(String) - Method in interface org.jboss.web.CoyoteMessages
 
errorUnwrappingData(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorUnwrappingData$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorUnwrappingHandshake() - Method in interface org.jboss.web.CoyoteMessages
 
errorUnwrappingHandshake() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorUnwrappingHandshake$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorURI - Variable in class org.apache.coyote.Response
Request error URI.
errorUsingBothElTypes() - Method in interface org.jboss.web.JasperMessages
 
errorUsingBothElTypes() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUsingBothElTypes$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUsingLiteralValueWithDeferredVoidReturnTyep(String) - Method in interface org.jboss.web.JasperMessages
 
errorUsingLiteralValueWithDeferredVoidReturnTyep(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUsingLiteralValueWithDeferredVoidReturnTyep$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUtf8ExpectedByte(int, int) - Method in interface org.jboss.web.JasperMessages
 
errorUtf8ExpectedByte(int, int) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUtf8ExpectedByte$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUtf8InvalidByte(int, int) - Method in interface org.jboss.web.JasperMessages
 
errorUtf8InvalidByte(int, int) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUtf8InvalidByte$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUtf8InvalidHighSurrogate(String) - Method in interface org.jboss.web.JasperMessages
 
errorUtf8InvalidHighSurrogate(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorUtf8InvalidHighSurrogate$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorValidatingTag(String) - Method in interface org.jboss.web.JasperMessages
 
errorValidatingTag(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorValidatingTag$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorValidatingTaglibrary(String, String) - Method in interface org.jboss.web.JasperMessages
 
errorValidatingTaglibrary(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
errorValidatingTaglibrary$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
errorWithBlockingRead(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorWithBlockingRead(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorWithBlockingRead$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorWithBlockingWrite(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorWithBlockingWrite(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorWithBlockingWrite$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorWithNonBlockingRead(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorWithNonBlockingRead(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorWithNonBlockingRead$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorWithNonBlockingWrite(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorWithNonBlockingWrite(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorWithNonBlockingWrite$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorWrappingHandshake() - Method in interface org.jboss.web.CoyoteMessages
 
errorWrappingHandshake() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorWrappingHandshake$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorWrappingHandshakeStatus(String) - Method in interface org.jboss.web.CoyoteMessages
 
errorWrappingHandshakeStatus(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorWrappingHandshakeStatus$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
errorWritingMbeans(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
errorWritingMbeans(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorWritingMbeans$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
errorWritingUpload() - Method in interface org.jboss.web.FileUploadMessages
 
errorWritingUpload() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
errorWritingUpload$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
escapeQueryString(String) - Static method in class org.apache.jasper.compiler.JspUtil
 
escapeQueryString(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Escape special shell characters.
escapeQuotes(char[]) - Static method in class org.apache.jasper.compiler.JspUtil
 
escapeXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
Escape the 5 entities defined by XML.
escapeXml(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> & < -> < > -> > " -> " ' -> ' See also OutSupport.writeEscapedXml().
ETAG - Static variable in class org.apache.naming.resources.ResourceAttributes
ETag.
ETIMEDOUT - Static variable in class org.apache.tomcat.jni.Status
 
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
 
evaluate(VariableResolver) - Method in class org.apache.jasper.el.ExpressionImpl
 
evaluate(String, Resolver) - Method in class org.jboss.web.rewrite.RewriteCond.Condition
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.RewriteCond
Evaluate the condition based on the context
evaluate(String, Resolver) - Method in class org.jboss.web.rewrite.RewriteCond.LexicalCondition
 
evaluate(String, Resolver) - Method in class org.jboss.web.rewrite.RewriteCond.PatternCondition
 
evaluate(String, Resolver) - Method in class org.jboss.web.rewrite.RewriteCond.ResourceCondition
 
evaluate(CharSequence, Resolver) - Method in class org.jboss.web.rewrite.RewriteRule
Evaluate the rule based on the context
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.Substitution
Evaluate the substitution based on the context
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.Substitution.MapElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.Substitution.RewriteCondBackReferenceElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.Substitution.RewriteRuleBackReferenceElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.Substitution.ServerVariableElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.Substitution.ServerVariableEnvElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.Substitution.ServerVariableHttpElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.Substitution.ServerVariableSslElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.Substitution.StaticElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.jboss.web.rewrite.Substitution.SubstitutionElement
 
evaluateNodes(Node.Nodes, SmapStratum, HashMap, boolean) - Static method in class org.apache.jasper.compiler.SmapUtil
 
evaluateTree() - Method in class org.apache.catalina.ssi.ExpressionParseTree
Evaluates the tree and returns true or false.
event(Request, Response, SocketStatus) - Method in class org.apache.catalina.connector.CoyoteAdapter
Event method.
event - Variable in class org.apache.catalina.connector.Request
Associated event.
event(Request, Response, HttpEvent) - Method in interface org.apache.catalina.Valve
Process an event.
event(Request, Response, HttpEvent) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
Use events to update the connection state.
event(Request, Response, HttpEvent) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
event(Request, Response, HttpEvent) - Method in class org.apache.catalina.valves.ValveBase
Process a Comet event.
event(Request, Response, SocketStatus) - Method in interface org.apache.coyote.Adapter
 
event - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Event used.
event(SocketStatus) - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
event(long, SocketStatus) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
event - Variable in class org.apache.coyote.ajp.AjpProcessor
Event used.
event(SocketStatus) - Method in class org.apache.coyote.ajp.AjpProcessor
 
event(Socket, SocketStatus) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
event - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Event used.
event(SocketStatus) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Process pipelined HTTP requests using the specified input and output streams.
event - Variable in class org.apache.coyote.http11.Http11AprProcessor
Event used.
event(SocketStatus) - Method in class org.apache.coyote.http11.Http11AprProcessor
Process pipelined HTTP requests using the specified input and output streams.
event(SocketStatus) - Method in class org.apache.coyote.http11.Http11NioProcessor
 
event - Variable in class org.apache.coyote.http11.Http11Processor
Event used.
event(SocketStatus) - Method in class org.apache.coyote.http11.Http11Processor
 
event(Socket, SocketStatus) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
event(HttpEvent) - Method in class org.apache.tomcat.bayeux.BayeuxServlet
 
event - Variable in class org.apache.tomcat.bayeux.ClientImpl
Currently associated event.
event - Variable in class org.apache.tomcat.bayeux.RequestBase
 
event(long, SocketStatus) - Method in interface org.apache.tomcat.util.net.AprEndpoint.Handler
 
event - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Event mode flag.
event(Socket, SocketStatus) - Method in interface org.apache.tomcat.util.net.JIoEndpoint.Handler
 
event(NioChannel, SocketStatus) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
Process the specified org.apache.tomcat.util.net.NioChannel
event(HttpEvent) - Method in interface org.jboss.servlet.http.HttpEventServlet
Process the given IO event.
eventMode - Variable in class org.apache.catalina.connector.Request
Event mode flag
EventOrAsyncConnectionManagerValve - Class in org.apache.catalina.valves
Implementation of a Valve that tracks Comet connections, and closes them when the associated session expires or the webapp is reloaded.
EventOrAsyncConnectionManagerValve() - Constructor for class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
 
eventPoller - Variable in class org.apache.tomcat.util.net.AprEndpoint
The socket poller used for event support.
eventPoller - Variable in class org.apache.tomcat.util.net.JIoEndpoint
The socket poller used for event support.
EventPoller(int) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.EventPoller
Create a new instance of EventPoller
eventProcessing - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Event processing.
eventProcessing - Variable in class org.apache.coyote.ajp.AjpProcessor
Event processing.
eventProcessing - Variable in class org.apache.coyote.http11.Http11AprProcessor
 
eventProcessing - Variable in class org.apache.coyote.http11.Http11Processor
Event processing.
eventType - Variable in class org.apache.catalina.connector.HttpEventImpl
Event type.
eventValveExceptionDuringEvent() - Method in interface org.jboss.web.CatalinaMessages
 
eventValveExceptionDuringEvent() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
eventValveExceptionDuringEvent$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
eventValveSessionListenerException() - Method in interface org.jboss.web.CatalinaMessages
 
eventValveSessionListenerException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
eventValveSessionListenerException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
exactWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
exceptionDuringComplete(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
exceptionDuringComplete(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
exceptionDuringComplete$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
exceptionDuringService(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
exceptionDuringService(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
exceptionDuringService$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
exceptionPages - Variable in class org.apache.catalina.core.StandardContext
The exception pages for this web application, keyed by fully qualified class name of the Java exception.
exceptionProcessingMultipart(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
exceptionProcessingMultipart(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
exceptionProcessingMultipart$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
exceptionProcessingParameters(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
exceptionProcessingParameters(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
exceptionProcessingParameters$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
exceptionReport() - Method in interface org.jboss.web.CatalinaMessages
 
exceptionReport() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
exceptionReport$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
exclude(String) - Method in class org.apache.catalina.session.StandardSession
Exclude attribute that cannot be serialized.
excludedAttributes - Static variable in class org.apache.catalina.session.StandardSession
Set of attribute names which are not allowed to be persisted.
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
 
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
executePartialPut(HttpServletRequest, DefaultServlet.Range, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Handle a partial PUT.
Executor - Interface in org.apache.catalina
 
executor - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
External Executor based thread pool.
executor - Variable in class org.apache.tomcat.util.net.AprEndpoint
External Executor based thread pool.
executor - Variable in class org.apache.tomcat.util.net.JIoEndpoint
External Executor based thread pool.
executors - Variable in class org.apache.catalina.core.StandardService
 
exists - Variable in class org.apache.naming.resources.CacheEntry
 
exitWhenFinished() - Method in class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
Call this method to cause the file cleaner thread to terminate when there are no more objects being tracked for deletion.
expand(String) - Static method in class org.apache.tomcat.jni.OS
Expand environment variables.
expandCGIScript() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Extracts requested resource from web app archive to context work directory to enable CGI script to be executed.
expandScript() - Method in class org.jboss.web.php.ScriptEnvironment
Extracts requested resource from web app archive to context work directory to enable script to be executed.
ExpandWar - Class in org.apache.catalina.startup
Expand out a WAR in a Host's appBase.
ExpandWar() - Constructor for class org.apache.catalina.startup.ExpandWar
 
expectation - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Is there an expectation ?
expectation - Variable in class org.apache.coyote.http11.Http11AprProcessor
Is there an expectation ?
expectation - Variable in class org.apache.coyote.http11.Http11Processor
Is there an expectation ?
expectedTypeName - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
expire() - Method in interface org.apache.catalina.Session
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire() - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire(boolean) - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expiredSessions - Variable in class org.apache.catalina.session.ManagerBase
Number of sessions that have expired.
expires - Variable in class org.apache.catalina.ssi.SSIFilter
Expiration time in seconds for the doc.
expires - Variable in class org.apache.catalina.ssi.SSIServlet
Expiration time in seconds for the doc.
ExpiresConfiguration(ExpiresFilter.StartingPoint, ExpiresFilter.Duration...) - Constructor for class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
ExpiresConfiguration(ExpiresFilter.StartingPoint, List<ExpiresFilter.Duration>) - Constructor for class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
expiresDurationNotFound(String) - Method in interface org.jboss.web.CatalinaMessages
 
expiresDurationNotFound(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresDurationNotFound$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresDurationUnitNotFound(int, String) - Method in interface org.jboss.web.CatalinaMessages
 
expiresDurationUnitNotFound(int, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresDurationUnitNotFound$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expireSession(String) - Method in class org.apache.catalina.session.ManagerBase
 
expiresExceptionProcessingParameter(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
expiresExceptionProcessingParameter(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresExceptionProcessingParameter$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ExpiresFilter - Class in org.apache.catalina.filters
ExpiresFilter is a Java Servlet API port of Apache mod_expires to add ' Expires' and ' Cache-Control: max-age=' headers to HTTP response according to its ' Content-Type'.
ExpiresFilter() - Constructor for class org.apache.catalina.filters.ExpiresFilter
 
ExpiresFilter.Duration - Class in org.apache.catalina.filters
ExpiresFilter.DurationUnit - Enum in org.apache.catalina.filters
Duration unit
ExpiresFilter.ExpiresConfiguration - Class in org.apache.catalina.filters
Main piece of configuration of the filter.
ExpiresFilter.StartingPoint - Enum in org.apache.catalina.filters
Expiration configuration starting point.
ExpiresFilter.XHttpServletResponse - Class in org.apache.catalina.filters
Wrapping extension of the HttpServletResponse to yrap the "Start Write Response Body" event.
ExpiresFilter.XPrintWriter - Class in org.apache.catalina.filters
Wrapping extension of PrintWriter to trap the "Start Write Response Body" event.
ExpiresFilter.XServletOutputStream - Class in org.apache.catalina.filters
Wrapping extension of ServletOutputStream to trap the "Start Write Response Body" event.
expiresHeaderAlreadyDefined(String, int, String) - Method in interface org.jboss.web.CatalinaLogger
 
expiresHeaderAlreadyDefined(String, int, String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
expiresHeaderAlreadyDefined$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
expiresInvalidDuration(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
expiresInvalidDuration(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresInvalidDuration$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresInvalidDurationUnit(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
expiresInvalidDurationUnit(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresInvalidDurationUnit$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresInvalidStartingPoint(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
expiresInvalidStartingPoint(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresInvalidStartingPoint$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresResponseAlreadyCommitted(String) - Method in interface org.jboss.web.CatalinaLogger
 
expiresResponseAlreadyCommitted(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
expiresResponseAlreadyCommitted$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
expiresSkipStatusCode(String, int, String) - Method in interface org.jboss.web.CatalinaLogger
 
expiresSkipStatusCode(String, int, String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
expiresSkipStatusCode$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
expiresStartingPointNotFound(String) - Method in interface org.jboss.web.CatalinaMessages
 
expiresStartingPointNotFound(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresStartingPointNotFound$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresUnknownParameter(String, String) - Method in interface org.jboss.web.CatalinaLogger
 
expiresUnknownParameter(String, String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
expiresUnknownParameter$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
expiresUnsupportedStartingPoint(String) - Method in interface org.jboss.web.CatalinaMessages
 
expiresUnsupportedStartingPoint(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiresUnsupportedStartingPoint$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
expiring - Variable in class org.apache.catalina.session.StandardSession
We are currently processing a session expiration, so bypass certain IllegalStateException tests.
EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ExpressionEvaluatorImpl - Class in org.apache.jasper.el
 
ExpressionEvaluatorImpl(ExpressionFactory) - Constructor for class org.apache.jasper.el.ExpressionEvaluatorImpl
 
ExpressionImpl - Class in org.apache.jasper.el
 
ExpressionImpl(ValueExpression) - Constructor for class org.apache.jasper.el.ExpressionImpl
 
ExpressionParseTree - Class in org.apache.catalina.ssi
Represents a parsed expression.
ExpressionParseTree(String, SSIMediator) - Constructor for class org.apache.catalina.ssi.ExpressionParseTree
Creates a new parse tree for the specified expression.
ExpressionTokenizer - Class in org.apache.catalina.ssi
Parses an expression string to return the individual tokens.
ExpressionTokenizer(String) - Constructor for class org.apache.catalina.ssi.ExpressionTokenizer
Creates a new parser for the specified expression.
ext - Variable in class org.apache.tomcat.bayeux.RequestBase
 
EXT_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - ext field
extendedAccessLogBadXParam() - Method in interface org.jboss.web.CatalinaLogger
 
extendedAccessLogBadXParam() - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogBadXParam$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogCannotDecode(String) - Method in interface org.jboss.web.CatalinaLogger
 
extendedAccessLogCannotDecode(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogCannotDecode$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogCannotDecodeXParamValue(String) - Method in interface org.jboss.web.CatalinaLogger
 
extendedAccessLogCannotDecodeXParamValue(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogCannotDecodeXParamValue$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogEmptyPattern() - Method in interface org.jboss.web.CatalinaLogger
 
extendedAccessLogEmptyPattern() - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogEmptyPattern$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogInfo - Static variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The descriptive information about this implementation.
extendedAccessLogMissingClosing() - Method in interface org.jboss.web.CatalinaLogger
 
extendedAccessLogMissingClosing() - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogMissingClosing$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogPatternParseError(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
extendedAccessLogPatternParseError(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogPatternParseError$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogUnknownToken(String) - Method in interface org.jboss.web.CatalinaLogger
 
extendedAccessLogUnknownToken(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
extendedAccessLogUnknownToken$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
ExtendedAccessLogValve - Class in org.apache.catalina.valves
An implementation of the W3c Extended Log File Format.
ExtendedAccessLogValve() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve
 
ExtendedAccessLogValve.CookieElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.DateElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.PatternTokenizer - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestHeaderElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestParameterElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.ResponseAllHeaderElement - Class in org.apache.catalina.valves
write a specific response header - x-O(xxx)
ExtendedAccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.ServletContextElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.TimeElement - Class in org.apache.catalina.valves
 
extensionWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
extract(int) - Method in class org.apache.catalina.util.StringParser
Extract and return a substring that starts at the specified position, and extends to the end of the string being parsed.
extract(int, int) - Method in class org.apache.catalina.util.StringParser
Extract and return a substring that starts at the specified position, and ends at the character before the specified position.

F

facade - Variable in class org.apache.catalina.connector.Request
The facade associated with this request.
facade - Variable in class org.apache.catalina.connector.Response
The facade associated with this response.
facade - Variable in class org.apache.catalina.core.ApplicationFilterConfig
The facade associated with this wrapper.
facade - Variable in class org.apache.catalina.core.StandardWrapper
The facade associated with this wrapper.
facade - Variable in class org.apache.catalina.session.StandardSession
The facade associated with this session.
failed(Throwable, A) - Method in class org.apache.tomcat.util.net.CompletionHandlerAdapter
 
failedClassCompilation() - Method in interface org.jboss.web.JasperMessages
 
failedClassCompilation(String) - Method in interface org.jboss.web.JasperMessages
 
failedClassCompilation() - Method in class org.jboss.web.JasperMessages_$bundle
 
failedClassCompilation(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
failedClassCompilation0$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
failedClassCompilation1$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
failedClassLoading() - Method in interface org.jboss.web.JasperMessages
 
failedClassLoading() - Method in class org.jboss.web.JasperMessages_$bundle
 
failedClassLoading$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
failedClosingWar(String, Throwable) - Method in interface org.jboss.web.NamingLogger
 
failedClosingWar(String, Throwable) - Method in class org.jboss.web.NamingLogger_$logger
 
failedClosingWar$str() - Method in class org.jboss.web.NamingLogger_$logger
 
failedConnectorJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedConnectorJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedConnectorJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedConnectorJmxUnregistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedConnectorJmxUnregistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedConnectorJmxUnregistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedContainerJmxUnregistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedContainerJmxUnregistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedContainerJmxUnregistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedEngineJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedEngineJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedEngineJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedHostJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedHostJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedHostJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedListingDirectory(String) - Method in interface org.jboss.web.FileUploadMessages
 
failedListingDirectory(String) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
failedListingDirectory$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
failedListingFolder(String) - Method in interface org.jboss.web.NamingLogger
 
failedListingFolder(String) - Method in class org.jboss.web.NamingLogger_$logger
 
failedListingFolder(String) - Method in interface org.jboss.web.NamingMessages
 
failedListingFolder(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
failedListingFolder$str() - Method in class org.jboss.web.NamingLogger_$logger
 
failedListingFolder$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
failedLoadingAuthenticatoMappings(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedLoadingAuthenticatoMappings(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedLoadingAuthenticatoMappings$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedLoadingAuthenticator(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedLoadingAuthenticator(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedLoadingAuthenticator$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedLoadingJavaCompiler(String, Throwable) - Method in interface org.jboss.web.JasperLogger
 
failedLoadingJavaCompiler(String, Throwable) - Method in class org.jboss.web.JasperLogger_$logger
 
failedLoadingJavaCompiler$str() - Method in class org.jboss.web.JasperLogger_$logger
 
failedLoadingOptions(String, Throwable) - Method in interface org.jboss.web.JasperLogger
 
failedLoadingOptions(String, Throwable) - Method in class org.jboss.web.JasperLogger_$logger
 
failedLoadingOptions$str() - Method in class org.jboss.web.JasperLogger_$logger
 
failedObtainingWorkDirectory(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedObtainingWorkDirectory(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedObtainingWorkDirectory$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedOpeningWar(String) - Method in interface org.jboss.web.NamingMessages
 
failedOpeningWar(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
failedOpeningWar$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
failedProtocolJmxRegistration() - Method in interface org.jboss.web.CatalinaLogger
 
failedProtocolJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedProtocolJmxRegistration() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedProtocolJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedProtocolJmxRegistration0$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedProtocolJmxRegistration1$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedProtocolJmxUnregistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedProtocolJmxUnregistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedProtocolJmxUnregistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedRead() - Method in interface org.jboss.web.CoyoteMessages
 
failedRead() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
failedRead$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
failedRealmJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedRealmJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedRealmJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedRealmJmxUnregistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedRealmJmxUnregistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedRealmJmxUnregistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedServerJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedServerJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedServerJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedServiceCreation(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedServiceCreation(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedServiceCreation$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedServiceJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedServiceJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedServiceJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedServletJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedServletJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedServletJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedServletJspMonitorJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedServletJspMonitorJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedServletJspMonitorJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedSessionManagerJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedSessionManagerJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedSessionManagerJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedSettingBeanIndexedProperty() - Method in interface org.jboss.web.JasperMessages
 
failedSettingBeanIndexedProperty() - Method in class org.jboss.web.JasperMessages_$bundle
 
failedSettingBeanIndexedProperty$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
failedToDelete(String) - Method in interface org.jboss.web.FileUploadMessages
 
failedToDelete(String) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
failedToDelete$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
failedToDeleteDirectory(String) - Method in interface org.jboss.web.FileUploadMessages
 
failedToDeleteDirectory(String) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
failedToDeleteDirectory$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
failedToDeleteFile(String) - Method in interface org.jboss.web.FileUploadMessages
 
failedToDeleteFile(String) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
failedToDeleteFile$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
failedValveJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedValveJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedValveJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedValveJmxUnregistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
failedValveJmxUnregistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedValveJmxUnregistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
failedWrite() - Method in interface org.jboss.web.CoyoteMessages
 
failedWrite() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
failedWrite$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
fairness - Variable in class org.apache.catalina.valves.SemaphoreValve
Fairness of the semaphore.
fakeOutputStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Fake internal output stream.
FakeOutputStream() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
family - Variable in class org.apache.tomcat.jni.Sockaddr
The family
FastCommonAccessLogValve - Class in org.apache.catalina.valves
Deprecated. 
FastCommonAccessLogValve() - Constructor for class org.apache.catalina.valves.FastCommonAccessLogValve
Deprecated.
 
FastDateFormat - Class in org.apache.catalina.util
Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastDateFormat(DateFormat) - Constructor for class org.apache.catalina.util.FastDateFormat
 
FastHttpDateFormat - Class in org.apache.tomcat.util.http
Utility class to generate HTTP dates.
FastHttpDateFormat() - Constructor for class org.apache.tomcat.util.http.FastHttpDateFormat
 
fBuckets - Variable in class org.apache.jasper.xmlparser.SymbolTable
Buckets.
fBuffer - Variable in class org.apache.jasper.xmlparser.ASCIIReader
Byte buffer.
fBuffer - Variable in class org.apache.jasper.xmlparser.UCSReader
Byte buffer.
fBuffer - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Byte buffer.
fd - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
fdpool - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
FeatureInfo - Class in org.apache.tomcat.util.modeler
Convenience base class for AttributeInfo, ConstructorInfo, and OperationInfo classes that will be used to collect configuration information for the ModelMBean beans exposed for management.
FeatureInfo() - Constructor for class org.apache.tomcat.util.modeler.FeatureInfo
 
fEncoding - Variable in class org.apache.jasper.xmlparser.UCSReader
 
fIANA2JavaMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
fIANA2JavaMap
FIELD_SEPARATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that that follows a delimiter that will be followed by an encapsulation (CRLF).
file() - Method in class org.apache.catalina.session.StandardManager
Return a File object representing the pathname to our persistence file, if any.
file(String) - Method in class org.apache.naming.resources.FileDirContext
Return a File object representing the specified normalized context-relative path if it exists and is readable.
file - Variable in class org.apache.naming.resources.FileDirContext.FileResource
Associated file object.
file - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
File - Class in org.apache.tomcat.jni
File
File() - Constructor for class org.apache.tomcat.jni.File
 
fileChannel - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
FileCleaningTracker - Class in org.apache.tomcat.util.http.fileupload
Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.
FileCleaningTracker() - Constructor for class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
 
fileCopyError(File, File, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
fileCopyError(File, File, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
fileCopyError$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
fileDatas - Variable in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
 
fileDateFormat - Variable in class org.apache.catalina.valves.AccessLogValve
Date format to place in log file name.
fileDateFormatter - Variable in class org.apache.catalina.valves.AccessLogValve
A date formatter to format a Date into a date in the format "yyyy-MM-dd".
fileDeleteError(String) - Method in interface org.jboss.web.CatalinaLogger
 
fileDeleteError(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
fileDeleteError$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
FileDeleteStrategy - Class in org.apache.tomcat.util.http.fileupload
Strategy for deleting files.
FileDeleteStrategy(String) - Constructor for class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
Restricted constructor.
FileDirContext - Class in org.apache.naming.resources
Filesystem Directory Context implementation helper class.
FileDirContext() - Constructor for class org.apache.naming.resources.FileDirContext
Builds a file directory context using the given environment.
FileDirContext(Hashtable) - Constructor for class org.apache.naming.resources.FileDirContext
Builds a file directory context using the given environment.
FileDirContext.FileResource - Class in org.apache.naming.resources
This specialized resource implementation avoids opening the IputStream to the file right away (which would put a lock on the file).
FileDirContext.FileResourceAttributes - Class in org.apache.naming.resources
This specialized resource attribute implementation does some lazy reading (to speed up simple checks, like checking the last modified date).
fileEncoding - Variable in class org.apache.catalina.servlets.DefaultServlet
File encoding to be used when reading static files.
filehand - Variable in class org.apache.tomcat.jni.FileInfo
The file's handle, if accessed (can be submitted to apr_duphandle)
FileInfo - Class in org.apache.tomcat.jni
Fileinfo
FileInfo() - Constructor for class org.apache.tomcat.jni.FileInfo
 
FileItem - Interface in org.apache.tomcat.util.http.fileupload
This class represents a file or form item that was received within a multipart/form-data POST request.
FileItemFactory - Interface in org.apache.tomcat.util.http.fileupload
A factory interface for creating FileItem instances.
FileItemHeaders - Interface in org.apache.tomcat.util.http.fileupload
This class provides support for accessing the headers for a file or form item that was received within a multipart/form-data POST request.
FileItemHeadersImpl - Class in org.apache.tomcat.util.http.fileupload.util
Default implementation of the FileItemHeaders interface.
FileItemHeadersImpl() - Constructor for class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
 
FileItemHeadersSupport - Interface in org.apache.tomcat.util.http.fileupload
Interface that will indicate that FileItem or FileItemStream implementations will accept the headers read for the item.
FileItemIterator - Interface in org.apache.tomcat.util.http.fileupload
FileItemStream - Interface in org.apache.tomcat.util.http.fileupload
This interface provides access to a file or form item that was received within a multipart/form-data POST request.
FileItemStream.ItemSkippedException - Exception in org.apache.tomcat.util.http.fileupload
This exception is thrown, if an attempt is made to read data from the InputStream, which has been returned by FileItemStream.openStream(), after Iterator.hasNext() has been invoked on the iterator, which created the FileItemStream.
fileName - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
fileName - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
fileNotFound(String) - Method in interface org.jboss.web.JasperLogger
 
fileNotFound(String) - Method in class org.jboss.web.JasperLogger_$logger
 
fileNotFound(String) - Method in interface org.jboss.web.JasperMessages
 
fileNotFound(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
fileNotFound$str() - Method in class org.jboss.web.JasperLogger_$logger
 
fileNotFound$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
FileResource(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResource
 
FileResourceAttributes(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
FileSizeLimitExceededException(String, long, long) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
fileSizeThreshold - Variable in class org.apache.catalina.deploy.Multipart
 
FileStore - Class in org.apache.catalina.session
Concrete implementation of the Store interface that utilizes a file per saved Session in a configured directory.
FileStore() - Constructor for class org.apache.catalina.session.FileStore
 
fileStoreFileNotFound() - Method in interface org.jboss.web.CatalinaMessages
 
fileStoreFileNotFound() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
fileStoreFileNotFound$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
fileStoreSessionLoad(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
fileStoreSessionLoad(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
fileStoreSessionLoad$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
fileStoreSessionRemove(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
fileStoreSessionRemove(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
fileStoreSessionRemove$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
fileStoreSessionSave(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
fileStoreSessionSave(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
fileStoreSessionSave$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
filesystemBased - Variable in class org.apache.catalina.core.StandardContext
Filesystem based flag.
filetype - Variable in class org.apache.tomcat.jni.FileInfo
The type of file.
FileUpload - Class in org.apache.tomcat.util.http.fileupload
High level API for processing file uploads.
FileUpload() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUpload
Constructs an uninitialised instance of this class.
FileUpload(FileItemFactory) - Constructor for class org.apache.tomcat.util.http.fileupload.FileUpload
Constructs an instance of this class which uses the supplied factory to create FileItem instances.
FILEUPLOAD_LOGGER - Static variable in interface org.jboss.web.CoyoteLogger
A logger with the category of the package name.
FileUploadBase - Class in org.apache.tomcat.util.http.fileupload
High level API for processing file uploads.
FileUploadBase() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUploadBase
 
FileUploadBase.FileSizeLimitExceededException - Exception in org.apache.tomcat.util.http.fileupload
Thrown to indicate that A files size exceeds the configured maximum.
FileUploadBase.FileUploadIOException - Exception in org.apache.tomcat.util.http.fileupload
This exception is thrown for hiding an inner FileUploadException in an IOException.
FileUploadBase.InvalidContentTypeException - Exception in org.apache.tomcat.util.http.fileupload
Thrown to indicate that the request is not a multipart request.
FileUploadBase.IOFileUploadException - Exception in org.apache.tomcat.util.http.fileupload
Thrown to indicate an IOException.
FileUploadBase.SizeException - Exception in org.apache.tomcat.util.http.fileupload
This exception is thrown, if a requests permitted size is exceeded.
FileUploadBase.SizeLimitExceededException - Exception in org.apache.tomcat.util.http.fileupload
Thrown to indicate that the request size exceeds the configured maximum.
FileUploadException - Exception in org.apache.tomcat.util.http.fileupload
Exception for errors encountered while processing the request.
FileUploadException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
Constructs a new FileUploadException without message.
FileUploadException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
Constructs a new FileUploadException with specified detail message.
FileUploadException(String, Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
Creates a new FileUploadException with the given detail message and cause.
FileUploadIOException(FileUploadException) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException
Creates a FileUploadIOException with the given cause.
FileUploadMessages - Interface in org.jboss.web
Logging IDs 8200-8500
FileUploadMessages_$bundle - Class in org.jboss.web
Warning this class consists of generated code.
FileUploadMessages_$bundle() - Constructor for class org.jboss.web.FileUploadMessages_$bundle
 
FileUtils - Class in org.apache.tomcat.util.http.fileupload
General file manipulation utilities.
FileUtils() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUtils
Instances should NOT be constructed in standard programming.
fill() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
Fill the internal buffer using data from the undelying input stream.
fill() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Fill the internal buffer using data from the undelying input stream.
fill() - Method in class org.apache.coyote.http11.InternalInputBuffer
Fill the internal buffer using data from the undelying input stream.
fill() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
fill(Sockaddr, long) - Static method in class org.apache.tomcat.jni.Address
Fill the Sockaddr class from apr_sockaddr_t
fillInStackTrace() - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
filter(String) - Static method in class org.apache.catalina.util.RequestUtil
Filter the specified message string for characters that are sensitive in HTML.
filter(Message) - Method in interface org.apache.cometd.bayeux.DataFilter
Runs a message through the filter.
filter(String) - Static method in class org.apache.jasper.security.SecurityUtil
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.apache.tomcat.util.http.HttpMessages
Filter the specified message string for characters that are sensitive in HTML.
FilterBase - Class in org.apache.catalina.filters
Base class for filters that provides generic initialization and a simple no-op destruction.
FilterBase() - Constructor for class org.apache.catalina.filters.FilterBase
 
filterChain - Variable in class org.apache.catalina.core.DummyRequest
 
filterChains - Variable in class org.apache.catalina.connector.Request
Filter chains associated with the request.
filterConfigs - Variable in class org.apache.catalina.core.StandardContext
The set of filter configurations (and associated filter instances) we have initialized, keyed by filter name.
FilterDef - Class in org.apache.catalina.deploy
Representation of a filter definition for a web application, as represented in a <filter> element in the deployment descriptor.
FilterDef() - Constructor for class org.apache.catalina.deploy.FilterDef
 
filterDefs - Variable in class org.apache.catalina.core.StandardContext
The set of filter definitions for this application, keyed by filter name.
filterException() - Method in interface org.jboss.web.CatalinaMessages
 
filterException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
filterException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
filterJmxRegistrationFailed(String, String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
filterJmxRegistrationFailed(String, String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
filterJmxRegistrationFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
filterJmxUnregistrationFailed(String, String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
filterJmxUnregistrationFailed(String, String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
filterJmxUnregistrationFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
filterLibrary - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalInputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Filter library.
FilterMap - Class in org.apache.catalina.deploy
Representation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor.
FilterMap() - Constructor for class org.apache.catalina.deploy.FilterMap
 
filterMapInsertPoint - Variable in class org.apache.catalina.core.StandardContext
Filter mappings added via ServletContext may have to be inserted before the mappings in the deploymenmt descriptor but must be inserted in the order the ServletContext methods are called.
filterMaps - Variable in class org.apache.catalina.core.StandardContext
The set of filter mappings for this application, in the order they were defined in the deployment descriptor with additional mappings added via the ServletContext possibly both before and after those defined in the deployment descriptor.
filters - Variable in class org.apache.tomcat.bayeux.ChannelImpl
A list of the current filters
FILTERS_LOGGER - Static variable in interface org.jboss.web.CatalinaLogger
A logger with the category of the package name.
filterStart() - Method in class org.apache.catalina.core.StandardContext
Configure and initialize the set of filters for this Context.
filterStop() - Method in class org.apache.catalina.core.StandardContext
Finalize and release the set of filters for this Context.
finalize() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Removes the file contents from the temporary storage.
find(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in the cache and return the associated String.
find(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in the cache and return the associated String.
findAliases() - Method in class org.apache.catalina.core.StandardHost
Return the set of alias names for this Host.
findAliases() - Method in interface org.apache.catalina.Host
Return the set of alias names for this Host.
findApplicationFilterConfig(String) - Method in class org.apache.catalina.core.StandardContext
Return the application filter for the given name.
findApplicationFilterConfigs() - Method in class org.apache.catalina.core.StandardContext
Return the application filter for the given name.
findApplicationListeners() - Method in interface org.apache.catalina.Context
Return the set of application listener class names configured for this application.
findApplicationListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of application listener class names configured for this application.
findApplicationParameters() - Method in interface org.apache.catalina.Context
Return the set of application parameters for this application.
findApplicationParameters() - Method in class org.apache.catalina.core.StandardContext
Return the set of application parameters for this application.
findAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
findAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
findAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return true if the specified role is permitted access to the resources protected by this security constraint.
findAuthRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the set of roles that are permitted access to the resources protected by this security constraint.
findByte(byte[], int, int, byte) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of the given byte in the byte array between the specified start and end.
findByte(byte, int) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Searches for a byte of specified value in the buffer, starting at the specified position.
findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Specialized utility method: find a sequence of lower case bytes inside a ByteChunk.
findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
Specialized utility method: find a sequence of lower case bytes inside a ByteChunk.
findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.Http11Processor
Specialized utility method: find a sequence of lower case bytes inside a ByteChunk.
findBytes(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of any of the given bytes in the byte array between the specified start and end.
findCGI(String, String, String, String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Resolves core information about the cgi script.
findChar(char) - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of the specified character, or the index of the character after the last position of the string if no more occurrences of this character are found.
findChar(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Find a character, no side effects.
findChars(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Find a character, no side effects.
findChild(String) - Method in interface org.apache.catalina.Container
Return the child Container, associated with this Container, with the specified name (if any); otherwise, return null
findChild(String) - Method in class org.apache.catalina.core.ContainerBase
Return the child Container, associated with this Container, with the specified name (if any); otherwise, return null
findChildren() - Method in interface org.apache.catalina.Container
Return the set of children Containers associated with this Container.
findChildren() - Method in class org.apache.catalina.core.ContainerBase
Return the set of children Containers associated with this Container.
findChildWithAtt(Node, String, String, String) - Static method in class org.apache.tomcat.util.DomUtil
Find the first direct child with a given attribute.
findClosest(ByteChunk, StringCache.ByteEntry[], int) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in a sorted array of map elements.
findClosest(CharChunk, StringCache.CharEntry[], int) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in a sorted array of map elements.
findCollection(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the web resource collection for the specified name, if any; otherwise, return null.
findCollections() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return all of the web resource collections protected by this security constraint.
findCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
 
findCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the list of restricted user agents.
findCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11Processor
Return the list of restricted user agents.
findConnectors() - Method in class org.apache.catalina.core.StandardService
Find and return the set of Connectors associated with this Service.
findConnectors() - Method in interface org.apache.catalina.Service
Find and return the set of Connectors associated with this Service.
findConstraints() - Method in interface org.apache.catalina.Context
Return the set of security constraints for this web application.
findConstraints() - Method in class org.apache.catalina.core.StandardContext
Return the security constraints for this web application.
findContainerListeners() - Method in interface org.apache.catalina.Container
Return the set of container listeners associated with this Container.
findContainerListeners() - Method in class org.apache.catalina.core.ContainerBase
Return the set of container listeners associated with this Container.
findErrorPage(int) - Method in interface org.apache.catalina.Context
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(String) - Method in interface org.apache.catalina.Context
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPage(int) - Method in class org.apache.catalina.core.StandardContext
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(String) - Method in class org.apache.catalina.core.StandardContext
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPages() - Method in interface org.apache.catalina.Context
Return the set of defined error pages for all specified error codes and exception types.
findErrorPages() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined error pages for all specified error codes and exception types.
findExecutors() - Method in class org.apache.catalina.core.StandardService
Retrieves all executors
findExecutors() - Method in interface org.apache.catalina.Service
Retrieves all executors
findFilterConfig(String) - Method in class org.apache.catalina.core.StandardContext
Find and return the initialized FilterConfig for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in interface org.apache.catalina.Context
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in class org.apache.catalina.core.StandardContext
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDefs() - Method in interface org.apache.catalina.Context
Return the set of defined filters for this Context.
findFilterDefs() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined filters for this Context.
findFilterMaps() - Method in interface org.apache.catalina.Context
Return the set of filter mappings for this Context.
findFilterMaps() - Method in class org.apache.catalina.core.StandardContext
Return the set of filter mappings for this Context.
findHeader(String, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Find the index of a header with the given name.
findInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameters() - Method in class org.apache.catalina.core.StandardWrapper
Return the names of all defined initialization parameters for this servlet.
findInitParameters() - Method in interface org.apache.catalina.Wrapper
Return the names of all defined initialization parameters for this servlet.
findInstanceListeners() - Method in interface org.apache.catalina.Context
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findInstanceListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findJspProperty(String) - Method in class org.apache.jasper.compiler.JspConfig
Find a property that best matches the supplied resource.
findJspPropertyGroups() - Method in interface org.apache.catalina.Context
Return the set of JSP property groups.
findJspPropertyGroups() - Method in class org.apache.catalina.core.StandardContext
Return the set of JSP property groups.
findLifecycleListeners() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.authenticator.SingleSignOn
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.connector.Connector
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.ContainerBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.StandardPipeline
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.StandardServer
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.StandardService
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in interface org.apache.catalina.Lifecycle
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.realm.RealmBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.session.PersistentManagerBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.session.StandardManager
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.session.StoreBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.util.LifecycleSupport
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.AccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
findLifecycleListeners() - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.SemaphoreValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.jboss.web.rewrite.RewriteValve
 
findManagedBean(String) - Method in class org.apache.tomcat.util.modeler.Registry
Find and return the managed bean definition for the specified bean name, if any; otherwise return null.
findManagedBean(Object, Class, String) - Method in class org.apache.tomcat.util.modeler.Registry
Find or load metadata.
findManagedBean(Class, String) - Method in class org.apache.tomcat.util.modeler.Registry
 
findManagedBeans() - Method in class org.apache.tomcat.util.modeler.Registry
Return the set of bean names for all managed beans known to this registry.
findManagedBeans(String) - Method in class org.apache.tomcat.util.modeler.Registry
Return the set of bean names for all managed beans known to this registry that belong to the specified group.
findMappingObject() - Method in class org.apache.catalina.core.StandardContext
FIXME: Fooling introspection ...
findMappingObject() - Method in class org.apache.catalina.core.StandardWrapper
FIXME: Fooling introspection ...
findMappings() - Method in class org.apache.catalina.core.StandardWrapper
Return the mappings associated with this wrapper.
findMappings() - Method in interface org.apache.catalina.Wrapper
Return the mappings associated with this wrapper.
findMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Return true if the specified HTTP request method is part of this web resource collection.
findMethod(Class, String, Class[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findMethodOmission(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Return true if the specified HTTP request method is not part of this web resource collection.
findMethodOmissions() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the set of HTTP request methods that are not part of this web resource collection, or a zero-length array if no request methods is omitted.
findMethods() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the set of HTTP request methods that are part of this web resource collection, or a zero-length array if all request methods are included.
findMimeMapping(String) - Method in interface org.apache.catalina.Context
Return the MIME type to which the specified extension is mapped, if any; otherwise return null.
findMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
Return the MIME type to which the specified extension is mapped, if any; otherwise return null.
findMimeMappings() - Method in interface org.apache.catalina.Context
Return the extensions for which MIME mappings are defined.
findMimeMappings() - Method in class org.apache.catalina.core.StandardContext
Return the extensions for which MIME mappings are defined.
findNotBytes(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of any byte that is not one of the given bytes in the byte array between the specified start and end.
findNotChars(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Find the first character != c
findParameter(String) - Method in interface org.apache.catalina.Context
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameter(String) - Method in class org.apache.catalina.core.StandardContext
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameters() - Method in interface org.apache.catalina.Context
Return the names of all defined context initialization parameters for this Context.
findParameters() - Method in class org.apache.catalina.core.StandardContext
Return the names of all defined context initialization parameters for this Context.
findPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Is the specified pattern part of this web resource collection?
findPatterns() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the set of URL patterns that are part of this web resource collection.
findRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
 
findRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the list of restricted user agents.
findRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11Processor
Return the list of restricted user agents.
findRoleMapping(String) - Method in interface org.apache.catalina.Context
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findScript(String, String, String, String, String) - Method in class org.jboss.web.php.ScriptEnvironment
Resolves core information about the php script.
findSecurityConstraints(Request, Context) - Method in interface org.apache.catalina.Realm
Return the SecurityConstraints configured to guard the request URI for this request, or null if there is no such constraint.
findSecurityConstraints(Request, Context) - Method in class org.apache.catalina.realm.RealmBase
Return the SecurityConstraints configured to guard the request URI for this request, or null if there is no such constraint.
findSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReferences() - Method in class org.apache.catalina.core.StandardWrapper
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityReferences() - Method in interface org.apache.catalina.Wrapper
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityRole(String) - Method in interface org.apache.catalina.Context
Return true if the specified security role is defined for this application; otherwise return false.
findSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Return true if the specified security role is defined for this application; otherwise return false.
findSecurityRoles() - Method in interface org.apache.catalina.Context
Return the security roles defined for this application.
findSecurityRoles() - Method in class org.apache.catalina.core.StandardContext
Return the security roles defined for this application.
findSeparator() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Searches for the boundary in the buffer region delimited by head and tail.
findService(String) - Method in class org.apache.catalina.core.StandardServer
Return the specified Service (if it exists); otherwise return null.
findService(String) - Method in interface org.apache.catalina.Server
Return the specified Service (if it exists); otherwise return null.
findServices() - Method in class org.apache.catalina.core.StandardServer
Return the set of Services defined within this Server.
findServices() - Method in interface org.apache.catalina.Server
Return the set of Services defined within this Server.
findServletMapping(String) - Method in interface org.apache.catalina.Context
Return the servlet name mapped by the specified pattern (if any); otherwise return null.
findServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
Return the servlet name mapped by the specified pattern (if any); otherwise return null.
findServletMappings() - Method in interface org.apache.catalina.Context
Return the patterns of all defined servlet mappings for this Context.
findServletMappings() - Method in class org.apache.catalina.core.StandardContext
Return the patterns of all defined servlet mappings for this Context.
findSession(String) - Method in interface org.apache.catalina.Manager
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - Method in class org.apache.catalina.session.ManagerBase
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSessions() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Returns the Sessions associated with this SSO.
findSessions() - Method in interface org.apache.catalina.Manager
Return the set of active Sessions associated with this Manager.
findSessions() - Method in class org.apache.catalina.session.ManagerBase
Return the set of active Sessions associated with this Manager.
findStaticResources() - Method in class org.apache.catalina.core.StandardContext
Return the naming resources associated with this web application.
findStatusPages() - Method in interface org.apache.catalina.Context
Return the set of HTTP status codes for which error pages have been specified.
findStatusPages() - Method in class org.apache.catalina.core.StandardContext
Return the set of HTTP status codes for which error pages have been specified.
findTaglib(String) - Method in interface org.apache.catalina.Context
Return the tag library descriptor location for the specified taglib URI, if any; otherwise, return null.
findTaglib(String) - Method in class org.apache.catalina.core.StandardContext
Return the tag library descriptor location for the specified taglib URI, if any; otherwise, return null.
findTaglibs() - Method in interface org.apache.catalina.Context
Return the URIs of all tag libraries for which a tag library descriptor location has been specified.
findTaglibs() - Method in class org.apache.catalina.core.StandardContext
Return the URIs of all tag libraries for which a tag library descriptor location has been specified.
findText() - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of a non-whitespace character, or the index of the character after the last position of the string if no more non-whitespace characters are found.
findWelcomeFile(String) - Method in interface org.apache.catalina.Context
Return true if the specified welcome file is defined for this Context; otherwise return false.
findWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Return true if the specified welcome file is defined for this Context; otherwise return false.
findWelcomeFiles() - Method in interface org.apache.catalina.Context
Return the set of welcome files defined for this Context.
findWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the set of welcome files defined for this Context.
findWhite() - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of a whitespace character, or the index of the character after the last position of the string if no more whitespace characters are found.
findWrapperLifecycles() - Method in interface org.apache.catalina.Context
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperLifecycles() - Method in class org.apache.catalina.core.StandardContext
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - Method in interface org.apache.catalina.Context
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
findXsltInputStream(DirContext) - Method in class org.apache.catalina.servlets.DefaultServlet
Return the xsl template inputstream (if possible)
finish() - Method in class org.apache.catalina.connector.ResponseFacade
 
finish() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Finish AJP response.
finish() - Method in class org.apache.coyote.ajp.AjpProcessor
Finish AJP response.
finish() - Method in class org.apache.coyote.Response
 
finished - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Finished response.
finished - Variable in class org.apache.coyote.ajp.AjpProcessor
Finished response.
finished - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Finished flag.
finished - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Finished flag.
finished - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Finished flag.
finishRequest() - Method in class org.apache.catalina.connector.Request
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishRequest() - Method in class org.apache.catalina.core.DummyRequest
 
finishResponse() - Method in class org.apache.catalina.connector.Response
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finishResponse() - Method in class org.apache.catalina.core.DummyResponse
 
fInputStream - Variable in class org.apache.jasper.xmlparser.ASCIIReader
Input stream.
fInputStream - Variable in class org.apache.jasper.xmlparser.UCSReader
Input stream.
fInputStream - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Input stream.
fireContainerEvent(String, Object) - Method in interface org.apache.catalina.Container
Notify all container event listeners that a particular event has occurred for this Container.
fireContainerEvent(String, Object) - Method in class org.apache.catalina.core.ContainerBase
Notify all container event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, HttpEvent, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, HttpEvent) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, HttpEvent, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, HttpEvent) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireLifecycleEvent(String, Object) - Method in class org.apache.catalina.util.LifecycleSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireSessionEvent(String, Object) - Method in class org.apache.catalina.session.StandardSession
Notify all session event listeners that a particular event has occurred for this Session.
first - Variable in class org.apache.catalina.core.StandardPipeline
The first valve associated with this Pipeline.
first - Variable in class org.apache.coyote.ajp.AjpAprProcessor
First read.
first - Variable in class org.apache.coyote.ajp.AjpProcessor
First read.
FixedNotificationFilter - Class in org.apache.tomcat.util.modeler
Special NotificationFilter that allows modeler to optimize its notifications.
FixedNotificationFilter(String[]) - Constructor for class org.apache.tomcat.util.modeler.FixedNotificationFilter
Construct a new filter that accepts only the specified notification names.
fJava2IANAMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
fJava2IANAMap
flags - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
flags - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
flags - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
 
flags - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
flags - Variable in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
flagsGet(long) - Static method in class org.apache.tomcat.jni.File
Retrieve the flags that were passed into apr_file_open() when the file was opened.
flow(Reader, Writer, char[]) - Static method in class org.apache.catalina.util.IOTools
Read input from reader and write it to writer until there is no more input from reader.
flow(Reader, Writer) - Static method in class org.apache.catalina.util.IOTools
 
flow(InputStream, OutputStream, byte[]) - Static method in class org.apache.catalina.util.IOTools
Read input from input stream and write it to output stream until there is no more input from input stream.
flow(InputStream, OutputStream) - Static method in class org.apache.catalina.util.IOTools
 
flush() - Method in class org.apache.catalina.connector.CoyoteOutputStream
Will send the buffer to the client.
flush() - Method in class org.apache.catalina.connector.CoyoteWriter
 
flush() - Method in class org.apache.catalina.connector.OutputBuffer
Flush bytes or chars contained in the buffer.
flush() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
flush() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
flush() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Callback to write data from the buffer.
flush() - Method in class org.apache.coyote.ajp.AjpProcessor
Callback to write data from the buffer.
flush() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
flush() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Flush the response.
flush() - Method in class org.apache.jasper.runtime.JspWriterImpl
Flush the stream.
flush(long) - Static method in class org.apache.tomcat.jni.File
Flush the file's buffer.
flush() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush(HttpServletResponse) - Static method in class org.jboss.web.php.SAPI
 
flushBuffer() - Method in class org.apache.catalina.connector.Response
Flush the buffer and commit this response.
flushBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
flushBuffer() - Method in class org.apache.catalina.core.DummyResponse
 
flushBuffer() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Callback to write data from the buffer.
flushBuffer() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Callback to write data from the buffer.
flushBuffer() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
 
flushBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
Flush the output buffer to the underlying character stream, without flushing the stream itself.
flushBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
Send the buffer to the sink.
flushBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
 
flushBytes() - Method in class org.apache.catalina.connector.OutputBuffer
Real write - this buffer will be sent to the client
flushLeftover() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Flush leftover bytes.
flushLeftover() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Flush leftover bytes.
flushLeftover() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
 
flushLeftovers - Variable in class org.apache.coyote.Response
 
flushMessageArray - Static variable in class org.apache.coyote.ajp.AjpProcessor
Flush message array.
flushMessageBuffer - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for sending explicit flush message.
flushMessages(ClientImpl) - Method in class org.apache.tomcat.bayeux.RequestBase
 
flushOutputStreamOrWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Flush the servletOutputStream or printWriter ( only one will be non-null ) This must be called after a requestDispatcher.include, since we can't assume that the included servlet flushed its stream.
fname - Variable in class org.apache.tomcat.jni.FileInfo
The pathname of the file (possibly unrooted)
fOffset - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Offset into buffer.
forbidden - Variable in class org.jboss.web.rewrite.RewriteRule
This forces the current URL to be forbidden, i.e., it immediately sends back a HTTP response of 403 (FORBIDDEN).
forbiddenAccess() - Method in interface org.jboss.web.CatalinaMessages
 
forbiddenAccess() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
forbiddenAccess$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
FORCE - Static variable in class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
The singleton instance for forced file deletion, which always deletes, even if the file represents a non-empty directory.
forceDelete(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Deletes a file.
forceDeleteOnExit(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Schedules a file to be deleted when JVM exits.
ForEach - Class in org.apache.jasper.tagplugins.jstl.core
 
ForEach() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForEach
 
fork - Variable in class org.apache.jasper.EmbeddedServletOptions
Should Ant fork its java compiles of JSP pages.
fork(long[], long) - Static method in class org.apache.tomcat.jni.Proc
This is currently the only non-portable call in APR.
FORM_ACTION - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_ACTION - Static variable in class org.apache.catalina.realm.Constants
 
FORM_DATA - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Content-disposition value for form data.
FORM_METHOD - Static variable in class org.apache.catalina.realm.Constants
 
FORM_PASSWORD - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_PRINCIPAL_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The previously authenticated principal (if caching is disabled).
FORM_REQUEST_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The original request information, to which the user will be redirected if authentication succeeds.
FORM_USERNAME - Static variable in class org.apache.catalina.authenticator.Constants
 
format - Variable in class org.apache.catalina.connector.Response
The date format we will use for creating date headers.
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.catalina.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
format(Date) - Method in class org.apache.catalina.util.Strftime
Format the date according to the strftime-style string given in the constructor.
format - Static variable in class org.apache.naming.resources.ResourceAttributes
HTTP date format.
formatDate(Date, String) - Method in class org.apache.catalina.ssi.SSIFlastmod
 
formatDate(Date, TimeZone) - Method in class org.apache.catalina.ssi.SSIMediator
 
formatDate(long, DateFormat) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the HTTP format of the specified date.
formats - Variable in class org.apache.catalina.connector.Request
The set of SimpleDateFormat formats to use in getDateHeader().
formats - Static variable in class org.apache.naming.resources.ResourceAttributes
Date formats using for Date parsing.
formatSize(long, String) - Method in class org.apache.catalina.ssi.SSIFsize
 
FormAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.
FormAuthenticator() - Constructor for class org.apache.catalina.authenticator.FormAuthenticator
 
ForTokens - Class in org.apache.jasper.tagplugins.jstl.core
 
ForTokens() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForTokens
 
forward(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationDispatcher
Forward this request and response to another resource for processing.
FORWARD - Static variable in class org.apache.catalina.deploy.FilterMap
 
forward(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
forward(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
FORWARD_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
forwardToErrorPage(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Called to forward to the error page
forwardToLoginPage(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Called to forward to the login page
fragment - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
free(long) - Static method in class org.apache.tomcat.jni.SSLContext
Free the resources used by the Context
free(long) - Static method in class org.apache.tomcat.jni.Stdlib
Deallocates or frees a memory block.
fTableSize - Variable in class org.apache.jasper.xmlparser.SymbolTable
 
FULL - Static variable in class org.apache.catalina.servlets.DefaultServlet
Full range marker.
functionClass - Variable in class org.apache.catalina.deploy.jsp.FunctionInfo
 
FunctionInfo - Class in org.apache.catalina.deploy.jsp
 
FunctionInfo() - Constructor for class org.apache.catalina.deploy.jsp.FunctionInfo
 
FunctionMapperImpl - Class in org.apache.jasper.el
 
FunctionMapperImpl(FunctionMapper) - Constructor for class org.apache.jasper.el.FunctionMapperImpl
 
functionSignature - Variable in class org.apache.catalina.deploy.jsp.FunctionInfo
 
functionsTag - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
An array describing the functions that are defined in this tag library.
FWD_SLASH_IS_SEPARATOR - Static variable in class org.apache.tomcat.util.http.CookieSupport
If set to true, the / character will be treated as a separator.

G

generalBroadcaster - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
Notification broadcaster for general notifications.
generateAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate codesto evaluate value of a attribute in the custom tag The codes is a Java expression.
generateBody() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate codes for the body of the custom tag
generateClass(String[]) - Method in class org.apache.jasper.compiler.Compiler
Compile the servlet from .java file to .class file
generateClass(String[]) - Method in class org.apache.jasper.compiler.JDTCompiler
Compile the servlet from .java file to .class file
generateDeclaration(String, String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate a declaration in the of the generated class.
generateImport(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate an import statement
generateJava() - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file into equivalent servlet in .java file
generateJavaSource(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate Java source codes
generateNonce(Request) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generate a unique token.
generateNonce() - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Generate a once time token (nonce) for authenticating subsequent requests.
generateRSATempKey(int) - Static method in class org.apache.tomcat.jni.SSL
Generate temporary RSA key.
generateSessionId(Random) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Generate and return a new session identifier for the cookie that identifies an SSO principal.
generateSessionId(Random) - Method in class org.apache.catalina.session.ManagerBase
Generate and return a new session identifier.
generateSmap(JspCompilationContext, Node.Nodes) - Static method in class org.apache.jasper.compiler.SmapUtil
Generates an appropriate SMAP representing the current compilation context.
GenericPrincipal - Class in org.apache.catalina.realm
Generic implementation of java.security.Principal that is available for use by Realm implementations.
GenericPrincipal(Realm, String, String) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password.
GenericPrincipal(Realm, String, String, List<String>) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GenericPrincipal(Realm, String, String, List<String>, Principal) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GenericPrincipal(Realm, String, String, List<String>, Principal, LoginContext) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
Are Text strings to be generated as char arrays?
genStringAsCharArray() - Method in interface org.apache.jasper.Options
Are Text strings to be generated as char arrays?
GET - Static variable in class org.apache.coyote.ajp.Constants
GET.
GET - Static variable in class org.apache.coyote.http11.Constants
GET.
get() - Method in class org.apache.jasper.runtime.JspFactoryImpl.PageContextPool
 
get(Class) - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
Gets the next available tag handler from this tag handler pool, instantiating one if this tag handler pool is empty.
get(Class) - Method in class org.apache.jasper.runtime.TagHandlerPool
Gets the next available tag handler from this tag handler pool, instantiating one if this tag handler pool is empty.
get() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(Thread) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(String) - Method in class org.apache.naming.resources.ResourceAttributes
Get attribute.
get(int, long) - Static method in class org.apache.tomcat.jni.Address
Return an apr_sockaddr_t from an apr_socket_t
get() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the contents of the file as an array of bytes.
get() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the contents of the file item as an array of bytes.
get(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get the value object associated with a key.
get() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
get() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
getAbsolutePath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getAcceptorThreadCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for acceptorThreadCount
getAcceptorThreadCount() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getAccessCount() - Method in class org.apache.naming.resources.ResourceCache
Return the access count.
getAccessCount() - Method in class org.apache.tomcat.util.buf.StringCache
 
getActiveSessions() - Method in interface org.apache.catalina.Manager
Gets the number of currently active sessions.
getActiveSessions() - Method in class org.apache.catalina.session.ManagerBase
Returns the number of active sessions
getActualSize() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeException
Retrieves the actual size of the request.
getAdapter() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getAdapter() - Method in class org.apache.coyote.ajp.AjpProcessor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getAdapter() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for adapter
getAdapter() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getAdapter() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAdapter() - Method in class org.apache.coyote.http11.Http11Processor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAdapter() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getAdapter() - Method in interface org.apache.coyote.Processor
 
getAdapter() - Method in interface org.apache.coyote.ProtocolHandler
 
getAddress() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getAddress() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getAddress() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAddress() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getAddress() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAddress() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for address
getAddress() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getAddress() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getAlgorithm() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getAlgorithm() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAliases() - Method in class org.apache.catalina.core.StandardHost
 
getAliases() - Method in class org.apache.naming.resources.AliasDirContext
Get the current alias configuration in String form.
getAll() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attributes.
getAllDeclaredMethods(Class) - Method in class org.apache.catalina.core.StandardWrapper
 
getAllow() - Method in class org.apache.catalina.filters.RequestFilter
Return a comma-delimited set of the allow expressions configured for this Filter, if any; otherwise, return null.
getAllow() - Method in class org.apache.catalina.valves.RequestFilterValve
Return a comma-delimited set of the allow expressions configured for this Valve, if any; otherwise, return null.
getAllowedHosts() - Method in class org.apache.catalina.connector.Connector
Set of allowed hosts.
getAllowLinking() - Method in class org.apache.naming.resources.FileDirContext
Is linking allowed.
getAllowTrace() - Method in class org.apache.catalina.connector.Connector
True if the TRACE method is allowed.
getAllRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
Was the "all roles" wildcard included in this authentication constraint?
getAllRolesMode() - Method in class org.apache.catalina.realm.RealmBase
Return the all roles mode.
getAltDDName() - Method in interface org.apache.catalina.Context
Return the alternate Deployment Descriptor name.
getAltDDName() - Method in class org.apache.catalina.core.StandardContext
Return the alternate Deployment Descriptor name.
getAmount() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
 
getAppBase() - Method in class org.apache.catalina.core.StandardContext
Get app base.
getAppBase() - Method in class org.apache.catalina.core.StandardHost
Return the application root for this Host.
getAppBase() - Method in interface org.apache.catalina.Host
Return the application root for this Host.
getApplicationEventListeners() - Method in interface org.apache.catalina.Context
Return the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationEventListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationLifecycleListeners() - Method in interface org.apache.catalina.Context
Return the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationLifecycleListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationSessionLifecycleListeners() - Method in interface org.apache.catalina.Context
Return the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationSessionLifecycleListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getAsyncContext() - Method in class org.apache.catalina.connector.Request
 
getAsyncContext() - Method in class org.apache.catalina.connector.RequestFacade
 
getAsyncContext() - Method in class org.apache.catalina.core.DummyRequest
 
getAsyncListeners() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
getAsyncSupported() - Method in class org.apache.catalina.core.StandardWrapper
Return the async supported value.
getAsyncSupported() - Method in class org.apache.catalina.deploy.FilterDef
 
getAsyncSupported() - Method in interface org.apache.catalina.Wrapper
Return the async supported value.
getAsyncTimeout() - Method in class org.apache.catalina.core.DummyRequest
 
getAttribute(String) - Method in class org.apache.catalina.connector.Connector
Return a configured property.
getAttribute(String) - Method in class org.apache.catalina.connector.ConnectorMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.connector.Request
Return the specified request attribute if it exists; otherwise, return null.
getAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the value of the specified context attribute, if any; otherwise return null.
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getAttribute(String) - Method in class org.apache.catalina.core.DummyRequest
 
getAttribute(String) - Method in class org.apache.catalina.session.StandardSession
Return the object bound with the specified name in this session, or null if no object is bound with that name.
getAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttribute(String) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getAttribute(String) - Method in class org.apache.coyote.ajp.AjpProtocol
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
getAttribute(String) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getAttribute(String) - Method in interface org.apache.coyote.ProtocolHandler
 
getAttribute(String) - Method in class org.apache.coyote.Request
 
getAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttribute(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
 
getAttribute(String) - Method in class org.apache.tomcat.util.http.BaseRequest
Get an attribute on the request
getAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Obtain and return the value of a specific attribute of this MBean.
getAttributeNames() - Method in class org.apache.catalina.connector.Request
Return the names of all request attributes for this Request, or an empty Enumeration if there are none.
getAttributeNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContext
Return an enumeration of the names of the context attributes associated with this context.
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getAttributeNames() - Method in class org.apache.catalina.core.DummyRequest
 
getAttributeNames() - Method in class org.apache.catalina.session.StandardSession
Return an Enumeration of String objects containing the names of the objects bound to this session.
getAttributeNames() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttributeNames() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getAttributeNames() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getAttributeNames() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getAttributeNames() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAttributeNames() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAttributeNames() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getAttributeNames() - Method in interface org.apache.coyote.ProtocolHandler
 
getAttributeNames() - Method in class org.apache.tomcat.util.http.BaseRequest
Get iterator over attribute names
getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttributes() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for attributes
getAttributes() - Method in class org.apache.coyote.Request
 
getAttributes(String, String[]) - Method in class org.apache.naming.resources.AliasDirContext
 
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.AliasDirContext
 
getAttributes(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.FileDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.JARDirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.JARDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves all of the attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves selected attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.VirtualDirContext
 
getAttributes(String, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String[]) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Obtain and return the values of several attributes of this MBean.
getAttributes() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The collection of attributes for this MBean.
getAttributesScope(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttributesScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAuthConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the authorization constraint present flag for this security constraint.
getAuthenticator() - Method in interface org.apache.catalina.Context
Return the authenticator that is configured for this context, or null if no authenticator has been configured.
getAuthenticator() - Method in class org.apache.catalina.core.StandardContext
Return the application authenticator for this Context.
getAuthMethod() - Method in class org.apache.catalina.deploy.LoginConfig
 
getAuthority() - Method in class org.apache.tomcat.util.net.URL
Return the authority part of the URL.
getAuthorization() - Method in class org.apache.catalina.core.DummyRequest
 
getAuthType() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the name of the authentication type originally used to authenticate the user associated with the SSO.
getAuthType() - Method in class org.apache.catalina.connector.Request
Return the authentication type used for this Request.
getAuthType() - Method in class org.apache.catalina.connector.RequestFacade
 
getAuthType() - Method in class org.apache.catalina.core.DummyRequest
 
getAuthType() - Method in interface org.apache.catalina.Session
Return the authentication type used to authenticate our cached Principal, if any.
getAuthType() - Method in class org.apache.catalina.session.StandardSession
Return the authentication type used to authenticate our cached Principal, if any.
getAuthType() - Method in class org.apache.coyote.Request
 
getAvailable() - Method in class org.apache.catalina.connector.InputBuffer
 
getAvailable() - Method in interface org.apache.catalina.Context
Return the application available flag for this Context.
getAvailable() - Method in class org.apache.catalina.core.StandardContext
Return the application available flag for this Context.
getAvailable() - Method in class org.apache.catalina.core.StandardWrapper
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailable() - Method in interface org.apache.catalina.Wrapper
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailable() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
getAvailable() - Method in class org.apache.coyote.Request
 
getBackgroundProcessorDelay() - Method in interface org.apache.catalina.Container
Get the delay between the invocation of the backgroundProcess method on this container and its children.
getBackgroundProcessorDelay() - Method in class org.apache.catalina.core.ContainerBase
Get the delay between the invocation of the backgroundProcess method on this container and its children.
getBacklog() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getBacklog() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getBacklog() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getBacklog() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getBacklog() - Method in class org.apache.coyote.http11.Http11Protocol
 
getBacklog() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for backlog
getBacklog() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getBacklog() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getBaseDir() - Method in class org.apache.catalina.core.StandardEngine
 
getBaseDir() - Method in class org.apache.catalina.startup.ContextConfig
 
getBasePath() - Method in class org.apache.catalina.core.StandardContext
Get base path.
getBasic() - Method in class org.apache.catalina.core.ContainerBase
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBasic() - Method in class org.apache.catalina.core.StandardPipeline
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBasic() - Method in interface org.apache.catalina.Pipeline
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
getBlock() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getBody() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getBodyContent() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getBodyMessageArray - Variable in class org.apache.coyote.ajp.AjpProcessor
Direct buffer used for sending right away a get body message.
getBodyMessageBuffer - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for sending right away a get body message.
getBoolean(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get the boolean value associated with a key.
getBoundary(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Retrieves the boundary from the Content-type header.
getBuffer() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getBuffer() - Method in class org.apache.coyote.ajp.AjpMessage
Return the underlying byte buffer.
getBuffer() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
getBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the message bytes.
getBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getBuffer() - Method in class org.apache.tomcat.util.net.NioChannel
 
getBufferSize() - Method in class org.apache.catalina.connector.Connector
Deprecated. 
getBufferSize() - Method in class org.apache.catalina.connector.OutputBuffer
 
getBufferSize() - Method in class org.apache.catalina.connector.Response
Return the actual buffer size used for this Response.
getBufferSize() - Method in class org.apache.catalina.connector.ResponseFacade
 
getBufferSize() - Method in class org.apache.catalina.core.DummyResponse
 
getBufferSize() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getByte() - Method in class org.apache.coyote.ajp.AjpMessage
 
getByteChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the byte chunk, representing the byte[] and offset/length.
getByteCount() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Returns the number of bytes that have been written to this output stream.
getByteEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
 
getBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
 
getBytes(byte[]) - Method in class org.apache.coyote.ajp.AjpMessage
Copy a chunk of bytes from the packet into an array and advance the read position past the chunk.
getBytes() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the message bytes.
getBytesRead() - Method in class org.apache.coyote.Request
 
getBytesRead() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns the number of bytes, which have been read by the stream.
getBytesReceived() - Method in class org.apache.coyote.RequestGroupInfo
 
getBytesReceived() - Method in class org.apache.coyote.RequestInfo
 
getBytesSent() - Method in class org.apache.coyote.RequestGroupInfo
 
getBytesSent() - Method in class org.apache.coyote.RequestInfo
 
getBytesWritten() - Method in class org.apache.catalina.connector.OutputBuffer
 
getBytesWritten() - Method in class org.apache.coyote.Response
 
getc(long) - Static method in class org.apache.tomcat.jni.File
Read a character from the specified file.
getCache() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the cache authenticated Principals flag.
getCache() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCache() - Method in interface org.apache.jasper.Options
The web-application wide cache for the returned TreeNode by parseXMLDocument in TagLibraryInfoImpl.parseTLD, if isCaching returns true.
getCache() - Method in class org.apache.naming.resources.ProxyDirContext
Get the cache used for this context.
getCacheControlHeader() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
getCacheMaxSize() - Method in class org.apache.catalina.core.StandardContext
Return the maximum size of the cache in KB.
getCacheMaxSize() - Method in class org.apache.naming.resources.BaseDirContext
Return the maximum size of the cache in KB.
getCacheMaxSize() - Method in class org.apache.naming.resources.ResourceCache
Return the maximum size of the cache in KB.
getCacheObjectMaxSize() - Method in class org.apache.catalina.core.StandardContext
Return the maximum size of objects to be cached in KB.
getCacheObjectMaxSize() - Method in class org.apache.naming.resources.BaseDirContext
Return the maximum size of objects to be cached in KB.
getCacheSize() - Method in class org.apache.naming.resources.ResourceCache
Return the current cache size in KB.
getCacheSize() - Method in class org.apache.tomcat.util.buf.StringCache
 
getCacheTTL() - Method in class org.apache.catalina.core.StandardContext
Get cache TTL.
getCacheTTL() - Method in class org.apache.naming.resources.BaseDirContext
Get cache TTL.
getCalendardField() - Method in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
 
getCanDestroy() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for canDestroy
getCanonicalName(Class) - Static method in class org.apache.jasper.compiler.JspUtil
Compute the canonical name from a Class instance.
getCanonicalPath() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get canonical path.
getCanonicalPath() - Method in class org.apache.naming.resources.ResourceAttributes
Return the canonical path of the resource, to possibly be used for direct file serving.
getCanReauthenticate() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets whether the authentication type associated with the original authentication supports reauthentication.
getCanStartAsync() - Method in class org.apache.catalina.connector.Request
 
getCapacity() - Method in class org.apache.jasper.runtime.CharBuffer
Find the current capacity of this buffer.
getCause() - Method in exception org.apache.catalina.connector.ClientAbortException
Returns the cause that caused this exception, if any.
getCause() - Method in class org.apache.tomcat.bayeux.HttpError
 
getCause() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException
Returns the exceptions cause.
getCause() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.IOFileUploadException
Returns the exceptions cause.
getCause() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadException
 
getCause() - Method in exception org.apache.tomcat.util.json.JSONException
 
getCertificateChain() - Method in class org.apache.catalina.connector.Request
 
getCertificateChain(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns the certificate chain associated with the given alias.
getCGIVariable(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getChannel(String, boolean) - Method in interface org.apache.cometd.bayeux.Bayeux
Returns the channel for a given channel id.
getChannel() - Method in interface org.apache.cometd.bayeux.Message
Returns a reference to the channel that this message was published throuhg
getChannel() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Get the underlying socket input stream.
getChannel() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Get the underlying socket input stream.
getChannel() - Method in class org.apache.tomcat.bayeux.MessageImpl
 
getChannel() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getChannel(String, boolean) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
getChannel() - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Getter for channel
getChannels() - Method in interface org.apache.cometd.bayeux.Bayeux
Returns a list of currently active channels in this Bayeux session.
getChannels() - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
getCharacterEncoding() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the character encoding to use to read the username and password.
getCharacterEncoding() - Method in class org.apache.catalina.connector.Request
Return the character encoding for this Request.
getCharacterEncoding() - Method in class org.apache.catalina.connector.RequestFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.Response
Return the character encoding used for this Response.
getCharacterEncoding() - Method in class org.apache.catalina.connector.ResponseFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.core.DummyRequest
 
getCharacterEncoding() - Method in class org.apache.catalina.core.DummyResponse
 
getCharacterEncoding() - Method in class org.apache.coyote.Request
Get the character encoding used for this request.
getCharacterEncoding() - Method in class org.apache.coyote.Response
 
getCharacterEncoding() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the character encoding for the request.
getCharacterEncoding() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the character encoding for the request.
getCharChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the char chunk, representing the char[] and offset/length.
getCharEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
 
getCharEncoding() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getChars() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getCharset(Locale) - Method in class org.apache.catalina.util.CharsetMapper
Calculate the name of a character set to be assumed, given the specified Locale and the absence of a character set specified as part of the content type header.
getCharSet() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the content charset passed by the agent or null if not defined.
getCharsetFromContentType(String) - Static method in class org.apache.tomcat.util.http.ContentType
Parse the character encoding from the specified content type header.
getCharsetMapper() - Method in interface org.apache.catalina.Context
Return the Locale to character set mapper for this Context.
getCharsetMapper() - Method in class org.apache.catalina.core.StandardContext
Return the Locale to character set mapper for this Context.
getCharsetMapperClass() - Method in class org.apache.catalina.core.StandardContext
Return the Locale to character set mapper class for this Context.
getCharsWritten() - Method in class org.apache.catalina.connector.OutputBuffer
 
getCheckInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
Background JSP compile thread check intervall
getCheckInterval() - Method in interface org.apache.jasper.Options
Background compile thread check interval in seconds
getChild(String) - Method in class org.apache.naming.resources.JARDirContext.Entry
 
getChild(String) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getChild(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
Get the first element child.
getChild(Node, int) - Static method in class org.apache.tomcat.util.DomUtil
Get the first direct child with a given type
getChildContent(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
Get the first child's content ( ie it's included TEXT node ).
getChildren() - Method in class org.apache.catalina.core.ContainerBase
 
getChildren() - Method in class org.apache.naming.resources.JARDirContext.Entry
 
getChildren() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getCiphers() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getCiphers() - Method in class org.apache.coyote.http11.Http11Protocol
 
getCipherSuite() - Method in interface org.apache.tomcat.util.net.SSLSupport
The cipher suite being used on this connection.
getClassDebugInfo() - Method in class org.apache.jasper.EmbeddedServletOptions
Should class files be compiled with debug information?
getClassDebugInfo() - Method in interface org.apache.jasper.Options
Should we include debug information in compiled class?
getClassesToInitialize() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
 
getClassLoader() - Method in class org.apache.catalina.core.ApplicationContext
 
getClassLoader() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getClassLoader() - Method in interface org.apache.catalina.Loader
Return the Java class loader to be used by this Container.
getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
What class loader to use for loading classes while compiling this JSP?
getClassLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getClassName() - Method in class org.apache.catalina.connector.ConnectorMBean
Return the fully qualified Java class name of the managed object for this MBean.
getClassName() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
getClassName() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getClassName() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
getClassName() - Method in class org.apache.catalina.session.ManagerBase
Returns the name of the implementation class.
getClassName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
getClassName() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The fully qualified name of the Java class of the MBean described by this descriptor.
getClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
The classpath that is passed off to the Java compiler.
getClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
What classpath should I use while compiling the servlets generated from JSP files?
getClassPath() - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
getClassPath() - Method in interface org.apache.jasper.Options
What classpath should I use while compiling the servlets generated from JSP files?
getClient(String) - Method in interface org.apache.cometd.bayeux.Bayeux
retrieve a client based on an ID.
getClient() - Method in interface org.apache.cometd.bayeux.Message
Returns a reference to the client that sent this message
getClient() - Method in class org.apache.tomcat.bayeux.MessageImpl
 
getClient(String) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
getClientAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Get the matching aliases for authenticating the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getClientauth() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getClientauth() - Method in class org.apache.coyote.http11.Http11Protocol
 
getClientId() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getClientImpl(HttpEvent) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
getClientIpSessionId() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
getClients() - Method in interface org.apache.cometd.bayeux.Bayeux
Returns a non modifiable list of all the clients that are currently active in this Bayeux session
getClients() - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
getClientToServerElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getClone() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getClone() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getClone() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
getCluster() - Method in interface org.apache.catalina.Container
Return the Cluster with which this Container is associated.
getCluster() - Method in class org.apache.catalina.core.ContainerBase
Return the Cluster with which this Container is associated.
getClusterName() - Method in interface org.apache.catalina.Cluster
Return the name of the cluster that this Server is currently configured to operate within.
getCode() - Method in class org.apache.coyote.ActionCode
Action id, useable in switches and table indexes
getCode() - Method in class org.apache.tomcat.bayeux.HttpError
 
getCodeSource() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the SecurityManager Policy CodeSource for this web applicaiton context.
getCommand() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived command string
getComment() - Method in class org.apache.catalina.deploy.SessionCookie
 
getComment() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getCommonPropertyType(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
 
getCompilationContext() - Method in class org.apache.jasper.compiler.Compiler
 
getCompiler() - Method in class org.apache.jasper.EmbeddedServletOptions
Compiler to use.
getCompiler() - Method in class org.apache.jasper.JspCompilationContext
 
getCompiler() - Method in interface org.apache.jasper.Options
Compiler to use.
getCompilerClassName() - Method in class org.apache.jasper.EmbeddedServletOptions
Java compiler class to use.
getCompilerClassName() - Method in interface org.apache.jasper.Options
Java compiler class to use.
getCompilerSourceVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerSourceVM() - Method in interface org.apache.jasper.Options
Compiler source VM, e.g.
getCompilerTargetVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerTargetVM() - Method in interface org.apache.jasper.Options
The compiler target VM, e.g.
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for compressableMimeTypes
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11Protocol
 
getCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for compressableMimeTypes
getCompression() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
 
getCompression() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for compression
getCompression() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return compression level.
getCompression() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompression() - Method in class org.apache.coyote.http11.Http11Processor
Return compression level.
getCompression() - Method in class org.apache.coyote.http11.Http11Protocol
 
getCompressionLevel() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for compressionLevel
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for compressionMinSize
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for compressionMinSize
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11Protocol
 
getConcurrency() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getCondition() - Method in class org.apache.catalina.valves.AccessLogValve
Return whether the attribute name to look for when performing conditional loggging.
getConditionalState() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConditions() - Method in class org.jboss.web.rewrite.RewriteRule
 
getCondPattern() - Method in class org.jboss.web.rewrite.RewriteCond
 
getConfigBase() - Method in class org.apache.catalina.core.StandardContext
Get config base.
getConfigBase() - Method in class org.jboss.web.rewrite.RewriteValve
Get config base.
getConfigBaseName() - Method in class org.apache.catalina.startup.HostConfig
Get the name of the configBase.
getConfigClass() - Method in class org.apache.catalina.core.StandardContext
Return the class name of the context configurator.
getConfigClass() - Method in class org.apache.catalina.core.StandardHost
Return the Java class name of the context configuration class for new web applications.
getConfigClass() - Method in interface org.apache.catalina.Host
Return the Java class name of the context configuration class for new web applications.
getConfigClass() - Method in class org.apache.catalina.startup.HostConfig
Return the Context configuration class name.
getConfigErrMsg() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigFile(String) - Method in class org.apache.catalina.startup.HostConfig
Given a context path, get the config file name.
getConfigSizeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigTimeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfiguration() - Method in class org.jboss.web.rewrite.RewriteValve
 
getConfigured() - Method in interface org.apache.catalina.Context
Return the "correctly configured" flag for this Context.
getConfigured() - Method in class org.apache.catalina.core.StandardContext
Return the "correctly configured" flag for this Context.
getConnection() - Method in class org.apache.catalina.session.JDBCStore
Check the connection associated with this store, if it's null or closed try to reopen it.
getConnectionCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
getConnectionCount() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Poller
 
getConnectionName() - Method in class org.apache.catalina.session.JDBCStore
Return the username to use to connect to the database.
getConnectionName() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Return the username to use to connect to the database.
getConnectionPassword() - Method in class org.apache.catalina.session.JDBCStore
Return the password to use to connect to the database.
getConnectionPassword() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Return the password to use to connect to the database.
getConnectionURL() - Method in class org.apache.catalina.session.JDBCStore
Return the Connection URL for this Store.
getConnector() - Method in class org.apache.catalina.connector.Request
Return the Connector through which this Request was received.
getConnector() - Method in class org.apache.catalina.connector.Response
Return the Connector through which this Request was received.
getConnector() - Method in class org.apache.catalina.core.DummyRequest
 
getConnector() - Method in class org.apache.catalina.core.DummyResponse
 
getConnectorNames() - Method in class org.apache.catalina.core.StandardService
 
getConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
getContainer() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the Container to which this Valve is attached.
getContainer() - Method in interface org.apache.catalina.Cluster
Get the Container associated with our Cluster
getContainer() - Method in class org.apache.catalina.connector.Connector
Return the Container used for processing requests received by this Connector.
getContainer() - Method in interface org.apache.catalina.Contained
Return the Container with which this instance is associated (if any); otherwise return null.
getContainer() - Method in class org.apache.catalina.ContainerEvent
Return the Container on which this event occurred.
getContainer() - Method in class org.apache.catalina.core.StandardPipeline
Return the Container with which this Pipeline is associated.
getContainer() - Method in class org.apache.catalina.core.StandardService
Return the Container that handles requests for all Connectors associated with this Service.
getContainer() - Method in interface org.apache.catalina.Loader
Return the Container with which this Loader has been associated.
getContainer() - Method in interface org.apache.catalina.Manager
Return the Container with which this Manager is associated.
getContainer() - Method in interface org.apache.catalina.Realm
Return the Container with which this Realm has been associated.
getContainer() - Method in class org.apache.catalina.realm.RealmBase
Return the Container with which this Realm has been associated.
getContainer() - Method in interface org.apache.catalina.Service
Return the Container that handles requests for all Connectors associated with this Service.
getContainer() - Method in class org.apache.catalina.session.ManagerBase
Return the Container with which this Manager is associated.
getContainer() - Method in class org.apache.catalina.valves.ValveBase
Return the Container with which this Valve is associated, if any.
getContainerName() - Method in class org.apache.catalina.core.StandardService
 
getContainerName() - Method in class org.apache.catalina.valves.ValveBase
 
getContainerSuffix() - Method in class org.apache.catalina.core.ContainerBase
 
getContent() - Method in class org.apache.naming.resources.DirContextURLConnection
Get object content.
getContent(Class[]) - Method in class org.apache.naming.resources.DirContextURLConnection
Get object content.
getContent() - Method in class org.apache.naming.resources.Resource
Content accessor.
getContent(Node) - Static method in class org.apache.tomcat.util.DomUtil
Get the trimed text content of a node or null if there is no text
getContentCount() - Method in class org.apache.catalina.connector.Response
Return the number of bytes actually written to the output stream.
getContentCount() - Method in class org.apache.catalina.core.DummyResponse
 
getContentCountLong() - Method in class org.apache.catalina.connector.Response
Return the number of bytes actually written to the output stream.
getContentLanguage() - Method in class org.apache.coyote.Response
Return the content language.
getContentLength() - Method in class org.apache.catalina.connector.Request
Return the content length for this Request.
getContentLength() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentLength() - Method in class org.apache.catalina.connector.Response
Return the content length that was set or calculated for this Response.
getContentLength() - Method in class org.apache.catalina.core.DummyRequest
 
getContentLength() - Method in class org.apache.catalina.core.DummyResponse
 
getContentLength() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Get content length.
getContentLength() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Get content length.
getContentLength() - Method in class org.apache.coyote.Request
 
getContentLength() - Method in class org.apache.coyote.RequestInfo
 
getContentLength() - Method in class org.apache.coyote.Response
 
getContentLength() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the content length value.
getContentLength() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get content length.
getContentLength() - Method in class org.apache.naming.resources.ResourceAttributes
Get content length.
getContentLength() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the content length
getContentLength() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the content length of the request.
getContentLength() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the content length of the request.
getContentLengthLong() - Method in class org.apache.catalina.connector.Request
 
getContentLengthLong() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentLengthLong() - Method in class org.apache.catalina.core.DummyRequest
 
getContentLengthLong() - Method in class org.apache.coyote.Request
 
getContentLengthLong() - Method in class org.apache.coyote.Response
 
getContentType() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getContentType() - Method in class org.apache.catalina.connector.Request
Return the content type for this Request.
getContentType() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentType() - Method in class org.apache.catalina.connector.Response
Return the content type that was set or calculated for this response, or null if no content type was set.
getContentType() - Method in class org.apache.catalina.connector.ResponseFacade
 
getContentType() - Method in class org.apache.catalina.core.DummyRequest
 
getContentType() - Method in class org.apache.catalina.core.DummyResponse
 
getContentType() - Method in class org.apache.catalina.core.StandardPart
 
getContentType() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Returns the value of the content-type header field.
getContentType() - Method in class org.apache.coyote.Request
 
getContentType() - Method in class org.apache.coyote.Response
 
getContentType() - Method in class org.apache.jasper.JspCompilationContext
Get the content type of this JSP.
getContentType() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the content type value.
getContentType() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the content type passed by the agent or null if not defined.
getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the content type of the request.
getContentType() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the content type of the request.
getContentType(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
getContentTypeAttribute(String, String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Get the value associated with a content-type attribute.
getContentTypeFor(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
getContentWritten() - Method in class org.apache.catalina.connector.OutputBuffer
 
getContentWrittenLong() - Method in class org.apache.catalina.connector.OutputBuffer
 
getContext() - Method in class org.apache.catalina.connector.Request
Return the Context within which this Request is being processed.
getContext(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a ServletContext object that corresponds to a specified URI on the server.
getContext() - Method in class org.apache.catalina.core.ApplicationContext
 
getContext(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getContext() - Method in class org.apache.catalina.core.DummyRequest
 
getContext() - Method in class org.apache.catalina.core.DummyResponse
 
getContext(Class) - Method in class org.apache.jasper.el.ELContextWrapper
 
getContextClass() - Method in class org.apache.catalina.core.StandardHost
Return the Java class name of the Context implementation class for new web applications.
getContextClass() - Method in class org.apache.catalina.startup.HostConfig
Return the Context implementation class name.
getContextName() - Method in class org.apache.naming.resources.ProxyDirContext
Return the context name.
getContextNames() - Method in class org.apache.tomcat.util.http.mapper.Mapper
Return all contexts, in //HOST/PATH form
getContextPath() - Method in class org.apache.catalina.connector.Request
Return the portion of the request URI used to select the Context of the Request.
getContextPath() - Method in class org.apache.catalina.connector.RequestFacade
 
getContextPath() - Method in class org.apache.catalina.core.ApplicationContext
Return the main path associated with this context.
getContextPath() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getContextPath() - Method in class org.apache.catalina.core.DummyRequest
 
getContextPathMB() - Method in class org.apache.catalina.connector.Request
Get the context path.
getContextPathMB() - Method in class org.apache.catalina.core.DummyRequest
 
getContextRelativePath(ServletRequest, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Convert a possibly relative resource path into a context-relative resource path that starts with a '/'.
getController() - Method in class org.apache.catalina.connector.Connector
 
getController() - Method in class org.apache.catalina.realm.RealmBase
 
getController() - Method in class org.apache.catalina.valves.ValveBase
 
getCookie(int) - Method in class org.apache.tomcat.util.http.Cookies
 
getCookieCount() - Method in class org.apache.tomcat.util.http.Cookies
 
getCookieDomain() - Method in class org.apache.catalina.authenticator.SingleSignOn
Returns the optional cookie domain.
getCookieDomain() - Method in class org.jboss.web.rewrite.RewriteRule
 
getCookieLifetime() - Method in class org.jboss.web.rewrite.RewriteRule
 
getCookieName() - Method in class org.jboss.web.rewrite.RewriteRule
 
getCookiePath() - Method in class org.jboss.web.rewrite.RewriteRule
 
getCookieResult() - Method in class org.jboss.web.rewrite.RewriteRule
 
getCookies() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getCookies() - Method in class org.apache.catalina.connector.Request
Return the set of Cookies received with this Request.
getCookies() - Method in class org.apache.catalina.connector.RequestFacade
 
getCookies() - Method in class org.apache.catalina.connector.Response
Return an array of all cookies set for this response, or a zero-length array if no cookies have been set.
getCookies() - Method in interface org.apache.catalina.Context
Return the "use cookies for session ids" flag.
getCookies() - Method in class org.apache.catalina.core.DummyRequest
 
getCookies() - Method in class org.apache.catalina.core.DummyResponse
 
getCookies() - Method in class org.apache.catalina.core.StandardContext
Return the "use cookies for session ids" flag.
getCookies() - Method in class org.apache.coyote.Request
 
getCookieValue() - Method in class org.jboss.web.rewrite.RewriteRule
 
getCountAllocated() - Method in class org.apache.catalina.core.StandardWrapper
Return the number of active allocations of this servlet.
getCoyoteRequest() - Method in class org.apache.catalina.connector.Request
Get the Coyote request.
getCoyoteResponse() - Method in class org.apache.catalina.connector.Response
Get the Coyote response.
getCrawlerUserAgents() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
getCreation() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get creation time.
getCreation() - Method in class org.apache.naming.resources.ResourceAttributes
Get creation time.
getCreationDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get creation date.
getCreationDate() - Method in class org.apache.naming.resources.ResourceAttributes
Get creation date.
getCreationTime() - Method in interface org.apache.catalina.Session
Return the creation time for this session.
getCreationTime(String) - Method in class org.apache.catalina.session.ManagerBase
 
getCreationTime() - Method in class org.apache.catalina.session.StandardSession
Return the time when this session was created, in milliseconds since midnight, January 1, 1970 GMT.
getCreationTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getCreationTime() - Method in interface org.apache.cometd.bayeux.Message
returns the timestamp in milliseconds(System.currentTimeMillis()) of when this message was created.
getCreationTime() - Method in class org.apache.tomcat.bayeux.MessageImpl
 
getCreationTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getCRLs(String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Load the collection of CRLs.
getCRLs(String) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Load the collection of CRLs.
getCrossContext() - Method in interface org.apache.catalina.Context
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in class org.apache.catalina.core.StandardContext
Return the "allow crossing servlet contexts" flag.
getCurrentDate() - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Returns the current date.
getCurrentDate() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getCurrentDate() - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the current date in HTTP format.
getCurrentQueryString() - Method in class org.apache.coyote.RequestInfo
 
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the amount of threads that are managed by the pool.
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
Return the amount of threads that are managed by the pool.
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the amount of threads currently busy.
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.NioEndpoint
Return the amount of threads currently busy.
getCurrentTimeMillis() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
getCurrentUri() - Method in class org.apache.coyote.RequestInfo
 
getCurThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for curThreads
getCurThreadsBusy() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for curThreadsBusy
getDaemon() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for daemon
getDaemon() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getDaemon() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getData() - Method in class org.apache.catalina.ContainerEvent
Return the event data of this event.
getData() - Method in class org.apache.catalina.LifecycleEvent
Return the event data of this event.
getData() - Method in class org.apache.catalina.SessionEvent
Return the event data of this event.
getData() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Returns the data for this output stream as an array of bytes, assuming that the data has been retained in memory.
getDate() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the last modified date.
getDateHeader(String) - Method in class org.apache.catalina.connector.Request
Return the value of the specified date header, if any; otherwise return -1.
getDateHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getDateHeader(String) - Method in class org.apache.catalina.core.DummyRequest
 
getDateHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getDeclare() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
getDecodedRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getDecodedRequestURI() - Method in class org.apache.catalina.connector.Request
Get the decoded request URI.
getDecodedRequestURI() - Method in class org.apache.catalina.core.DummyRequest
 
getDecodedRequestURIMB() - Method in class org.apache.catalina.connector.Request
Get the decoded request URI.
getDecodedRequestURIMB() - Method in class org.apache.catalina.core.DummyRequest
 
getDefault() - Static method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Returns a copy of the environment's default socket factory.
getDefault(AsynchronousChannelGroup) - Static method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Returns a copy of the environment's default socket factory.
getDefault() - Static method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a copy of the environment's default socket factory.
getDefaultConfigFile() - Method in class org.apache.catalina.core.StandardContext
Given a context path, get the config file name.
getDefaultContentType() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getDefaultContentType() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
getDefaultExpiresConfiguration() - Method in class org.apache.catalina.filters.ExpiresFilter
 
getDefaultHost() - Method in class org.apache.catalina.core.StandardEngine
Return the default host.
getDefaultHost() - Method in interface org.apache.catalina.Engine
Return the default hostname for this Engine.
getDefaultHostName() - Method in class org.apache.tomcat.util.http.mapper.Mapper
Get default host.
getDefaultPlatformName() - Static method in class org.apache.tomcat.jni.LibraryLoader
 
getDefaultResolver() - Static method in class org.apache.jasper.el.ELResolverImpl
 
getDefaultSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContext
 
getDefaultSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getDefaultSessionTrackingModes() - Method in class org.apache.catalina.core.StandardContext
 
getDefaultWebapp() - Method in class org.apache.catalina.core.StandardHost
 
getDefaultWebapp() - Method in interface org.apache.catalina.Host
Return the default webapp name.
getDeferAccept() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getDeferAccept() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getDeferAccept() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getDeferAccept() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for deferAccept
getDeferAccept() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getDeferredMethod() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getDeferredValue() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getDeny() - Method in class org.apache.catalina.filters.RequestFilter
Return a comma-delimited set of the deny expressions configured for this Filter, if any; otherwise, return null.
getDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
Return a comma-delimited set of the deny expressions configured for this Valve, if any; otherwise, return null.
getDependants() - Method in interface org.apache.jasper.runtime.JspSourceDependent
Returns a list of files names that the current page has a source dependency on.
getDependants() - Method in class org.apache.jasper.servlet.JspServletWrapper
Get a list of files that the current page has source dependency on.
getDeploymentDescriptor() - Method in class org.apache.catalina.core.StandardContext
JSR77 deploymentDescriptor attribute
getDerivedPackageName() - Method in class org.apache.jasper.JspCompilationContext
 
getDescription() - Method in class org.apache.catalina.core.StandardWrapper
Return the Servlet description.
getDescription() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getDescription() - Method in class org.apache.catalina.deploy.FilterDef
 
getDescription() - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
 
getDescription() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getDescription() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the description of this web resource collection.
getDescription() - Method in interface org.apache.catalina.Wrapper
Return the Servlet description.
getDescription() - Method in exception org.apache.tomcat.jni.Error
Get the APR description of the exception.
getDescription() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
The human-readable description of this feature.
getDescription() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The human-readable description of this MBean.
getDesirectConnType() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
getDesiredEntryAccessRatio() - Method in class org.apache.naming.resources.ResourceCache
Return desired entry access ratio.
getDevelopment() - Method in class org.apache.jasper.EmbeddedServletOptions
Is Jasper being used in development mode?
getDevelopment() - Method in interface org.apache.jasper.Options
Is Jasper being used in development mode?
getDigest() - Method in class org.apache.catalina.realm.RealmBase
Return the digest algorithm used for storing credentials.
getDigest(String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the digest associated with given principal's user name.
getDigestEncoding() - Method in class org.apache.catalina.realm.RealmBase
Returns the digest encoding charset.
getDirContext() - Method in class org.apache.naming.resources.ProxyDirContext
Return the actual directory context we are wrapping.
getDirContext() - Method in class org.apache.naming.resources.ProxyDirContextFacade
Return the actual directory context we are wrapping.
getDirectory() - Method in class org.apache.catalina.session.FileStore
Return the directory path for this Store.
getDirectory() - Method in class org.apache.catalina.valves.AccessLogValve
Return the directory in which we create log files.
getDisableProxyCaching() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states if we add headers to disable caching by proxies.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for disableUploadTimeout
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for disableUploadTimeout
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the flag that controls upload time-outs.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Get the flag that controls upload time-outs.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getDispatcherMapping() - Method in class org.apache.catalina.deploy.FilterMap
 
getDispatcherType() - Method in class org.apache.catalina.connector.Request
 
getDispatcherType() - Method in class org.apache.catalina.connector.RequestFacade
 
getDispatcherType() - Method in class org.apache.catalina.core.DummyRequest
 
getDisplayName() - Method in interface org.apache.catalina.Context
Return the display name of this web application.
getDisplayName() - Method in class org.apache.catalina.core.StandardContext
Return the display name of this web application.
getDisplayName() - Method in class org.apache.catalina.deploy.FilterDef
 
getDisplayName() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getDisplayName() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the display name of this security constraint.
getDisplayName() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
The display name of this attribute.
getDisplaySourceFragment() - Method in class org.apache.jasper.EmbeddedServletOptions
Should we include a source fragment in exception messages, which could be displayed to the developer ?
getDisplaySourceFragment() - Method in interface org.apache.jasper.Options
Should we include a source fragment in exception messages, which could be displayed to the developer ?
getDistributable() - Method in interface org.apache.catalina.Context
Return the distributable flag for this web application.
getDistributable() - Method in class org.apache.catalina.core.StandardContext
Return the distributable flag for this web application.
getDistributable() - Method in interface org.apache.catalina.Manager
Return the distributable flag for the sessions supported by this Manager.
getDistributable() - Method in class org.apache.catalina.session.ManagerBase
Return the distributable flag for the sessions supported by this Manager.
getDocBase() - Method in interface org.apache.catalina.Context
Return the document root for this Context.
getDocBase() - Method in class org.apache.catalina.core.StandardContext
Return the document root for this Context.
getDocBase(String) - Method in class org.apache.catalina.startup.HostConfig
Given a context path, get the docBase.
getDocBase() - Method in class org.apache.naming.resources.BaseDirContext
Return the document root for this component.
getDocBase() - Method in class org.apache.naming.resources.ProxyDirContext
Return the document root for this component.
getDocumentBuilder() - Method in class org.apache.catalina.servlets.WebdavServlet
Return JAXP document builder instance.
getDomain() - Method in class org.apache.catalina.connector.Connector
 
getDomain() - Method in class org.apache.catalina.core.ContainerBase
 
getDomain() - Method in class org.apache.catalina.core.StandardEngine
 
getDomain() - Method in class org.apache.catalina.core.StandardServer
 
getDomain() - Method in class org.apache.catalina.core.StandardService
 
getDomain() - Method in class org.apache.catalina.deploy.SessionCookie
 
getDomain() - Method in class org.apache.catalina.realm.RealmBase
 
getDomain() - Method in class org.apache.catalina.session.ManagerBase
 
getDomain() - Method in class org.apache.catalina.valves.ValveBase
 
getDomain() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getDomain() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getDomain() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for domain
getDomain() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getDomain() - Method in class org.apache.coyote.http11.Http11Protocol
 
getDomain() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getDomain() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The (optional) ObjectName domain in which this MBean should be registered in the MBeanServer.
getDouble(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get the double value associated with a key.
getDriverName() - Method in class org.apache.catalina.session.JDBCStore
Return the driver for this Store.
getDuplicates() - Method in class org.apache.catalina.session.ManagerBase
Number of duplicated session IDs generated by the random source.
getDurations() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
getDynamicAttributes() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getEffectiveMajorVersion() - Method in class org.apache.catalina.core.ApplicationContext
 
getEffectiveMajorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getEffectiveMinorVersion() - Method in class org.apache.catalina.core.ApplicationContext
 
getEffectiveMinorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getEffectiveSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContext
 
getEffectiveSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getELContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getELContext() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getElIgnored() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getELResolver() - Method in class org.apache.jasper.el.ELContextImpl
 
getELResolver() - Method in class org.apache.jasper.el.ELContextWrapper
 
getEnabled() - Method in class org.apache.catalina.core.StandardWrapper
Return the enabled value.
getEnabled() - Method in class org.apache.catalina.valves.AccessLogValve
 
getEnabled() - Method in interface org.apache.catalina.Wrapper
Return the enabled value.
getEnabledCiphers(String, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getEnabledCiphers(String, String[]) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Determines the SSL cipher suites to be enabled.
getEnabledProtocols(SSLServerSocket, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Determines the SSL protocol variants to be enabled.
getEnabledProtocols(SSLEngine, String) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Determines the SSL protocol variants to be enabled.
getEnableLookups() - Method in class org.apache.catalina.connector.Connector
Return the "enable DNS lookups" flag.
getEncodedPath() - Method in interface org.apache.catalina.Context
Return the URL encoded context path, using UTF-8.
getEncodedPath() - Method in class org.apache.catalina.core.StandardContext
 
getEncoding() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
getEncoding(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Autodetects the encoding of the XML document supplied by the given input stream.
getEncoding() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getEncoding() - Method in class org.apache.tomcat.util.http.Parameters
 
getEncodingName() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Return the name of the associated encoding; here, the value is null.
getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Return the name of the associated encoding; Here, the value is "void".
getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in interface org.apache.coyote.http11.InputFilter
Get the name of the encoding handled by this filter.
getEncodingName() - Method in interface org.apache.coyote.http11.OutputFilter
Get the name of the encoding handled by this filter.
getEnd() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getEnd() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getEnd() - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Getter for end
getEngine() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the enclosing Engine for this Manager.
getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getEngineName() - Method in class org.apache.catalina.core.StandardContext
 
getEngineName() - Method in class org.apache.catalina.core.StandardWrapper
 
getEntropy() - Method in class org.apache.catalina.core.StandardService
 
getEntropy() - Method in interface org.apache.catalina.Service
Return the entropy increaser value, or compute a semi-useful value if this String has not yet been set.
getEntry() - Method in class org.apache.naming.resources.JARDirContext.Entry
 
getEntry() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getEnvironment() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI environment
getEnvironment() - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.jboss.web.php.ScriptEnvironment
Gets derived Script environment
getEnvironmentArray() - Method in class org.jboss.web.php.ScriptEnvironment
Converts Environment Hastable to String array
getEnvName(int) - Method in class org.jboss.web.rewrite.RewriteRule
 
getEnvResult(int) - Method in class org.jboss.web.rewrite.RewriteRule
 
getEnvSize() - Method in class org.jboss.web.rewrite.RewriteRule
 
getEnvValue(int) - Method in class org.jboss.web.rewrite.RewriteRule
 
getError() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
getError() - Method in exception org.apache.tomcat.jni.Error
Get the APR error code of the exception.
getErrorClient() - Static method in class org.apache.tomcat.bayeux.TomcatBayeux
returns the default error client
getErrorCode() - Method in class org.apache.catalina.deploy.ErrorPage
Return the error code.
getErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
 
getErrorCount() - Method in class org.apache.coyote.RequestGroupInfo
 
getErrorCount() - Method in class org.apache.coyote.RequestInfo
 
getErrorDispatcher() - Method in class org.apache.jasper.compiler.Compiler
Gets the error dispatcher.
getErrorException() - Method in class org.apache.coyote.Response
Get the Exception that occurred during request processing.
getErrorMessage() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the compilation error message.
getErrorOnUndeclaredNamespace() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getErrorOnUseBeanInvalidClassAttribute() - Method in interface org.apache.jasper.Options
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.
getErrorPage() - Method in class org.apache.catalina.deploy.LoginConfig
 
getErrorReportValveClass() - Method in class org.apache.catalina.core.StandardHost
Return the Java class name of the error report valve class for new web applications.
getErrorURI() - Method in class org.apache.coyote.Response
Get the request URI that caused the original error.
getETag() - Method in class org.apache.naming.resources.ResourceAttributes
Get ETag.
getEvent() - Method in class org.apache.catalina.connector.Request
Get the event associated with the request.
getEvent() - Method in class org.apache.catalina.InstanceEvent
Return the event for which this event occurred.
getEvent() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getEventPoller() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getEventPoller() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getException() - Method in class org.apache.catalina.InstanceEvent
Return the exception that occurred during the processing that was reported by this event.
getException() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getException() - Method in class org.apache.jasper.runtime.PageContextImpl
Returns the exception associated with this page context, if any.
getExceptionType() - Method in class org.apache.catalina.deploy.ErrorPage
Return the exception type.
getExcludedResponseStatusCodes() - Method in class org.apache.catalina.filters.ExpiresFilter
 
getExcludedResponseStatusCodesAsInts() - Method in class org.apache.catalina.filters.ExpiresFilter
 
getExecutor(String) - Method in class org.apache.catalina.core.StandardService
Retrieves executor by name, null if not found
getExecutor(String) - Method in interface org.apache.catalina.Service
Retrieves executor by name, null if not found
getExecutor() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getExecutor() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getExecutor() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getExecutor() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getExecutor() - Method in class org.apache.coyote.http11.Http11Protocol
 
getExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for executor
getExecutor() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getExecutor() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getExpectedType() - Method in class org.apache.jasper.el.JspValueExpression
 
getExpectedTypeName() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getExpirationDate(ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
Returns the expiration date of the given ExpiresFilter.XHttpServletResponse or null if no expiration date has been configured for the declared content type.
getExpirationDate(ExpiresFilter.ExpiresConfiguration, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
Returns the expiration date of the given ExpiresFilter.ExpiresConfiguration, HttpServletRequest and ExpiresFilter.XHttpServletResponse.
getExpiredSessions() - Method in interface org.apache.catalina.Manager
Gets the number of sessions that have expired.
getExpiredSessions() - Method in class org.apache.catalina.session.ManagerBase
Gets the number of sessions that have expired.
getExpiresConfigurationByContentType() - Method in class org.apache.catalina.filters.ExpiresFilter
 
getExpr(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
Provides programmatic access to the ExpressionEvaluator.
getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
getExpressionString() - Method in class org.apache.jasper.el.JspMethodExpression
 
getExpressionString() - Method in class org.apache.jasper.el.JspValueExpression
 
getExprInXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
Takes a potential expression and converts it into XML form
getExt() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getExtension(String) - Static method in class org.apache.tomcat.util.http.MimeMap
Get extension of file, without fragment id
getExtensions() - Method in class org.apache.tomcat.util.http.MimeMap
 
getFacade() - Method in class org.apache.catalina.core.ApplicationContext
Return the facade associated with this ApplicationContext.
getFacade() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Get the facade FilterRegistration.
getFacade() - Method in class org.apache.catalina.core.StandardWrapper
Get the facade ServletRegistration.
getFacade() - Method in interface org.apache.catalina.Wrapper
Get the facade ServletRegistration.
getFairness() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
 
getFieldName() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
Returns the field name of the item, which caused the exception.
getFieldName(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Retrieves the field name from the Content-disposition header.
getFile() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Returns either the output file specified in the constructor or the temporary file created or null.
getFile() - Method in class org.apache.tomcat.util.net.URL
Return the filename part of the URL.
getFileCleaningTracker() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Returns the tracker, which is responsible for deleting temporary files.
getFileDateFormat() - Method in class org.apache.catalina.valves.AccessLogValve
Return the date format date based log rotation.
getFileItemFactory() - Method in class org.apache.tomcat.util.http.fileupload.FileUpload
Returns the factory class used when creating file items.
getFileItemFactory() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the factory class used when creating file items.
getFileLastModified(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFileName() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
Returns the file name of the item, which caused the exception.
getFileName(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Retrieves the file name from the Content-disposition header.
getFileName() - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Getter for fileName
getFileSize(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFileSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the maximum allowed size of a single uploaded file, as opposed to FileUploadBase.getSizeMax().
getFileSizeThreshold() - Method in class org.apache.catalina.deploy.Multipart
 
getFileText(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFilter() - Method in class org.apache.catalina.InstanceEvent
Return the filter instance for which this event occurred.
getFilterChain() - Method in class org.apache.catalina.connector.Request
Get filter chain associated with the request.
getFilterChain() - Method in class org.apache.catalina.connector.RequestFacade
Get filter chain associated with the request.
getFilterChain() - Method in class org.apache.catalina.core.DummyRequest
 
getFilterClass() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return the class of the filter we are configuring.
getFilterClass() - Method in class org.apache.catalina.deploy.FilterDef
 
getFilterCount() - Method in class org.apache.catalina.core.ApplicationFilterChain
 
getFilterDef() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return the filter definition we are configured for.
getFilterInstance() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return the filter instance.
getFilterName() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return the name of the filter we are configuring.
getFilterName() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
Return the name of the filter we are configuring.
getFilterName() - Method in class org.apache.catalina.deploy.FilterDef
 
getFilterName() - Method in class org.apache.catalina.deploy.FilterMap
 
getFilterRegistration(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getFilterRegistration(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getFilterRegistrations() - Method in class org.apache.catalina.core.ApplicationContext
 
getFilterRegistrations() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getFilters() - Method in class org.apache.catalina.core.ApplicationFilterChain
 
getFilters() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get filters.
getFirst() - Method in class org.apache.catalina.core.ContainerBase
Return the first valve in the pipeline.
getFirst() - Method in class org.apache.catalina.core.StandardPipeline
 
getFirst() - Method in interface org.apache.catalina.Pipeline
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getFlushLeftovers() - Method in class org.apache.coyote.Response
 
getFork() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getFork() - Method in interface org.apache.jasper.Options
boolean flag to tell Ant whether to fork JSP page compilations.
getFQCN() - Method in class org.apache.jasper.JspCompilationContext
 
getFragment() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getFullPath() - Method in class org.jboss.web.php.ScriptEnvironment
Gets derived script full path
getFunctionClass() - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
 
getFunctionInfos() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getFunctionMapper() - Method in class org.apache.jasper.el.ELContextImpl
 
getFunctionMapper() - Method in class org.apache.jasper.el.ELContextWrapper
 
getFunctionSignature() - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
 
getGetMethod() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
The name of the property getter method, if non-standard.
getGlobalProcessor() - Method in class org.apache.coyote.RequestInfo
 
getGroup() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The (optional) group to which this MBean belongs.
getHandler() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getHandler() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getHandler() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getHeader(String) - Method in class org.apache.catalina.connector.Request
Return the first value of the specified header, if any; otherwise, return null
getHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getHeader(String) - Method in class org.apache.catalina.connector.Response
Return the value for the specified header, or null if this header has not been set.
getHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
getHeader(String) - Method in class org.apache.catalina.core.DummyRequest
 
getHeader(String) - Method in class org.apache.catalina.core.DummyResponse
 
getHeader(String) - Method in class org.apache.catalina.core.StandardPart
 
getHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeader(String) - Method in class org.apache.coyote.Request
 
getHeader(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
Returns the value of the specified part header as a String.
getHeader(String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
 
getHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
 
getHeaderEncoding() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Retrieves the character encoding used when reading the headers of an individual part.
getHeaderEncoding() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Retrieves the character encoding used when reading the headers of an individual part.
getHeaderEntry(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeaderField(String) - Method in class org.apache.naming.resources.DirContextURLConnection
Returns the name of the specified header field.
getHeaderFields() - Method in class org.apache.naming.resources.DirContextURLConnection
Returns an unmodifiable Map of the header fields.
getHeaderLength() - Method in class org.apache.coyote.ajp.AjpMessage
 
getHeaderNames() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getHeaderNames() - Method in class org.apache.catalina.connector.Request
Return the names of all headers received with this request.
getHeaderNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getHeaderNames() - Method in class org.apache.catalina.connector.Response
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaderNames() - Method in class org.apache.catalina.connector.ResponseFacade
 
getHeaderNames() - Method in class org.apache.catalina.core.DummyRequest
 
getHeaderNames() - Method in class org.apache.catalina.core.DummyResponse
 
getHeaderNames() - Method in class org.apache.catalina.core.StandardPart
 
getHeaderNames() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeaderNames() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
Returns an Enumeration of all the header names.
getHeaderNames() - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
 
getHeaderNamesArray() - Method in class org.apache.catalina.connector.Response
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaders(String) - Method in class org.apache.catalina.connector.Request
Return all of the values of the specified header, if any; otherwise, return an empty enumeration.
getHeaders(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getHeaders(String) - Method in class org.apache.catalina.connector.Response
Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeaders(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
getHeaders(String) - Method in class org.apache.catalina.core.DummyRequest
 
getHeaders(String) - Method in class org.apache.catalina.core.DummyResponse
 
getHeaders(String) - Method in class org.apache.catalina.core.StandardPart
 
getHeaders(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeaders() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the file item headers.
getHeaders(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
Returns all the values of the specified item header as an Enumeration of String objects.
getHeaders() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
Returns the collection of headers defined locally within this item.
getHeaders(String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
 
getHeaderValueAsString(Object) - Method in class org.apache.naming.resources.DirContextURLConnection
 
getHeaderValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
getHeaderValues(String) - Method in class org.apache.catalina.connector.Response
Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeaderValues(String) - Method in class org.apache.catalina.core.DummyResponse
 
getHitCount() - Method in class org.apache.tomcat.util.buf.StringCache
 
getHitsCount() - Method in class org.apache.naming.resources.ResourceCache
Return the number of cache hits.
getHook() - Method in class org.apache.coyote.Response
 
getHost() - Method in class org.apache.catalina.connector.Request
Return the Host within which this Request is being processed.
getHost() - Method in class org.apache.catalina.core.DummyRequest
 
getHost() - Method in class org.apache.tomcat.util.net.URL
Return the host name part of the URL.
getHostConfigPath(String) - Method in class org.apache.catalina.startup.ContextConfig
 
getHostConfigPath(String) - Method in class org.jboss.web.rewrite.RewriteValve
Find the configuration path where the rewrite configuration file will be stored.
getHostname() - Method in class org.apache.catalina.core.StandardContext
 
getHostName() - Method in class org.apache.naming.resources.ProxyDirContext
Return the host name.
getHostNameC() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for hostNameC
getHosts() - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
getHttpServerPort() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getHttpServletRequest() - Method in class org.apache.catalina.connector.HttpEventImpl
 
getHttpServletRequest() - Method in interface org.jboss.servlet.http.HttpEvent
Returns the HttpServletRequest.
getHttpServletResponse() - Method in class org.apache.catalina.connector.HttpEventImpl
 
getHttpServletResponse() - Method in interface org.jboss.servlet.http.HttpEvent
Returns the HttpServletResponse.
getHttpsServerPort() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getHttpsServerPort() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Returns the Java encoding name for the specified IANA encoding name.
getId() - Method in interface org.apache.catalina.Session
Return the session identifier for this session.
getId() - Method in class org.apache.catalina.session.StandardSession
Return the session identifier for this session.
getId() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getId() - Method in interface org.apache.cometd.bayeux.Channel
Returns the id for this channel.
getId() - Method in interface org.apache.cometd.bayeux.Client
Returns a unique id for this client.
getId() - Method in interface org.apache.cometd.bayeux.Message
Returns the unique id of this message
getId() - Method in class org.apache.tomcat.bayeux.ChannelImpl
returns the id of this channel
getId() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
getId() - Method in class org.apache.tomcat.bayeux.MessageImpl
 
getId() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getId() - Method in class org.apache.tomcat.util.buf.TimeStamp
Each object can have an unique id, similar with name but providing faster access ( array vs.
getId(String, String) - Method in class org.apache.tomcat.util.modeler.Registry
Return an int ID for faster access.
getId(String, String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Return an int ID for faster access.
getId() - Method in class org.apache.tomcat.util.net.NioChannel
 
getIdInternal() - Method in interface org.apache.catalina.Session
Return the session identifier for this session.
getIdInternal() - Method in class org.apache.catalina.session.StandardSession
Return the session identifier for this session.
getIDs() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attribute IDs.
getIeClassId() - Method in class org.apache.jasper.EmbeddedServletOptions
Class ID for use in the plugin tag when the browser is IE.
getIeClassId() - Method in interface org.apache.jasper.Options
Class ID for use in the plugin tag when the browser is IE.
getIgnoreAnnotations() - Method in interface org.apache.catalina.Context
Return the boolean on the annotations parsing.
getIgnoreAnnotations() - Method in class org.apache.catalina.core.StandardContext
Return the boolean on the annotations parsing.
getImpact() - Method in class org.apache.tomcat.util.modeler.OperationInfo
The "impact" of this operation, which should be a (case-insensitive) string value "ACTION", "ACTION_INFO", "INFO", or "UNKNOWN".
getImplementationName() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getImplementationName() - Method in class org.apache.tomcat.util.net.jsse.NioJSSEImplementation
 
getImplementationName() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getIncludeCoda() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
getIncludeCodas() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getIncluded() - Method in class org.apache.catalina.connector.Response
Return the "processing inside an include" flag.
getIncluded() - Method in class org.apache.catalina.core.DummyResponse
 
getIncludePrelude() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
getIncludePreludes() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getIndex() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the current index for error reporting purposes.
getIndex() - Method in class org.apache.catalina.util.StringParser
Return the zero-relative index of our current parsing position within the string being parsed.
getInfo() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.SingleSignOn
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in interface org.apache.catalina.Cluster
Return descriptive information about this Cluster implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.connector.Connector
Return descriptive information about this Connector implementation.
getInfo() - Method in class org.apache.catalina.connector.Request
Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.connector.Response
Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Container
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.ApplicationDispatcher
Return the descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.core.ContainerBase
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.DummyRequest
 
getInfo() - Method in class org.apache.catalina.core.DummyResponse
 
getInfo() - Method in class org.apache.catalina.core.StandardContext
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardEngine
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardHost
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardPipeline
Return descriptive information about this implementation class.
getInfo() - Method in class org.apache.catalina.core.StandardServer
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardService
Return descriptive information about this Service implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardWrapper
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getInfo() - Method in interface org.apache.catalina.Loader
Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Manager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Realm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.RealmBase
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Server
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Service
Return descriptive information about this Service implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.FileStore
Return descriptive information about this Store implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Session
Return descriptive information about this Session implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.JDBCStore
Return the info for this Store.
getInfo() - Method in class org.apache.catalina.session.ManagerBase
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.PersistentManager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.PersistentManagerBase
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.StandardManager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.StandardSession
Return descriptive information about this Session implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.StoreBase
Return the info for this Store.
getInfo() - Method in interface org.apache.catalina.Store
Return descriptive information about this Store implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Valve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.AccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.ErrorReportValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.PersistentValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteAddrValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteHostValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteIpValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RequestDumperValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RequestFilterValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.SemaphoreValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ValveBase
Return descriptive information about this Valve implementation.
getInfo(long) - Static method in class org.apache.tomcat.jni.Address
Create the Sockaddr object from apr_sockaddr_t
getInfoB(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Return SSL Info parameter as byte array.
getInfoI(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Return SSL Info parameter as integer.
getInfoS(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Return SSL Info parameter as String.
getInfoString() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the value of the specified initialization parameter, or null if this parameter does not exist.
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
Return a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the initialization parameter value for the specified name, if any; otherwise return null.
getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitParameter(String) - Method in class org.apache.catalina.deploy.FilterDef
Add an initialization parameter to the set of parameters associated with this filter.
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContext
Return the names of the context's initialization parameters, or an empty enumeration if the context has no initialization parameters.
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return an Enumeration of the names of the initialization parameters for this Filter.
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
Return an Enumeration of the names of the initialization parameters for this Filter.
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapper
Return the set of initialization parameter names defined for this servlet.
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitParameters() - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
getInitParameters() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
getInitParameters() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitParams() - Method in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
 
getInputBuffer() - Method in class org.apache.coyote.Request
 
getInputStream() - Method in class org.apache.catalina.connector.HttpEventImpl
 
getInputStream() - Method in class org.apache.catalina.connector.Request
Return the servlet input stream for this Request.
getInputStream() - Method in class org.apache.catalina.connector.RequestFacade
 
getInputStream() - Method in class org.apache.catalina.core.DummyRequest
 
getInputStream() - Method in class org.apache.catalina.core.StandardPart
 
getInputStream() - Method in class org.apache.coyote.http11.InternalInputBuffer
Get the underlying socket input stream.
getInputStream(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
 
getInputStream() - Method in class org.apache.naming.resources.DirContextURLConnection
Get input stream.
getInputStream() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the input stream for the request.
getInputStream() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the input stream for the request.
getInputStream() - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
 
getInstance() - Static method in class org.apache.catalina.core.ApplicationFilterFactory
Return the fqctory instance.
getInstance(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
getInstance() - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Generated Servlet and Tag Handler implementations call this method to retrieve an instance of the ProtectedFunctionMapper.
getInstance() - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getInstance(String) - Static method in class org.apache.tomcat.util.net.SSLImplementation
Returns the SSLImplementation specified by the name of it's class
getInstanceManager() - Method in interface org.apache.catalina.Context
Used to create application instances.
getInstanceManager() - Method in class org.apache.catalina.core.StandardContext
 
getInstanceManager(ServletConfig) - Static method in class org.apache.jasper.runtime.InstanceManagerFactory
 
getInstanceSupport() - Method in class org.apache.catalina.core.StandardWrapper
Return the InstanceSupport object for this Wrapper instance.
getInstanceSupport() - Method in interface org.apache.catalina.Wrapper
Return the InstanceSupport object for this Wrapper instance.
getInt() - Method in class org.apache.coyote.ajp.AjpMessage
Read an integer from packet, and advance the read position past it.
getInt() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getInt() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getInt() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert the buffer to an int, cache the value
getInt(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get the int value associated with a key.
getInternalProxies() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getInternalProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getInterruptible() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getIntHeader(String) - Method in class org.apache.catalina.connector.Request
Return the value of the specified header as an integer, or -1 if there is no such header for this request.
getIntHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getIntHeader(String) - Method in class org.apache.catalina.core.DummyRequest
 
getIntHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getInvoke(String, Object[], String[], BaseModelMBean, Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
getip(long) - Static method in class org.apache.tomcat.jni.Address
Return the IP address (in numeric address string format) in an APR socket address.
getIsXml() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getItemIterator(RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Processes an RFC 1867 compliant multipart/form-data stream.
getItemIterator(HttpServletRequest) - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
Processes an RFC 1867 compliant multipart/form-data stream.
getJ2EEApplication() - Method in class org.apache.catalina.core.StandardContext
 
getJ2EEServer() - Method in class org.apache.catalina.core.StandardContext
 
getJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Returns the IANA encoding name for the specified Java encoding name.
getJavaEncoding() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJavaEncoding() - Method in interface org.apache.jasper.Options
Java platform encoding to generate the JSP page servlet.
getJavaFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the name of the Java source file in which the compilation error occurred.
getJavaLine() - Method in class org.apache.jasper.compiler.ServletWriter
 
getJavaLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the compilation error line number.
getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
Path of the Java file relative to the work directory.
getJavaVMs() - Method in class org.apache.catalina.core.StandardContext
 
getJmxName() - Method in class org.apache.catalina.core.ContainerBase
 
getJmxName() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getJmxName() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getJmxName() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getJmxName() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getJmxName() - Method in class org.apache.coyote.http11.Http11Protocol
 
getJmxName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
getJSONArray(HttpEvent, boolean) - Static method in class org.apache.tomcat.bayeux.RequestBase
 
getJSONArray() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getJSONArray(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get the JSONObject value associated with a key.
getJspApplicationContext(ServletContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getJspBeginLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the start line number (in the JSP file) of the JSP element responsible for the compilation error.
getJspConfig() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJspConfig() - Method in interface org.apache.jasper.Options
Obtain JSP configuration informantion specified in web.xml.
getJspConfigDescriptor() - Method in class org.apache.catalina.core.ApplicationContext
 
getJspConfigDescriptor() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getJspContext() - Method in class org.apache.jasper.runtime.JspFragmentHelper
 
getJspCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Returns the number of JSPs for which JspServletWrappers exist, i.e., the number of JSPs that have been loaded into the webapp.
getJspCount() - Method in class org.apache.jasper.servlet.JspServlet
Returns the number of JSPs for which JspServletWrappers exist, i.e., the number of JSPs that have been loaded into the webapp with which this JspServlet is associated.
getJspEngineContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getJspExtract() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the extract of the JSP that corresponds to this message.
getJspFile() - Method in class org.apache.catalina.core.StandardWrapper
Return the context-relative URI of the JSP file for this servlet.
getJspFile() - Method in interface org.apache.catalina.Wrapper
Return the context-relative URI of the JSP file for this servlet.
getJspFile() - Method in class org.apache.jasper.JspCompilationContext
Path of the JSP URI.
getJspFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the name of the JSP file from which the Java source file was generated.
getJspLoader() - Method in class org.apache.jasper.JspCompilationContext
 
getJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Gets the current value of the JSP reload counter.
getJspReloadCount() - Method in class org.apache.jasper.servlet.JspServlet
Gets the number of JSPs that have been reloaded.
getJspversion() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getJSR77Suffix() - Method in class org.apache.catalina.core.ContainerBase
 
getJvmRoute() - Method in class org.apache.catalina.core.StandardEngine
Retrieve the cluster-wide unique identifier for this Engine.
getJvmRoute() - Method in interface org.apache.catalina.Engine
Retrieve the JvmRouteId for this engine.
getJvmRoute() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the JvmRoute for the enclosing Engine.
getKeepAlive() - Method in class org.apache.coyote.http11.Http11AprProtocol
Return the Keep-Alive policy for the connection.
getKeepAlive() - Method in class org.apache.coyote.http11.Http11NioProtocol
Return the Keep-Alive policy for the connection.
getKeepAlive() - Method in class org.apache.coyote.http11.Http11Protocol
Return the Keep-Alive policy for the connection.
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Number of keepalive sockets.
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
Number of keep-alive channels.
getKeepAliveTimeout() - Method in class org.apache.coyote.ajp.AjpAprProtocol
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
getKeepAliveTimeout() - Method in class org.apache.coyote.ajp.AjpProcessor
 
getKeepAliveTimeout() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getKeepAliveTimeout() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for keepAliveTimeout
getKeepAliveTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
getKeepAliveTimeout() - Method in class org.apache.coyote.http11.Http11NioProtocol
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
getKeepAliveTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Return the number Keep-Alive timeout.
getKeepAliveTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeepAliveTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for keepAliveTimeout
getKeepAliveTimeout() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getKeepAliveTimeout() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getKeepGenerated() - Method in class org.apache.jasper.EmbeddedServletOptions
Are we keeping generated code around?
getKeepGenerated() - Method in interface org.apache.jasper.Options
Are we keeping generated code around?
getKey() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getKeyAlias() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getKeyAlias() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeyManagers(String, String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Gets the initialized key managers.
getKeyManagers(String, String, String, String) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Gets the initialized key managers.
getKeypass() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getKeypass() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeySize() - Method in interface org.apache.tomcat.util.net.SSLSupport
Get the keysize.
getKeystore() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getKeystore() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeystore(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeystore(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Gets the SSL server's keystore.
getKeystorePassword() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeystorePassword() - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Gets the SSL server's keystore password.
getKeytype() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getKeytype() - Method in class org.apache.coyote.http11.Http11Protocol
 
getLandingPage() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the landing page to use when FORM auth is mis-used.
getLargeIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getLargeIcon() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getLastAccessedTime() - Method in interface org.apache.catalina.Session
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime(String) - Method in class org.apache.catalina.session.ManagerBase
 
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSession
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getLastAccessedTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getLastAccessedTimeInternal() - Method in interface org.apache.catalina.Session
Return the last client access time without invalidation check
getLastAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
Return the last client access time without invalidation check
getLastError() - Static method in class org.apache.tomcat.jni.SSL
Return last SSL error string
getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getLastModified() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Returns the value of the last-modified header field.
getLastModified() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the last modified date.
getLastModified() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get last modified time.
getLastModified() - Method in class org.apache.naming.resources.ResourceAttributes
Get last modified time.
getLastModifiedDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get lastModified date.
getLastModifiedDate() - Method in class org.apache.naming.resources.ResourceAttributes
Get lastModified date.
getLastModifiedHeader() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
getLastModifiedHttp() - Method in class org.apache.naming.resources.ResourceAttributes
 
getLastRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getLastServicedRequest() - Static method in class org.apache.catalina.core.ApplicationFilterChain
The last request passed to a servlet for servicing from the current thread.
getLastServicedResponse() - Static method in class org.apache.catalina.core.ApplicationFilterChain
The last response passed to a servlet for servicing from the current thread.
getLastWrite() - Method in class org.apache.coyote.Response
 
getLen() - Method in class org.apache.coyote.ajp.AjpMessage
Return the current message length.
getLength() - Method in class org.apache.catalina.util.StringParser
Return the length of the string we are parsing.
getLength() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the length of the bytes.
getLength() - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the length of the bytes.
getLength() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the length of the original buffer.
getLifecycle() - Method in class org.apache.catalina.LifecycleEvent
Return the Lifecycle on which this event occurred.
getLimit() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getLimit() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getListener() - Method in class org.apache.catalina.connector.Request.AsyncListenerRegistration
 
getListener() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
getListeners() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getLoader() - Method in interface org.apache.catalina.Container
Return the Loader with which this Container is associated.
getLoader() - Method in class org.apache.catalina.core.ContainerBase
Return the Loader with which this Container is associated.
getLoadOnStartup() - Method in class org.apache.catalina.core.StandardWrapper
Return the load-on-startup order value (negative value means load on first call).
getLoadOnStartup() - Method in interface org.apache.catalina.Wrapper
Return the load-on-startup order value (negative value means load on first call).
getLoadOnStartupString() - Method in class org.apache.catalina.core.StandardWrapper
 
getLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getLocalAddr() - Method in class org.apache.catalina.connector.Request
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalAddr() - Method in class org.apache.catalina.core.DummyRequest
 
getLocalAddr() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for localAddr
getLocalAddress() - Method in class org.apache.tomcat.util.net.NioChannel
 
getLocale() - Method in class org.apache.catalina.connector.Request
Return the preferred Locale that the client will accept content in, based on the value for the first Accept-Language header that was encountered.
getLocale() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocale() - Method in class org.apache.catalina.connector.Response
Return the Locale assigned to this response.
getLocale() - Method in class org.apache.catalina.connector.ResponseFacade
 
getLocale() - Method in class org.apache.catalina.core.DummyRequest
 
getLocale() - Method in class org.apache.catalina.core.DummyResponse
 
getLocale() - Method in class org.apache.coyote.Response
 
getLocale() - Method in class org.apache.jasper.el.ELContextWrapper
 
getLocale(String) - Static method in class org.apache.tomcat.util.http.AcceptLanguage
 
getLocales() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getLocales() - Method in class org.apache.catalina.connector.Request
Return the set of preferred Locales that the client will accept content in, based on the values for any Accept-Language headers that were encountered.
getLocales() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocales() - Method in class org.apache.catalina.core.DummyRequest
 
getLocales(String) - Static method in class org.apache.tomcat.util.http.AcceptLanguage
 
getLocalName() - Method in class org.apache.catalina.connector.Request
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalName() - Method in class org.apache.catalina.core.DummyRequest
 
getLocalName() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for localName
getLocalPort() - Method in class org.apache.catalina.connector.Request
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalPort() - Method in class org.apache.catalina.core.DummyRequest
 
getLocalPort() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for localPort
getLocalPort() - Method in class org.apache.coyote.Request
 
getLocation() - Method in class org.apache.catalina.deploy.ErrorPage
Return the location.
getLocation() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getLocation() - Method in class org.apache.catalina.deploy.Multipart
 
getLocation() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
getLogElement(String, ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getLogger() - Method in interface org.apache.catalina.Container
Return the Logger with which this Container is associated.
getLogger() - Method in class org.apache.catalina.core.ContainerBase
Return the Logger with which this Container is associated.
getLogicalName() - Method in interface org.apache.catalina.Context
Return the logical name for this web application.
getLogicalName() - Method in class org.apache.catalina.core.StandardContext
Return the logical name for this web application.
getLoginConfig() - Method in interface org.apache.catalina.Context
Return the login configuration descriptor for this web application.
getLoginConfig() - Method in class org.apache.catalina.core.StandardContext
Return the login configuration descriptor for this web application.
getLoginPage() - Method in class org.apache.catalina.deploy.LoginConfig
 
getLong() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getLong() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert the buffer to an long, cache the value
getLong(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get the long value associated with a key.
getLongInt() - Method in class org.apache.coyote.ajp.AjpMessage
Read a 32 bits integer from packet, and advance the read position past it.
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContext
Return the major version of the Java Servlet API that we implement.
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getManagedResource() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Get the instance handle of the object against which we execute all methods in this ModelMBean management interface.
getManager() - Method in interface org.apache.catalina.Container
Return the Manager with which this Container is associated.
getManager() - Method in class org.apache.catalina.core.ContainerBase
Return the Manager with which this Container is associated.
getManager() - Method in interface org.apache.catalina.Session
Return the Manager within which this Session is valid.
getManager() - Method in class org.apache.catalina.session.StandardSession
Return the Manager within which this Session is valid.
getManager() - Method in class org.apache.catalina.session.StoreBase
Return the Manager with which the Store is associated.
getManager() - Method in interface org.apache.catalina.Store
Return the Manager instance associated with this Store.
getMapForFunction(String, Class, String, Class[]) - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Creates an instance for this class, and stores the Method for the given EL function prefix and name.
getMappedFile() - Method in class org.apache.jasper.EmbeddedServletOptions
Are we supporting HTML mapped servlets?
getMappedFile() - Method in interface org.apache.jasper.Options
Are we supporting HTML mapped servlets?
getMapper() - Method in interface org.apache.catalina.Context
Get the request dispatcher mapper.
getMapper() - Method in class org.apache.catalina.core.StandardContext
Get the mapper associated with the context.
getMapper() - Method in class org.apache.catalina.core.StandardService
 
getMapper() - Method in interface org.apache.catalina.Service
Return the Mapper that handles mapping for all Connectors associated with this Service.
getMappingData() - Method in class org.apache.catalina.connector.Request
Return mapping data.
getMappingObject() - Method in interface org.apache.catalina.Container
Return an object which may be utilized for mapping to this component.
getMappingObject() - Method in class org.apache.catalina.core.ContainerBase
Return an object which may be utilized for mapping to this component.
getMappings() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getMatchAllServletNames() - Method in class org.apache.catalina.deploy.FilterMap
 
getMatchAllUrlPatterns() - Method in class org.apache.catalina.deploy.FilterMap
 
getMatcher() - Method in class org.jboss.web.rewrite.RewriteCond
 
getMaxActive() - Method in interface org.apache.catalina.Manager
Gets the maximum number of sessions that have been active at the same time.
getMaxActive() - Method in class org.apache.catalina.session.ManagerBase
Max number of concurrent active sessions
getMaxActiveSessions() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the maximum number of active Sessions allowed, or -1 for no limit.
getMaxActiveSessions() - Method in class org.apache.catalina.session.StandardManager
Return the maximum number of active Sessions allowed, or -1 for no limit.
getMaxAge() - Method in class org.apache.catalina.deploy.SessionCookie
 
getMaxAge() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getMaxAllocateIterations() - Method in class org.apache.naming.resources.ResourceCache
Return the maximum amount of iterations during a space allocation.
getMaxConnections() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for maxConnections
getMaxFileSize() - Method in class org.apache.catalina.deploy.Multipart
 
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for maxHttpHeaderSize
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMaxIdleBackup() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store.
getMaxIdleSwap() - Method in class org.apache.catalina.session.PersistentManagerBase
The time in seconds after which a session should be swapped out of memory to disk.
getMaxInactiveInterval() - Method in interface org.apache.catalina.Manager
Return the default maximum inactive interval (in seconds) for Sessions created by this Manager.
getMaxInactiveInterval() - Method in interface org.apache.catalina.Session
Return the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveInterval() - Method in class org.apache.catalina.session.ManagerBase
Return the default maximum inactive interval (in seconds) for Sessions created by this Manager.
getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSession
Return the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getMaxInactiveInterval() - Method in class org.apache.tomcat.util.buf.TimeStamp
Inactive interval in millis - the time is computed in millis, convert to secs in the upper layer
getMaxInstances() - Method in class org.apache.catalina.core.StandardWrapper
Return maximum number of instances that will be allocated when a single thread model servlet is used.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for maxKeepAliveRequests
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for maxKeepAliveRequests
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the number of Keep-Alive requests that we will honor.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11Processor
Return the number of Keep-Alive requests that we will honor.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMaxPostSize() - Method in class org.apache.catalina.connector.Connector
Return the maximum size of a POST which will be automatically parsed by the container.
getMaxRequestSize() - Method in class org.apache.catalina.deploy.Multipart
 
getMaxRequestUri() - Method in class org.apache.coyote.RequestInfo
 
getMaxSavePostSize() - Method in class org.apache.catalina.connector.Connector
Return the maximum size of a POST which will be saved by the container during authentication.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for maxSavePostSize
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for maxSavePostSize
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the maximum size of a POST which will be buffered in SSL mode.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11Processor
Return the maximum size of a POST which will be buffered in SSL mode.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMaxThreads() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getMaxThreads() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for maxThreads
getMaxThreads() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getMaxTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getMaxTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getMaxTime() - Method in class org.apache.coyote.RequestInfo
 
getMBeanInfo() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Return the MBeanInfo object for this MBean.
getMBeanParameterInfo() - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
getMBeans() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Return the list of mbeans created by this source.
getMBeans() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Return the list of loaded mbeans names
getMBeanServer() - Method in class org.apache.tomcat.util.modeler.Registry
Factory method to create (if necessary) and return our MBeanServer instance.
getMessage() - Method in exception org.apache.catalina.connector.ClientAbortException
Returns the message associated with this exception, if any.
getMessage() - Method in class org.apache.catalina.connector.Response
Return the error message that was set with sendError() for this Response.
getMessage() - Method in class org.apache.catalina.core.DummyResponse
 
getMessage() - Method in exception org.apache.catalina.LifecycleException
Returns the message associated with this exception, if any.
getMessage() - Method in class org.apache.coyote.Response
Get the status message.
getMessage(int) - Static method in class org.apache.tomcat.util.http.HttpMessages
Get the status string associated with a status code.
getMethod() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getMethod() - Method in class org.apache.catalina.connector.Request
Return the HTTP request method used in this Request.
getMethod() - Method in class org.apache.catalina.connector.RequestFacade
 
getMethod() - Method in class org.apache.catalina.core.DummyRequest
 
getMethod() - Method in class org.apache.coyote.RequestInfo
 
getMethod - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
getMethodInfo(ELContext) - Method in class org.apache.jasper.el.JspMethodExpression
 
getMethodInfo(ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
Find the operation info for a method
getMethodSignature() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getMimeHeaders() - Method in class org.apache.coyote.Request
 
getMimeHeaders() - Method in class org.apache.coyote.Response
 
getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the MIME type of the specified file, or null if the MIME type cannot be determined.
getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMimeType() - Method in class org.apache.naming.resources.ResourceAttributes
 
getMimeType(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
getMinIdleSwap() - Method in class org.apache.catalina.session.PersistentManagerBase
The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.
getMinimumVersion() - Method in class org.apache.tomcat.bayeux.request.MetaHandshakeRequest
 
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContext
Return the minor version of the Java Servlet API that we implement.
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMinTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getModelerType() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Set the type of the mbean.
getModificationTestInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
Modification test interval.
getModificationTestInterval() - Method in interface org.apache.jasper.Options
Modification test interval.
getMserver() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for mserver
getMultipartConfig() - Method in class org.apache.catalina.core.StandardWrapper
Multipart configuration for this Servlet.
getMultipartConfig() - Method in interface org.apache.catalina.Wrapper
Multipart configuration for this Servlet.
getName() - Method in class org.apache.catalina.connector.CoyotePrincipal
 
getName() - Method in interface org.apache.catalina.Container
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
getName() - Method in class org.apache.catalina.core.ContainerBase
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in class org.apache.catalina.core.StandardHost
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - Method in class org.apache.catalina.core.StandardPart
 
getName() - Method in class org.apache.catalina.core.StandardService
Return the name of this Service.
getName() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getName() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getName() - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
 
getName() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getName() - Method in class org.apache.catalina.deploy.jsp.TagFileInfo
 
getName() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the name of this web resource collection.
getName() - Method in class org.apache.catalina.deploy.SessionCookie
 
getName() - Method in interface org.apache.catalina.Executor
 
getName() - Method in interface org.apache.catalina.Host
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getName() - Method in class org.apache.catalina.realm.RealmBase
Return a short name for this Realm implementation, for use in log messages.
getName() - Method in interface org.apache.catalina.Service
Return the name of this Service.
getName() - Method in class org.apache.catalina.session.JDBCStore
Return the name for this instance (built from container name)
getName() - Method in class org.apache.catalina.session.ManagerBase
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.PersistentManager
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.StandardManager
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getName() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11Protocol
 
getName() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get name.
getName() - Method in class org.apache.naming.resources.JARDirContext.Entry
 
getName() - Method in class org.apache.naming.resources.ResourceAttributes
Get name.
getName() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getName() - Method in class org.apache.tomcat.util.buf.TimeStamp
Return the "name" of the timestamp.
getName() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the original filename in the client's filesystem.
getName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
getName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
getName() - Method in exception org.apache.tomcat.util.http.fileupload.InvalidFileNameException
Returns the invalid file name.
getName(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns the Nth header name, or null if there is no such header.
getName() - Method in class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
 
getName() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getName() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
The name of this feature, which must be unique among features in the same collection.
getName() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The name of this managed bean, which must be unique among all MBeans managed by a particular MBeans server.
getName() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for name
getName() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getName() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getName() - Method in class org.apache.tomcat.util.net.NioChannel
Getter for name
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a RequestDispatcher object that acts as a wrapper for the named servlet.
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getNameFromAttribute() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
getNameGiven() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
getnameinfo(long, int) - Static method in class org.apache.tomcat.jni.Address
Look up the host name from an apr_sockaddr_t.
getNameInNamespace() - Method in class org.apache.naming.resources.AliasDirContext
 
getNameInNamespace() - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.FileDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.JARDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.WARDirContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves the parser associated with the named context.
getNames(JSONObject) - Static method in class org.apache.tomcat.util.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.apache.tomcat.util.json.JSONObject
Get an array of field names from an Object.
getNames() - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Return the set of names that are accepted by this filter.
getNames() - Method in class org.apache.tomcat.util.modeler.FixedNotificationFilter
Return the set of names that are accepted by this filter.
getNewSession() - Method in class org.apache.catalina.session.ManagerBase
Get new session class to be used in the doLoad() method.
getNext() - Method in interface org.apache.catalina.Valve
Return the next Valve in the pipeline containing this Valve, if any.
getNext() - Method in class org.apache.catalina.valves.ValveBase
Return the next Valve in this pipeline, or null if this is the last Valve in the pipeline.
getNext(Node) - Static method in class org.apache.tomcat.util.DomUtil
Get the next sibling with the same name and type
getNext(Node, String, int) - Static method in class org.apache.tomcat.util.DomUtil
Return the next sibling with a given name and type
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for noCompressionUserAgents
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for noCompressionUserAgents
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11Protocol
 
getNonBlocking() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Get the non blocking flag value.
getNonBlocking() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Get the non blocking flag value.
getNonBlocking() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Get the non blocking flag value.
getNonBlocking() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Get the non blocking flag value.
getNonceCacheSize() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getNonceValidity() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getNote(String) - Method in class org.apache.catalina.connector.Request
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.core.DummyRequest
 
getNote(String) - Method in interface org.apache.catalina.Session
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.session.StandardSession
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(int) - Method in class org.apache.coyote.Request
 
getNote(int) - Method in class org.apache.coyote.Response
 
getNote(int) - Method in class org.apache.tomcat.util.http.BaseRequest
 
getNoteNames() - Method in class org.apache.catalina.connector.Request
Return an Iterator containing the String names of all notes bindings that exist for this request.
getNoteNames() - Method in class org.apache.catalina.core.DummyRequest
 
getNoteNames() - Method in interface org.apache.catalina.Session
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNoteNames() - Method in class org.apache.catalina.session.StandardSession
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNotificationInfo() - Method in class org.apache.catalina.core.StandardContext
 
getNotificationInfo() - Method in class org.apache.catalina.core.StandardWrapper
 
getNotificationInfo() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Return an MBeanNotificationInfo object describing the notifications sent by this MBean.
getNotificationInfo() - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Return an MBeanNotificationInfo object describing the notifications sent by this MBean.
getNotifications() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The collection of notifications for this MBean.
getNotifTypes() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
The set of notification types for this MBean.
getObjectName() - Method in class org.apache.catalina.connector.Connector
 
getObjectName() - Method in interface org.apache.catalina.Container
Return the JMX name associated with this container.
getObjectName() - Method in class org.apache.catalina.core.ContainerBase
 
getObjectName() - Method in class org.apache.catalina.core.StandardServer
 
getObjectName() - Method in class org.apache.catalina.core.StandardService
 
getObjectName() - Method in class org.apache.catalina.realm.RealmBase
 
getObjectName() - Method in class org.apache.catalina.session.ManagerBase
 
getObjectName() - Method in class org.apache.catalina.valves.ValveBase
 
getObjectName() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getObjectName() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getObjectName() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for oname
getObjectName() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getObjectName() - Method in class org.apache.coyote.http11.Http11Protocol
 
getObjectName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
getOffset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getOffset() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getOpaque() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getOperations() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The collection of operations for this MBean.
getOption(ServletConfig, String, String) - Static method in class org.apache.jasper.runtime.TagHandlerPool
 
getOption(SocketOption<T>) - Method in class org.apache.tomcat.util.net.NioChannel
Returns the value of a socket option.
getOptions() - Method in class org.apache.jasper.JspCompilationContext
Get hold of the Options object for this context.
getOut() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getOut() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getOutputBuffer() - Method in class org.apache.coyote.Response
 
getOutputDir() - Method in class org.apache.jasper.JspCompilationContext
The output directory to generate code into.
getOutputStream() - Method in class org.apache.catalina.connector.HttpEventImpl
 
getOutputStream() - Method in class org.apache.catalina.connector.Response
Return the servlet output stream associated with this Response.
getOutputStream() - Method in class org.apache.catalina.connector.ResponseFacade
 
getOutputStream() - Method in class org.apache.catalina.core.DummyResponse
 
getOutputStream() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
getOutputStream() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Return a OutputStream, throws and exception if a printwriter already been returned.
getOutputStream() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get the underlying socket output stream.
getOutputStream() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
getOutputStream() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getOutputStream() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns an OutputStream that can be used for storing the contents of the file.
getOutputStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns an OutputStream that can be used for storing the contents of the file.
getOverride() - Method in interface org.apache.catalina.Context
Return the override flag for this web application.
getOverride() - Method in class org.apache.catalina.core.StandardContext
Return the DefaultContext override flag for this web application.
getOverride() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getPacketSize() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPacketSize() - Method in class org.apache.coyote.ajp.AjpMessage
 
getPacketSize() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getPage() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getPage() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getPageEncoding() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getPageEncoding() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
Gets the info about the page under compilation
getPageNodes() - Method in class org.apache.jasper.compiler.Compiler
Retrieves the parsed nodes of the JSP page, if they are available.
getParameter(String) - Method in class org.apache.catalina.connector.Request
Return the value of the specified request parameter, if any; otherwise, return null.
getParameter(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameter(String) - Method in class org.apache.catalina.core.DummyRequest
 
getParameter() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
getParameter(String) - Method in class org.apache.tomcat.util.http.Parameters
 
getParameterMap() - Method in class org.apache.catalina.connector.Request
Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterMap() - Method in class org.apache.catalina.core.DummyRequest
 
getParameterMap() - Method in class org.apache.catalina.deploy.FilterDef
 
getParameterNames() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getParameterNames() - Method in class org.apache.catalina.connector.Request
Return the names of all defined request parameters for this request.
getParameterNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterNames() - Method in class org.apache.catalina.core.DummyRequest
 
getParameterNames() - Method in class org.apache.tomcat.util.http.Parameters
 
getParameters() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI query parameters
getParameters() - Method in class org.apache.coyote.Request
 
getParameters(String, String, KeyStore) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Return the initialization parameters for the TrustManager.
getParameters(String, String, KeyStore) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Return the initialization parameters for the TrustManager.
getParameters() - Method in class org.jboss.web.php.ScriptEnvironment
Gets derived Script query parameters
getParameterValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
getParameterValues(String) - Method in class org.apache.catalina.connector.Request
Return the defined values for the specified request parameter, if any; otherwise, return null.
getParameterValues(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterValues(String) - Method in class org.apache.catalina.core.DummyRequest
 
getParameterValues(String) - Method in class org.apache.tomcat.util.http.Parameters
 
getParent() - Method in interface org.apache.catalina.Container
Return the Container for which this Container is a child, if there is one.
getParent() - Method in class org.apache.catalina.core.ContainerBase
Return the Container for which this Container is a child, if there is one.
getParent() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getParentClassLoader() - Method in interface org.apache.catalina.Container
Return the parent class loader (if any) for web applications.
getParentClassLoader() - Method in class org.apache.catalina.core.ContainerBase
Return the parent class loader (if any) for this web application.
getParentClassLoader() - Method in class org.apache.catalina.core.StandardContext
Return the parent class loader (if any) for this web application.
getParentClassLoader() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the parent URLClassLoader.
getParentContext() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Get the PluginContext for the parent of this custom tag.
getParentName() - Method in class org.apache.catalina.core.ContainerBase
 
getParentName() - Method in class org.apache.catalina.core.StandardContext
 
getParentName() - Method in class org.apache.catalina.core.StandardEngine
 
getParentName(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
From the name, extract the parent object name
getParentTag() - Method in class org.apache.jasper.runtime.JspFragmentHelper
 
getParsedHeaders(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Parses the header-part and returns as key/value pairs.
getPart(String) - Method in class org.apache.catalina.connector.Request
 
getPart(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getPart(String) - Method in class org.apache.catalina.core.DummyRequest
 
getPartialServletStackTrace(Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Print out a partial servlet stack trace (truncating at the last occurrence of javax.servlet.).
getParts() - Method in class org.apache.catalina.connector.Request
 
getParts() - Method in class org.apache.catalina.connector.RequestFacade
 
getParts() - Method in class org.apache.catalina.core.DummyRequest
 
getPassword() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the password credential (if any) associated with the SSO.
getPassword() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getPassword(String) - Method in class org.apache.catalina.realm.RealmBase
Return the password associated with the given principal's user name.
getPath() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
getPath() - Method in interface org.apache.catalina.Context
Return the context path for this web application.
getPath() - Method in class org.apache.catalina.core.StandardContext
Return the context path for this Context.
getPath() - Method in class org.apache.catalina.deploy.jsp.TagFileInfo
 
getPath() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getPath() - Method in class org.apache.catalina.deploy.SessionCookie
 
getPath() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
getPath() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getPath() - Method in class org.apache.tomcat.util.net.URL
Return the path part of the URL.
getPathInfo() - Method in class org.apache.catalina.connector.Request
Return the path information associated with this Request.
getPathInfo() - Method in class org.apache.catalina.connector.RequestFacade
 
getPathInfo() - Method in class org.apache.catalina.core.DummyRequest
 
getPathInfoMB() - Method in class org.apache.catalina.connector.Request
Get the path info.
getPathInfoMB() - Method in class org.apache.catalina.core.DummyRequest
 
getPathname() - Method in class org.apache.catalina.session.StandardManager
Return the session persistence pathname, if any.
getPathParameterName() - Method in class org.apache.catalina.deploy.SessionCookie
 
getPathTranslated() - Method in class org.apache.catalina.connector.Request
Return the extra path information for this request, translated to a real path.
getPathTranslated() - Method in class org.apache.catalina.connector.RequestFacade
 
getPathTranslated() - Method in class org.apache.catalina.core.DummyRequest
 
getPathWithoutContext(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getPathWithoutFileName(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getPattern() - Method in class org.apache.catalina.valves.AccessLogValve
Return the format pattern.
getPatternString() - Method in class org.jboss.web.rewrite.RewriteRule
 
getPaused() - Method in class org.apache.catalina.core.StandardContext
Return the request processing paused flag for this Context.
getPeerCertificateChain() - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPeerCertificateChain(boolean) - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPermission() - Method in class org.apache.naming.resources.DirContextURLConnection
Get the Permission for this URL
getPermissionCollection() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the SecurityManager PermissionCollection for this web application context.
getPermissions(CodeSource) - Method in class org.apache.jasper.servlet.JasperLoader
Get the Permissions for a CodeSource.
getPermittedSize() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeException
Retrieves the permitted size of the request.
getpid() - Static method in class org.apache.tomcat.jni.Stdlib
Get current process pid.
getPipeline() - Method in interface org.apache.catalina.Container
Return the Pipeline object that manages the Valves associated with this Container.
getPipeline() - Method in class org.apache.catalina.core.ContainerBase
Return the Pipeline object that manages the Valves associated with this Container.
getPluginAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Get the value of an attribute in the current tagplugin context.
getPointer() - Method in class org.apache.catalina.core.ApplicationFilterChain
 
getPoller() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPollerSize() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPollerSize() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getPollerSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPollerSize() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getPollerSize() - Method in class org.apache.coyote.http11.Http11Protocol
 
getPollerSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPollerSize() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getPollTime() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPollTime() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPollTime() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPort() - Method in class org.apache.catalina.connector.Connector
Return the port number on which we listen for requests.
getPort() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPort() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getPort() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPort() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getPort() - Method in class org.apache.coyote.http11.Http11Protocol
 
getPort() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for port
getPort() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.URL
Return the port number part of the URL.
getPos() - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Getter for pos
getppid() - Static method in class org.apache.tomcat.jni.Stdlib
Get current process parent pid.
getPrefix() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getPrefix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file prefix.
getPrincipal() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the Principal that has been authenticated by the SSO.
getPrincipal() - Method in class org.apache.catalina.connector.Request
Return the principal that has been authenticated for this Request.
getPrincipal(X509Certificate) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the given certificate.
getPrincipal(String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the given user name.
getPrincipal() - Method in interface org.apache.catalina.Session
Return the authenticated Principal that is associated with this Session.
getPrincipal() - Method in class org.apache.catalina.session.StandardSession
Return the authenticated Principal that is associated with this Session.
getPrivateKey(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns the key associated with the given alias.
getPrivileged() - Method in interface org.apache.catalina.Context
Return the privileged flag for this web application.
getPrivileged() - Method in class org.apache.catalina.core.StandardContext
Return the privileged flag for this web application.
getProcessExpiresFrequency() - Method in class org.apache.catalina.session.ManagerBase
Return the frequency of manager checks.
getProcessingTime() - Method in class org.apache.catalina.core.StandardContext
Gets the cumulative processing times of all servlets in this StandardContext.
getProcessingTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getProcessingTime() - Method in class org.apache.catalina.session.ManagerBase
 
getProcessingTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getProcessorCache() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getProcessorCache() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getProcessorCache() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for processorCache
getProcessorCache() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getProcessorCache() - Method in class org.apache.coyote.http11.Http11Protocol
 
getProgressListener() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the progress listener.
getProperty(String) - Method in class org.apache.catalina.connector.Connector
Return a configured property.
getProperty(String) - Method in class org.apache.coyote.http11.Http11Protocol
Get a property
getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
 
getProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
getProtocol() - Method in interface org.apache.catalina.Cluster
Deprecated. 
getProtocol() - Method in class org.apache.catalina.connector.Connector
Return the Coyote protocol handler in use.
getProtocol() - Method in class org.apache.catalina.connector.Request
Return the protocol and version used to make this Request.
getProtocol() - Method in class org.apache.catalina.connector.RequestFacade
 
getProtocol() - Method in class org.apache.catalina.core.DummyRequest
 
getProtocol() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for protocol
getProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getProtocol() - Method in class org.apache.coyote.RequestInfo
 
getProtocol() - Method in class org.apache.tomcat.util.net.URL
Return the protocol name part of the URL.
getProtocolHandler() - Method in class org.apache.catalina.connector.Connector
Return the protocol handler associated with the connector.
getProtocolHandlerClassName() - Method in class org.apache.catalina.connector.Connector
Return the class name of the Coyote protocol handler in use.
getProtocolHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getProtocolHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getProtocolHeaderHttpsValue() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getProtocolHeaderHttpsValue() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getProtocols() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getProtocols() - Method in class org.apache.coyote.http11.Http11Protocol
 
getProxiesHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getProxiesHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getProxyElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getProxyName() - Method in class org.apache.catalina.connector.Connector
Return the proxy server name for this Connector.
getProxyPort() - Method in class org.apache.catalina.connector.Connector
Return the proxy server port for this Connector.
getPublicId() - Method in interface org.apache.catalina.Context
Return the public identifier of the deployment descriptor DTD that is currently being parsed.
getPublicId() - Method in class org.apache.catalina.core.StandardContext
Return the public identifier of the deployment descriptor DTD that is currently being parsed.
getQualifiedNames() - Method in class org.apache.catalina.util.DOMWriter
 
getQuery() - Method in class org.apache.tomcat.util.net.URL
Return the query part of the URL.
getQueryString() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getQueryString() - Method in class org.apache.catalina.connector.Request
Return the query string associated with this request.
getQueryString() - Method in class org.apache.catalina.connector.RequestFacade
 
getQueryString() - Method in class org.apache.catalina.core.DummyRequest
 
getRandom() - Method in class org.apache.catalina.connector.Request
Return the Random.
getRandom() - Method in class org.apache.catalina.core.StandardService
 
getRandom() - Method in interface org.apache.catalina.Service
Get the global secure random that will be used for this service.
getReader() - Method in class org.apache.catalina.connector.Request
Read the Reader wrapping the input stream for this Request.
getReader() - Method in class org.apache.catalina.connector.RequestFacade
 
getReader() - Method in class org.apache.catalina.core.DummyRequest
 
getReader() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getReadListener() - Method in class org.apache.catalina.connector.InputBuffer
 
getReadListener() - Method in class org.apache.catalina.connector.Request
 
getReadme(DirContext) - Method in class org.apache.catalina.servlets.DefaultServlet
Get the readme file as a string.
getReadMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getReadNotifications() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for readNotifications
getReadNotifications() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
getReadonlyAttributes() - Method in class org.apache.catalina.core.ApplicationContext
 
getRealm() - Method in interface org.apache.catalina.Container
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.core.ContainerBase
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRealmName() - Method in class org.apache.catalina.deploy.LoginConfig
 
getRealmPath() - Method in class org.apache.catalina.realm.RealmBase
 
getRealmSuffix() - Method in class org.apache.catalina.realm.RealmBase
 
getRealPath(String) - Method in class org.apache.catalina.connector.Request
Deprecated.
As of version 2.1 of the Java Servlet API, use ServletContext.getRealPath().
getRealPath(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the real path for a given virtual path, if possible; otherwise return null.
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRealPath(String) - Method in class org.apache.catalina.core.DummyRequest
 
getRealPath(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the actual path of a URI relative to the context of the compilation.
getRecompileOnFail() - Method in class org.apache.jasper.EmbeddedServletOptions
Re-compile on failure.
getRecompileOnFail() - Method in interface org.apache.jasper.Options
Re-compile on failure.
getReconnectInterval() - Method in class org.apache.tomcat.bayeux.BayeuxServlet
 
getReconnectInterval() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getReconnectInterval() - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
getRedirectCode() - Method in class org.jboss.web.rewrite.RewriteRule
 
getRedirectPort() - Method in class org.apache.catalina.connector.Connector
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRef() - Method in class org.apache.tomcat.util.net.URL
Return the reference part of the URL.
getRegistry(Object, Object) - Static method in class org.apache.tomcat.util.modeler.Registry
Factory method to create (if necessary) and return our Registry instance.
getRegistry() - Static method in class org.apache.tomcat.util.modeler.Registry
Deprecated.
Not enough info - use the method that takes CL and domain
getRejectedSessions() - Method in interface org.apache.catalina.Manager
Gets the number of sessions that were not created because the maximum number of active sessions was reached.
getRejectedSessions() - Method in class org.apache.catalina.session.PersistentManagerBase
Number of session creations that failed due to maxActiveSessions.
getRejectedSessions() - Method in class org.apache.catalina.session.StandardManager
Number of session creations that failed due to maxActiveSessions
getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Return the relative path associated with this servlet.
getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
Override the DefaultServlet implementation and only use the PathInfo.
getRelativePath(HttpServletRequest) - Static method in class org.apache.catalina.ssi.SSIServletRequestUtil
Return the relative path associated with this servlet.
getRemaining() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Get remaining bytes.
getRemaining() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Get remaining bytes.
getRemaining() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getRemaining() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
getRemains() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
getRemoteAddr() - Method in class org.apache.catalina.connector.Request
Return the remote IP address making this Request.
getRemoteAddr() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteAddr() - Method in class org.apache.catalina.core.DummyRequest
 
getRemoteAddr() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getRemoteAddr() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for remoteAddr
getRemoteAddr() - Method in class org.apache.coyote.RequestInfo
 
getRemoteAddress() - Method in class org.apache.tomcat.util.net.NioChannel
 
getRemoteHost() - Method in class org.apache.catalina.connector.Request
Return the remote host name making this Request.
getRemoteHost() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteHost() - Method in class org.apache.catalina.core.DummyRequest
 
getRemoteHost() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getRemoteHost() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for remoteHost
getRemoteIPHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getRemoteIpHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getRemotePort() - Method in class org.apache.catalina.connector.Request
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemotePort() - Method in class org.apache.catalina.core.DummyRequest
 
getRemotePort() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for remotePort
getRemotePort() - Method in class org.apache.coyote.Request
 
getRemoteUser() - Method in class org.apache.catalina.connector.Request
Return the name of the remote user that has been authenticated for this Request.
getRemoteUser() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteUser() - Method in class org.apache.catalina.core.DummyRequest
 
getRemoteUser() - Method in class org.apache.coyote.Request
 
getReporter() - Method in class org.apache.catalina.connector.Response
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getReporter() - Method in class org.apache.catalina.core.DummyResponse
 
getRepository() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Returns the directory used to temporarily store files that are larger than the configured size threshold.
getReqAttributeIgnoreCase(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getReqTime() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getRequest() - Method in class org.apache.catalina.connector.InputBuffer
Get associated Coyote request.
getRequest() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
getRequest() - Method in class org.apache.catalina.connector.Request.AsyncListenerRegistration
 
getRequest() - Method in class org.apache.catalina.connector.Request
Return the ServletRequest for which this object is the facade.
getRequest() - Method in class org.apache.catalina.connector.Response
Return the Request with which this Response is associated.
getRequest() - Method in class org.apache.catalina.core.DummyRequest
 
getRequest() - Method in class org.apache.catalina.core.DummyResponse
 
getRequest() - Method in class org.apache.catalina.InstanceEvent
Return the servlet request for which this event occurred.
getRequest() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Get the request associated with this processor.
getRequest() - Method in class org.apache.coyote.ajp.AjpProcessor
Get the request associated with this processor.
getRequest() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for request
getRequest() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the request associated with this processor.
getRequest() - Method in class org.apache.coyote.http11.Http11Processor
Get the request associated with this processor.
getRequest() - Method in class org.apache.coyote.Response
 
getRequest() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getRequest(TomcatBayeux, HttpEvent, JSONObject) - Static method in class org.apache.tomcat.bayeux.RequestFactory
 
getRequestBytesReceived() - Method in class org.apache.coyote.RequestInfo
 
getRequestBytesSent() - Method in class org.apache.coyote.RequestInfo
 
getRequestCount() - Method in class org.apache.catalina.core.StandardWrapper
 
getRequestCount() - Method in class org.apache.coyote.RequestGroupInfo
 
getRequestCount() - Method in class org.apache.coyote.RequestInfo
 
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.Request
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a RequestDispatcher instance that acts as a wrapper for the resource at the given path.
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.DummyRequest
 
getRequestedSessionId() - Method in class org.apache.catalina.connector.Request
Return the session identifier included in this request, if any.
getRequestedSessionId() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestedSessionId() - Method in class org.apache.catalina.core.DummyRequest
 
getRequestFacade() - Method in class org.apache.catalina.connector.Request
Alias for AsyncContext inner class.
getRequestGroupInfo() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getRequestGroupInfo() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getRequestGroupInfo() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getRequestGroupInfo() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getRequestGroupInfo() - Method in class org.apache.coyote.http11.Http11Protocol
 
getRequestGroupInfo() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getRequestGroupInfo() - Method in interface org.apache.coyote.ProtocolHandler
 
getRequestPathMB() - Method in class org.apache.catalina.connector.Request
Get the request path.
getRequestPathMB() - Method in class org.apache.catalina.core.DummyRequest
 
getRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getRequestProcessor() - Method in class org.apache.coyote.Request
 
getRequestProcessors() - Method in class org.apache.coyote.RequestGroupInfo
 
getRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getRequestURI() - Method in class org.apache.catalina.connector.Request
Return the request URI for this request.
getRequestURI() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestURI() - Method in class org.apache.catalina.core.DummyRequest
 
getRequestURL() - Method in class org.apache.catalina.connector.Request
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestURL() - Method in class org.apache.catalina.core.DummyRequest
 
getRequired() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getRequireReauthentication() - Method in class org.apache.catalina.authenticator.SingleSignOn
Gets whether each request needs to be reauthenticated (by an Authenticator downstream in the pipeline) to the security Realm, or if this Valve can itself bind security info to the request based on the presence of a valid SSO entry without rechecking with the Realm
getResource(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the URL to the resource that is mapped to a specified path.
getResource(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResource(String) - Method in class org.apache.jasper.JspCompilationContext
 
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the requested resource as an InputStream.
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourceAsStream(String) - Method in class org.apache.jasper.JspCompilationContext
Gets a resource as a stream, relative to the meanings of this context's implementation.
getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JasperLoader
Delegate to parent
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a Set containing the resource paths of resources member of the specified collection.
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourcePaths(String) - Method in class org.apache.jasper.JspCompilationContext
 
getResources() - Method in interface org.apache.catalina.Container
Return the Resources with which this Container is associated.
getResources() - Method in class org.apache.catalina.core.ApplicationContext
Return the resources object that is mapped to a specified path.
getResources() - Method in class org.apache.catalina.core.ContainerBase
Return the resources DirContext object with which this Container is associated.
getResourceType() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get resource type.
getResourceType() - Method in class org.apache.naming.resources.ResourceAttributes
Get resource type.
getResponse() - Method in class org.apache.catalina.connector.OutputBuffer
Get associated Coyote response.
getResponse() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
getResponse() - Method in class org.apache.catalina.connector.Request.AsyncListenerRegistration
 
getResponse() - Method in class org.apache.catalina.connector.Request
Return the Response with which this Request is associated.
getResponse() - Method in class org.apache.catalina.connector.Response
Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.core.DummyRequest
 
getResponse() - Method in class org.apache.catalina.core.DummyResponse
 
getResponse() - Method in class org.apache.catalina.InstanceEvent
Return the servlet response for which this event occurred.
getResponse() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for response
getResponse() - Method in class org.apache.coyote.Request
 
getResponse() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getResponse() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getResponseAjpIndex(String) - Static method in class org.apache.coyote.ajp.Constants
 
getResponseFacade() - Method in class org.apache.catalina.connector.Request
Alias for AsyncContext inner class.
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for restrictedUserAgents
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for restrictedUserAgents
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11Protocol
 
getResumeNotification() - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
getResumeNotification() - Method in class org.apache.coyote.ajp.AjpProcessor
 
getResumeNotification() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for resumeNotification
getResumeNotification() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
getResumeNotification() - Method in class org.apache.coyote.http11.Http11Processor
 
getReturnType() - Method in class org.apache.tomcat.util.modeler.OperationInfo
The fully qualified Java class name of the return type for this operation.
getReverseConnection() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getReverseConnection() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getReverseConnection() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getRgOname() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for rgOname
getRole() - Method in class org.apache.tomcat.util.modeler.OperationInfo
The role of this operation ("getter", "setter", "operation", or "constructor").
getRoles() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRootCause(ServletException) - Static method in class org.apache.catalina.core.StandardWrapper
Extract the root cause from a servlet exception.
getRpName() - Method in class org.apache.coyote.RequestInfo
 
getRunAs() - Method in class org.apache.catalina.core.StandardWrapper
Return the run-as identity for this servlet.
getRunAs() - Method in interface org.apache.catalina.Wrapper
Return the run-as identity for this servlet.
getRunAsRole() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getRunnable() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
 
gets(int) - Method in interface org.apache.tomcat.jni.BIOCallback
Read string up to the len or CLRLF
gets(byte[], int, long) - Static method in class org.apache.tomcat.jni.File
Read a string from the specified file.
getSaveOnRestart() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates whether sessions are saved when the Manager is shut down properly.
getSchema(String) - Method in class org.apache.naming.resources.AliasDirContext
 
getSchema(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.JARDirContext
Retrieves the schema associated with the named object.
getSchema(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the schema associated with the named object.
getSchema(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the schema associated with the named object.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.AliasDirContext
 
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.JARDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getScheme() - Method in class org.apache.catalina.connector.Connector
Return the scheme that will be assigned to requests received through this connector.
getScheme() - Method in class org.apache.catalina.connector.Request
Return the scheme used to make this Request.
getScheme() - Method in class org.apache.catalina.connector.RequestFacade
 
getScheme() - Method in class org.apache.catalina.core.DummyRequest
 
getScheme() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getScheme() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the scheme
getScope() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
getScope(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Converts the given string description of a scope to the corresponding PageContext constant.
getScratchDir() - Method in class org.apache.jasper.EmbeddedServletOptions
What is my scratch dir?
getScratchDir() - Method in interface org.apache.jasper.Options
What is my scratch dir?
getScriptFile() - Method in class org.jboss.web.php.ScriptEnvironment
Gets derived Script file
getScriptingInvalid() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getSecure() - Method in class org.apache.catalina.connector.Connector
Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSecure() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSecure() - Method in class org.apache.tomcat.util.http.BaseRequest
Get whether the request is secure or not.
getSecure() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getSecurePagesWithPragma() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states, if proxy caching is disabled, what headers we add to disable the caching.
getSecurityPolicy() - Method in interface org.apache.cometd.bayeux.Bayeux
Returns the security policy associated with this Bayeux session
getSecurityPolicy() - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
getSendErrorToClient() - Method in class org.apache.jasper.EmbeddedServletOptions
Should errors be sent to client or thrown into stderr?
getSendErrorToClient() - Method in interface org.apache.jasper.Options
Should errors be sent to client or thrown into stderr?
getSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Number of sendfile sockets.
getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
getSendfileCount() - Method in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
 
getSendfileData() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getSendfileData() - Method in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
Poll the head of the recycled object list if it is not empty, else create a new one.
getSendfileEnd() - Method in class org.apache.coyote.Response
 
getSendfilePath() - Method in class org.apache.coyote.Response
 
getSendfileSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSendfileSize() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getSendfileSize() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sendfileSize
getSendfileSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfileStart() - Method in class org.apache.coyote.Response
 
getSequence() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sequence
getSequence() - Method in class org.apache.tomcat.util.net.AprEndpoint
Get a sequence number used for thread naming.
getservbyname(long, String) - Static method in class org.apache.tomcat.jni.Address
Given an apr_sockaddr_t and a service name, set the port for the service
getServer() - Method in class org.apache.catalina.core.StandardContext
 
getServer() - Method in class org.apache.catalina.core.StandardService
Return the Server with which we are associated (if any).
getServer() - Method in class org.apache.catalina.realm.RealmBase
Return the Server object that is the ultimate parent for the container with which this Realm is associated.
getServer() - Method in interface org.apache.catalina.Service
Return the Server with which we are associated (if any).
getServer() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for server
getServer() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for server
getServer() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the server header name.
getServer() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getServer() - Method in class org.apache.coyote.http11.Http11Processor
Get the server header name.
getServer() - Method in class org.apache.coyote.http11.Http11Protocol
 
getServer() - Static method in class org.apache.tomcat.util.modeler.Registry
Deprecated.
Use the instance method
getServerAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Get the matching aliases for authenticating the server side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContext
Return the name and version of the servlet container.
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServerInfo() - Method in class org.apache.catalina.core.StandardServer
Report the current Tomcat Server Release number
getServerInfo() - Static method in class org.apache.catalina.util.ServerInfo
Return the server identification for this version of Tomcat.
getServerName() - Method in class org.apache.catalina.connector.Request
Return the server name responding to this Request.
getServerName() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerName() - Method in class org.apache.catalina.core.DummyRequest
 
getServerPort() - Method in class org.apache.catalina.connector.Request
Return the server port responding to this Request.
getServerPort() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerPort() - Method in class org.apache.catalina.core.DummyRequest
 
getServerPort() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getServerPort() - Method in class org.apache.coyote.Request
 
getServerPort() - Method in class org.apache.coyote.RequestInfo
 
getServerPort() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the server port
getServerSocketChannelFactory() - Method in class org.apache.tomcat.util.net.jsse.NioJSSEImplementation
 
getServerSocketChannelFactory() - Method in class org.apache.tomcat.util.net.NioEndpoint
Getter for serverSocketChannelFactory
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getServerToClientElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getService() - Method in class org.apache.catalina.connector.Connector
Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.core.StandardEngine
Return the Service with which we are associated (if any).
getService() - Method in interface org.apache.catalina.Engine
Return the Service with which we are associated (if any).
getServiceNames() - Method in class org.apache.catalina.core.StandardServer
Return the JMX service names.
getServlet(String) - Method in class org.apache.catalina.core.ApplicationContext
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
getServlet(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServlet() - Method in class org.apache.catalina.core.ApplicationFilterChain
 
getServlet() - Method in class org.apache.catalina.core.StandardWrapper
Return the associated servlet instance.
getServlet() - Method in class org.apache.catalina.InstanceEvent
Return the servlet instance for which this event occurred.
getServlet() - Method in interface org.apache.catalina.Wrapper
Return the associated servlet instance.
getServlet() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServlet() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getServletClass() - Method in class org.apache.catalina.core.StandardWrapper
Return the fully qualified servlet class name for this servlet.
getServletClass() - Method in interface org.apache.catalina.Wrapper
Return the fully qualified servlet class name for this servlet.
getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
Just the class name (does not include package name) of the generated class.
getServletConfig() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletContext() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
getServletContext() - Method in class org.apache.catalina.connector.Request
 
getServletContext() - Method in class org.apache.catalina.connector.RequestFacade
 
getServletContext() - Method in interface org.apache.catalina.Context
Return the servlet context for which this Context is a facade.
getServletContext() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return the ServletContext of our associated web application.
getServletContext() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
Return the ServletContext of our associated web application.
getServletContext() - Method in class org.apache.catalina.core.DummyRequest
 
getServletContext() - Method in class org.apache.catalina.core.StandardContext
Return the servlet context for which this Context is a facade.
getServletContext() - Method in class org.apache.catalina.core.StandardWrapper
Return the servlet context with which this servlet is associated.
getServletContext() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletContext() - Method in class org.apache.catalina.session.StandardSession
Return the ServletContext to which this session belongs.
getServletContext() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getServletContext() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
getServletContext() - Method in class org.apache.jasper.JspCompilationContext
 
getServletContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getServletContext() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getServletContext0() - Method in class org.apache.catalina.connector.Request
 
getServletContextAndPath(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextAndPathFromNonVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextAndPathFromVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContext
Return the display name of this web application.
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletInfo() - Method in class org.apache.jasper.runtime.HttpJspBase
 
getServletInfo() - Method in class org.apache.tomcat.bayeux.BayeuxServlet
 
getServletJavaFileName() - Method in class org.apache.jasper.JspCompilationContext
Full path name of the Java file into which the servlet is being generated.
getServletMethods() - Method in class org.apache.catalina.core.StandardWrapper
Gets the names of the methods supported by the underlying servlet.
getServletMethods() - Method in interface org.apache.catalina.Wrapper
Gets the names of the methods supported by the underlying servlet.
getServletName() - Method in class org.apache.catalina.core.StandardWrapper
Return the name of this servlet.
getServletName() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletNameMappings() - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
getServletNameMappings() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
getServletNames() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
getServletNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletNames() - Method in class org.apache.catalina.deploy.FilterMap
 
getServletPackageName() - Method in class org.apache.jasper.JspCompilationContext
Package name for the generated class is make up of the base package name, which is user settable, and the derived package name.
getServletPath() - Method in class org.apache.catalina.connector.Request
Return the portion of the request URI used to select the servlet that will process this request.
getServletPath() - Method in class org.apache.catalina.connector.RequestFacade
 
getServletPath() - Method in class org.apache.catalina.core.DummyRequest
 
getServletPathMB() - Method in class org.apache.catalina.connector.Request
Get the servlet path.
getServletPathMB() - Method in class org.apache.catalina.core.DummyRequest
 
getServletRegistration(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getServletRegistration(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletRegistrations() - Method in class org.apache.catalina.core.ApplicationContext
 
getServletRegistrations() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletRequestElement(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getServletResponse() - Method in class org.apache.catalina.core.DummyRequest
 
getServlets() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
getServlets() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServlets() - Method in class org.apache.catalina.core.StandardContext
JSR77 servlets attribute
getServletSecurity() - Method in class org.apache.catalina.core.StandardWrapper
Get an associated ServletSecurity, if any.
getServletSecurity() - Method in interface org.apache.catalina.Wrapper
Get an associated ServletSecurity, if any.
getSession() - Method in class org.apache.catalina.connector.Request
Return the session associated with this Request, creating one if necessary.
getSession(boolean) - Method in class org.apache.catalina.connector.Request
Return the session associated with this Request, creating one if necessary and requested.
getSession(boolean) - Method in class org.apache.catalina.connector.RequestFacade
 
getSession() - Method in class org.apache.catalina.connector.RequestFacade
 
getSession() - Method in class org.apache.catalina.core.DummyRequest
 
getSession(boolean) - Method in class org.apache.catalina.core.DummyRequest
 
getSession() - Method in interface org.apache.catalina.Session
Return the HttpSession for which this object is the facade.
getSession(String) - Method in class org.apache.catalina.session.ManagerBase
Returns information about the session with the given session id.
getSession() - Method in class org.apache.catalina.session.StandardSession
Return the HttpSession for which this object is the facade.
getSession() - Method in class org.apache.catalina.SessionEvent
Return the Session on which this event occurred.
getSession() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getSession() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getSessionAppCol() - Method in class org.apache.catalina.session.JDBCStore
Return the web application name column for the table.
getSessionAttribute(String, String) - Method in class org.apache.catalina.session.ManagerBase
For debugging: get a session attribute
getSessionAverageAliveTime() - Method in interface org.apache.catalina.Manager
Gets the average time (in seconds) that expired sessions had been alive.
getSessionAverageAliveTime() - Method in class org.apache.catalina.session.ManagerBase
Gets the average time (in seconds) that expired sessions had been alive.
getSessionContext() - Method in class org.apache.catalina.session.StandardSession
Deprecated.
As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getSessionContext() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getSessionCookie() - Method in interface org.apache.catalina.Context
Return the session cookie configuration.
getSessionCookie() - Method in class org.apache.catalina.core.StandardContext
Return the session cookie configuration.
getSessionCookieConfig() - Method in class org.apache.catalina.core.ApplicationContext
 
getSessionCookieConfig() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getSessionCounter() - Method in interface org.apache.catalina.Manager
Returns the total number of sessions created by this manager.
getSessionCounter() - Method in class org.apache.catalina.session.ManagerBase
Total sessions created by this manager.
getSessionDataCol() - Method in class org.apache.catalina.session.JDBCStore
Return the data column for the table
getSessionId() - Method in interface org.apache.tomcat.util.net.SSLSupport
The current session Id.
getSessionIdCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Id column for the table.
getSessionIdLength() - Method in interface org.apache.catalina.Manager
Gets the session id length (in bytes) of Sessions created by this Manager.
getSessionIdLength() - Method in class org.apache.catalina.session.ManagerBase
Gets the session id length (in bytes) of Sessions created by this Manager.
getSessionInactiveInterval() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
getSessionInternal() - Method in class org.apache.catalina.connector.Request
Return the session associated with this Request, creating one if necessary.
getSessionInternal(boolean) - Method in class org.apache.catalina.connector.Request
Return the session associated with this Request, creating one if necessary and requested.
getSessionLastAccessedCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Last Accessed column
getSessionMaxAliveTime() - Method in interface org.apache.catalina.Manager
Gets the longest time (in seconds) that an expired session had been alive.
getSessionMaxAliveTime() - Method in class org.apache.catalina.session.ManagerBase
Gets the longest time (in seconds) that an expired session had been alive.
getSessionMaxInactiveCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Max Inactive column
getSessionTable() - Method in class org.apache.catalina.session.JDBCStore
Return the table for this Store.
getSessionTimeout() - Method in interface org.apache.catalina.Context
Return the default session timeout (in minutes) for this web application.
getSessionTimeout() - Method in class org.apache.catalina.core.StandardContext
Return the default session timeout (in minutes) for this web application.
getSessionTrackingModes() - Method in class org.apache.catalina.core.StandardContext
 
getSessionValidCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Is Valid column
getSetMethod() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
The name of the property setter method, if non-standard.
getSetter(String, BaseModelMBean, Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
getShortname() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getSignature() - Method in class org.apache.tomcat.util.modeler.OperationInfo
The set of parameters for this operation.
getSize() - Method in class org.apache.catalina.core.StandardPart
 
getSize() - Method in class org.apache.catalina.session.FileStore
Return the number of Sessions present in this Store.
getSize() - Method in class org.apache.catalina.session.JDBCStore
Return an integer containing a count of all Sessions currently saved in this Store.
getSize() - Method in interface org.apache.catalina.Store
Return the number of Sessions present in this Store.
getSize(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry key length.
getSize() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the size of the file.
getSize() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the size of the file item.
getSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the maximum allowed size of a complete request, as opposed to FileUploadBase.getFileSizeMax().
getSizeThreshold() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Returns the size threshold beyond which files are written directly to disk.
getSkip() - Method in class org.jboss.web.rewrite.RewriteRule
 
getSmallIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getSmallIcon() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getSocket() - Method in class org.apache.catalina.core.DummyRequest
 
getSocket() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Get the underlying socket input stream.
getSocket() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Get the underlying socket input stream.
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for socketBuffer
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the socket buffer flag.
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11Processor
Get the socket buffer flag.
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSocketChannelFactory() - Method in class org.apache.tomcat.util.net.jsse.NioJSSEFactory
Returns the NioSocketChannelFactory to use.
getSocketFactory() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSocketFactory() - Method in class org.apache.tomcat.util.net.jsse.JSSEFactory
Returns the ServerSocketFactory to use.
getSoLinger() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getSoLinger() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getSoLinger() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSoLinger() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getSoLinger() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSoLinger() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for soLinger
getSoLinger() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSoLinger() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getSoReceiveBuffer() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getSoReceiveBuffer() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSoSendBuffer() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getSoSendBuffer() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSoTimeout() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getSoTimeout() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for soTimeout
getSoTimeout() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getSource() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
getSource() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
 
getSpareNotFoundEntries() - Method in class org.apache.naming.resources.ResourceCache
Return the amount of spare not found entries.
getSSLCACertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA certificate file.
getSSLCACertificateFile() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL CA certificate file.
getSSLCACertificateFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLCACertificateFile
getSSLCACertificateFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCACertificatePath() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA certificate path.
getSSLCACertificatePath() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL CA certificate path.
getSSLCACertificatePath() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLCACertificatePath
getSSLCACertificatePath() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCARevocationFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA revocation file.
getSSLCARevocationFile() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL CA revocation file.
getSSLCARevocationFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLCARevocationFile
getSSLCARevocationFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCARevocationPath() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA revocation path.
getSSLCARevocationPath() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL CA revocation path.
getSSLCARevocationPath() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLCARevocationPath
getSSLCARevocationPath() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateChainFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate chain file.
getSSLCertificateChainFile() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL certificate chain file.
getSSLCertificateChainFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLCertificateChainFile
getSSLCertificateChainFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate file.
getSSLCertificateFile() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL certificate file.
getSSLCertificateFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLCertificateFile
getSSLCertificateFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateKeyFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate key file.
getSSLCertificateKeyFile() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL certificate key file.
getSSLCertificateKeyFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLCertificateKeyFile
getSSLCertificateKeyFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCipherSuite() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL cipher suite.
getSSLCipherSuite() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL cipher suite.
getSSLCipherSuite() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLCipherSuite
getSSLCipherSuite() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLContext() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
getSSLContext() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSslContext() - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
 
getSslContext() - Method in class org.apache.tomcat.util.net.NioEndpoint
Getter for sslContext
getSSLEnabled() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for sslEnabled
getSSLEnabled() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLEnabled
getSSLEngine() - Method in class org.apache.catalina.core.AprLifecycleListener
 
getSslEngine() - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
Getter for sslEngine
getSSLImplementation() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSSLInsecureRenegotiation() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLInsecureRenegotiation
getSSLInsecureRenegotiation() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLPassword() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password).
getSSLPassword() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password).
getSSLPassword() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLPassword
getSSLPassword() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL protocol.
getSSLProtocol() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL protocol.
getSSLProtocol() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLProtocol
getSSLProtocol() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLRandomSeed() - Method in class org.apache.catalina.core.AprLifecycleListener
 
getSSLSession() - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
getSSLSupport() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for sslSupport
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEFactory
returns the SSLSupport attached to this socket.
getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.jsse.JSSEFactory
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLSupport(NioChannel) - Method in class org.apache.tomcat.util.net.jsse.NioJSSEFactory
Returns the SSLSupport attached to this channel.
getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.jsse.NioJSSEFactory
Return the SSLSupport attached to this session
getSSLSupport(NioChannel) - Method in class org.apache.tomcat.util.net.jsse.NioJSSEImplementation
 
getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.jsse.NioJSSEImplementation
 
getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getSSLVerifyClient() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL verify client.
getSSLVerifyClient() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL verify client.
getSSLVerifyClient() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLVerifyClient
getSSLVerifyClient() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLVerifyDepth() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL verify depth.
getSSLVerifyDepth() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL verify depth.
getSSLVerifyDepth() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for sSLVerifyDepth
getSSLVerifyDepth() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getStage() - Method in class org.apache.coyote.RequestInfo
 
getStart() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the start offset of the bytes.
getStart() - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the start offset of the bytes.
getStart() - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Getter for start
getStartChildren() - Method in class org.apache.catalina.core.ContainerBase
Return if children of this container will be started automatically when they are added to this container.
getStartingPoint() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
getStartTime() - Method in class org.apache.catalina.core.StandardContext
Gets the time this context was started.
getStartTime() - Method in class org.apache.coyote.Request
 
getStartupTime() - Method in class org.apache.catalina.core.StandardContext
Gets the time (in milliseconds) it took to start this context.
getState() - Method in class org.apache.catalina.core.StandardContext
 
getStaticResources() - Method in class org.apache.catalina.core.StandardContext
Return the naming resources associated with this web application.
getStatus() - Method in class org.apache.catalina.connector.Response
Return the HTTP status code associated with this Response.
getStatus() - Method in class org.apache.catalina.connector.ResponseFacade
 
getStatus() - Method in class org.apache.catalina.core.DummyResponse
 
getStatus() - Method in class org.apache.coyote.Response
 
getStatus() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getStatus() - Method in class org.apache.tomcat.bayeux.HttpError
 
getStore() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the Store object which manages persistent Session storage for this Manager.
getStoreLocation() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the File object for the FileItem's data's temporary location on the disk.
getStoreName() - Method in class org.apache.catalina.session.FileStore
Return the name for this Store, used for logging.
getStoreName() - Method in class org.apache.catalina.session.JDBCStore
Return the name for this Store, used for logging.
getStoreName() - Method in class org.apache.catalina.session.StoreBase
Return the name for this Store, used for logging.
getStratumName() - Method in class org.apache.jasper.compiler.SmapStratum
Returns the name of the stratum.
getStream() - Method in class org.apache.catalina.connector.Request
Return the input stream associated with this Request.
getStream() - Method in class org.apache.catalina.connector.Response
Return the output stream associated with this Response.
getStream() - Method in class org.apache.catalina.core.DummyRequest
 
getStream() - Method in class org.apache.catalina.core.DummyResponse
 
getStream() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Returns the current output stream.
getStream() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Returns the underlying output stream, to which the corresponding OutputStream methods in this class will ultimately delegate.
getString() - Method in class org.apache.catalina.util.StringParser
Return the String we are currently parsing.
getString() - Method in class org.apache.jasper.compiler.SmapGenerator
 
getString() - Method in class org.apache.jasper.compiler.SmapStratum
Returns the given stratum as a String: a StratumSection, followed by at least one FileSection and at least one LineSection.
getString() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Retrieves the current LineInfo as a String, print all values only when appropriate (but LineInfoID if and only if it's been specified, as its necessity is sensitive to context).
getString() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getString() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getString() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the string value.
getString(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the contents of the file as a String, using the specified encoding.
getString() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the contents of the file as a String, using the default character encoding.
getString(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the contents of the file item as a String, using the specified encoding.
getString() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the contents of the file item as a String, using the default character encoding.
getString(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get the string associated with a key.
getStuckThreadIds() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
getSub() - Method in class org.jboss.web.rewrite.Substitution
 
getSubmittedFileName() - Method in class org.apache.catalina.core.StandardPart
 
getSubscribers() - Method in interface org.apache.cometd.bayeux.Channel
returns a non modifiable list of all the subscribers to this channel.
getSubscribers() - Method in class org.apache.tomcat.bayeux.ChannelImpl
 
getSubstitution() - Method in class org.jboss.web.rewrite.RewriteRule
 
getSubstitutionString() - Method in class org.jboss.web.rewrite.RewriteRule
 
getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file suffix.
getSupportedConnTypes() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
getTagAttributeInfos() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getTagClassName() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getTagExtraInfo() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getTagFileInfos() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getTagFileJarUrl(String) - Method in class org.apache.jasper.JspCompilationContext
Returns the tag-file-name-to-JAR-file map of this compilation unit, which maps tag file names to the JAR files in which the tag files are packaged.
getTagFileJarUrl() - Method in class org.apache.jasper.JspCompilationContext
Returns the JAR file in which the tag file for which this JspCompilationContext was created is packaged, or null if this JspCompilationContext does not correspond to a tag file, or if the corresponding tag file is not packaged in a JAR.
getTagHandlerClassName(String, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Deprecated.
Use {@link #getTagHandlerClassName(String, String, ErrorDispatcher) See https://issues.apache.org/bugzilla/show_bug.cgi?id=46471
getTagHandlerClassName(String, String, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Gets the fully-qualified class name of the tag handler corresponding to the given tag file path.
getTagHandlerPool(ServletConfig) - Static method in class org.apache.jasper.runtime.TagHandlerPool
 
getTagInfo() - Method in class org.apache.jasper.JspCompilationContext
 
getTagName() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getTagPluginManager() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTagPluginManager() - Method in interface org.apache.jasper.Options
Obtain a Tag Plugin Manager
getTags() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getTagVariableInfos() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getTcpNoDelay() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11Protocol
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for tcpNoDelay
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getTempFile() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Creates and returns a File representing a uniquely named temporary file in the configured repository path.
getTemporaryVariableName() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
getTestString() - Method in class org.jboss.web.rewrite.RewriteCond
 
getThisAccessedTime() - Method in class org.apache.catalina.session.StandardSession
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getThisAccessedTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getThisAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
Return the last client access time without invalidation check
getThreadBindingListener() - Method in interface org.apache.catalina.Context
Get the associated ThreadBindingListener.
getThreadBindingListener() - Method in class org.apache.catalina.core.StandardContext
Get the associated ThreadBindingListener.
getThreadName() - Method in class org.apache.catalina.session.FileStore
Return the thread name for this Store.
getThreadName() - Method in class org.apache.catalina.session.JDBCStore
Return the thread name for this Store.
getThreadPriority() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getThreadPriority() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11Protocol
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for threadPriority
getThreadPriority() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getThreshold() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
getThreshold() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Returns the threshold, in bytes, at which an event will be triggered.
getThrowable() - Method in exception org.apache.catalina.LifecycleException
Returns the throwable that caused this exception, if any.
getThrowable(ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Returns the value of the javax.servlet.error.exception request attribute value, if present, otherwise the value of the javax.servlet.jsp.jspException request attribute value.
getTimeout() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
getTimeout() - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
getTimeout() - Method in class org.apache.coyote.ajp.AjpProcessor
 
getTimeout() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for timeout
getTimeout() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for timeout
getTimeout() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
getTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getTimeout() - Method in class org.apache.coyote.http11.Http11Processor
 
getTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getTimeout() - Method in class org.apache.tomcat.bayeux.BayeuxServlet
Returns the preconfigured connection timeout.
getTimeStamp() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getTimeZone() - Method in class org.apache.catalina.util.Strftime
Get the timezone used for formatting conversions
getTldLocation(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the 'location' of the TLD associated with the given taglib 'uri'.
getTldScanTime() - Method in class org.apache.catalina.core.StandardContext
 
getTlibversion() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
getTokenValue() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the String value of the token if it was type TOKEN_STRING.
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AjpProcessor
 
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getTomcatBayeux() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getTpOname() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for tpOname
getTrackCount() - Method in class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
Retrieve the number of files currently being tracked, and therefore awaiting deletion.
getTrainThreshold() - Method in class org.apache.tomcat.util.buf.StringCache
 
getTrimDirectiveWhitespaces() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getTrimSpaces() - Method in class org.apache.jasper.EmbeddedServletOptions
Should white spaces between directives or actions be trimmed?
getTrimSpaces() - Method in interface org.apache.jasper.Options
Should white spaces between directives or actions be trimmed?
getTrustedProxies() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getTrustedProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getTrustManagers(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Gets the intialized trust managers.
getTrustManagers(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Gets the initialized trust managers.
getTrustStore(String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getTrustStore(String, String) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Gets the SSL server's truststore.
getTTL() - Method in interface org.apache.cometd.bayeux.Message
Returns the time to live (in milliseconds) for this message
getTTL() - Method in class org.apache.tomcat.bayeux.MessageImpl
 
getTtl(long) - Static method in class org.apache.tomcat.jni.Poll
Get the socket time to live.
getType() - Method in class org.apache.catalina.connector.HttpEventImpl
 
getType() - Method in class org.apache.catalina.ContainerEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.core.ContainerBase
 
getType() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getType() - Method in class org.apache.catalina.InstanceEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.LifecycleEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.realm.RealmBase
 
getType() - Method in class org.apache.catalina.SessionEvent
Return the event type of this event.
getType() - Method in class org.apache.jasper.compiler.ELParser
 
getType(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
 
getType(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
 
getType(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry key type.
getType() - Method in class org.apache.tomcat.util.buf.MessageBytes
Return the type of the original content.
getType() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
The fully qualified Java class name of this element.
getType() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The fully qualified name of the Java class of the resource implementation class described by the managed bean described by this descriptor.
getType(ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
Get the type of an attribute of the object, from the metadata.
getType() - Method in interface org.jboss.servlet.http.HttpEvent
Returns the event type.
getTypeValue() - Method in class org.jboss.web.rewrite.RewriteRule
 
getUniqueValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Finds and returns a unique header field with the given name.
getUnit() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
 
getUnloadDelay() - Method in class org.apache.catalina.core.StandardContext
Return the value of the unloadDelay flag.
getUnquoted(String, char, boolean, boolean) - Static method in class org.apache.jasper.compiler.AttributeParser
Parses the provided input String as a JSP attribute and returns an unquoted value.
getUnquoted(String, char, boolean, boolean, boolean) - Static method in class org.apache.jasper.compiler.AttributeParser
Provided solely for unit test purposes and allows per call overriding of the STRICT_QUOTE_ESCAPING system property.
getUpgradeHandler() - Method in class org.apache.catalina.connector.Request
 
getUri() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getURIConverter() - Method in class org.apache.catalina.connector.Request
Return the URI converter.
getURIEncoding() - Method in class org.apache.catalina.connector.Connector
Return the character encoding to be used for the URI.
getURLConnection(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getURLDecoder() - Method in class org.apache.coyote.Request
 
getUrlPatternMappings() - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
getUrlPatternMappings() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
getURLPatterns() - Method in class org.apache.catalina.deploy.FilterMap
 
getUrlPatterns() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getUrn() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getUseAttributes() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
getUseBodyEncodingForURI() - Method in class org.apache.catalina.connector.Connector
Return the true if the entity body encoding should be used for the URI.
getUseIPVHosts() - Method in class org.apache.catalina.connector.Connector
Test if IP-based virtual hosting is enabled.
getUseLongContentLength() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
get useLongContentLength
getUserConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the user data constraint for this security constraint.
getUserInfo() - Method in class org.apache.tomcat.util.net.URL
Return the user info part of the URL.
getUsername() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the username provided by the user as part of the authentication process.
getUserPrincipal() - Method in class org.apache.catalina.connector.Request
Return the principal that has been authenticated for this Request.
getUserPrincipal() - Method in class org.apache.catalina.connector.RequestFacade
 
getUserPrincipal() - Method in class org.apache.catalina.core.DummyRequest
 
getUserPrincipal() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getUseSendfile() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getUseSendfile() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getUseSendfile() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getUseSendfile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for useSendfile
getUseSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getValidate() - Method in class org.apache.catalina.realm.RealmBase
Return the "validate certificate chains" flag.
getValidator() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getValidatorClass() - Method in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
 
getValue() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getValue(String) - Method in class org.apache.catalina.session.StandardSession
Deprecated.
As of Version 2.2, this method is replaced by getAttribute()
getValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
 
getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver
 
getValue(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
 
getValue(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns the Nth header value, or null if there is no such header.
getValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Finds and returns a header field with the given name.
getValue() - Method in class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
 
getValue() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getValueA(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_MULTI_SZ
getValueB(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_BINARY
getValueFromBeanInfoPropertyEditor(Class, String, String, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getValueFromPropertyEditorManager(Class, String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getValueI(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_DWORD
getValueJ(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_QWORD or REG_DWORD
getValueNames() - Method in class org.apache.catalina.session.StandardSession
Deprecated.
As of Version 2.2, this method is replaced by getAttributeNames()
getValueNames() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getValueS(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_SZ or REG_EXPAND_SZ
getValveNames() - Method in class org.apache.catalina.core.StandardHost
Return the MBean Names of the Valves assoicated with this Host
getValveObjectNames() - Method in class org.apache.catalina.core.ContainerBase
 
getValveObjectNames() - Method in class org.apache.catalina.core.StandardPipeline
 
getValves() - Method in class org.apache.catalina.core.ContainerBase
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in class org.apache.catalina.core.StandardPipeline
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in interface org.apache.catalina.Pipeline
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getVariableMapper() - Method in class org.apache.jasper.el.ELContextImpl
 
getVariableMapper() - Method in class org.apache.jasper.el.ELContextWrapper
 
getVariableNames() - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableResolver() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getVariableResolver() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getVariableValue(String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getVersion() - Method in interface org.apache.catalina.Context
Return the Servlet API version defined for the webapp.
getVersion() - Method in class org.apache.catalina.core.StandardContext
Return the Servlet API version defined for the webapp.
getVersion() - Method in class org.apache.tomcat.bayeux.request.MetaHandshakeRequest
 
getVersion() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getVersionMajor() - Method in interface org.apache.catalina.Context
Return the Servlet API version defined for the webapp.
getVersionMajor() - Method in class org.apache.catalina.core.StandardContext
Return the Servlet API version defined for the webapp.
getVersionMinor() - Method in interface org.apache.catalina.Context
Return the Servlet API version defined for the webapp.
getVersionMinor() - Method in class org.apache.catalina.core.StandardContext
Return the Servlet API version defined for the webapp.
getVersionString() - Static method in class org.jboss.web.Version
Get the version string.
getVirtualHost() - Method in class org.apache.coyote.RequestInfo
 
getVirtualServerName() - Method in class org.apache.catalina.core.ApplicationContext
 
getVirtualServerName() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the naming resources associated with this web application.
getWhiteSpaces() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
getWorkDir() - Method in class org.apache.catalina.core.StandardContext
Return the work directory for this Context.
getWorkDir() - Method in class org.apache.catalina.core.StandardHost
Host work directory base.
getWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return a new worker thread, and block while to worker is available.
getWorkerThread() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Return a new worker thread, and block while to worker is available.
getWorkerThreadName() - Method in class org.apache.coyote.RequestInfo
 
getWorkingDirectory() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI working directory
getWorkingDirectory() - Method in class org.jboss.web.php.ScriptEnvironment
Gets derived Script working directory
getWorkPath() - Method in class org.apache.catalina.core.StandardContext
Get the absolute path to the work dir.
getWrapper() - Method in class org.apache.catalina.connector.Request
Return the Wrapper within which this Request is being processed.
getWrapper() - Method in interface org.apache.catalina.ContainerServlet
Return the Wrapper with which this Servlet is associated.
getWrapper() - Method in class org.apache.catalina.core.ApplicationFilterChain
 
getWrapper() - Method in class org.apache.catalina.core.DummyRequest
 
getWrapper() - Method in class org.apache.catalina.InstanceEvent
Return the Wrapper managing the servlet instance for which this event occurred.
getWrapper() - Method in class org.apache.catalina.util.InstanceSupport
Return the Wrapper with which we are associated.
getWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get an already existing JspServletWrapper.
getWrapperClass() - Method in interface org.apache.catalina.Context
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperClass() - Method in class org.apache.catalina.core.StandardContext
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperNames(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
getWrappersString(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
getWriteListener() - Method in class org.apache.catalina.connector.OutputBuffer
 
getWriteListener() - Method in class org.apache.catalina.connector.Response
 
getWriteMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getWriteNotification() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for writeNotification
getWriteNotification() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
getWriter() - Method in class org.apache.catalina.connector.Response
Return the writer associated with this Response.
getWriter() - Method in class org.apache.catalina.connector.ResponseFacade
 
getWriter() - Method in class org.apache.catalina.core.DummyResponse
 
getWriter() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
getWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Return a printwriter, throws and exception if a OutputStream already been returned.
getWriter() - Method in class org.apache.jasper.JspCompilationContext
Where is the servlet being generated?
getWriter() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Returns a wrapper around the JspWriter of the including page.
getWriter() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getWriterEncoding() - Static method in class org.apache.catalina.util.DOMWriter
 
getXParameterElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getXpoweredBy() - Method in class org.apache.catalina.connector.Connector
Indicates whether the generation of an X-Powered-By response header for servlet-generated responses is enabled or disabled for this Connector.
gid(String, long) - Static method in class org.apache.tomcat.jni.User
Get the groupid for a specified group name This function is available only if APR_HAS_USER is defined.
gidcompare(long, long) - Static method in class org.apache.tomcat.jni.User
Compare two group identifiers for equality.
gidCurrent(long) - Static method in class org.apache.tomcat.jni.User
Get the groupid of the calling process This function is available only if APR_HAS_USER is defined.
global - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
global - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
global - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
Global - Class in org.apache.tomcat.jni
Global
Global() - Constructor for class org.apache.tomcat.jni.Global
 
globalPool() - Static method in class org.apache.tomcat.jni.Library
 
Globals - Class in org.apache.catalina
Global constants that are applicable to multiple packages within Catalina.
Globals() - Constructor for class org.apache.catalina.Globals
 
globalXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per instance.
GMT_ZONE - Static variable in class org.apache.catalina.connector.Request
 
GMT_ZONE - Static variable in class org.apache.catalina.util.DateTool
GMT timezone - all HTTP dates are on GMT
gmtZone - Static variable in class org.apache.naming.resources.ResourceAttributes
 
gone - Variable in class org.jboss.web.rewrite.RewriteRule
This forces the current URL to be gone, i.e., it immediately sends back a HTTP response of 410 (GONE).
group - Variable in class org.apache.tomcat.jni.FileInfo
The group id that owns the file
group - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
groupname(long, long) - Static method in class org.apache.tomcat.jni.User
Get the group name for a specified groupid This function is available only if APR_HAS_USER is defined.
groupSet(long, String) - Static method in class org.apache.tomcat.jni.Procattr
Set the group used for running process
GZIP_FILTER - Static variable in class org.apache.coyote.ajp.Constants
GZIP filter (output).
GZIP_FILTER - Static variable in class org.apache.coyote.http11.Constants
GZIP filter (output).
GzipOutputFilter - Class in org.apache.coyote.http11.filters
Gzip output filter.
GzipOutputFilter() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter
 
GzipOutputFilter.FakeOutputStream - Class in org.apache.coyote.http11.filters
 

H

H_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Size of basic packet header
handleBayeux(String, HttpEvent) - Method in class org.apache.tomcat.bayeux.BayeuxServlet
 
handleGetProperty(Object, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleJspException(Exception) - Method in class org.apache.jasper.servlet.JspServletWrapper
Attempts to construct a JasperException that contains helpful information about what went wrong.
handlePageException(Exception) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
handlePageException(Throwable) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
handlePageException(Exception) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handlePageException(Throwable) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handleQueryParameters() - Method in class org.apache.tomcat.util.http.Parameters
Process the query string into parameters
Handler - Class in org.apache.naming.resources.jndi
Stream handler to a JNDI directory context.
Handler() - Constructor for class org.apache.naming.resources.jndi.Handler
 
handler - Variable in class org.apache.tomcat.util.net.AprEndpoint
Handling of accepted sockets.
handler - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Handling of accepted sockets.
handler - Variable in class org.apache.tomcat.util.net.NioEndpoint
Handling of accepted sockets.
Handler - Class in org.jboss.web.php
Handler.
Handler() - Constructor for class org.jboss.web.php.Handler
 
handleSetProperty(Object, String, Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetPropertyExpression(Object, String, String, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Use proprietaryEvaluate public static void handleSetPropertyExpression(Object bean, String prop, String expression, PageContext pageContext, VariableResolver variableResolver, FunctionMapper functionMapper ) throws JasperException { try { Method method = getWriteMethod(bean.getClass(), prop); method.invoke(bean, new Object[] { pageContext.getExpressionEvaluator().evaluate( expression, method.getParameterTypes()[0], variableResolver, functionMapper, null ) }); } catch (Exception ex) { throw new JasperException(ex); } }
handshake(long) - Static method in class org.apache.tomcat.jni.SSLSocket
Do a SSL handshake.
handshake(NioChannel) - Method in class org.apache.tomcat.util.net.DefaultNioServerSocketChannelFactory
 
handshake(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
handshake(NioChannel) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
 
handshake() - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
Initiates handshaking (initial or renegotiation) on this SSLEngine.
handshake(NioChannel) - Method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Extra function to initiate the handshake.
handshake(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Extra function to initiate the handshake.
HANDSHAKE_RESPONSE - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field values inside Bayeux messages - handshake response
handshakeComplete - Variable in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
handshakeComplete() - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
Check if the handshake was done or not yet
handshakeFailed(String) - Method in interface org.jboss.web.CoyoteLogger
 
handshakeFailed(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
handshakeFailed(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
handshakeFailed(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
handshakeFailed0$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
handshakeFailed1$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
HandshakeHandler(NioChannel) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.HandshakeHandler
Create a new instance of HandshakeProcessor
handshakeStatus - Variable in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
has(String) - Method in class org.apache.tomcat.util.json.JSONObject
Determine if the JSONObject contains a specific key.
hasChannel(String) - Method in interface org.apache.cometd.bayeux.Bayeux
returns true if a channel with the given channelId exists.
hasChannel(String) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
hasCharset(String) - Static method in class org.apache.tomcat.util.http.ContentType
Returns true if the given content type contains a charset component, false otherwise.
hasClient(String) - Method in interface org.apache.cometd.bayeux.Bayeux
Returns true if a client with the given id exists.
Same as executing getClient(id)!=null.
hasClient(String) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
hash(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns a hashcode value for the specified symbol.
hash(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns a hashcode value for the specified symbol information.
hash() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
hash() - Method in class org.apache.tomcat.util.buf.CharChunk
 
hashCode() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
hashCode() - Method in class org.apache.jasper.el.JspMethodExpression
 
hashCode() - Method in class org.apache.jasper.el.JspValueExpression
 
hashCode() - Method in class org.apache.naming.NamingEntry
 
hashCode() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
hashCode() - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
hashCode() - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
hashIgnoreCase() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
hashIgnoreCase() - Method in class org.apache.tomcat.util.buf.CharChunk
 
hashToStringArray(Hashtable<String, ?>) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Converts a Hashtable to a String array by converting each key/value pair in the Hashtable to a String in the form "key=value" (hashkey + "=" + hash.get(hashkey).toString())
hashToStringArray(Hashtable) - Static method in class org.jboss.web.php.ScriptEnvironment
Converts a Hashtable to a String array by converting each key/value pair in the Hashtable to two consecutive Strings
hasIoEvents() - Method in class org.apache.catalina.connector.Connector
Indicates if the protocol handler support IO events.
hasIoEvents() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
hasIoEvents() - Method in class org.apache.coyote.ajp.AjpProtocol
 
hasIoEvents() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
hasIoEvents() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
hasIoEvents() - Method in class org.apache.coyote.http11.Http11Protocol
 
hasIoEvents() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
hasIoEvents() - Method in interface org.apache.coyote.ProtocolHandler
 
hasMessageDigest() - Method in class org.apache.catalina.realm.RealmBase
 
hasMessages() - Method in interface org.apache.cometd.bayeux.Client
Returns true if this client is holding messages to be delivered to the remote client.
hasMessages() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
hasMore() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Determines whether there are any more elements in the enumeration.
hasMore() - Method in class org.apache.naming.NamingContextEnumeration
Determines whether there are any more elements in the enumeration.
hasMore() - Method in class org.apache.naming.NamingEnumerationImpl
Determines whether there are any more elements in the enumeration.
hasMore() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Determines whether there are any more elements in the enumeration.
hasMoreElements() - Method in class org.apache.catalina.util.Enumerator
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class org.apache.jasper.util.Enumerator
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
hasMoreElements() - Method in class org.apache.naming.NamingContextEnumeration
 
hasMoreElements() - Method in class org.apache.naming.NamingEnumerationImpl
 
hasMoreElements() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
 
hasMoreElements() - Method in class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
 
hasMoreElements() - Method in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
 
hasMoreTokens() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns true if there are more tokens.
hasNext() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns, whether another instance of FileItemStream is available.
hasOp(int) - Static method in class org.apache.tomcat.jni.SSL
Return true if SSL_OP_ if defined.
hasOriginalRequestAndResponse() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
hasParameter() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in interface org.apache.catalina.Realm
Perform access control based on the specified authorization constraint.
hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in class org.apache.catalina.realm.RealmBase
Perform access control based on the specified authorization constraint.
hasRole(String) - Method in class org.apache.catalina.realm.GenericPrincipal
Does the user represented by this Principal possess the specified role?
hasRole(Principal, String) - Method in interface org.apache.catalina.Realm
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasRole(Principal, String) - Method in class org.apache.catalina.realm.RealmBase
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasScheme(StringBuffer) - Static method in class org.jboss.web.rewrite.RewriteValve
Determine if a URI string has a scheme component.
hasSendfile() - Method in class org.apache.catalina.connector.Request
 
hasSendfile() - Method in class org.apache.catalina.connector.RequestFacade
 
hasSendfile() - Method in class org.apache.coyote.Request
 
hasSubToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in interface org.apache.catalina.Realm
Enforce any user data constraint required by the security constraint guarding this request URI.
hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in class org.apache.catalina.realm.RealmBase
Enforce any user data constraint required by the security constraint guarding this request URI.
HEAD - Static variable in class org.apache.coyote.ajp.Constants
HEAD.
HEAD - Static variable in class org.apache.coyote.http11.Constants
HEAD.
header(boolean, HttpServletResponse, String, String) - Static method in class org.jboss.web.php.SAPI
 
HEADER_PART_SIZE_MAX - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The maximum length of header-part that will be processed (10 kilobytes = 10240 bytes.).
HEADER_SEPARATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that marks the end of header-part (CRLFCRLF).
HeaderElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.HeaderElement
 
headers - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
headers - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalInputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.Response
Response headers.
headers() - Method in class org.apache.tomcat.util.http.BaseRequest
Get this request's headers
headerTransArray - Static variable in class org.apache.coyote.ajp.Constants
 
hex(int) - Static method in class org.apache.coyote.ajp.AjpMessage
 
HEX - Static variable in class org.apache.tomcat.util.buf.HexUtils
Table for DEC to HEX byte translation.
hexaBad() - Method in interface org.jboss.web.CoyoteMessages
 
hexaBad() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
hexaBad$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
hexadecimal - Static variable in class org.apache.catalina.util.URLEncoder
 
hexaOdd() - Method in interface org.jboss.web.CoyoteMessages
 
hexaOdd() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
hexaOdd$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
hexLine(byte[], int, int) - Static method in class org.apache.coyote.ajp.AjpMessage
 
HexUtils - Class in org.apache.catalina.util
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HexUtils() - Constructor for class org.apache.catalina.util.HexUtils
 
HexUtils - Class in org.apache.tomcat.util.buf
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HexUtils() - Constructor for class org.apache.tomcat.util.buf.HexUtils
 
HIGHEST_SPECIAL - Static variable in class org.apache.jasper.tagplugins.jstl.Util
 
Highlight - Class in org.jboss.web.php
Highlight.
Highlight() - Constructor for class org.jboss.web.php.Highlight
 
highSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns the high surrogate of a supplemental character
hitCount - Static variable in class org.apache.tomcat.util.buf.StringCache
Hit count.
hitsCount - Variable in class org.apache.naming.resources.ResourceCache
Number of cache hits.
HKEY_CLASSES_ROOT - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_CURRENT_CONFIG - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_CURRENT_USER - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_LOCAL_MACHINE - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_USERS - Static variable in class org.apache.tomcat.jni.Registry
 
homepath(String, long) - Static method in class org.apache.tomcat.jni.User
Get the home directory for the named user This function is available only if APR_HAS_USER is defined.
hook - Variable in class org.apache.coyote.Response
Action hook.
hops(long, int) - Static method in class org.apache.tomcat.jni.Multicast
Set the Multicast Time to Live (ttl) for a multicast transmission.
Host - Interface in org.apache.catalina
A Host is a Container that represents a virtual host in the Catalina servlet engine.
host - Variable in class org.apache.catalina.realm.RealmBase
 
host - Variable in class org.apache.catalina.startup.HostConfig
The Host we are associated with.
HOST - Static variable in class org.apache.naming.resources.ProxyDirContext
 
Host() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Host
 
host - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
host - Variable in class org.jboss.web.rewrite.RewriteRule
Host.
hostChildMustBeContext() - Method in interface org.jboss.web.CatalinaMessages
 
hostChildMustBeContext() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
hostChildMustBeContext$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
HostConfig - Class in org.apache.catalina.startup
Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts.
HostConfig() - Constructor for class org.apache.catalina.startup.HostConfig
 
HostContextXml - Static variable in class org.apache.catalina.startup.Constants
 
HostElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.HostElement
 
hostName - Variable in class org.apache.catalina.core.StandardContext
Associated host name.
hostName - Variable in class org.apache.naming.resources.ProxyDirContext
Host name.
hostname - Variable in class org.apache.tomcat.jni.Sockaddr
The hostname
hostNameC - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Host name (used to avoid useless B2C conversion on the host name).
hostNameC - Variable in class org.apache.coyote.ajp.AjpProcessor
Host name (used to avoid useless B2C conversion on the host name).
hostNameC - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Host name (used to avoid useless B2C conversion on the host name).
hostNameC - Variable in class org.apache.coyote.http11.Http11AprProcessor
Host name (used to avoid useless B2C conversion on the host name).
hostNameC - Variable in class org.apache.coyote.http11.Http11Processor
Host name (used to avoid useless B2C conversion on the host name).
hostNameIsNull() - Method in interface org.jboss.web.CatalinaMessages
 
hostNameIsNull() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
hostNameIsNull$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
hosts - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Array containing the virtual hosts definitions.
HostWebXml - Static variable in class org.apache.catalina.startup.Constants
 
HT - Static variable in class org.apache.coyote.ajp.Constants
HT.
HT - Static variable in class org.apache.coyote.http11.Constants
HT.
http09 - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
HTTP/0.9 flag.
http09 - Variable in class org.apache.coyote.http11.Http11AprProcessor
HTTP/0.9 flag.
http09 - Variable in class org.apache.coyote.http11.Http11Processor
HTTP/0.9 flag.
http100() - Method in interface org.jboss.web.CatalinaMessages
 
http100() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http100$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http101() - Method in interface org.jboss.web.CatalinaMessages
 
http101() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http101$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http102() - Method in interface org.jboss.web.CatalinaMessages
 
http102() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http102$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http11 - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
HTTP/1.1 flag.
http11 - Variable in class org.apache.coyote.http11.Http11AprProcessor
HTTP/1.1 flag.
http11 - Variable in class org.apache.coyote.http11.Http11Processor
HTTP/1.1 flag.
Http11AbstractProcessor - Class in org.apache.coyote.http11
Http11AbstractProcessor Created on Dec 19, 2011 at 2:35:14 PM
Http11AbstractProcessor() - Constructor for class org.apache.coyote.http11.Http11AbstractProcessor
 
Http11AbstractProtocol - Class in org.apache.coyote.http11
Http11AbstractProtocol
Http11AbstractProtocol() - Constructor for class org.apache.coyote.http11.Http11AbstractProtocol
Create a new instance of Http11AbstractProtocol
Http11AprProcessor - Class in org.apache.coyote.http11
Processes HTTP requests.
Http11AprProcessor(int, AprEndpoint) - Constructor for class org.apache.coyote.http11.Http11AprProcessor
 
Http11AprProtocol - Class in org.apache.coyote.http11
Abstract the protocol implementation, including threading, etc.
Http11AprProtocol() - Constructor for class org.apache.coyote.http11.Http11AprProtocol
 
Http11NioProcessor - Class in org.apache.coyote.http11
Http11NioProcessor
Http11NioProcessor(int, NioEndpoint) - Constructor for class org.apache.coyote.http11.Http11NioProcessor
Create a new instance of Http11NioProcessor
Http11NioProtocol - Class in org.apache.coyote.http11
Http11NioProtocol Created on Jan 10, 2012 at 3:14:49 PM
Http11NioProtocol() - Constructor for class org.apache.coyote.http11.Http11NioProtocol
Create a new instance of Http11NioProtocol
Http11Processor - Class in org.apache.coyote.http11
Processes HTTP requests.
Http11Processor(int, JIoEndpoint) - Constructor for class org.apache.coyote.http11.Http11Processor
 
Http11Protocol - Class in org.apache.coyote.http11
Abstract the protocol implementation, including threading, etc.
Http11Protocol() - Constructor for class org.apache.coyote.http11.Http11Protocol
 
Http11Protocol.Http11ConnectionHandler - Class in org.apache.coyote.http11
 
http201() - Method in interface org.jboss.web.CatalinaMessages
 
http201() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http201$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http202() - Method in interface org.jboss.web.CatalinaMessages
 
http202() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http202$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http203() - Method in interface org.jboss.web.CatalinaMessages
 
http203() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http203$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http204() - Method in interface org.jboss.web.CatalinaMessages
 
http204() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http204$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http205() - Method in interface org.jboss.web.CatalinaMessages
 
http205() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http205$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http206() - Method in interface org.jboss.web.CatalinaMessages
 
http206() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http206$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http207() - Method in interface org.jboss.web.CatalinaMessages
 
http207() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http207$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http208() - Method in interface org.jboss.web.CatalinaMessages
 
http208() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http208$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http226() - Method in interface org.jboss.web.CatalinaMessages
 
http226() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http226$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http300() - Method in interface org.jboss.web.CatalinaMessages
 
http300() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http300$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http301() - Method in interface org.jboss.web.CatalinaMessages
 
http301() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http301$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http302() - Method in interface org.jboss.web.CatalinaMessages
 
http302() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http302$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http303() - Method in interface org.jboss.web.CatalinaMessages
 
http303() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http303$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http304() - Method in interface org.jboss.web.CatalinaMessages
 
http304() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http304$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http305() - Method in interface org.jboss.web.CatalinaMessages
 
http305() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http305$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http307() - Method in interface org.jboss.web.CatalinaMessages
 
http307() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http307$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http308() - Method in interface org.jboss.web.CatalinaMessages
 
http308() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http308$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http400() - Method in interface org.jboss.web.CatalinaMessages
 
http400() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http400$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http401() - Method in interface org.jboss.web.CatalinaMessages
 
http401() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http401$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http402() - Method in interface org.jboss.web.CatalinaMessages
 
http402() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http402$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http403() - Method in interface org.jboss.web.CatalinaMessages
 
http403() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http403$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http404() - Method in interface org.jboss.web.CatalinaMessages
 
http404() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http404$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http405() - Method in interface org.jboss.web.CatalinaMessages
 
http405() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http405$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http406() - Method in interface org.jboss.web.CatalinaMessages
 
http406() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http406$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http407() - Method in interface org.jboss.web.CatalinaMessages
 
http407() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http407$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http408() - Method in interface org.jboss.web.CatalinaMessages
 
http408() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http408$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http409() - Method in interface org.jboss.web.CatalinaMessages
 
http409() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http409$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http410() - Method in interface org.jboss.web.CatalinaMessages
 
http410() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http410$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http411() - Method in interface org.jboss.web.CatalinaMessages
 
http411() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http411$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http412() - Method in interface org.jboss.web.CatalinaMessages
 
http412() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http412$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http413() - Method in interface org.jboss.web.CatalinaMessages
 
http413() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http413$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http414() - Method in interface org.jboss.web.CatalinaMessages
 
http414() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http414$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http415() - Method in interface org.jboss.web.CatalinaMessages
 
http415() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http415$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http416() - Method in interface org.jboss.web.CatalinaMessages
 
http416() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http416$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http417() - Method in interface org.jboss.web.CatalinaMessages
 
http417() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http417$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http422() - Method in interface org.jboss.web.CatalinaMessages
 
http422() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http422$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http423() - Method in interface org.jboss.web.CatalinaMessages
 
http423() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http423$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http424() - Method in interface org.jboss.web.CatalinaMessages
 
http424() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http424$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http426() - Method in interface org.jboss.web.CatalinaMessages
 
http426() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http426$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http428() - Method in interface org.jboss.web.CatalinaMessages
 
http428() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http428$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http429() - Method in interface org.jboss.web.CatalinaMessages
 
http429() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http429$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http431() - Method in interface org.jboss.web.CatalinaMessages
 
http431() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http431$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http500() - Method in interface org.jboss.web.CatalinaMessages
 
http500() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http500$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http501() - Method in interface org.jboss.web.CatalinaMessages
 
http501() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http501$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http502() - Method in interface org.jboss.web.CatalinaMessages
 
http502() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http502$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http503() - Method in interface org.jboss.web.CatalinaMessages
 
http503() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http503$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http504() - Method in interface org.jboss.web.CatalinaMessages
 
http504() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http504$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http505() - Method in interface org.jboss.web.CatalinaMessages
 
http505() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http505$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http506() - Method in interface org.jboss.web.CatalinaMessages
 
http506() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http506$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http507() - Method in interface org.jboss.web.CatalinaMessages
 
http507() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http507$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http508() - Method in interface org.jboss.web.CatalinaMessages
 
http508() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http508$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http510() - Method in interface org.jboss.web.CatalinaMessages
 
http510() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http510$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http511() - Method in interface org.jboss.web.CatalinaMessages
 
http511() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
http511$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
HTTP_10 - Static variable in class org.apache.coyote.ajp.Constants
HTTP/1.0.
HTTP_10 - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.0.
HTTP_11 - Static variable in class org.apache.coyote.ajp.Constants
HTTP/1.1.
HTTP_11 - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.1.
HTTP_11_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
HTTP_11_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
HTTP_LOGGER - Static variable in interface org.jboss.web.CoyoteLogger
A logger with the category of the package name.
HTTP_RESPONSE_DATE_HEADER - Static variable in class org.apache.catalina.util.DateTool
Format for http response header date field
HTTP_SERVER_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
HttpError - Class in org.apache.tomcat.bayeux
 
HttpError(int, String, Throwable) - Constructor for class org.apache.tomcat.bayeux.HttpError
 
HttpEvent - Interface in org.jboss.servlet.http
The HttpEvent interface, which indicates the type of the event that is being processed, as well as provides useful callbacks and utility objects.
HttpEvent.EventType - Enum in org.jboss.servlet.http
Enumeration describing the major events that the container can invoke the EventHttpServlet event() method with: BEGIN - will be called at the beginning of the processing of the connection.
HttpEventFilter - Interface in org.jboss.servlet.http
An event filter, similar to regular filters, performs filtering tasks on either the request to a resource (an event driven Servlet), or on the response from a resource, or both.
HttpEventFilterChain - Interface in org.jboss.servlet.http
A HttpEventFilterChain is an object provided by the Servlet container to the developer giving a view into the invocation chain of a filtered event for a resource.
HttpEventImpl - Class in org.apache.catalina.connector
 
HttpEventImpl(Request, Response) - Constructor for class org.apache.catalina.connector.HttpEventImpl
 
HttpEventServlet - Interface in org.jboss.servlet.http
This interface should be implemented by Servlets which would like to handle asynchronous IO, receiving events when data is available for reading, and being able to output data without the need for being invoked by the container.
HttpJspBase - Class in org.apache.jasper.runtime
This is the super class of all JSP-generated servlets.
HttpJspBase() - Constructor for class org.apache.jasper.runtime.HttpJspBase
 
HttpMessages - Class in org.apache.tomcat.util.http
Handle (internationalized) HTTP messages.
HttpMessages() - Constructor for class org.apache.tomcat.util.http.HttpMessages
 
httpOnly - Variable in class org.apache.catalina.deploy.SessionCookie
 
HTTPS_SERVER_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
HttpStatusCodeElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.HttpStatusCodeElement
 

I

ib - Variable in class org.apache.catalina.connector.CoyoteInputStream
 
ib - Variable in class org.apache.catalina.connector.CoyoteReader
 
id - Variable in class org.apache.catalina.session.StandardSession
The session identifier of this Session.
id - Variable in class org.apache.tomcat.bayeux.ChannelImpl
The unique id of this channel
id - Variable in class org.apache.tomcat.bayeux.ClientImpl
Unique id representing this client
id - Variable in class org.apache.tomcat.bayeux.MessageImpl
 
id - Variable in class org.apache.tomcat.bayeux.RequestBase
 
ID_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - id field
IDENTITY_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Identity filters (input and output).
IDENTITY_FILTER - Static variable in class org.apache.coyote.http11.Constants
Identity filters (input and output).
IdentityInputFilter - Class in org.apache.coyote.http11.filters
Identity input filter.
IdentityInputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityInputFilter
 
IdentityOutputFilter - Class in org.apache.coyote.http11.filters
Identity output filter.
IdentityOutputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityOutputFilter
 
IE_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
 
If - Class in org.apache.jasper.tagplugins.jstl.core
 
If() - Constructor for class org.apache.jasper.tagplugins.jstl.core.If
 
ignoreAnnotations - Variable in class org.apache.catalina.core.StandardContext
Ignore annotations.
ignoredExternalEntity(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
ignoredExternalEntity(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ignoredExternalEntity$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
IllegalBoundaryException() - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with no detail message.
IllegalBoundaryException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with the specified detail message.
illegalClearAfterFlush(Throwable) - Method in interface org.jboss.web.JasperMessages
 
illegalClearAfterFlush(Throwable) - Method in class org.jboss.web.JasperMessages_$bundle
 
illegalClearAfterFlush$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
illegalDigestEncoding(String, UnsupportedEncodingException) - Method in interface org.jboss.web.CatalinaMessages
 
illegalDigestEncoding(String, UnsupportedEncodingException) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
illegalDigestEncoding$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ImmutableNameNotFoundException - Exception in org.apache.naming.resources
Immutable exception to avoid useless object creation by the proxy context.
ImmutableNameNotFoundException() - Constructor for exception org.apache.naming.resources.ImmutableNameNotFoundException
 
impact - Variable in class org.apache.tomcat.util.modeler.OperationInfo
 
Import - Class in org.apache.jasper.tagplugins.jstl.core
 
Import() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Import
 
ImportResponseWrapper(HttpServletResponse) - Constructor for class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
INC_SERVLET_PATH - Static variable in class org.apache.jasper.Constants
Servlet context and request attributes that the JSP engine uses.
include(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationDispatcher
Include the response from another resource in the current response.
INCLUDE - Static variable in class org.apache.catalina.deploy.FilterMap
 
include(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
include(String, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
include(ServletRequest, ServletResponse, String, JspWriter, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Perform a RequestDispatcher.include() operation, with optional flushing of the response beforehand.
include(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
include(String, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
INCLUDE_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
includeCodas - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
included - Variable in class org.apache.catalina.connector.Response
The included flag.
included(String, String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return true if the specified context-relative URI (and associated HTTP method) are protected by this security constraint.
includePreludes - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
incompleteHandshake() - Method in interface org.jboss.web.CoyoteMessages
 
incompleteHandshake() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
incompleteHandshake$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
INCREMENT - Static variable in class org.apache.catalina.core.ApplicationFilterChain
 
incrementErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
Increment the error count used for monitoring.
incrementErrorCount() - Method in interface org.apache.catalina.Wrapper
Increment the error count value used when monitoring.
incrementJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Increments the JSP reload counter.
incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
incTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
indexOf(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
 
indexOf(char) - Method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the message bytes starts with the specified string.
indexOf(char[], int, int, char) - Static method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(char) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
indexOfIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
info - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.BasicAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.FormAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.SingleSignOn
Descriptive information about this Valve implementation.
info - Static variable in class org.apache.catalina.authenticator.SSLAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.connector.Connector
Descriptive information about this Connector implementation.
info - Static variable in class org.apache.catalina.connector.Request
Descriptive information about this Request implementation.
info - Static variable in class org.apache.catalina.connector.Response
Descriptive information about this Response implementation.
info - Static variable in class org.apache.catalina.core.StandardContext
The descriptive information string for this implementation.
info - Variable in class org.apache.catalina.core.StandardPipeline
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.core.StandardWrapper
The descriptive information string for this implementation.
info - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
Information (documentation) for this TLD.
info - Static variable in class org.apache.catalina.realm.RealmBase
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.session.JDBCStore
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.session.StandardManager
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.session.StandardSession
Descriptive information describing this Session implementation.
info - Static variable in class org.apache.catalina.session.StoreBase
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.AccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.JDBCAccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.ValveBase
Descriptive information about this Valve implementation.
info(String, int, int, int, long) - Static method in class org.apache.tomcat.jni.Address
Create apr_sockaddr_t from hostname, address family, and port.
info(long[]) - Static method in class org.apache.tomcat.jni.OS
Gather system info.
info - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
 
info - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
info - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
infoGet(FileInfo, int, long) - Static method in class org.apache.tomcat.jni.File
Get the specified file's stats.
infoString - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
init() - Method in class org.apache.catalina.connector.Connector
Initialize this connector (create ServerSocket here!)
init() - Method in class org.apache.catalina.core.ContainerBase
Init method, part of the MBean lifecycle.
init() - Method in class org.apache.catalina.core.StandardContext
 
init() - Method in class org.apache.catalina.core.StandardEngine
 
init() - Method in class org.apache.catalina.core.StandardHost
 
init() - Method in class org.apache.catalina.core.StandardServer
 
init() - Method in class org.apache.catalina.core.StandardService
 
init(FilterConfig) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.ExpiresFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.FilterBase
 
init(FilterConfig) - Method in class org.apache.catalina.filters.RemoteIpFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.RequestDumperFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.WebdavFixFilter
 
init() - Method in class org.apache.catalina.realm.RealmBase
 
init(ServletConfig) - Method in class org.apache.catalina.servlets.CGIServlet
Sets instance variables.
init() - Method in class org.apache.catalina.servlets.DefaultServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.WebdavServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.session.ManagerBase
 
init(FilterConfig) - Method in class org.apache.catalina.ssi.SSIFilter
Initialize this servlet.
init() - Method in class org.apache.catalina.ssi.SSIServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.startup.ContextConfig
Process a "init" event for this Context.
init(String) - Static method in class org.apache.catalina.util.ConcurrentMessageDigest
Ensures that ConcurrentMessageDigest.digest(String, byte[]) and #digestAsHex(String, byte[]) will support the specified algorithm.
init() - Method in class org.apache.coyote.ajp.AjpAprProtocol
Start the protocol
init() - Method in class org.apache.coyote.ajp.AjpProtocol
Start the protocol
init() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Initialize the internal output buffer
init() - Method in class org.apache.coyote.http11.Http11AprProtocol
Start the protocol
init() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
init() - Method in class org.apache.coyote.http11.Http11Protocol
 
init() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
init() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
 
init() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Init the protocol.
init() - Method in interface org.apache.coyote.ProtocolHandler
Init the protocol.
init(JspCompilationContext, JspServletWrapper) - Method in class org.apache.jasper.compiler.Compiler
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.TagHandlerPool
 
init(ServletConfig) - Method in class org.apache.jasper.servlet.JspServlet
 
init() - Method in class org.apache.tomcat.bayeux.BayeuxServlet
 
init() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
init() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Call the init method on all mbeans.
init() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Initialize the endpoint
init() - Method in class org.apache.tomcat.util.net.AprEndpoint
Initialize the endpoint.
init() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Create the poller.
init() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Create the sendfile poller.
init() - Method in class org.apache.tomcat.util.net.DefaultNioServerSocketChannelFactory
 
init() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
init() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Poller
Create the poller.
init() - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Reads the keystore and initializes the SSL socket factory.
init() - Method in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
Initialize the event poller
init() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
init() - Method in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
Initialize the Sendfile
init() - Method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Initialize the factory
init(ServletConfig) - Method in class org.jboss.web.php.Handler
Sets instance variables.
INIT_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component init" event.
initChannel(NioChannel) - Method in class org.apache.tomcat.util.net.DefaultNioServerSocketChannelFactory
 
initChannel(NioChannel) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
 
initChannel(NioChannel) - Method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Initialize the specified NioChannel
initHttpConnector(String) - Method in interface org.jboss.web.CoyoteLogger
 
initHttpConnector(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
initHttpConnector$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
INITIAL_SIZE - Static variable in class org.apache.tomcat.util.http.Cookies
 
INITIAL_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
initialize() - Method in class org.apache.catalina.core.StandardServer
Invoke a pre-startup initialization.
initialize() - Method in class org.apache.catalina.core.StandardService
Invoke a pre-startup initialization.
initialize() - Method in interface org.apache.catalina.Server
Invoke a pre-startup initialization.
initialize() - Method in interface org.apache.catalina.Service
Invoke a pre-startup initialization.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
initialize(String) - Static method in class org.apache.tomcat.jni.Library
Setup any APR internal data structures.
initialize(String) - Static method in class org.apache.tomcat.jni.SSL
Initialize OpenSSL support.
initialize(String) - Static method in class org.jboss.web.php.Library
Setup any PHP internal data structures.
initialized - Variable in class org.apache.catalina.connector.Connector
Has this component been initialized yet?
initialized - Variable in class org.apache.catalina.core.ContainerBase
 
initialized - Variable in class org.apache.catalina.core.StandardService
Has this component been initialized?
initialized - Variable in class org.apache.catalina.realm.RealmBase
 
initialized - Variable in class org.apache.catalina.session.ManagerBase
 
initialized - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Track the initialization state of the endpoint.
initialized - Variable in class org.apache.tomcat.util.net.AprEndpoint
Track the initialization state of the endpoint.
initialized - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Track the initialization state of the endpoint.
initialized - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
initialized - Variable in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
 
initializeFilters() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
 
initializeFilters() - Method in class org.apache.coyote.http11.Http11AprProcessor
Initialize standard input and output filters.
initializeFilters() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
initializeFilters() - Method in class org.apache.coyote.http11.Http11Processor
Initialize standard input and output filters.
initParams - Variable in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
 
initSocket(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
 
INJECT_TAGS - Static variable in class org.apache.jasper.Constants
 
inode - Variable in class org.apache.tomcat.jni.FileInfo
The inode of the file.
input - Variable in class org.apache.catalina.servlets.DefaultServlet
The input buffer size to use when serving resources.
input - Variable in class org.apache.coyote.ajp.AjpProcessor
Input stream.
input - Variable in class org.apache.coyote.http11.filters.SavedRequestInputFilter
The original request body.
input - Variable in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
InputBuffer - Class in org.apache.catalina.connector
The buffer used by Tomcat request.
InputBuffer(Request) - Constructor for class org.apache.catalina.connector.InputBuffer
Default constructor.
InputBuffer(Request, int) - Constructor for class org.apache.catalina.connector.InputBuffer
Alternate constructor which allows specifying the initial buffer size.
inputBuffer - Variable in class org.apache.catalina.connector.Request
The associated input buffer.
inputBuffer - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for input.
inputBuffer - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Underlying input buffer.
inputBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11NioProcessor
Input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Input.
InputBuffer - Interface in org.apache.coyote
Input buffer.
InputBufferImpl() - Constructor for class org.apache.coyote.http11.InternalNioInputBuffer.InputBufferImpl
 
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Input encoding.
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
InputFilter - Interface in org.apache.coyote.http11
Input filter interface.
inputStream - Variable in class org.apache.catalina.connector.Request
ServletInputStream.
inputStream - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input stream.
inputStream - Variable in class org.apache.naming.resources.Resource
Input stream.
inputStreamAlreadyUsed() - Method in interface org.jboss.web.CatalinaMessages
 
inputStreamAlreadyUsed() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
inputStreamAlreadyUsed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Underlying input buffer.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input buffer.
InputStreamInputBuffer() - Constructor for class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
 
installSmap(String[]) - Static method in class org.apache.jasper.compiler.SmapUtil
 
instance - Variable in class org.apache.catalina.core.StandardWrapper
The (single) initialized instance of this servlet.
INSTANCE - Static variable in class org.jboss.web.CatalinaMessages_$bundle
 
INSTANCE - Static variable in class org.jboss.web.CoyoteMessages_$bundle
 
INSTANCE - Static variable in class org.jboss.web.FileUploadMessages_$bundle
 
INSTANCE - Static variable in class org.jboss.web.JasperMessages_$bundle
 
INSTANCE - Static variable in class org.jboss.web.JSONMessages_$bundle
 
INSTANCE - Static variable in class org.jboss.web.NamingMessages_$bundle
 
INSTANCE - Static variable in class org.jboss.web.WebMessages_$bundle
 
InstanceEvent - Class in org.apache.catalina
General event for notifying listeners of significant events related to a specific instance of a Servlet, or a specific instance of a Filter, as opposed to the Wrapper component that manages it.
InstanceEvent(Wrapper, Filter, String) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, HttpEvent, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, HttpEvent) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, HttpEvent, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, HttpEvent) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
instanceEvent(InstanceEvent) - Method in interface org.apache.catalina.InstanceListener
Acknowledge the occurrence of the specified event.
instanceId() - Method in class org.apache.coyote.Request
Get the instance id (or JVM route).
instanceId() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the host id ( or jvmRoute )
InstanceListener - Interface in org.apache.catalina
Interface defining a listener for significant events related to a specific servlet instance, rather than to the Wrapper component that is managing that instance.
instanceListeners - Variable in class org.apache.catalina.core.StandardContext
The set of classnames of InstanceListeners that will be added to each newly created Wrapper by createWrapper().
instanceManager - Variable in class org.apache.catalina.core.StandardContext
Lifecycle provider.
instanceManager - Variable in class org.apache.jasper.runtime.TagHandlerPool
 
InstanceManager - Interface in org.apache.tomcat
 
InstanceManagerFactory - Class in org.apache.jasper.runtime
 
instancePool - Variable in class org.apache.catalina.core.StandardWrapper
Stack containing the STM instances.
instanceSupport - Variable in class org.apache.catalina.core.StandardWrapper
The support object for our instance listeners.
InstanceSupport - Class in org.apache.catalina.util
Support class to assist in firing InstanceEvent notifications to registered InstanceListeners.
InstanceSupport(Wrapper) - Constructor for class org.apache.catalina.util.InstanceSupport
Construct a new InstanceSupport object associated with the specified Instance component.
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
INTERNAL_PROXIES_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
InternalAprInputBuffer - Class in org.apache.coyote.http11
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalAprInputBuffer(Request, int, AprEndpoint) - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer
Alternate constructor.
InternalAprInputBuffer.SocketInputBuffer - Class in org.apache.coyote.http11
This class is an input buffer which will read its data from an input stream.
InternalAprOutputBuffer - Class in org.apache.coyote.http11
Output buffer.
InternalAprOutputBuffer(Response, int, AprEndpoint) - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer
Alternate constructor.
InternalAprOutputBuffer.SocketOutputBuffer - Class in org.apache.coyote.http11
This class is an output buffer which will write data to an output stream.
InternalInputBuffer - Class in org.apache.coyote.http11
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalInputBuffer(Request) - Constructor for class org.apache.coyote.http11.InternalInputBuffer
Default constructor.
InternalInputBuffer(Request, int) - Constructor for class org.apache.coyote.http11.InternalInputBuffer
Alternate constructor.
InternalInputBuffer.InputStreamInputBuffer - Class in org.apache.coyote.http11
This class is an input buffer which will read its data from an input stream.
InternalNioInputBuffer - Class in org.apache.coyote.http11
InternalNioInputBuffer
InternalNioInputBuffer(Request, int, NioEndpoint) - Constructor for class org.apache.coyote.http11.InternalNioInputBuffer
Create a new instance of InternalNioInputBuffer
InternalNioInputBuffer.InputBufferImpl - Class in org.apache.coyote.http11
This class is an input buffer which will read its data from an input stream.
InternalNioOutputBuffer - Class in org.apache.coyote.http11
InternalNioOutputBuffer Created on Dec 16, 2011 at 9:15:05 AM
InternalNioOutputBuffer(Response, int, NioEndpoint) - Constructor for class org.apache.coyote.http11.InternalNioOutputBuffer
Create a new instance of InternalNioOutputBuffer
InternalOutputBuffer - Class in org.apache.coyote.http11
Output buffer.
InternalOutputBuffer(Response) - Constructor for class org.apache.coyote.http11.InternalOutputBuffer
Default constructor.
InternalOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalOutputBuffer
Alternate constructor.
InternalOutputBuffer.OutputStreamOutputBuffer - Class in org.apache.coyote.http11
This class is an output buffer which will write data to an output stream.
interpreterCall(boolean, String, Class, String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Produces a String representing a call to the EL interpreter.
interruptible - Variable in class org.apache.catalina.valves.SemaphoreValve
Block interruptibly until a permit is available.
INTERVAL_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - interval field
introspect(Object, ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
introspecthelper(Object, String, String, ServletRequest, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
IntrospectionUtils - Class in org.apache.tomcat.util
Utils for introspection and reflection Note: For the complete legacy version, see JBoss Web 2.1
IntrospectionUtils() - Constructor for class org.apache.tomcat.util.IntrospectionUtils
 
intsToCommaDelimitedString(int[]) - Static method in class org.apache.catalina.filters.ExpiresFilter
Convert an array of ints into a comma delimited string
invalidActionInTagFile(String) - Method in interface org.jboss.web.JasperMessages
 
invalidActionInTagFile(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidActionInTagFile$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidAjpMessage(int) - Method in interface org.jboss.web.CoyoteLogger
 
invalidAjpMessage(int) - Method in class org.jboss.web.CoyoteLogger_$logger
 
invalidAjpMessage() - Method in interface org.jboss.web.CoyoteMessages
 
invalidAjpMessage() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidAjpMessage$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
invalidAjpMessage$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidAliasMapping(String) - Method in interface org.jboss.web.NamingMessages
 
invalidAliasMapping(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
invalidAliasMapping$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
invalidAliasPath(String) - Method in interface org.jboss.web.NamingMessages
 
invalidAliasPath(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
invalidAliasPath$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
invalidate() - Method in class org.apache.catalina.session.StandardSession
Invalidates this session and unbinds any objects bound to it.
invalidate() - Method in class org.apache.catalina.session.StandardSessionFacade
 
invalidAttribute(String, String) - Method in interface org.jboss.web.JasperMessages
 
invalidAttribute(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidAttributeForTag(String, String) - Method in interface org.jboss.web.JasperMessages
 
invalidAttributeForTag(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidAttributeForTag$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidAttributeFound(int, String) - Method in interface org.jboss.web.JasperMessages
 
invalidAttributeFound(int, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidAttributeFound$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidAttributePrefix(String) - Method in interface org.jboss.web.JasperMessages
 
invalidAttributePrefix(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidAttributePrefix$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidBacklog() - Method in interface org.jboss.web.CoyoteMessages
 
invalidBacklog() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBacklog$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBaseFolder(String) - Method in interface org.jboss.web.NamingMessages
 
invalidBaseFolder(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
invalidBaseFolder$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
invalidBasePath() - Method in interface org.jboss.web.CoyoteMessages
 
invalidBasePath() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBasePath$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBayeuxClientId() - Method in interface org.jboss.web.CoyoteMessages
 
invalidBayeuxClientId() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBayeuxClientId$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBayeuxConfiguration() - Method in interface org.jboss.web.CoyoteMessages
 
invalidBayeuxConfiguration() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBayeuxConfiguration$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBayeuxHandshake() - Method in interface org.jboss.web.CoyoteMessages
 
invalidBayeuxHandshake() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBayeuxHandshake$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBayeuxMessageData() - Method in interface org.jboss.web.CoyoteMessages
 
invalidBayeuxMessageData() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBayeuxMessageData$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidBodyContentInTagDirective(String) - Method in interface org.jboss.web.JasperMessages
 
invalidBodyContentInTagDirective(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidBodyContentInTagDirective$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidBodyContentType() - Method in interface org.jboss.web.JasperMessages
 
invalidBodyContentType() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidBodyContentType$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidBoundaryToken() - Method in interface org.jboss.web.FileUploadMessages
 
invalidBoundaryToken() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
invalidBoundaryToken$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
invalidByteRead(int) - Method in interface org.jboss.web.JasperMessages
 
invalidByteRead(int) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidByteRead$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharBufferLength() - Method in interface org.jboss.web.JasperMessages
 
invalidCharBufferLength() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharBufferLength$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharBufferStartPosition() - Method in interface org.jboss.web.JasperMessages
 
invalidCharBufferStartPosition() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharBufferStartPosition$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharInContent(String) - Method in interface org.jboss.web.JasperMessages
 
invalidCharInContent(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharInContent$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharInProcessingInstruction(String) - Method in interface org.jboss.web.JasperMessages
 
invalidCharInProcessingInstruction(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharInProcessingInstruction$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharInTextDeclaration(String) - Method in interface org.jboss.web.JasperMessages
 
invalidCharInTextDeclaration(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharInTextDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharInXmlDeclaration(String) - Method in interface org.jboss.web.JasperMessages
 
invalidCharInXmlDeclaration(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCharInXmlDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidCheckIntervalValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidCheckIntervalValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidCheckIntervalValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidChunkHeader() - Method in interface org.jboss.web.CoyoteMessages
 
invalidChunkHeader() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidChunkHeader$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidClassDebugInfoValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidClassDebugInfoValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidClassDebugInfoValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidConflictingPageDirectiveAttribute(String, String, String) - Method in interface org.jboss.web.JasperMessages
 
invalidConflictingPageDirectiveAttribute(String, String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidConflictingPageDirectiveAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidConflictingPageDirectiveAutoFlushBuffer() - Method in interface org.jboss.web.JasperMessages
 
invalidConflictingPageDirectiveAutoFlushBuffer() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidConflictingPageDirectiveAutoFlushBuffer$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidConflictingTagDirectiveAttributeValues(String, String, String) - Method in interface org.jboss.web.JasperMessages
 
invalidConflictingTagDirectiveAttributeValues(String, String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidConflictingTagDirectiveAttributeValues$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidContentType(String, String, String) - Method in interface org.jboss.web.FileUploadMessages
 
invalidContentType(String, String, String) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
invalidContentType$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
InvalidContentTypeException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.InvalidContentTypeException
Constructs a InvalidContentTypeException with no detail message.
InvalidContentTypeException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.InvalidContentTypeException
Constructs an InvalidContentTypeException with the specified detail message.
invalidContextAndUrlValues() - Method in interface org.jboss.web.JasperMessages
 
invalidContextAndUrlValues() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidContextAndUrlValues$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidContextListener(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidContextListener(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidContextListener$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidContextListenerWithException(String, String, Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
invalidContextListenerWithException(String, String, Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidContextListenerWithException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidControlCharacter() - Method in interface org.jboss.web.CoyoteMessages
 
invalidControlCharacter() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidControlCharacter$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidCookieHeader(String) - Method in interface org.jboss.web.CoyoteLogger
 
invalidCookieHeader(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
invalidCookieHeader$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
invalidCrlf() - Method in interface org.jboss.web.CoyoteMessages
 
invalidCrlf() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidCrlf$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidCrlfNoCr() - Method in interface org.jboss.web.CoyoteMessages
 
invalidCrlfNoCr() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidCrlfNoCr$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidCrlfTwoCr() - Method in interface org.jboss.web.CoyoteMessages
 
invalidCrlfTwoCr() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidCrlfTwoCr$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidDeferredExpressionInTemplateText() - Method in interface org.jboss.web.JasperMessages
 
invalidDeferredExpressionInTemplateText() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDeferredExpressionInTemplateText$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDevelopmentValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidDevelopmentValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidDevelopmentValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidDirective() - Method in interface org.jboss.web.JasperMessages
 
invalidDirective() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDirective$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDirectiveInPage(String) - Method in interface org.jboss.web.JasperMessages
 
invalidDirectiveInPage(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDirectiveInPage$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDirectiveInTagFile(String) - Method in interface org.jboss.web.JasperMessages
 
invalidDirectiveInTagFile(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDirectiveInTagFile$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDispatcherPath(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidDispatcherPath(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidDispatcherPath$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidDispatcherPathString(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidDispatcherPathString(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidDispatcherPathString$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidDisplaySourceFragmentValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidDisplaySourceFragmentValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidDisplaySourceFragmentValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidDumpSmapValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidDumpSmapValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidDumpSmapValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidDuplicateNames(String, String, int) - Method in interface org.jboss.web.JasperMessages
 
invalidDuplicateNames(String, String, int) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDuplicateNames$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDuplicatePageDirectiveAttribute(String) - Method in interface org.jboss.web.JasperMessages
 
invalidDuplicatePageDirectiveAttribute(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDuplicatePageDirectiveAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDuplicateTagDirectiveAttribute(String) - Method in interface org.jboss.web.JasperMessages
 
invalidDuplicateTagDirectiveAttribute(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidDuplicateTagDirectiveAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidEmptyBodyTag(String) - Method in interface org.jboss.web.JasperMessages
 
invalidEmptyBodyTag(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidEmptyBodyTag$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidEmptyJspParams() - Method in interface org.jboss.web.JasperMessages
 
invalidEmptyJspParams() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidEmptyJspParams$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidEmptyRole(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidEmptyRole(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidEmptyRole$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidEmptyTagSubelements(String) - Method in interface org.jboss.web.JasperMessages
 
invalidEmptyTagSubelements(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidEmptyTagSubelements$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidEnablePoolingValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidEnablePoolingValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidEnablePoolingValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidEncoding(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
invalidEncoding(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
invalidEncoding$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
invalidEncodingDeclared(String) - Method in interface org.jboss.web.JasperMessages
 
invalidEncodingDeclared(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidEncodingDeclared$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidEncodingUseHttpDefault(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
invalidEncodingUseHttpDefault(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
invalidEncodingUseHttpDefault$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
invalidErrorOnUseBeanInvalidClassAttributeValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidErrorOnUseBeanInvalidClassAttributeValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidErrorOnUseBeanInvalidClassAttributeValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidErrorReportValveClass(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
invalidErrorReportValveClass(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
invalidErrorReportValveClass$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
invalidEscapeCharacter() - Method in interface org.jboss.web.CoyoteMessages
 
invalidEscapeCharacter() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidEscapeCharacter$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidExpression(String) - Method in interface org.jboss.web.JasperMessages
 
invalidExpression(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidExpression$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidFileName(String) - Method in interface org.jboss.web.FileUploadMessages
 
invalidFileName(String) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
invalidFileName$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
InvalidFileNameException - Exception in org.apache.tomcat.util.http.fileupload
This exception is thrown in case of an invalid file name.
InvalidFileNameException(String, String) - Constructor for exception org.apache.tomcat.util.http.fileupload.InvalidFileNameException
Creates a new instance.
invalidFilterMappingUrlPattern(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidFilterMappingUrlPattern(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidFilterMappingUrlPattern$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidFilterRegistrationArguments() - Method in interface org.jboss.web.CatalinaMessages
 
invalidFilterRegistrationArguments() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidFilterRegistrationArguments$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidForkValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidForkValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidForkValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidFormLoginDirectReference() - Method in interface org.jboss.web.CatalinaMessages
 
invalidFormLoginDirectReference() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidFormLoginDirectReference$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidFunctionMapping(String) - Method in interface org.jboss.web.JasperMessages
 
invalidFunctionMapping(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidFunctionMapping$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidFunctionSignature(String, String) - Method in interface org.jboss.web.JasperMessages
 
invalidFunctionSignature(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidFunctionSignature$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidFunctionSignatureMissingParent(String, String) - Method in interface org.jboss.web.JasperMessages
 
invalidFunctionSignatureMissingParent(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidFunctionSignatureMissingParent$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidGenStrAsCharArrayValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidGenStrAsCharArrayValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidGenStrAsCharArrayValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidHeader(int) - Method in interface org.jboss.web.FileUploadMessages
 
invalidHeader(int) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
invalidHeader$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
invalidHex() - Method in interface org.jboss.web.CoyoteMessages
 
invalidHex() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidHex$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidHttpPortNumber(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidHttpPortNumber(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidHttpPortNumber$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidHttpsPortNumber(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidHttpsPortNumber(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidHttpsPortNumber$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidImplicitTld(String) - Method in interface org.jboss.web.JasperMessages
 
invalidImplicitTld(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidImplicitTld$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidImplicitTldVersion(String) - Method in interface org.jboss.web.JasperMessages
 
invalidImplicitTldVersion(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidImplicitTldVersion$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidInclude(String) - Method in interface org.jboss.web.JasperMessages
 
invalidInclude(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidInclude$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidIp6Address(String) - Method in interface org.jboss.web.CoyoteMessages
 
invalidIp6Address(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidIp6Address$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidIpAddress(String, String) - Method in interface org.jboss.web.CoyoteMessages
 
invalidIpAddress(String, String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidIpAddress$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidJspAttribute() - Method in interface org.jboss.web.JasperMessages
 
invalidJspAttribute() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspAttributeNesting() - Method in interface org.jboss.web.JasperMessages
 
invalidJspAttributeNesting() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspAttributeNesting$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspBody() - Method in interface org.jboss.web.JasperMessages
 
invalidJspBody() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspBody$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspBodyNesting() - Method in interface org.jboss.web.JasperMessages
 
invalidJspBodyNesting() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspBodyNesting$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspFallback() - Method in interface org.jboss.web.JasperMessages
 
invalidJspFallback() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspFallback$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspOutput() - Method in interface org.jboss.web.JasperMessages
 
invalidJspOutput() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspOutput$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspOutputBody() - Method in interface org.jboss.web.JasperMessages
 
invalidJspOutputBody() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspOutputBody$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspOutputConflict(String, String, String) - Method in interface org.jboss.web.JasperMessages
 
invalidJspOutputConflict(String, String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspOutputConflict$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspParam() - Method in interface org.jboss.web.JasperMessages
 
invalidJspParam() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspParam$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspParams() - Method in interface org.jboss.web.JasperMessages
 
invalidJspParams() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspParams$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspPropertyGroupsUrlPattern(String) - Method in interface org.jboss.web.JasperLogger
 
invalidJspPropertyGroupsUrlPattern(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidJspPropertyGroupsUrlPattern$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidJspTextSubelements() - Method in interface org.jboss.web.JasperMessages
 
invalidJspTextSubelements() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspTextSubelements$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspVersionNumber(String) - Method in interface org.jboss.web.JasperMessages
 
invalidJspVersionNumber(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidJspVersionNumber$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidKeepGeneratedValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidKeepGeneratedValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidKeepGeneratedValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidMappedFileValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidMappedFileValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidMappedFileValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidMaxCertLength(String) - Method in interface org.jboss.web.CoyoteLogger
 
invalidMaxCertLength(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
invalidMaxCertLength$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
invalidMessageDigest(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidMessageDigest(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidMessageDigest$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidMessagePublish() - Method in interface org.jboss.web.CoyoteMessages
 
invalidMessagePublish() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidMessagePublish$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidModificationTestIntervalValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidModificationTestIntervalValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidModificationTestIntervalValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidNegativeBufferSize() - Method in interface org.jboss.web.JasperMessages
 
invalidNegativeBufferSize() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidNegativeBufferSize$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidNegativeSmapPosition(int) - Method in interface org.jboss.web.JasperMessages
 
invalidNegativeSmapPosition(int) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidNegativeSmapPosition$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidNullAttribute() - Method in interface org.jboss.web.CatalinaMessages
 
invalidNullAttribute() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidNullAttribute$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidNullAttributeName() - Method in interface org.jboss.web.CatalinaMessages
 
invalidNullAttributeName() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidNullAttributeName$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidNullChannelPattern() - Method in interface org.jboss.web.CoyoteMessages
 
invalidNullChannelPattern() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidNullChannelPattern$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidNullDocumentBase() - Method in interface org.jboss.web.NamingMessages
 
invalidNullDocumentBase() - Method in class org.jboss.web.NamingMessages_$bundle
 
invalidNullDocumentBase$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
invalidNumberInList(int, String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidNumberInList(int, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidNumberInList$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidNumChars() - Method in interface org.jboss.web.CatalinaMessages
 
invalidNumChars() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidNumChars$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidPageDirectiveAutoFlush() - Method in interface org.jboss.web.JasperMessages
 
invalidPageDirectiveAutoFlush() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveAutoFlush$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveBufferSize() - Method in interface org.jboss.web.JasperMessages
 
invalidPageDirectiveBufferSize() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveBufferSize$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveDeferredSyntaxAllowedAsLiteral() - Method in interface org.jboss.web.JasperMessages
 
invalidPageDirectiveDeferredSyntaxAllowedAsLiteral() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveDeferredSyntaxAllowedAsLiteral$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveIsElIgnored() - Method in interface org.jboss.web.JasperMessages
 
invalidPageDirectiveIsElIgnored() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveIsElIgnored$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveIsErrorPage() - Method in interface org.jboss.web.JasperMessages
 
invalidPageDirectiveIsErrorPage() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveIsErrorPage$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveIsThreadSafe() - Method in interface org.jboss.web.JasperMessages
 
invalidPageDirectiveIsThreadSafe() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveIsThreadSafe$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveSession() - Method in interface org.jboss.web.JasperMessages
 
invalidPageDirectiveSession() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveSession$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveTrimDirectiveWhitespaces() - Method in interface org.jboss.web.JasperMessages
 
invalidPageDirectiveTrimDirectiveWhitespaces() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPageDirectiveTrimDirectiveWhitespaces$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPhpLibrary(int, int, int, int, int, int) - Method in interface org.jboss.web.WebLogger
 
invalidPhpLibrary(int, int, int, int, int, int) - Method in class org.jboss.web.WebLogger_$logger
 
invalidPhpLibrary$str() - Method in class org.jboss.web.WebLogger_$logger
 
invalidPseudoAttribute() - Method in interface org.jboss.web.JasperMessages
 
invalidPseudoAttribute() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidPseudoAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidReadAhead(int) - Method in interface org.jboss.web.CatalinaMessages
 
invalidReadAhead(int) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidReadAhead$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidRecompileOnFailValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidRecompileOnFailValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidRecompileOnFailValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidRecursiveInclude(String) - Method in interface org.jboss.web.JasperMessages
 
invalidRecursiveInclude(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidRecursiveInclude$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidRelativeUrlReference() - Method in interface org.jboss.web.CoyoteMessages
 
invalidRelativeUrlReference() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidRelativeUrlReference$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidRequestParameterValue(String, String) - Method in interface org.jboss.web.JasperMessages
 
invalidRequestParameterValue(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidRequestParameterValue$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidRewriteConfiguration(String) - Method in interface org.jboss.web.WebMessages
 
invalidRewriteConfiguration(String) - Method in class org.jboss.web.WebMessages_$bundle
 
invalidRewriteConfiguration$str() - Method in class org.jboss.web.WebMessages_$bundle
 
invalidRewriteFlags(String, String) - Method in interface org.jboss.web.WebMessages
 
invalidRewriteFlags(String) - Method in interface org.jboss.web.WebMessages
 
invalidRewriteFlags(String, String) - Method in class org.jboss.web.WebMessages_$bundle
 
invalidRewriteFlags(String) - Method in class org.jboss.web.WebMessages_$bundle
 
invalidRewriteFlags1$str() - Method in class org.jboss.web.WebMessages_$bundle
 
invalidRewriteFlags2$str() - Method in class org.jboss.web.WebMessages_$bundle
 
invalidRewriteMap(String) - Method in interface org.jboss.web.WebMessages
 
invalidRewriteMap(String) - Method in class org.jboss.web.WebMessages_$bundle
 
invalidRewriteMap$str() - Method in class org.jboss.web.WebMessages_$bundle
 
invalidScope() - Method in interface org.jboss.web.JasperMessages
 
invalidScope(String) - Method in interface org.jboss.web.JasperMessages
 
invalidScope(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidScope() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidScope0$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidScope1$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidScriptingBody(String) - Method in interface org.jboss.web.JasperMessages
 
invalidScriptingBody(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidScriptingBody$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidScriptingElement() - Method in interface org.jboss.web.JasperMessages
 
invalidScriptingElement() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidScriptingElement$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidSecurityConstraintUrlPattern(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidSecurityConstraintUrlPattern(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidSecurityConstraintUrlPattern$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidSendErrToClientValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidSendErrToClientValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidSendErrToClientValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidSendFilePath(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidSendFilePath(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidSendFilePath$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidServletMappingUrlPattern(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidServletMappingUrlPattern(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidServletMappingUrlPattern$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidServletRegistrationArguments() - Method in interface org.jboss.web.CatalinaMessages
 
invalidServletRegistrationArguments() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidServletRegistrationArguments$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidSession() - Method in interface org.jboss.web.CatalinaMessages
 
invalidSession() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidSession$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidSetProperty() - Method in interface org.jboss.web.JasperMessages
 
invalidSetProperty() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidSetProperty$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidSetPropertyEitherParam() - Method in interface org.jboss.web.JasperMessages
 
invalidSetPropertyEitherParam() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidSetPropertyEitherParam$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidSimpleTagBodyContent(String) - Method in interface org.jboss.web.JasperMessages
 
invalidSimpleTagBodyContent(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidSimpleTagBodyContent$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidSlash() - Method in interface org.jboss.web.CoyoteMessages
 
invalidSlash() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidSlash$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidSource(Object) - Method in interface org.jboss.web.CoyoteMessages
 
invalidSource(Object) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidSource$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidSpecialCookie(String) - Method in interface org.jboss.web.CoyoteLogger
 
invalidSpecialCookie(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
invalidSpecialCookie$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
invalidSslCipherSuite() - Method in interface org.jboss.web.CoyoteMessages
 
invalidSslCipherSuite() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidSslCipherSuite$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidSSLConfiguration(String) - Method in interface org.jboss.web.CoyoteMessages
 
invalidSSLConfiguration(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidSSLConfiguration$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
invalidStandaloneDeclaration(String) - Method in interface org.jboss.web.JasperMessages
 
invalidStandaloneDeclaration(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidStandaloneDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidStandardAction(String) - Method in interface org.jboss.web.JasperMessages
 
invalidStandardAction() - Method in interface org.jboss.web.JasperMessages
 
invalidStandardAction() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidStandardAction(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidStandardAction0$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidStandardAction1$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidSuppressSmapValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidSuppressSmapValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidSuppressSmapValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidTagBody(String) - Method in interface org.jboss.web.JasperMessages
 
invalidTagBody(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagBody$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagDirectiveDeferredSyntaxAllowedAsLiteral() - Method in interface org.jboss.web.JasperMessages
 
invalidTagDirectiveDeferredSyntaxAllowedAsLiteral() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagDirectiveDeferredSyntaxAllowedAsLiteral$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagDirectiveIsElIgnored() - Method in interface org.jboss.web.JasperMessages
 
invalidTagDirectiveIsElIgnored() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagDirectiveIsElIgnored$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagDirectiveTrimDirectiveWhitespaces() - Method in interface org.jboss.web.JasperMessages
 
invalidTagDirectiveTrimDirectiveWhitespaces() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagDirectiveTrimDirectiveWhitespaces$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagFileDirectory(String) - Method in interface org.jboss.web.JasperMessages
 
invalidTagFileDirectory(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagFileDirectory$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagFileJspVersion(String) - Method in interface org.jboss.web.JasperMessages
 
invalidTagFileJspVersion(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagFileJspVersion$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagFileName(String) - Method in interface org.jboss.web.JasperMessages
 
invalidTagFileName(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagFileName$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagInTemplateTextBody() - Method in interface org.jboss.web.JasperMessages
 
invalidTagInTemplateTextBody() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagInTemplateTextBody$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTaglibDirectiveConflictingLocation() - Method in interface org.jboss.web.JasperMessages
 
invalidTaglibDirectiveConflictingLocation() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTaglibDirectiveConflictingLocation$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTaglibDirectiveMissingLocation() - Method in interface org.jboss.web.JasperMessages
 
invalidTaglibDirectiveMissingLocation() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTaglibDirectiveMissingLocation$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagPlugin(String) - Method in interface org.jboss.web.JasperMessages
 
invalidTagPlugin(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTagPlugin$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTeiWithVariableSubelements(String) - Method in interface org.jboss.web.JasperMessages
 
invalidTeiWithVariableSubelements(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTeiWithVariableSubelements$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTemplateTextBody(String) - Method in interface org.jboss.web.JasperMessages
 
invalidTemplateTextBody(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTemplateTextBody$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidTrimSpacesValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidTrimSpacesValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidTrimSpacesValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invalidUseBeanAttributeClass(String) - Method in interface org.jboss.web.JasperMessages
 
invalidUseBeanAttributeClass(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidUseBeanAttributeClass$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
invalidWrapperClass(String) - Method in interface org.jboss.web.CatalinaMessages
 
invalidWrapperClass(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidWrapperClass$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
invalidXpoweredByValue(String) - Method in interface org.jboss.web.JasperLogger
 
invalidXpoweredByValue(String) - Method in class org.jboss.web.JasperLogger_$logger
 
invalidXpoweredByValue$str() - Method in class org.jboss.web.JasperLogger_$logger
 
invoke(Request, Response) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Enforce the security restrictions in the web application deployment descriptor of our associated Context.
invoke(Request, Response) - Method in class org.apache.catalina.authenticator.SingleSignOn
Perform single-sign-on support processing for this request.
invoke(Request, Response) - Method in interface org.apache.catalina.Container
Process the specified Request, and generate the corresponding Response, according to the design of this particular Container.
invoke(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationDispatcher
Batch forward this request and response to another resource for processing.
invoke(Request, Response) - Method in class org.apache.catalina.core.ContainerBase
Process the specified Request, to produce the corresponding Response, by invoking the first Valve in our pipeline (if any), or the basic Valve otherwise.
invoke(Request, Response) - Method in interface org.apache.catalina.Valve
Perform request processing as required by this Valve.
invoke(Request, Response) - Method in class org.apache.catalina.valves.AccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.ErrorReportValve
Invoke the next Valve in the sequence.
invoke(Request, Response) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
Register requests for tracking, whenever needed.
invoke(Request, Response) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
This method is invoked by Tomcat on each query.
invoke(Request, Response) - Method in class org.apache.catalina.valves.PersistentValve
Select the appropriate child Context to process this request, based on the specified request URI.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteAddrValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteHostValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteIpValve
The implementation-specific logic represented by this Valve.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestDumperValve
Log the interesting request parameters, invoke the next Valve in the sequence, and log the interesting response parameters.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Do concurrency control on the request using the semaphore.
invoke(Request, Response) - Method in class org.apache.catalina.valves.SSLValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
The implementation-specific logic represented by this Valve.
invoke(Request, Response) - Method in class org.apache.catalina.valves.ValveBase
The implementation-specific logic represented by this Valve.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.apache.jasper.el.JasperELResolver
 
invoke(ELContext, Object[]) - Method in class org.apache.jasper.el.JspMethodExpression
 
invoke(String, Object[], String[]) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Invoke a particular method on this MBean, and return any returned value.
invoke(List, String, boolean) - Method in class org.apache.tomcat.util.modeler.Registry
Invoke a operation on a list of mbeans.
invoke(List, String, boolean) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Invoke an operation on a set of mbeans.
invoke(Request, Response) - Method in class org.jboss.web.rewrite.RewriteValve
 
INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
invoked - Variable in class org.jboss.web.rewrite.RewriteValve
If rewriting occurs, the whole request will be processed again.
IOFileUploadException(String, IOException) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.IOFileUploadException
Creates a new instance with the given cause.
ioListenerError(String) - Method in interface org.jboss.web.CatalinaMessages
 
ioListenerError(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ioListenerError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ioSet(long, int, int, int) - Static method in class org.apache.tomcat.jni.Procattr
Determine if any of stdin, stdout, or stderr should be linked to pipes when starting a child process.
IOTools - Class in org.apache.catalina.util
Contains commonly needed I/O-related methods
IOUtils - Class in org.apache.tomcat.util.http.fileupload
General IO stream manipulation utilities.
IOUtils() - Constructor for class org.apache.tomcat.util.http.fileupload.IOUtils
Instances should NOT be constructed in standard programming.
is - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
IS_BSD - Static variable in class org.apache.tomcat.jni.OS
 
IS_LINUX - Static variable in class org.apache.tomcat.jni.OS
 
IS_NETWARE - Static variable in class org.apache.tomcat.jni.OS
 
IS_SECURITY_ENABLED - Static variable in class org.apache.catalina.Globals
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.coyote.Constants
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.naming.Constants
Has security been turned on?
IS_SOLARIS - Static variable in class org.apache.tomcat.jni.OS
 
IS_UNIX - Static variable in class org.apache.tomcat.jni.OS
 
IS_WIN32 - Static variable in class org.apache.tomcat.jni.OS
 
IS_WIN64 - Static variable in class org.apache.tomcat.jni.OS
 
isAbsoluteUrl(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Returns true if our current URL is absolute, false otherwise.
isAllowLinking() - Method in class org.apache.catalina.core.StandardContext
Is linking allowed.
isAlpha(String) - Static method in class org.apache.catalina.connector.Request
 
isAlpha(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is upper or lower case.
isAncestor(long, long) - Static method in class org.apache.tomcat.jni.Pool
Determine if pool a is an ancestor of pool b
isAppCommitted() - Method in class org.apache.catalina.connector.Response
Application commit flag accessor.
isAppCommitted() - Method in class org.apache.catalina.core.DummyResponse
 
isAppContextProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isAprInitialized() - Static method in class org.apache.catalina.core.AprLifecycleListener
 
isArrayByteBase64(byte[]) - Static method in class org.apache.catalina.util.Base64
 
isAsyncStarted() - Method in class org.apache.catalina.connector.Request
 
isAsyncStarted() - Method in class org.apache.catalina.connector.RequestFacade
 
isAsyncStarted() - Method in class org.apache.catalina.core.DummyRequest
 
isAsyncSupported() - Method in class org.apache.catalina.connector.Request
 
isAsyncSupported() - Method in class org.apache.catalina.connector.RequestFacade
 
isAsyncSupported() - Method in class org.apache.catalina.core.DummyRequest
 
isAttributeSpecified(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
isAvailable() - Method in class org.apache.catalina.connector.Connector
Is this connector available for processing requests?
isAvailable() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
isAWTThreadProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isBase64(String) - Static method in class org.apache.catalina.util.Base64
 
isBase64(byte) - Static method in class org.apache.catalina.util.Base64
 
isBeanCompatible(Class) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
Check if this class conforms to JavaBeans specifications.
isBound() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Returns true if the thread or the context class loader of the current thread is bound.
isBuffered() - Method in class org.apache.catalina.valves.AccessLogValve
Is the logging buffered
isCached() - Method in class org.apache.naming.resources.BaseDirContext
Is cached ?
isCaching() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isCaching() - Method in interface org.apache.jasper.Options
Is caching enabled (used for precompilation).
isCachingAllowed() - Method in class org.apache.catalina.core.StandardContext
Is caching allowed ?
isCaseIgnored() - Method in class org.apache.naming.resources.ResourceAttributes
Case sensitivity.
isCaseSensitive() - Method in class org.apache.catalina.core.StandardContext
Is case sensitive ?
isCaseSensitive() - Method in class org.apache.naming.resources.FileDirContext
Is case sensitive ?
isChain() - Method in class org.jboss.web.rewrite.RewriteRule
 
isChangeSessionIdOnAuthentication() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
isCheckExists() - Method in class org.apache.catalina.valves.AccessLogValve
Check for file existence before logging.
isClosed() - Method in class org.apache.catalina.connector.InputBuffer
Returns if the request is closed.
isClosed() - Method in class org.apache.catalina.connector.OutputBuffer
Is the response output closed ?
isClosed() - Method in class org.apache.catalina.connector.Response
Closed flag accessor.
isClosed() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns, whether the stream is closed.
isClosed() - Method in interface org.apache.tomcat.util.http.fileupload.util.Closeable
Returns, whether the object is already closed.
isClosed() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Returns, whether this stream is already closed.
isClosed() - Method in class org.apache.tomcat.util.net.NioChannel
Tells whether or not this channel is closed.
isCollection() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Is collection.
isCollection() - Method in class org.apache.naming.resources.ResourceAttributes
Is collection.
isCommitted() - Method in class org.apache.catalina.connector.Response
Has the output of this response already been committed?
isCommitted() - Method in class org.apache.catalina.connector.ResponseFacade
 
isCommitted() - Method in class org.apache.catalina.core.DummyResponse
 
isCommitted() - Method in class org.apache.coyote.Response
 
isCompressable() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Check for compression
isConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
isContainerProvidedServlet(String) - Method in class org.apache.catalina.core.StandardWrapper
Return true if the specified class name represents a container provided servlet class that should be loaded by the server class loader.
isContent(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character can be considered content.
isContentDelimitation() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for contentDelimitation
isCookie() - Method in class org.jboss.web.rewrite.RewriteRule
 
isCookieHttpOnly() - Method in class org.apache.catalina.authenticator.SingleSignOn
 
isCookieHttpOnly() - Method in class org.jboss.web.rewrite.RewriteRule
 
isCookieSecure() - Method in class org.jboss.web.rewrite.RewriteRule
 
isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isDigit(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is a digit.
isDisabled() - Method in class org.apache.catalina.core.DummyResponse
 
isDriverManagerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isDynamic() - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
isDynamic() - Method in class org.apache.catalina.core.StandardWrapper
 
isDynamic() - Method in interface org.apache.catalina.Wrapper
Get the flag that indicates if the wrapper was added programmatically.
isEligibleToExpirationHeaderGeneration(HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
protected for extension.
isELIgnored() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isEmpty(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Return true if the given str is null or has a zero characters length.
isEmpty() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Is the queue empty?
isEmpty() - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
Is the queue empty?
isEncodeable(String) - Method in class org.apache.catalina.connector.Response
Return true if the specified URL should be encoded with a session identifier.
isEnded() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
isEnv() - Method in class org.jboss.web.rewrite.RewriteRule
 
isEof() - Method in class org.apache.catalina.connector.InputBuffer
Returns if the eof has been reached.
isEof() - Method in class org.apache.catalina.connector.Request
Return true if the EOF has been reached.
isError() - Method in class org.apache.catalina.connector.Response
Error flag accessor.
isError() - Method in class org.apache.catalina.core.DummyResponse
 
isError() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for error
isErrorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isErrorPage() - Method in class org.apache.jasper.JspCompilationContext
Are we processing something that has been declared as an errorpage?
isErrPage - Variable in class org.apache.jasper.JspCompilationContext
 
isEvent() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for event
isEventMode() - Method in class org.apache.catalina.connector.Request
Return true if the current request is using event mode.
isEventProvider() - Method in class org.apache.catalina.core.StandardContext
 
isEventProvider() - Method in class org.apache.catalina.core.StandardWrapper
 
isExceptionPresent() - Method in class org.apache.coyote.Response
 
isExpectation() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for expectation
isExpression(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Checks if the token is a runtime expression.
isExternal() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns true if the current entity being scanned is external.
isFilesystemBased() - Method in class org.apache.catalina.core.StandardContext
Returns true if the resources associated with this context are filesystem based.
isFinished() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
isFinished() - Method in class org.apache.catalina.connector.ResponseFacade
 
isForbidden() - Method in class org.jboss.web.rewrite.RewriteRule
 
isFormField() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Determines whether or not a FileItem instance represents a simple form field.
isFormField() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Determines whether or not a FileItem instance represents a simple form field.
isFormField() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Determines whether or not a FileItem instance represents a simple form field.
isGcDaemonProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isGone() - Method in class org.jboss.web.rewrite.RewriteRule
 
isHighSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns whether the given character is a high surrogate
isHost() - Method in class org.jboss.web.rewrite.RewriteRule
 
isHttp09() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for http09
isHttp11() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for http11
isHttpOnly() - Method in class org.apache.catalina.deploy.SessionCookie
 
isHttpSeparator(char) - Static method in class org.apache.tomcat.util.http.CookieSupport
Returns true if the byte is a separator as defined by V1 of the cookie spec, RFC2109.
isHttpToken(String) - Static method in class org.apache.tomcat.util.http.CookieSupport
 
isIgnore() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
isInitialized() - Method in interface org.apache.catalina.Context
Return true if the Context has been initialized.
isInitialized() - Method in class org.apache.catalina.core.StandardContext
 
isInitialized() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for initialized
isInitialized() - Static method in class org.jboss.web.php.Library
Check if PHP module is initialized.
isInMemory() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Determines whether or not the data for this output stream has been retained in memory.
isInMemory() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Provides a hint as to whether or not the file contents will be read from memory.
isInMemory() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Provides a hint as to whether or not the file contents will be read from memory.
isInvalid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is invalid.
isIs() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Is this a boolean attribute with an "is" getter?
isJava2DDisposerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isJavaKeyword(String) - Static method in class org.apache.jasper.compiler.JspUtil
Test whether the argument is a Java keyword
isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
To find out if an uri matches an url pattern in jsp config.
isJspServlet - Variable in class org.apache.catalina.core.StandardWrapper
True if this StandardWrapper is for the JspServlet
isKeepAlive() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Getter for keepAlive
isKeepAlive() - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Getter for keepAlive
isLast() - Method in class org.jboss.web.rewrite.RewriteRule
 
isLastModifiedHeaderSet() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
isLdapPoolProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isLiteralText() - Method in class org.apache.jasper.el.JspMethodExpression
 
isLiteralText() - Method in class org.apache.jasper.el.JspValueExpression
 
isLoaded(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Return true, if the session id is loaded in memory otherwise false is returned
isLocal() - Method in interface org.apache.cometd.bayeux.Client
 
isLocal() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
isLocked() - Method in class org.apache.catalina.util.ParameterMap
Return the locked state of this parameter map.
isLocked() - Method in class org.apache.catalina.util.ResourceSet
Return the locked state of this parameter map.
isLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is lower case.
isLowerCaseNames() - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Returns true if parameter names are to be converted to lower case when name/value pairs are parsed.
isLowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character can be considered markup.
isMetaChar(char) - Method in class org.apache.catalina.ssi.ExpressionTokenizer
 
isMultipartContent(RequestContext) - Static method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Utility method that determines whether the request contains multipart content.
isMultipartContent(HttpServletRequest) - Static method in class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
Utility method that determines whether the request contains multipart content.
isName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNCName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isNew() - Method in class org.apache.catalina.connector.OutputBuffer
True if this buffer hasn't been used ( since recycle() ) - i.e.
isNew - Variable in class org.apache.catalina.session.StandardSession
Flag indicating whether this session is new or not.
isNew() - Method in class org.apache.catalina.session.StandardSession
Return true if the client does not yet know about the session, or if the client chooses not to join the session.
isNew() - Method in class org.apache.catalina.session.StandardSessionFacade
 
isNew() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
isNext() - Method in class org.jboss.web.rewrite.RewriteRule
 
isNocase() - Method in class org.jboss.web.rewrite.RewriteCond
 
isNocase() - Method in class org.jboss.web.rewrite.RewriteRule
 
isNoescape() - Method in class org.jboss.web.rewrite.RewriteRule
 
isNosubreq() - Method in class org.jboss.web.rewrite.RewriteRule
 
isNotEmpty(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Return true if the given str has at least one character (can be a withespace).
isNotificationEnabled(Notification) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Test whether notification enabled for this event.
isNotificationEnabled(Notification) - Method in class org.apache.tomcat.util.modeler.FixedNotificationFilter
Test whether notification enabled for this event.
isNull() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
isNull() - Method in class org.apache.tomcat.util.buf.CharChunk
 
isNull() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
isNull(int) - Method in class org.apache.tomcat.util.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.apache.tomcat.util.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
ISO_8859_1 - Static variable in class org.apache.tomcat.util.buf.EncodingToCharset
 
isOpen() - Method in class org.apache.tomcat.util.net.NioChannel
Tells whether or not this channel is open.
isOrnext() - Method in class org.jboss.web.rewrite.RewriteCond
 
isOutDated() - Method in class org.apache.jasper.compiler.Compiler
This is a protected method intended to be overridden by subclasses of Compiler.
isOutDated(boolean) - Method in class org.apache.jasper.compiler.Compiler
Determine if a compilation is necessary by checking the time stamp of the JSP page with that of the corresponding .class or .java file.
isPackagedTagFile - Variable in class org.apache.jasper.JspCompilationContext
 
isPackageProtectionEnabled() - Static method in class org.apache.catalina.security.SecurityUtil
Return the SecurityManager only if Security is enabled AND package protection mechanism is enabled.
isPackageProtectionEnabled() - Static method in class org.apache.jasper.security.SecurityUtil
Return the SecurityManager only if Security is enabled AND package protection mechanism is enabled.
isParseFailed() - Method in class org.apache.tomcat.util.http.Parameters
 
isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
 
isPaused() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for paused
isPaused() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the state of the endpoint.
isPaused() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
isPersistent() - Method in interface org.apache.cometd.bayeux.Channel
Non persistent channels are removed when the last subscription is removed.
isPersistent() - Method in class org.apache.tomcat.bayeux.ChannelImpl
 
isPoolingEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isPoolingEnabled() - Method in interface org.apache.jasper.Options
Returns true if tag handler pooling is enabled, false otherwise.
isPositive() - Method in class org.jboss.web.rewrite.RewriteCond
 
isPropertyResolved() - Method in class org.apache.jasper.el.ELContextWrapper
 
isPrototypeMode() - Method in class org.apache.jasper.JspCompilationContext
True if we are compiling a tag file in prototype mode.
isPubid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isQsappend() - Method in class org.jboss.web.rewrite.RewriteRule
 
isQuote(char) - Method in class org.apache.catalina.ssi.SSIProcessor
 
isReadable() - Method in class org.apache.catalina.connector.Request
Return true if bytes are available.
isReadable() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Is this attribute readable by management applications?
isReadOnly(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
 
isReadOnly(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
 
isReadReady() - Method in class org.apache.catalina.connector.HttpEventImpl
 
isReadReady() - Method in interface org.jboss.servlet.http.HttpEvent
Returns true when data may be read from the connection (the flag becomes false if no data is available to read).
isReady() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
isReady() - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
isReady() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
isReady() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
isReady() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Gets ready status
isReady() - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
 
isRedirect() - Method in class org.jboss.web.rewrite.RewriteRule
 
isRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
isReplaceWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the "replace welcome files" property.
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.Request
Return true if the session identifier included in this request came from a cookie.
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.core.DummyRequest
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.Request
Return true if the session identifier included in this request came from the request URI.
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.Request
Deprecated.
As of Version 2.1 of the Java Servlet API, use isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.core.DummyRequest
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.core.DummyRequest
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.Request
Return true if the session identifier included in this request identifies a valid session.
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.core.DummyRequest
 
isResolveHosts() - Method in class org.apache.catalina.valves.AccessLogValve
Get the value of the resolve hosts flag.
isRestricted() - Method in class org.apache.catalina.core.ApplicationContext
 
isRestricted(Object) - Method in class org.apache.catalina.core.StandardContext
Is the specified listener restricted ?
isReuseAddress() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for reuseAddress
isReverseConnection() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for reverseConnection
isReverseConnection() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
isRootContext(ServletContext) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isRotatable() - Method in class org.apache.catalina.valves.AccessLogValve
Should we rotate the logs
isRunning() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Getter for running
isRunning() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the state of the endpoint.
isRunning() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
isSchemeChar(char) - Static method in class org.apache.tomcat.util.net.URL
Determine if the character is allowed in the scheme of a URI.
isScriptingInvalid() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isScriptless() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
isSecure() - Method in class org.apache.catalina.connector.Request
Was this request received on a secure connection?
isSecure() - Method in class org.apache.catalina.connector.RequestFacade
 
isSecure() - Method in class org.apache.catalina.core.DummyRequest
 
isSecure() - Method in class org.apache.catalina.deploy.SessionCookie
 
isSecure() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
isSecure() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Getter for secure
isSecure() - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
isSecure() - Method in class org.apache.tomcat.util.net.NioChannel
 
isSecurityLoginConfigurationProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isSecurityPolicyProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isServlet22() - Method in class org.apache.catalina.core.StandardContext
Are we processing a version 2.2 deployment descriptor?
isSessionIdValid(Request, String) - Method in class org.apache.catalina.connector.CoyoteAdapter
Return true if the session identifier specified identifies a valid session.
isSessionStale(Session, long) - Method in class org.apache.catalina.valves.PersistentValve
Indicate whether the session has been idle for longer than its expiration date as of the supplied time.
isSingleThreadModel() - Method in class org.apache.catalina.core.StandardWrapper
Return true if the servlet class represented by this component implements the SingleThreadModel interface.
isSmapDumped() - Method in class org.apache.jasper.EmbeddedServletOptions
Should SMAP info for JSR45 debugging be dumped to a file?
isSmapDumped() - Method in interface org.apache.jasper.Options
Indicates whether SMAP info for JSR45 debugging should be dumped to a file.
isSmapSuppressed() - Method in class org.apache.jasper.EmbeddedServletOptions
Is the generation of SMAP info for JSR45 debuggin suppressed?
isSmapSuppressed() - Method in interface org.apache.jasper.Options
Is the generation of SMAP info for JSR45 debugging suppressed?
isSpace(char) - Method in class org.apache.catalina.ssi.SSIProcessor
 
isSpace(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSSLEnabled() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL engine.
isSSLEnabled() - Method in class org.apache.coyote.http11.Http11NioProtocol
SSL engine.
isSSLEnabled() - Method in class org.apache.coyote.http11.Http11Protocol
 
isSSLEnabled() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
isStarted() - Method in interface org.apache.catalina.Container
Return if the container is started.
isStarted() - Method in class org.apache.catalina.core.ContainerBase
Return if the container is started.
isStarted() - Method in class org.apache.catalina.session.PersistentManagerBase
Get the started status.
isStarting() - Method in interface org.apache.catalina.Context
Return the application starting flag for this Context.
isStarting() - Method in class org.apache.catalina.core.StandardContext
Return the application starting flag for this Context.
isStateManageable() - Method in class org.apache.catalina.core.StandardContext
Support for "stateManageable" JSR77
isStateManageable() - Method in class org.apache.catalina.core.StandardWrapper
 
isStatisticsProvider() - Method in class org.apache.catalina.core.StandardContext
 
isStatisticsProvider() - Method in class org.apache.catalina.core.StandardWrapper
 
isSubscribed() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
isSupplemental(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a supplemental character.
isSuspended() - Method in class org.apache.catalina.connector.OutputBuffer
Is the response output suspended ?
isSuspended() - Method in class org.apache.catalina.connector.Response
Suspended flag accessor.
isSuspended() - Method in class org.apache.catalina.core.DummyResponse
 
isTagFile() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Is the tag being used inside a tag file?
isTagFile - Variable in class org.apache.jasper.JspCompilationContext
 
isTagFile() - Method in class org.apache.jasper.JspCompilationContext
 
isTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
isThresholdExceeded() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Determines whether or not the configured threshold has been exceeded for this output stream.
isTokenPollerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isType() - Method in class org.jboss.web.rewrite.RewriteRule
 
isUnavailable() - Method in class org.apache.catalina.core.StandardWrapper
Is this servlet currently unavailable?
isUnavailable() - Method in interface org.apache.catalina.Wrapper
Is this servlet currently unavailable?
isUndeflow() - Method in class org.apache.tomcat.util.buf.B2CConverter
 
isUndeflow() - Method in class org.apache.tomcat.util.buf.C2BConverter
 
isUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is upper case.
isUrlCacheProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isUserInRole(String) - Method in class org.apache.catalina.connector.Request
Return true if the authenticated user principal possesses the specified role name.
isUserInRole(String) - Method in class org.apache.catalina.connector.RequestFacade
 
isUserInRole(String) - Method in class org.apache.catalina.core.DummyRequest
 
isV0Separator(char) - Static method in class org.apache.tomcat.util.http.CookieSupport
Returns true if the byte is a separator as defined by V0 of the cookie spec.
isV0Token(String) - Static method in class org.apache.tomcat.util.http.CookieSupport
 
isValid() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets validity status
isValid() - Method in interface org.apache.catalina.Session
Return the isValid flag for this session.
isValid - Variable in class org.apache.catalina.session.StandardSession
Flag indicating whether this session is valid or not.
isValid() - Method in class org.apache.catalina.session.StandardSession
Return the isValid flag for this session.
isValid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is valid.
isValid() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
isValid() - Method in class org.jboss.web.php.ScriptEnvironment
Gets validity status
isValidateUri() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
isValidEncoding(String) - Method in class org.apache.catalina.ssi.SSIEcho
 
isValidIANAEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidInternal() - Method in interface org.apache.catalina.Session
Return the isValid flag for this session without doing any validity check.
isValidInternal() - Method in class org.apache.catalina.session.StandardSession
Return the isValid flag for this session without any expiration check.
isValidJavaEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
 
isValidJavaEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNCName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidNmtoken(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIFilter
virtual path can be webapp-relative
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServlet
virtual path can be webapp-relative
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isWhite(char) - Method in class org.apache.catalina.util.StringParser
Is the specified character considered to be whitespace?
isWhite(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is white space.
isWriteable() - Method in class org.apache.catalina.connector.Response
Return true if bytes are available.
isWriteable() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Is this attribute writeable by management applications?
isWriteReady() - Method in class org.apache.catalina.connector.HttpEventImpl
 
isWriteReady() - Method in interface org.jboss.servlet.http.HttpEvent
Returns true when data may be written to the connection (the flag becomes false when the client is unable to accept data fast enough).
isWriteResponseBodyStarted() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
isXml - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
isXml() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isXmlParsingProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isXpoweredBy() - Method in class org.apache.jasper.EmbeddedServletOptions
Is generation of X-Powered-By response header enabled/disabled?
isXpoweredBy() - Method in interface org.apache.jasper.Options
Is generation of X-Powered-By response header enabled/disabled?
ItemSkippedException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileItemStream.ItemSkippedException
 
iterator - Variable in class org.apache.naming.NamingContextBindingsEnumeration
Underlying enumeration.
iterator - Variable in class org.apache.naming.NamingContextEnumeration
Underlying enumeration.
iterator - Variable in class org.apache.naming.NamingEnumerationImpl
Underlying collection.

J

j2EEApplication - Variable in class org.apache.catalina.core.StandardContext
 
J2eeSchemaPublicId_14 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeSchemaResourcePath_14 - Static variable in class org.apache.catalina.startup.Constants
 
j2EEServer - Variable in class org.apache.catalina.core.StandardContext
 
J2eeWebServiceClientSchemaPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceClientSchemaResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceSchemaPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceSchemaResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
JARDirContext - Class in org.apache.naming.resources
JAR Directory Context implementation, variant of WAR dir context.
JARDirContext() - Constructor for class org.apache.naming.resources.JARDirContext
Builds a WAR directory context using the given environment.
JARDirContext(Hashtable) - Constructor for class org.apache.naming.resources.JARDirContext
Builds a WAR directory context using the given environment.
JARDirContext(JarFile, JARDirContext.Entry) - Constructor for class org.apache.naming.resources.JARDirContext
Constructor used for returning fake subcontexts.
JARDirContext.Entry - Class in org.apache.naming.resources
Entries structure.
JARDirContext.JARResource - Class in org.apache.naming.resources
This specialized resource implementation avoids opening the IputStream to the JAR right away.
JARResource(JarEntry) - Constructor for class org.apache.naming.resources.JARDirContext.JARResource
 
JasperELResolver - Class in org.apache.jasper.el
Jasper-specific CompositeELResolver that optimizes certain functions to avoid unnecessary resolver calls.
JasperELResolver(List<ELResolver>) - Constructor for class org.apache.jasper.el.JasperELResolver
 
JasperException - Exception in org.apache.jasper
Base class for all exceptions generated by the JSP engine.
JasperException(String) - Constructor for exception org.apache.jasper.JasperException
 
JasperException(String, Throwable) - Constructor for exception org.apache.jasper.JasperException
Creates a JasperException with the embedded exception and the reason for throwing a JasperException
JasperException(Throwable) - Constructor for exception org.apache.jasper.JasperException
Creates a JasperException with the embedded exception
JasperListener - Class in org.apache.catalina.core
This listener is designed to initialize Jasper before any web applications are started.
JasperListener() - Constructor for class org.apache.catalina.core.JasperListener
 
JasperLoader - Class in org.apache.jasper.servlet
Class loader for loading servlet class files (corresponding to JSP files) and tag handler class files (corresponding to tag files).
JasperLoader(URL[], ClassLoader, PermissionCollection, CodeSource) - Constructor for class org.apache.jasper.servlet.JasperLoader
 
JasperLogger - Interface in org.jboss.web
Logging IDs 5000-6000
JasperLogger_$logger - Class in org.jboss.web
Warning this class consists of generated code.
JasperLogger_$logger(Logger) - Constructor for class org.jboss.web.JasperLogger_$logger
 
JasperMessages - Interface in org.jboss.web
Logging IDs 4000-5000
JasperMessages_$bundle - Class in org.jboss.web
Warning this class consists of generated code.
JasperMessages_$bundle() - Constructor for class org.jboss.web.JasperMessages_$bundle
 
javacError(JavacErrorDetail[]) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
javacError(String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
javacError(JavacErrorDetail[]) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given javac compilation errors.
javacError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given javac error report and exception.
JavacErrorDetail - Class in org.apache.jasper.compiler
Class providing details about a javac compilation error.
JavacErrorDetail(String, int, StringBuilder) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
Constructor.
JavacErrorDetail(String, int, String, int, StringBuilder, JspCompilationContext) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
Constructor.
JavaeeSchemaPublicId_5 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeSchemaResourcePath_5 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceClientSchemaPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceClientSchemaResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceSchemaPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceSchemaResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
 
javaPath - Variable in class org.apache.jasper.JspCompilationContext
 
javaVMs - Variable in class org.apache.catalina.core.StandardContext
The Java virtual machines on which this module is running.
jaxpInitializationFailed() - Method in interface org.jboss.web.CatalinaMessages
 
jaxpInitializationFailed() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jaxpInitializationFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
JDBCAccessLogValve - Class in org.apache.catalina.valves
This Tomcat extension logs server access directly to a database, and can be used instead of the regular file-based access log implemented in AccessLogValve.
JDBCAccessLogValve() - Constructor for class org.apache.catalina.valves.JDBCAccessLogValve
Class constructor.
jdbcAccessLogValveConnectionCloseError() - Method in interface org.jboss.web.CatalinaMessages
 
jdbcAccessLogValveConnectionCloseError() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcAccessLogValveConnectionCloseError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcAccessLogValveInsertError() - Method in interface org.jboss.web.CatalinaMessages
 
jdbcAccessLogValveInsertError() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcAccessLogValveInsertError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
JDBCStore - Class in org.apache.catalina.session
Implementation of the Store interface that stores serialized session objects in a database.
JDBCStore() - Constructor for class org.apache.catalina.session.JDBCStore
 
jdbcStoreConnectionReopenFailed() - Method in interface org.jboss.web.CatalinaMessages
 
jdbcStoreConnectionReopenFailed() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreConnectionReopenFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreConnectionWasClosed() - Method in interface org.jboss.web.CatalinaMessages
 
jdbcStoreConnectionWasClosed() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreConnectionWasClosed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreDatabaseError() - Method in interface org.jboss.web.CatalinaMessages
 
jdbcStoreDatabaseError() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreDatabaseError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreDriverFailure(String) - Method in interface org.jboss.web.CatalinaMessages
 
jdbcStoreDriverFailure(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreDriverFailure$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreIdNotFound() - Method in interface org.jboss.web.CatalinaMessages
 
jdbcStoreIdNotFound() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreIdNotFound$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreSessionLoad(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
jdbcStoreSessionLoad(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreSessionLoad$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreSessionRemove(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
jdbcStoreSessionRemove(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreSessionRemove$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreSessionSave(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
jdbcStoreSessionSave(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jdbcStoreSessionSave$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
JDTCompiler - Class in org.apache.jasper.compiler
JDT class compiler.
JDTCompiler() - Constructor for class org.apache.jasper.compiler.JDTCompiler
 
JIoEndpoint - Class in org.apache.tomcat.util.net
Handle incoming TCP connections.
JIoEndpoint() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint
 
JIoEndpoint.Acceptor - Class in org.apache.tomcat.util.net
Server socket acceptor thread.
JIoEndpoint.Handler - Interface in org.apache.tomcat.util.net
Bare bones interface used for socket processing.
JIoEndpoint.Handler.SocketState - Enum in org.apache.tomcat.util.net
 
JIoEndpoint.Poller - Class in org.apache.tomcat.util.net
Poller class.
JIoEndpoint.SocketEventProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
JIoEndpoint.SocketInfo - Class in org.apache.tomcat.util.net
Socket list class, used to avoid using a possibly large amount of objects with very little actual use.
JIoEndpoint.SocketList - Class in org.apache.tomcat.util.net
Socket list class, used to avoid using a possibly large amount of objects with very little actual use.
JIoEndpoint.SocketProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
JIoEndpoint.SocketTimeouts - Class in org.apache.tomcat.util.net
Socket list class, used to avoid using a possibly large amount of objects with very little actual use.
JIoEndpoint.Worker - Class in org.apache.tomcat.util.net
 
JIoEndpoint.WorkerStack - Class in org.apache.tomcat.util.net
 
JK_AJP13_CPING_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_CPONG_REPLY - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_END_RESPONSE - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_FORWARD_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_GET_BODY_CHUNK - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_PING_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_SEND_BODY_CHUNK - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_SEND_HEADERS - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_SHUTDOWN - Static variable in class org.apache.coyote.ajp.Constants
 
JndiPermission - Class in org.apache.naming
Java SecurityManager Permission class for JNDI name based file resources
JndiPermission(String) - Constructor for class org.apache.naming.JndiPermission
Creates a new JndiPermission with no actions
JndiPermission(String, String) - Constructor for class org.apache.naming.JndiPermission
Creates a new JndiPermission with actions
join(long, long, long, long) - Static method in class org.apache.tomcat.jni.Multicast
Join a Multicast Group
join(String) - Method in class org.apache.tomcat.util.json.JSONArray
Make a string from the contents of this JSONArray.
JreMemoryLeakPreventionListener - Class in org.apache.catalina.core
Provide a workaround for known places where the Java Runtime environment can cause a memory leak or lock files.
JreMemoryLeakPreventionListener() - Constructor for class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
JSON_COMMENT_FILTERED_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - json-comment-filtered field
JSON_CONTENT_TYPE - Static variable in interface org.apache.cometd.bayeux.Bayeux
http helpers - text/json content type
JSON_MSG_ARRAY - Static variable in interface org.apache.tomcat.bayeux.BayeuxRequest
 
JSONArray - Class in org.apache.tomcat.util.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.apache.tomcat.util.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.apache.tomcat.util.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.apache.tomcat.util.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.apache.tomcat.util.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Collection, boolean) - Constructor for class org.apache.tomcat.util.json.JSONArray
Construct a JSONArray from a collection of beans.
JSONArray(Object) - Constructor for class org.apache.tomcat.util.json.JSONArray
Construct a JSONArray from an array
JSONArray(Object, boolean) - Constructor for class org.apache.tomcat.util.json.JSONArray
Construct a JSONArray from an array with a bean.
JSONException - Exception in org.apache.tomcat.util.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.apache.tomcat.util.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.apache.tomcat.util.json.JSONException
 
JSONMessages - Interface in org.jboss.web
Logging IDs 8000-8200
JSONMessages_$bundle - Class in org.jboss.web
Warning this class consists of generated code.
JSONMessages_$bundle() - Constructor for class org.jboss.web.JSONMessages_$bundle
 
JSONObject - Class in org.apache.tomcat.util.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.apache.tomcat.util.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.apache.tomcat.util.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.apache.tomcat.util.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.apache.tomcat.util.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map, boolean) - Constructor for class org.apache.tomcat.util.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.apache.tomcat.util.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, boolean) - Constructor for class org.apache.tomcat.util.json.JSONObject
Construct JSONObject from the given bean.
JSONObject(Object, String[]) - Constructor for class org.apache.tomcat.util.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.apache.tomcat.util.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONP_DEFAULT_NAME - Static variable in interface org.apache.cometd.bayeux.Bayeux
http helpers - default name of the jsonp callback function
JSONP_PARAMETER - Static variable in interface org.apache.cometd.bayeux.Bayeux
http helpers - name of the jsonp parameter
JSONString - Interface in org.apache.tomcat.util.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.apache.tomcat.util.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.apache.tomcat.util.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.apache.tomcat.util.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.apache.tomcat.util.json.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String) - Constructor for class org.apache.tomcat.util.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.apache.tomcat.util.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.apache.tomcat.util.json.JSONWriter
Make a fresh JSONWriter.
JSP_ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_FILE - Static variable in class org.apache.jasper.Constants
Request attribute for <jsp-file> element of a servlet definition.
JSP_FILE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we expose the value of the <jsp-file> value associated with this servlet, if any.
JSP_FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
The default package name for compiled jsp pages.
JSP_PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PROPERTY_GROUPS - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we record the set of JSP property groups (as an object of type HashMap) for this application.
JSP_ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_SERVLET_BASE - Static variable in class org.apache.jasper.Constants
The base class of the generated servlets.
JSP_SERVLET_CLASS - Static variable in class org.apache.catalina.core.Constants
 
JSP_SERVLET_NAME - Static variable in class org.apache.catalina.core.Constants
 
JSP_SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TAG_LIBRARIES - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we record the set of JSP tag libraries (as an object of type HashMap) for this application.
JSP_TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TEXT_ACTION_END - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_URI - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JspApplicationContextImpl - Class in org.apache.jasper.runtime
Implementation of JspApplicationContext
JspApplicationContextImpl() - Constructor for class org.apache.jasper.runtime.JspApplicationContextImpl
 
JspCompilationContext - Class in org.apache.jasper
A place holder for various things that are used through out the JSP engine.
JspCompilationContext(String, boolean, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
 
JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, URL) - Constructor for class org.apache.jasper.JspCompilationContext
 
jspCompiler - Variable in class org.apache.jasper.JspCompilationContext
 
JspConfig - Class in org.apache.jasper.compiler
Handles the jsp-config element in WEB_INF/web.xml.
JspConfig(ServletContext) - Constructor for class org.apache.jasper.compiler.JspConfig
 
JspConfig.JspProperty - Class in org.apache.jasper.compiler
 
jspContainerInitializationFailed(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
jspContainerInitializationFailed(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
jspContainerInitializationFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
jspContext - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
JspContextWrapper - Class in org.apache.jasper.runtime
Implementation of a JSP Context Wrapper.
JspContextWrapper(JspContext, ArrayList, ArrayList, ArrayList, Map) - Constructor for class org.apache.jasper.runtime.JspContextWrapper
 
jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
JspELException - Exception in org.apache.jasper.el
 
JspELException(String, ELException) - Constructor for exception org.apache.jasper.el.JspELException
 
jspError(String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Mark, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Mark, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(String, int, int, String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given JSP parse error.
jspError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given JSP parse error.
jspException(String, int) - Method in interface org.jboss.web.JasperMessages
 
jspException(String, int) - Method in class org.jboss.web.JasperMessages_$bundle
 
jspException$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
jspExceptionWithDetails(String, int, String) - Method in interface org.jboss.web.JasperMessages
 
jspExceptionWithDetails(String, int, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
jspExceptionWithDetails$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
JspFactoryImpl - Class in org.apache.jasper.runtime
Implementation of JspFactory.
JspFactoryImpl() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl
 
JspFactoryImpl.PageContextPool - Class in org.apache.jasper.runtime
 
jspFile - Variable in class org.apache.catalina.core.StandardWrapper
The context-relative URI of the JSP file for this servlet.
jspFileMustStartWithSlash(String) - Method in interface org.jboss.web.CatalinaMessages
 
jspFileMustStartWithSlash(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jspFileMustStartWithSlash$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
jspFileStartsWithSlash(String) - Method in interface org.jboss.web.CatalinaLogger
 
jspFileStartsWithSlash(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
jspFileStartsWithSlash$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
JspFragmentHelper - Class in org.apache.jasper.runtime
Helper class from which all Jsp Fragment helper classes extend.
JspFragmentHelper(int, JspContext, JspTag) - Constructor for class org.apache.jasper.runtime.JspFragmentHelper
 
jspInfo() - Method in interface org.jboss.web.JasperMessages
 
jspInfo() - Method in class org.jboss.web.JasperMessages_$bundle
 
jspInfo$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
 
jspLoader - Variable in class org.apache.jasper.JspCompilationContext
 
JspMethodExpression - Class in org.apache.jasper.el
 
JspMethodExpression() - Constructor for class org.apache.jasper.el.JspMethodExpression
 
JspMethodExpression(String, MethodExpression) - Constructor for class org.apache.jasper.el.JspMethodExpression
 
JspMethodNotFoundException - Exception in org.apache.jasper.el
 
JspMethodNotFoundException(String, MethodNotFoundException) - Constructor for exception org.apache.jasper.el.JspMethodNotFoundException
 
jspMonitorON - Variable in class org.apache.catalina.core.StandardWrapper
The ObjectName of the JSP monitoring mbean
JspProperty(String, String, String, String, ArrayList<String>, ArrayList<String>, String, String, String, String, String) - Constructor for class org.apache.jasper.compiler.JspConfig.JspProperty
 
JspPropertyGroup - Class in org.apache.catalina.deploy
 
JspPropertyGroup() - Constructor for class org.apache.catalina.deploy.JspPropertyGroup
 
jspPropertyGroups - Variable in class org.apache.catalina.core.StandardContext
The set of JSP property groups defined for the webapp, keyed by pattern.
JspPropertyNotFoundException - Exception in org.apache.jasper.el
 
JspPropertyNotFoundException(String, PropertyNotFoundException) - Constructor for exception org.apache.jasper.el.JspPropertyNotFoundException
 
JspPropertyNotWritableException - Exception in org.apache.jasper.el
 
JspPropertyNotWritableException(String, PropertyNotWritableException) - Constructor for exception org.apache.jasper.el.JspPropertyNotWritableException
 
JspRuntimeContext - Class in org.apache.jasper.compiler
Class for tracking JSP compile time file dependencies when the &060;%@include file="..."%&062; directive is used.
JspRuntimeContext(ServletContext, Options) - Constructor for class org.apache.jasper.compiler.JspRuntimeContext
Create a JspRuntimeContext for a web application context.
JspRuntimeLibrary - Class in org.apache.jasper.runtime
Bunch of util methods that are used by code generated for useBean, getProperty and setProperty.
JspRuntimeLibrary() - Constructor for class org.apache.jasper.runtime.JspRuntimeLibrary
 
JspRuntimeLibrary.PrivilegedIntrospectHelper - Class in org.apache.jasper.runtime
 
JspSchemaPublicId_20 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaPublicId_21 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaResourcePath_20 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaResourcePath_21 - Static variable in class org.apache.catalina.startup.Constants
 
JspServlet - Class in org.apache.jasper.servlet
The JSP engine (a.k.a Jasper).
JspServlet() - Constructor for class org.apache.jasper.servlet.JspServlet
 
JspServletWrapper - Class in org.apache.jasper.servlet
The JSP engine (a.k.a Jasper).
JspServletWrapper(ServletConfig, Options, String, boolean, JspRuntimeContext) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
 
JspServletWrapper(ServletContext, Options, String, TagInfo, JspRuntimeContext, URL) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
 
JspSourceDependent - Interface in org.apache.jasper.runtime
Interface for tracking the source files dependencies, for the purpose of compiling out of date pages.
jspTagLibraries - Variable in class org.apache.catalina.core.StandardContext
The set of taglibs defined for the webapp, keyed by uri.
jspTagLibraries - Variable in class org.apache.jasper.JspCompilationContext
 
jspUri - Variable in class org.apache.jasper.JspCompilationContext
 
JspUtil - Class in org.apache.jasper.compiler
This class has all the utility method(s).
JspUtil() - Constructor for class org.apache.jasper.compiler.JspUtil
 
JspUtil.ValidAttribute - Class in org.apache.jasper.compiler
 
JspValueExpression - Class in org.apache.jasper.el
Wrapper for providing context to ValueExpressions
JspValueExpression() - Constructor for class org.apache.jasper.el.JspValueExpression
 
JspValueExpression(String, ValueExpression) - Constructor for class org.apache.jasper.el.JspValueExpression
 
jspversion - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
The version of the JSP specification this tag library is written to.
jspWildCard - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
jspWildCard - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
JspWriterImpl - Class in org.apache.jasper.runtime
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
JspWriterImpl() - Constructor for class org.apache.jasper.runtime.JspWriterImpl
 
JspWriterImpl(ServletResponse) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
Create a buffered character-output stream that uses a default-sized output buffer.
JspWriterImpl(ServletResponse, int, boolean) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
Create a new buffered character-output stream that uses an output buffer of the given size.
JSSEFactory - Class in org.apache.tomcat.util.net.jsse
Factory interface to construct components based on the JSSE version in use.
JSSEFactory() - Constructor for class org.apache.tomcat.util.net.jsse.JSSEFactory
 
JSSEImplementation - Class in org.apache.tomcat.util.net.jsse
 
JSSEImplementation() - Constructor for class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
JSSEKeyManager - Class in org.apache.tomcat.util.net.jsse
X509KeyManager which allows selection of a specific keypair and certificate chain (identified by their keystore alias name) to be used by the server to authenticate itself to SSL clients.
JSSEKeyManager(X509KeyManager, String) - Constructor for class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Constructor.
JSSESocketFactory - Class in org.apache.tomcat.util.net.jsse
SSL server socket factory.
JSSESocketFactory() - Constructor for class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
jsw - Variable in class org.apache.jasper.compiler.Compiler
 
jsw - Variable in class org.apache.jasper.JspCompilationContext
 
jvmRoute() - Method in class org.apache.tomcat.util.http.BaseRequest
 

K

KEEPALIVE - Static variable in class org.apache.coyote.ajp.Constants
 
KEEPALIVE - Static variable in class org.apache.coyote.http11.Constants
 
keepAlive - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Keep-alive.
keepAlive - Variable in class org.apache.coyote.http11.Http11AprProcessor
Keep-alive.
keepAlive - Variable in class org.apache.coyote.http11.Http11Processor
Keep-alive.
keepAlive - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
keepAlive - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
KEEPALIVE_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
KEEPALIVE_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
keepAliveTimeout - Variable in class org.apache.coyote.ajp.AjpProcessor
The number of milliseconds Tomcat will wait for a subsequent request before closing the connection.
keepAliveTimeout - Variable in class org.apache.coyote.ajp.AjpProtocol
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
keepAliveTimeout - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
keepAliveTimeout - Variable in class org.apache.coyote.http11.Http11Processor
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
keepAliveTimeout - Variable in class org.apache.coyote.http11.Http11Protocol
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
keepAliveTimeout - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Keep-Alive timeout.
keepAliveTimeout - Variable in class org.apache.tomcat.util.net.AprEndpoint
Keep-Alive timeout.
keepAliveTimeout - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Keep-Alive timeout.
keepGenerated() - Method in class org.apache.jasper.JspCompilationContext
Are we keeping generated code around?
key - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Private key.
key(String) - Method in class org.apache.tomcat.util.json.JSONWriter
Append a key.
key - Variable in class org.jboss.web.rewrite.Substitution.MapElement
 
key - Variable in class org.jboss.web.rewrite.Substitution.ServerVariableElement
 
key - Variable in class org.jboss.web.rewrite.Substitution.ServerVariableEnvElement
 
key - Variable in class org.jboss.web.rewrite.Substitution.ServerVariableHttpElement
 
key - Variable in class org.jboss.web.rewrite.Substitution.ServerVariableSslElement
 
KEY_ALL_ACCESS - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_CREATE_LINK - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_CREATE_SUB_KEY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_ENUMERATE_SUB_KEYS - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_EXECUTE - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_NOTIFY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_QUERY_VALUE - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_READ - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_SET_VALUE - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_SIZE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the key size being used for this SSL connection (as an object of type java.lang.Integer).
KEY_SIZE_KEY - Static variable in class org.apache.tomcat.util.net.Constants
The Request attribute key for the key size.
KEY_WOW64_32KEY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_WOW64_64KEY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_WRITE - Static variable in class org.apache.tomcat.jni.Registry
 
keys() - Method in class org.apache.catalina.session.FileStore
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - Method in class org.apache.catalina.session.JDBCStore
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - Method in class org.apache.catalina.session.StandardSession
Return the names of all currently defined session attributes as an array of Strings.
keys() - Method in interface org.apache.catalina.Store
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - Method in class org.apache.tomcat.util.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keySize - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
kill(long, int) - Static method in class org.apache.tomcat.jni.Proc
Terminate a process.

L

landingPage - Variable in class org.apache.catalina.authenticator.FormAuthenticator
Landing page to use if a user tries to access the login page directly or if the session times out during login.
largeIcon - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
last - Variable in class org.jboss.web.rewrite.RewriteRule
Stop the rewriting process here and don't apply any more rewriting rules.
LAST_MODIFIED - Static variable in class org.apache.naming.resources.ResourceAttributes
Last modification date.
LAST_REQ_ATTR - Static variable in interface org.apache.tomcat.bayeux.BayeuxRequest
 
lastAccessedTime - Variable in class org.apache.catalina.session.StandardSession
The last accessed time for this Session.
lastActiveFilter - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalInputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Index of the last active filter.
lastMaintain - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Last run of maintain.
lastMaintain - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Poller
Last run of maintain.
lastMaintain - Variable in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
Last run of maintain.
lastModified - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
lastModified - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified time.
lastModifiedDate - Variable in class org.apache.catalina.ssi.SSIMediator
 
lastModifiedDate - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified date.
lastModifiedHttp - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified date in HTTP format.
lastValid - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Last valid byte.
lastValid - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Last valid byte in the buffer.
lastValid - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Last valid byte.
lastValid - Variable in class org.apache.coyote.http11.InternalInputBuffer
Last valid byte.
lastWrite() - Method in class org.apache.catalina.connector.OutputBuffer
Return the amount of bytes written by the lower layer.
lastWrite - Variable in class org.apache.coyote.Response
 
lazyLoadListeners - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Listeners for lazy loading of web applications.
LC_OFFSET - Static variable in class org.apache.coyote.ajp.Constants
Lower case offset.
LC_OFFSET - Static variable in class org.apache.coyote.http11.Constants
Lower case offset.
leave(long, long, long, long) - Static method in class org.apache.tomcat.jni.Multicast
Leave a Multicast Group.
leftover - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Leftover bytes which could not be written during a non blocking write.
leftover - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Leftover bytes which could not be written during a non blocking write.
leftovers - Variable in class org.apache.tomcat.util.buf.B2CConverter
Leftover buffer used for incomplete characters.
leftovers - Variable in class org.apache.tomcat.util.buf.C2BConverter
Leftover buffer used for multi-characters characters.
legacyVariableResolver() - Method in interface org.jboss.web.JasperMessages
 
legacyVariableResolver() - Method in class org.jboss.web.JasperMessages_$bundle
 
legacyVariableResolver$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
len - Variable in class org.apache.coyote.ajp.AjpMessage
This actually means different things depending on whether the packet is read or write.
length - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
 
length - Variable in class org.apache.jasper.xmlparser.XMLString
The length of characters from the offset.
length - Variable in class org.apache.naming.resources.FileDirContext.FileResource
File length.
length() - Method in class org.apache.tomcat.util.buf.CharChunk
 
length() - Method in class org.apache.tomcat.util.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.apache.tomcat.util.json.JSONObject
Get the number of keys stored in the JSONObject.
LexicalCondition() - Constructor for class org.jboss.web.rewrite.RewriteCond.LexicalCondition
 
LF - Static variable in class org.apache.coyote.ajp.Constants
LF.
LF - Static variable in class org.apache.coyote.http11.Constants
LF.
LF - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The Line Feed ASCII character value.
Library - Class in org.apache.tomcat.jni
Library
Library - Class in org.jboss.web.php
Library class.
LibraryLoader - Class in org.apache.tomcat.jni
 
lifecycle - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.authenticator.SingleSignOn
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.connector.Connector
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.core.ContainerBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.core.StandardPipeline
The lifecycle event support for this component.
Lifecycle - Interface in org.apache.catalina
Common interface for component life cycle methods.
lifecycle - Variable in class org.apache.catalina.realm.RealmBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.session.PersistentManagerBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.session.StandardManager
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.session.StoreBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.AccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.CrawlerSessionManagerValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.SemaphoreValve
The lifecycle event support for this component.
lifecycle - Variable in class org.jboss.web.rewrite.RewriteValve
The lifecycle event support for this component.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.AprLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.JasperListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.ServiceMapperListener
 
LifecycleEvent - Class in org.apache.catalina
General event for notifying listeners of significant changes on a component that implements the Lifecycle interface.
LifecycleEvent(Lifecycle, String) - Constructor for class org.apache.catalina.LifecycleEvent
Construct a new LifecycleEvent with the specified parameters.
LifecycleEvent(Lifecycle, String, Object) - Constructor for class org.apache.catalina.LifecycleEvent
Construct a new LifecycleEvent with the specified parameters.
lifecycleEvent(LifecycleEvent) - Method in interface org.apache.catalina.LifecycleListener
Acknowledge the occurrence of the specified event.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.ContextConfig
Process events for an associated Context.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.EngineConfig
Process the START event for an associated Engine.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.HostConfig
Process the START event for an associated Host.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
 
lifecycleEvent(LifecycleEvent) - Method in class org.jboss.web.php.LifecycleListener
Primary entry point for startup and shutdown events.
LifecycleException - Exception in org.apache.catalina
General purpose exception that is thrown to indicate a lifecycle related problem.
LifecycleException() - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException with no other information.
LifecycleException(String) - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message.
LifecycleException(Throwable) - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified throwable.
LifecycleException(String, Throwable) - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message and throwable.
LifecycleListener - Interface in org.apache.catalina
Interface defining a listener for significant events (including "component start" and "component stop" generated by a component that implements the Lifecycle interface.
LifecycleListener - Class in org.jboss.web.php
Implementation of LifecycleListener that will init and and destroy PHP.
LifecycleListener() - Constructor for class org.jboss.web.php.LifecycleListener
 
LifecycleSupport - Class in org.apache.catalina.util
Support class to assist in firing LifecycleEvent notifications to registered LifecycleListeners.
LifecycleSupport(Lifecycle) - Constructor for class org.apache.catalina.util.LifecycleSupport
Construct a new LifecycleSupport object associated with the specified Lifecycle component.
LimitedInputStream - Class in org.apache.tomcat.util.http.fileupload.util
An input stream, which limits its data size.
LimitedInputStream(InputStream, long) - Constructor for class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Creates a new instance.
limitedPollerSize(int) - Method in interface org.jboss.web.CoyoteLogger
 
limitedPollerSize(int) - Method in class org.jboss.web.CoyoteLogger_$logger
 
limitedPollerSize$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
lineBuffer - Variable in class org.apache.catalina.connector.CoyoteReader
 
LineInfo() - Constructor for class org.apache.jasper.compiler.SmapStratum.LineInfo
 
LINK_REF - Static variable in class org.apache.naming.NamingEntry
 
list(String) - Method in class org.apache.naming.resources.AliasDirContext
 
list(Name) - Method in class org.apache.naming.resources.AliasDirContext
 
list(Name) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list() - Method in class org.apache.naming.resources.DirContextURLConnection
List children of this collection.
list(String) - Method in class org.apache.naming.resources.FileDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(File) - Method in class org.apache.naming.resources.FileDirContext
List the resources which are members of a collection.
list(String) - Method in class org.apache.naming.resources.JARDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.apache.naming.resources.JARDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(JARDirContext.Entry) - Method in class org.apache.naming.resources.JARDirContext
List children as objects.
list(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(File) - Method in class org.apache.naming.resources.VirtualDirContext
 
list(String) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(WARDirContext.Entry) - Method in class org.apache.naming.resources.WARDirContext
List children as objects.
listBindings(String) - Method in class org.apache.naming.resources.AliasDirContext
 
listBindings(Name) - Method in class org.apache.naming.resources.AliasDirContext
 
listBindings(Name) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.FileDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.JARDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.JARDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listen(long, int) - Static method in class org.apache.tomcat.jni.Local
Listen to a bound socket for connections.
listen(long, int) - Static method in class org.apache.tomcat.jni.Socket
Listen to a bound socket for connections.
listener - Variable in class org.apache.catalina.connector.Request.AsyncListenerRegistration
 
Listener - Interface in org.apache.cometd.bayeux
Cometd Listener interface.
For local clients, in order to receive messages, they pass in a callback object when the local client is created using the Bayeux.newClient(String,Listener) method.
listener - Variable in class org.apache.tomcat.bayeux.ClientImpl
The callback object for local clients
LISTENER_ARRAY - Static variable in class org.apache.catalina.core.ContainerBase
Listener array type.
listenerCreationFailed(String) - Method in interface org.jboss.web.CatalinaMessages
 
listenerCreationFailed(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listenerCreationFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listeners - Variable in class org.apache.catalina.core.ContainerBase
The container event listeners for this Container.
listeners - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
listeners - Variable in class org.apache.catalina.session.StandardSession
The session event listeners for this Session.
listenersInstances - Variable in class org.apache.catalina.core.StandardContext
The set of instantiated listener objects.
listenerStart() - Method in class org.apache.catalina.core.StandardContext
Configure the set of instantiated application event listeners for this Context.
listenerStop() - Method in class org.apache.catalina.core.StandardContext
Send an application stop event to all interested listeners.
listingDirectoryParent(String) - Method in interface org.jboss.web.CatalinaMessages
 
listingDirectoryParent(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listingDirectoryParent$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listingDirectoryTitle(String) - Method in interface org.jboss.web.CatalinaMessages
 
listingDirectoryTitle(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listingDirectoryTitle$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listingFilename() - Method in interface org.jboss.web.CatalinaMessages
 
listingFilename() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listingFilename$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listingLastModified() - Method in interface org.jboss.web.CatalinaMessages
 
listingLastModified() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listingLastModified$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listings - Variable in class org.apache.catalina.servlets.DefaultServlet
Should we generate directory listings?
listingSize() - Method in interface org.jboss.web.CatalinaMessages
 
listingSize() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listingSize$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
listSessionIds() - Method in class org.apache.catalina.session.ManagerBase
For debugging: return a list of all session ids currently active
listsock - Variable in class org.apache.tomcat.util.net.AprEndpoint
 
listToCommaDelimitedString(List<String>) - Static method in class org.apache.catalina.filters.RemoteIpFilter
Convert an array of strings in a comma delimited string
listToCommaDelimitedString(List<String>) - Static method in class org.apache.catalina.valves.RemoteIpValve
Convert an array of strings in a comma delimited string
load() - Method in class org.apache.catalina.core.StandardWrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
load() - Method in interface org.apache.catalina.Manager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load(String) - Method in class org.apache.catalina.session.FileStore
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load(String) - Method in class org.apache.catalina.session.JDBCStore
Load the Session associated with the id id.
load() - Method in class org.apache.catalina.session.PersistentManagerBase
Load all sessions found in the persistence mechanism, assuming they are marked as valid and have not passed their expiration limit.
load() - Method in class org.apache.catalina.session.StandardManager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load(String) - Method in interface org.apache.catalina.Store
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load() - Method in interface org.apache.catalina.Wrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
load() - Method in class org.apache.jasper.JspCompilationContext
 
load(CacheEntry) - Method in class org.apache.naming.resources.ResourceCache
 
load(String) - Static method in class org.apache.tomcat.jni.LibraryLoader
 
load() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
load() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Load the mbeans from the source.
load(String, Object, String) - Method in class org.apache.tomcat.util.modeler.Registry
Deprecated.
bad interface, mixing of metadata and mbeans
loadCachedDescriptors(Object) - Method in class org.apache.tomcat.util.modeler.Registry
Deprecated.
Loaded automatically or using a File or Url ending in .ser
loadClass(String) - Method in class org.apache.jasper.servlet.JasperLoader
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.apache.jasper.servlet.JasperLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
Load data, returns a list of items.
loadDescriptors(String, ClassLoader) - Method in class org.apache.tomcat.util.modeler.Registry
Lookup the component descriptor in the package and in the parent packages.
loadDescriptors(String, Object, String) - Method in class org.apache.tomcat.util.modeler.Registry
Deprecated. 
loadDescriptors(Object) - Method in class org.apache.tomcat.util.modeler.Registry
Load the registry from the XML input found in the specified input stream.
loadDSATempKey(int, String) - Static method in class org.apache.tomcat.jni.SSL
Load temporary DSA key from file
Index can be one of:
loadEntries() - Method in class org.apache.naming.resources.JARDirContext
Constructs a tree of the entries contained in a WAR file.
loadEntries() - Method in class org.apache.naming.resources.WARDirContext
Constructs a tree of the entries contained in a WAR file.
loader - Variable in class org.apache.catalina.core.ContainerBase
The Loader implementation with which this Container is associated.
Loader - Interface in org.apache.catalina
A Loader represents a Java ClassLoader implementation that can be used by a Container to load class files (within a repository associated with the Loader) that are designed to be reloaded upon request, as well as a mechanism to detect whether changes have occurred in the underlying repository.
loader - Variable in class org.apache.jasper.compiler.BeanRepository
 
loader - Variable in class org.apache.jasper.JspCompilationContext
 
loadMBeans(Object, ClassLoader) - Method in class org.apache.tomcat.util.modeler.Registry
Load an extended mlet file.
loadMBeans(Object, ClassLoader) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Load an extended mlet file.
loadMetadata(Object) - Method in class org.apache.tomcat.util.modeler.Registry
Load descriptors.
loadMetadata(Object) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Load descriptors.
loadOnStartup(Container[]) - Method in class org.apache.catalina.core.StandardContext
Load and initialize all servlets marked "load on startup" in the web application deployment descriptor.
loadOnStartup - Variable in class org.apache.catalina.core.StandardWrapper
The load-on-startup order value (negative value means load on first call) for this servlet.
loadRegistry(InputStream) - Static method in class org.apache.tomcat.util.modeler.Registry
Deprecated.
use normal class method instead
loadServlet() - Method in class org.apache.catalina.core.StandardWrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
loadTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
Compile (if needed) and load a tag file
loadTagFilePrototype() - Method in class org.apache.jasper.servlet.JspServletWrapper
Compile and load a prototype for the Tag file.
loadTime - Variable in class org.apache.catalina.core.StandardWrapper
 
local - Variable in class org.apache.tomcat.bayeux.ClientImpl
Same JVM clients, get local=true
Local - Class in org.apache.tomcat.jni
Local socket
Local() - Constructor for class org.apache.tomcat.jni.Local
 
LOCAL_RANDOM - Static variable in class org.apache.catalina.connector.Request
 
localAddList - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
List of sockets to be added to the poller.
localAddList - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Poller
List of sockets to be added to the poller.
localAddr - Variable in class org.apache.catalina.connector.Request
Local address
localAddr - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
The local Host address.
localAddr - Variable in class org.apache.coyote.http11.Http11AprProcessor
The local Host address.
localAddr - Variable in class org.apache.coyote.http11.Http11Processor
The local Host address.
localAddr() - Method in class org.apache.coyote.Request
 
LocalAddrElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalAddrElement
 
LOCALE_DEFAULT - Static variable in class org.apache.coyote.Constants
 
LOCALE_US - Static variable in class org.apache.catalina.util.DateTool
US locale - all HTTP dates are in english
localeEncoding(long) - Static method in class org.apache.tomcat.jni.OS
Get the name of the current locale character set.
locales - Variable in class org.apache.catalina.connector.Request
The preferred Locales assocaited with this Request.
localesParsed - Variable in class org.apache.catalina.connector.Request
Parse locales.
localName - Variable in class org.apache.catalina.connector.Request
Local address
localName - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Local Host associated with the current connection.
localName - Variable in class org.apache.coyote.http11.Http11AprProcessor
Local Host associated with the current connection.
localName - Variable in class org.apache.coyote.http11.Http11Processor
Local Host associated with the current connection.
localName() - Method in class org.apache.coyote.Request
 
localPath - Variable in class org.apache.naming.resources.DirContextURLConnection
Local path.
localPort - Variable in class org.apache.catalina.connector.Request
Local port
localPort - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Local port to which the socket is connected
localPort - Variable in class org.apache.coyote.http11.Http11AprProcessor
Local port to which the socket is connected
localPort - Variable in class org.apache.coyote.http11.Http11Processor
Local port to which the socket is connected
LocalPortElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalPortElement
 
LocalServerNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalServerNameElement
 
localXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per directory.
location - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
The location of the taglib, which should be the JAR path, or empty if exploded.
location - Variable in class org.apache.catalina.deploy.Multipart
 
location - Variable in class org.apache.tomcat.util.modeler.modules.ModelerSource
 
lock(long, int) - Static method in class org.apache.tomcat.jni.File
Establish a lock on the specified, open file.
lock(long) - Static method in class org.apache.tomcat.jni.Global
Acquire the lock for the given mutex.
Lock - Class in org.apache.tomcat.jni
Lock
Lock() - Constructor for class org.apache.tomcat.jni.Lock
 
lock(long) - Static method in class org.apache.tomcat.jni.Lock
Acquire the lock for the given mutex.
lockedParameterMap() - Method in interface org.jboss.web.CatalinaMessages
 
lockedParameterMap() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
lockedParameterMap$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
lockedResourceSet() - Method in interface org.jboss.web.CatalinaMessages
 
lockedResourceSet() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
lockedResourceSet$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
lockfile(long) - Static method in class org.apache.tomcat.jni.Lock
Return the name of the lockfile for the mutex, or NULL if the mutex doesn't use a lock file
log(String) - Method in class org.apache.catalina.core.ApplicationContext
Writes the specified message to a servlet log file.
log(Exception, String) - Method in class org.apache.catalina.core.ApplicationContext
Deprecated.
As of Java Servlet API 2.1, use log(String, Throwable) instead
log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContext
Writes the specified message and exception to a servlet log file.
log(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(Exception, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(String, Throwable) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
log(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
log(String, Throwable) - Method in class org.apache.catalina.ssi.SSIMediator
 
log(String, Throwable) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
log(String) - Method in class org.apache.catalina.valves.AccessLogValve
Log the specified message to the log file, switching files if the date has changed since the previous log call.
log - Static variable in class org.apache.coyote.ajp.AjpMessage
 
log(Handler, String) - Static method in class org.jboss.web.php.Handler
 
log(Handler, String) - Static method in class org.jboss.web.php.SAPI
 
LOG_DEBUG - Static variable in class org.apache.tomcat.jni.OS
 
LOG_EMERG - Static variable in class org.apache.tomcat.jni.OS
 
LOG_ERROR - Static variable in class org.apache.tomcat.jni.OS
 
LOG_INFO - Static variable in class org.apache.tomcat.jni.OS
 
LOG_NOTICE - Static variable in class org.apache.tomcat.jni.OS
 
LOG_WARN - Static variable in class org.apache.tomcat.jni.OS
 
logCompilationClasspath(String) - Method in interface org.jboss.web.JasperLogger
 
logCompilationClasspath(String) - Method in class org.jboss.web.JasperLogger_$logger
 
logCompilationClasspath$str() - Method in class org.jboss.web.JasperLogger_$logger
 
logElements - Variable in class org.apache.catalina.valves.AccessLogValve
Array of AccessLogElement, they will be used to make log message.
logger - Variable in class org.apache.catalina.core.ContainerBase
The Logger implementation with which this Container is associated.
logicalName - Variable in class org.apache.catalina.core.StandardContext
The logical name of the webapp, if any which may be used in other descriptors.
LogicalUserNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LogicalUserNameElement
 
login(Request, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
login(Request, String, String) - Method in interface org.apache.catalina.Authenticator
 
login(String, String) - Method in class org.apache.catalina.connector.Request
 
login(String, String) - Method in class org.apache.catalina.connector.RequestFacade
 
login(String, String) - Method in class org.apache.catalina.core.DummyRequest
 
LOGIN_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
loginConfig - Variable in class org.apache.catalina.core.StandardContext
The login configuration descriptor for this web application.
LoginConfig - Class in org.apache.catalina.deploy
Representation of a login configuration element for a web application, as represented in a <login-config> element in the deployment descriptor.
LoginConfig() - Constructor for class org.apache.catalina.deploy.LoginConfig
Construct a new LoginConfig with default properties.
LoginConfig(String, String, String, String) - Constructor for class org.apache.catalina.deploy.LoginConfig
Construct a new LoginConfig with the specified properties.
loginContext - Variable in class org.apache.catalina.realm.GenericPrincipal
The JAAS LoginContext, if any, used to authenticate this Principal.
loginPageMustStartWithSlash(String) - Method in interface org.jboss.web.CatalinaMessages
 
loginPageMustStartWithSlash(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
loginPageMustStartWithSlash$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
loginPageStartsWithSlash(String) - Method in interface org.jboss.web.CatalinaLogger
 
loginPageStartsWithSlash(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
loginPageStartsWithSlash$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
logName - Variable in class org.apache.catalina.core.ContainerBase
Associated logger name.
logName() - Method in class org.apache.catalina.core.ContainerBase
Return the abbreviated name of this container for logging messsages
logout(Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
logout(Request) - Method in interface org.apache.catalina.Authenticator
 
logout() - Method in class org.apache.catalina.connector.Request
 
logout() - Method in class org.apache.catalina.connector.RequestFacade
 
logout() - Method in class org.apache.catalina.core.DummyRequest
 
logout() - Method in class org.apache.catalina.realm.GenericPrincipal
Calls logout, if necessary, on any associated JAASLoginContext.
logoutFailure() - Method in interface org.jboss.web.CatalinaMessages
 
logoutFailure() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
logoutFailure$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
logParentClassLoader(String) - Method in interface org.jboss.web.JasperLogger
 
logParentClassLoader(String) - Method in class org.jboss.web.JasperLogger_$logger
 
logParentClassLoader$str() - Method in class org.jboss.web.JasperLogger_$logger
 
lookup(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Look up and return the cached SingleSignOn entry associated with this sso id value, if there is one; otherwise return null.
lookup(String) - Method in class org.apache.naming.resources.AliasDirContext
 
lookup(Name) - Method in class org.apache.naming.resources.AliasDirContext
 
lookup(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.JARDirContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.JARDirContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.ResourceCache
 
lookup(String) - Method in class org.apache.naming.resources.VirtualDirContext
 
lookup(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object.
lookup(String) - Method in interface org.jboss.web.rewrite.RewriteMap
 
lookupCache(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object as a cache entry, without any exception.
lookupLink(String) - Method in class org.apache.naming.resources.AliasDirContext
 
lookupLink(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.JARDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
loopback(long, boolean) - Static method in class org.apache.tomcat.jni.Multicast
Toggle IP Multicast Loopback
LOW_MEMORY - Static variable in class org.apache.tomcat.util.Constants
 
lowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns the low surrogate of a supplemental character

M

main(String[]) - Static method in class org.apache.catalina.realm.RealmBase
Digest password using the algorithm especificied and convert the result to a corresponding hex string.
main(String[]) - Static method in class org.apache.catalina.util.FastDateFormat
 
main(String[]) - Static method in class org.apache.jasper.compiler.SmapGenerator
 
main(String[]) - Static method in class org.jboss.web.Version
Print out the current version on System.out.
maintain(long, long[], boolean) - Static method in class org.apache.tomcat.jni.Poll
Maintain on the descriptor(s) in a pollset
maintain() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Timeout checks.
maintain() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Poller
Timeout checks.
maintain() - Method in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
Check timeouts and raise timeout event
MAJOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
make(String, int, long) - Static method in class org.apache.tomcat.jni.Directory
Create a new directory on the file system.
make(long, int, int) - Static method in class org.apache.tomcat.jni.SSLContext
Initialize new SSL context
makeJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given identifier to a legal Java identifier
makeJavaPackage(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given path to a Java package or fully-qualified class name
makeOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 
makeRecursive(String, int, long) - Static method in class org.apache.tomcat.jni.Directory
Creates a new directory on the file system, but behaves like 'mkdir -p'.
makeSpace(int) - Method in class org.apache.tomcat.util.buf.CharChunk
Make space for len chars.
makeXmlJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given Xml name to a legal Java identifier.
malformedLibraryVersionNumber() - Method in interface org.jboss.web.JasperMessages
 
malformedLibraryVersionNumber() - Method in class org.jboss.web.JasperMessages_$bundle
 
malformedLibraryVersionNumber$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
MalformedStreamException() - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException
Constructs a MalformedStreamException with no detail message.
MalformedStreamException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException
Constructs an MalformedStreamException with the specified detail message.
malformedXmlDeclaration() - Method in interface org.jboss.web.JasperMessages
 
malformedXmlDeclaration() - Method in class org.jboss.web.JasperMessages_$bundle
 
malformedXmlDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
malloc(int) - Static method in class org.apache.tomcat.jni.Stdlib
Allocates memory blocks.
managedBean - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
Metadata for the mbean instance.
ManagedBean - Class in org.apache.tomcat.util.modeler
Internal configuration information for a managed bean (MBean) descriptor.
ManagedBean() - Constructor for class org.apache.tomcat.util.modeler.ManagedBean
Constructor.
manager - Variable in class org.apache.catalina.core.ContainerBase
The Manager implementation with which this Container is associated.
Manager - Interface in org.apache.catalina
A Manager manages the pool of Sessions that are associated with a particular Container.
manager - Variable in class org.apache.catalina.session.StandardSession
The Manager with which this Session is associated.
manager - Variable in class org.apache.catalina.session.StoreBase
The Manager with which this JDBCStore is associated.
ManagerBase - Class in org.apache.catalina.session
Minimal implementation of the Manager interface that supports no session persistence or distributable capabilities.
ManagerBase() - Constructor for class org.apache.catalina.session.ManagerBase
 
managerInvalidSessionTimeout(String) - Method in interface org.jboss.web.CatalinaLogger
 
managerInvalidSessionTimeout(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
managerInvalidSessionTimeout$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
managerLoadFailed(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
managerLoadFailed(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
managerLoadFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
managerMaxActiveSessions() - Method in interface org.jboss.web.CatalinaMessages
 
managerMaxActiveSessions() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
managerMaxActiveSessions$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
managerUnloadFailed(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
managerUnloadFailed(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
managerUnloadFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
mangleChar(char) - Static method in class org.apache.jasper.compiler.JspUtil
Mangle the specified character to create a legal Java class name.
map(Node.Nodes) - Static method in class org.apache.jasper.compiler.ELFunctionMapper
Creates the functions mappers for all EL expressions in the JSP page.
map(MessageBytes, MessageBytes, MappingData) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Map the specified host name and URI, mutating the given mapping data.
map(MessageBytes, MappingData) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Map the specified URI relative to the context, mutating the given mapping data.
map - Variable in class org.jboss.web.rewrite.Substitution.MapElement
 
MapElement() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
MapElement() - Constructor for class org.jboss.web.rewrite.Substitution.MapElement
 
mapFunction(String, Class, String, Class[]) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Stores a mapping from the given EL function prefix and name to the given Java method.
mapper - Variable in class org.apache.catalina.core.ServiceMapperListener
Associated mapper.
mapper - Variable in class org.apache.catalina.core.StandardContext
The mapper associated with this context.
mapper - Variable in class org.apache.catalina.core.StandardService
Mapper.
Mapper - Class in org.apache.tomcat.util.http.mapper
Mapper, which implements the servlet API mapping rules (which are derived from the HTTP rules).
Mapper() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper
 
Mapper.Context - Class in org.apache.tomcat.util.http.mapper
 
Mapper.ContextList - Class in org.apache.tomcat.util.http.mapper
 
Mapper.Host - Class in org.apache.tomcat.util.http.mapper
 
Mapper.MapElement - Class in org.apache.tomcat.util.http.mapper
 
Mapper.Wrapper - Class in org.apache.tomcat.util.http.mapper
 
mapperContextNotFound(String) - Method in interface org.jboss.web.CoyoteMessages
 
mapperContextNotFound(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
mapperContextNotFound$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
mapperHostNotFound(String) - Method in interface org.jboss.web.CoyoteMessages
 
mapperHostNotFound(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
mapperHostNotFound$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
mapperListener - Variable in class org.apache.catalina.core.StandardService
The associated mapper.
mappingData - Variable in class org.apache.catalina.connector.Request
Mapping data.
MappingData - Class in org.apache.tomcat.util.http.mapper
Mapping data.
MappingData() - Constructor for class org.apache.tomcat.util.http.mapper.MappingData
 
mappings - Variable in class org.apache.catalina.core.StandardWrapper
Mappings associated with the wrapper.
maps - Variable in class org.jboss.web.rewrite.RewriteValve
Maps to be used by the rules.
mark(int) - Method in class org.apache.catalina.connector.CoyoteReader
 
mark(int) - Method in class org.apache.catalina.connector.InputBuffer
 
mark(int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Mark the present position in the stream.
mark(int) - Method in class org.apache.jasper.xmlparser.UCSReader
Mark the present position in the stream.
mark(int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Mark the present position in the stream.
markingServletUnavailable(String) - Method in interface org.jboss.web.CatalinaMessages
 
markingServletUnavailable(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
markingServletUnavailable$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
markNotSupportedInUtf8Reader() - Method in interface org.jboss.web.JasperMessages
 
markNotSupportedInUtf8Reader() - Method in class org.jboss.web.JasperMessages_$bundle
 
markNotSupportedInUtf8Reader$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
markSupported() - Method in class org.apache.catalina.connector.CoyoteReader
 
markSupported() - Method in class org.apache.catalina.connector.InputBuffer
 
markSupported() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.jasper.xmlparser.UCSReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Tell whether this stream supports the mark() operation.
MASK_CONTENT - Static variable in class org.apache.jasper.xmlparser.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.apache.jasper.xmlparser.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.apache.jasper.xmlparser.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.apache.jasper.xmlparser.XMLChar
Valid character mask.
matcher - Variable in class org.jboss.web.rewrite.RewriteCond.PatternCondition
 
matches(String) - Method in class org.apache.tomcat.bayeux.ChannelImpl
Returns true if this channel matches the pattern to its id.
matchesOne(String, Pattern...) - Static method in class org.apache.catalina.filters.RemoteIpFilter
Return true if the given str matches at least one of the given patterns.
matchesOne(String, Pattern...) - Static method in class org.apache.catalina.valves.RemoteIpValve
Return true if the given str matches at least one of the given patterns.
matchRequest(Request) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Does this request match the saved one (so that it must be the redirect we signalled after successful authentication?
MAX_ACTIVE_SESSIONS - Static variable in class org.apache.catalina.session.StandardManager
 
MAX_ARGS_SIZE - Static variable in class org.apache.tomcat.jni.Proc
Detach
MAX_COUNT - Static variable in class org.apache.tomcat.util.http.MimeHeaders
 
MAX_COUNT - Static variable in class org.apache.tomcat.util.http.Parameters
 
MAX_ENV_SIZE - Static variable in class org.apache.tomcat.jni.Proc
 
MAX_NOTES - Static variable in class org.apache.coyote.Constants
 
MAX_PACKET_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Default maximum total byte size for a AJP packet
MAX_PAUSE_WAIT - Static variable in class org.apache.coyote.Constants
 
MAX_POOL_SIZE - Static variable in class org.apache.jasper.Constants
Default tag handler pool size.
MAX_READ_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Default maximum size of data that can be sent in one packet
MAX_SEND_SIZE - Static variable in class org.apache.coyote.ajp.Constants
 
MAX_THREADS - Static variable in class org.apache.tomcat.util.net.Constants
 
maxActive - Variable in class org.apache.catalina.session.ManagerBase
 
maxActiveSessions - Variable in class org.apache.catalina.session.PersistentManagerBase
The maximum number of active Sessions allowed, or -1 for no limit.
maxActiveSessions - Variable in class org.apache.catalina.session.StandardManager
The maximum number of active Sessions allowed, or -1 for no limit.
maxAge - Variable in class org.apache.catalina.deploy.SessionCookie
 
maxAllocateIterations - Variable in class org.apache.naming.resources.ResourceCache
Max amount of removals during a make space.
maxConnections - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
The maximum number of connections
maxFieldSizeExceeded(String, long) - Method in interface org.jboss.web.FileUploadMessages
 
maxFieldSizeExceeded(String, long) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
maxFieldSizeExceeded$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
maxFileSize - Variable in class org.apache.catalina.deploy.Multipart
 
maxHeadersFail(int) - Method in interface org.jboss.web.CoyoteMessages
 
maxHeadersFail(int) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
maxHeadersFail$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
maxHttpHeaderSize - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
Maximum size of the HTTP message header.
maxHttpHeaderSize - Variable in class org.apache.coyote.http11.Http11AprProtocol
Maximum size of the HTTP message header.
maxHttpHeaderSize - Variable in class org.apache.coyote.http11.Http11Protocol
Maximum size of the HTTP message header.
maxIdleBackup - Variable in class org.apache.catalina.session.PersistentManagerBase
How long a session must be idle before it should be backed up.
maxIdleSwap - Variable in class org.apache.catalina.session.PersistentManagerBase
The maximum time a session may be idle before it should be swapped to file just on general principle.
maxInactiveInterval - Variable in class org.apache.catalina.session.ManagerBase
The default maximum inactive interval for Sessions created by this Manager.
maxInactiveInterval - Variable in class org.apache.catalina.session.StandardSession
The maximum time interval, in seconds, between client requests before the servlet container may invalidate this session.
maxInstances - Variable in class org.apache.catalina.core.StandardWrapper
Maximum number of STM instances.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Maximum number of Keep-Alive requests to honor.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
Maximum number of requests which can be performed over a keepalive connection.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11AprProcessor
Maximum number of Keep-Alive requests to honor.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11AprProtocol
Maximum number of requests which can be performed over a keepalive connection.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11Processor
Maximum number of Keep-Alive requests to honor.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11Protocol
Maximum number of requests which can be performed over a keepalive connection.
maxParametersFail(int) - Method in interface org.jboss.web.CoyoteMessages
 
maxParametersFail(int) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
maxParametersFail$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
maxPostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be automatically parsed by the container.
maxRequestSize - Variable in class org.apache.catalina.deploy.Multipart
 
maxRequestSizeExceeded(long, long) - Method in interface org.jboss.web.FileUploadMessages
 
maxRequestSizeExceeded(long, long) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
maxRequestSizeExceeded$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
maxSavePostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be saved by the container during authentication.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Max saved post size.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
Maximum size of the post which will be saved when processing certain requests, such as a POST.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11AprProcessor
Max save post size.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11AprProtocol
Maximum size of the post which will be saved when processing certain requests, such as a POST.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11Processor
Max saved post size.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11Protocol
Maximum size of the post which will be saved when processing certain requests, such as a POST.
maxStringSize - Static variable in class org.apache.tomcat.util.buf.StringCache
 
maxThreads - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Maximum amount of worker threads.
maxThreads - Variable in class org.apache.tomcat.util.net.AprEndpoint
Maximum amount of worker threads.
maxThreads - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Maximum amount of worker threads.
maxThreadsReached(int, InetAddress, int) - Method in interface org.jboss.web.CoyoteLogger
 
maxThreadsReached(int, InetAddress, int) - Method in class org.jboss.web.CoyoteLogger_$logger
 
maxThreadsReached$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
MBEAN_REGISTRY_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled).
MbeansDescriptorsDOMSource - Class in org.apache.tomcat.util.modeler.modules
 
MbeansDescriptorsDOMSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
 
MbeansDescriptorsIntrospectionSource - Class in org.apache.tomcat.util.modeler.modules
 
MbeansDescriptorsIntrospectionSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
MbeansDescriptorsSerSource - Class in org.apache.tomcat.util.modeler.modules
 
MbeansDescriptorsSerSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
MbeansSource - Class in org.apache.tomcat.util.modeler.modules
This will create mbeans based on a config file.
MbeansSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansSource
 
MbeansSourceMBean - Interface in org.apache.tomcat.util.modeler.modules
This mbean will load an extended mlet file ( similar in syntax with jboss ).
md - Variable in class org.apache.catalina.realm.RealmBase
The MessageDigest object for digesting user credentials (passwords).
md5Encoder - Static variable in class org.apache.catalina.realm.RealmBase
The MD5 helper object for this class.
md5Encoder - Static variable in class org.apache.catalina.servlets.WebdavServlet
The MD5 helper object for this class.
MD5Encoder - Class in org.apache.catalina.util
Encode an MD5 digest into a String.
MD5Encoder() - Constructor for class org.apache.catalina.util.MD5Encoder
 
md5Helper - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Deprecated.
Unused - will be removed in Tomcat 8.0.x onwards
md5Helper - Static variable in class org.apache.catalina.realm.RealmBase
MD5 message digest provider.
md5Helper - Static variable in class org.apache.catalina.servlets.WebdavServlet
MD5 message digest provider.
MemoryProtocolHandler - Class in org.apache.coyote.memory
Abstract the protocol implementation, including threading, etc.
MemoryProtocolHandler() - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler
 
MemoryProtocolHandler.ByteChunkInputBuffer - Class in org.apache.coyote.memory
 
MemoryProtocolHandler.ByteChunkOutputBuffer - Class in org.apache.coyote.memory
 
memread(byte[], long, int) - Static method in class org.apache.tomcat.jni.Stdlib
Read from plain memory
memset(long, int, int) - Static method in class org.apache.tomcat.jni.Stdlib
Sets buffers to a specified character
memwrite(long, byte[], int) - Static method in class org.apache.tomcat.jni.Stdlib
Write to plain memory
merge(int, int) - Static method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
merge(int, int) - Static method in class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
 
merge(int, int) - Static method in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
Merge the tow flags
message - Variable in exception org.apache.catalina.connector.ClientAbortException
The error message passed to our constructor (if any)
message - Variable in exception org.apache.catalina.LifecycleException
The error message passed to our constructor (if any)
Message - Interface in org.apache.cometd.bayeux
A Bayeux Message
A Bayeux message is a Map of String/Object key value pairs representing the data in the message.
message - Variable in class org.apache.coyote.Response
Status message.
MESSAGE_PARAMETER - Static variable in interface org.apache.cometd.bayeux.Bayeux
http helpers - parameter name for json message
MessageBytes - Class in org.apache.tomcat.util.buf
This class is used to represent a subarray of bytes in an HTTP message.
MessageBytes() - Constructor for class org.apache.tomcat.util.buf.MessageBytes
Deprecated.
Use static newInstance() in order to allow future hooks.
MessageBytes.MessageBytesFactory - Class in org.apache.tomcat.util.buf
 
MessageBytesFactory() - Constructor for class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
MessageImpl - Class in org.apache.tomcat.bayeux
 
MessageImpl(String) - Constructor for class org.apache.tomcat.bayeux.MessageImpl
 
messages - Variable in class org.apache.tomcat.bayeux.ClientImpl
queued message for remote clients.
MESSAGES - Static variable in interface org.jboss.web.CatalinaMessages
The messages
MESSAGES - Static variable in interface org.jboss.web.CoyoteMessages
The messages
MESSAGES - Static variable in interface org.jboss.web.FileUploadMessages
The messages
MESSAGES - Static variable in interface org.jboss.web.JasperMessages
The messages
MESSAGES - Static variable in interface org.jboss.web.JSONMessages
The messages
MESSAGES - Static variable in interface org.jboss.web.NamingMessages
The messages
MESSAGES - Static variable in interface org.jboss.web.WebMessages
The messages
META - Static variable in interface org.apache.cometd.bayeux.Bayeux
Meta definitions for channels
META_CLIENT - Static variable in interface org.apache.cometd.bayeux.Bayeux
Meta definitions for channels - client messsage
META_CONNECT - Static variable in interface org.apache.cometd.bayeux.Bayeux
Meta definitions for channels - connect message
META_DISCONNECT - Static variable in interface org.apache.cometd.bayeux.Bayeux
Meta definitions for channels - disconnect messsage
META_HANDSHAKE - Static variable in interface org.apache.cometd.bayeux.Bayeux
Meta definitions for channels - handshake messsage
META_PING - Static variable in interface org.apache.cometd.bayeux.Bayeux
Meta definitions for channels - ping messsage
META_RECONNECT - Static variable in interface org.apache.cometd.bayeux.Bayeux
Deprecated. 
META_SLASH - Static variable in interface org.apache.cometd.bayeux.Bayeux
Meta definitions for channels
META_STATUS - Static variable in interface org.apache.cometd.bayeux.Bayeux
Meta definitions for channels - status messsage
META_SUBSCRIBE - Static variable in interface org.apache.cometd.bayeux.Bayeux
Meta definitions for channels - subscribe messsage
META_UNSUBSCRIBE - Static variable in interface org.apache.cometd.bayeux.Bayeux
Meta definitions for channels - unsubscribe messsage
MetaConnectRequest - Class in org.apache.tomcat.bayeux.request
Handshake request Bayeux message.
MetaConnectRequest(TomcatBayeux, HttpEvent, JSONObject) - Constructor for class org.apache.tomcat.bayeux.request.MetaConnectRequest
 
MetaDisconnectRequest - Class in org.apache.tomcat.bayeux.request
Handshake request Bayeux message.
MetaDisconnectRequest(TomcatBayeux, HttpEvent, JSONObject) - Constructor for class org.apache.tomcat.bayeux.request.MetaDisconnectRequest
 
MetaHandshakeRequest - Class in org.apache.tomcat.bayeux.request
Handshake request Bayeux message.
MetaHandshakeRequest(TomcatBayeux, HttpEvent, JSONObject) - Constructor for class org.apache.tomcat.bayeux.request.MetaHandshakeRequest
 
MetaSubscribeRequest - Class in org.apache.tomcat.bayeux.request
Handshake request Bayeux message.
MetaSubscribeRequest(TomcatBayeux, HttpEvent, JSONObject) - Constructor for class org.apache.tomcat.bayeux.request.MetaSubscribeRequest
 
MetaUnsubscribeRequest - Class in org.apache.tomcat.bayeux.request
Handshake request Bayeux message.
MetaUnsubscribeRequest(TomcatBayeux, HttpEvent, JSONObject) - Constructor for class org.apache.tomcat.bayeux.request.MetaUnsubscribeRequest
 
method() - Method in class org.apache.coyote.Request
 
method() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the method.
METHOD_GET - Static variable in class org.apache.catalina.filters.Constants
 
MethodElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.MethodElement
 
methodSignature - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
methodTransArray - Static variable in class org.apache.coyote.ajp.Constants
 
MIME2Java - Class in org.apache.catalina.util
MIME2Java is a convenience class which handles conversions between MIME charset names and Java encoding names.
MimeHeaderField() - Constructor for class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
Creates a new, uninitialized header field.
MimeHeaders - Class in org.apache.tomcat.util.http
Memory-efficient repository for Mime Headers.
MimeHeaders() - Constructor for class org.apache.tomcat.util.http.MimeHeaders
Creates a new MimeHeaders object using a default buffer size.
MimeHeaders.MimeHeaderField - Class in org.apache.tomcat.util.http
 
MimeHeaders.NamesEnumerator - Class in org.apache.tomcat.util.http
Enumerate the distinct header names.
MimeHeaders.ValuesEnumerator - Class in org.apache.tomcat.util.http
Enumerate the values for a (possibly ) multiple value element.
MimeMap - Class in org.apache.tomcat.util.http
A mime type map that implements the java.net.FileNameMap interface.
MimeMap() - Constructor for class org.apache.tomcat.util.http.MimeMap
 
mimeMappings - Variable in class org.apache.catalina.core.StandardContext
The MIME mappings for this web application, keyed by extension.
mimeSeparation - Static variable in class org.apache.catalina.servlets.DefaultServlet
MIME multipart separation string
mimeType - Variable in class org.apache.naming.resources.ResourceAttributes
MIME type.
MIN_VERSION_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - minimumVersion field
minIdleSwap - Variable in class org.apache.catalina.session.PersistentManagerBase
Minimum time a session must be idle before it is swapped to disk.
MINOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
minutes(int) - Static method in class org.apache.catalina.filters.ExpiresFilter.Duration
 
minVersion - Variable in class org.apache.tomcat.bayeux.RequestBase
 
MISSING_VARIABLE_VALUE - Static variable in class org.apache.catalina.ssi.SSIEcho
 
missingAprThreadsSupport() - Method in interface org.jboss.web.CoyoteMessages
 
missingAprThreadsSupport() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
missingAprThreadsSupport$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
missingClosingQuoteInTextDeclaration(String) - Method in interface org.jboss.web.JasperMessages
 
missingClosingQuoteInTextDeclaration(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingClosingQuoteInTextDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingClosingQuoteInXmlDeclaration(String) - Method in interface org.jboss.web.JasperMessages
 
missingClosingQuoteInXmlDeclaration(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingClosingQuoteInXmlDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingDirectory(String) - Method in interface org.jboss.web.FileUploadMessages
 
missingDirectory(String) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
missingDirectory$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
missingEqual() - Method in interface org.jboss.web.JasperMessages
 
missingEqual() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingEqual$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingEqualsInTextDeclaration(String) - Method in interface org.jboss.web.JasperMessages
 
missingEqualsInTextDeclaration(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingEqualsInTextDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingEqualsInXmlDeclaration(String) - Method in interface org.jboss.web.JasperMessages
 
missingEqualsInXmlDeclaration(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingEqualsInXmlDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingEscaping(String, String) - Method in interface org.jboss.web.JasperMessages
 
missingEscaping(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingEscaping$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingFile(String) - Method in interface org.jboss.web.FileUploadMessages
 
missingFile(String) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
missingFile$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
missingFilterMapping() - Method in interface org.jboss.web.CatalinaMessages
 
missingFilterMapping() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
missingFilterMapping$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
missingFunctionClass(String, String) - Method in interface org.jboss.web.JasperMessages
 
missingFunctionClass(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingFunctionClass$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingFunctionPrefix(String) - Method in interface org.jboss.web.JasperMessages
 
missingFunctionPrefix(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingFunctionPrefix$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingInstanceSupport(String) - Method in interface org.jboss.web.CatalinaMessages
 
missingInstanceSupport(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
missingInstanceSupport$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
missingJar(String) - Method in interface org.jboss.web.JasperMessages
 
missingJar(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingJar$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingJspServlet() - Method in interface org.jboss.web.CatalinaLogger
 
missingJspServlet() - Method in class org.jboss.web.CatalinaLogger_$logger
 
missingJspServlet$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
missingMandatoryAttribute(String, String) - Method in interface org.jboss.web.JasperMessages
 
missingMandatoryAttribute(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingMandatoryAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingMandatoryAttributes() - Method in interface org.jboss.web.JasperMessages
 
missingMandatoryAttributes() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingMandatoryAttributes$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingMandatoryNameAttribute() - Method in interface org.jboss.web.JasperMessages
 
missingMandatoryNameAttribute() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingMandatoryNameAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingMethodInClass(String, String, String) - Method in interface org.jboss.web.JasperMessages
 
missingMethodInClass(String, String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingMethodInClass$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingMultipartBoundary() - Method in interface org.jboss.web.FileUploadMessages
 
missingMultipartBoundary() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
missingMultipartBoundary$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
missingParamAction() - Method in interface org.jboss.web.JasperMessages
 
missingParamAction() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingParamAction$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingParameterNameOrValue() - Method in interface org.jboss.web.CatalinaMessages
 
missingParameterNameOrValue() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
missingParameterNameOrValue$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
missingParentJmxRegistration(Object, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
missingParentJmxRegistration(Object, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
missingParentJmxRegistration$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
missingPluginCode() - Method in interface org.jboss.web.JasperMessages
 
missingPluginCode() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingPluginCode$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingPluginType() - Method in interface org.jboss.web.JasperMessages
 
missingPluginType() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingPluginType$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingPseudoAttribute() - Method in interface org.jboss.web.JasperMessages
 
missingPseudoAttribute() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingPseudoAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingPseudoAttributeName() - Method in interface org.jboss.web.JasperMessages
 
missingPseudoAttributeName() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingPseudoAttributeName$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingQuote() - Method in interface org.jboss.web.JasperMessages
 
missingQuote() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingQuote$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingQuoteInTextDeclaration(String) - Method in interface org.jboss.web.JasperMessages
 
missingQuoteInTextDeclaration(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingQuoteInTextDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingQuoteInXmlDeclaration(String) - Method in interface org.jboss.web.JasperMessages
 
missingQuoteInXmlDeclaration(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingQuoteInXmlDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingRequestCertificate() - Method in interface org.jboss.web.CatalinaMessages
 
missingRequestCertificate() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
missingRequestCertificate$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
missingRequiredTagLibraryElement(String, String) - Method in interface org.jboss.web.JasperMessages
 
missingRequiredTagLibraryElement(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingRequiredTagLibraryElement$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingSecurityProvider(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
missingSecurityProvider(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
missingSecurityProvider$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
missingSignatureClass(String, String) - Method in interface org.jboss.web.JasperMessages
 
missingSignatureClass(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingSignatureClass$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingTagInfo(String) - Method in interface org.jboss.web.JasperMessages
 
missingTagInfo(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
missingTagInfo$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingTemporaryFilePrefix() - Method in interface org.jboss.web.FileUploadMessages
 
missingTemporaryFilePrefix() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
missingTemporaryFilePrefix$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
missingUseBeanType() - Method in interface org.jboss.web.JasperMessages
 
missingUseBeanType() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingUseBeanType$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingVarAttribute() - Method in interface org.jboss.web.JasperMessages
 
missingVarAttribute() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingVarAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
missingWorkDirectory() - Method in interface org.jboss.web.JasperLogger
 
missingWorkDirectory(String) - Method in interface org.jboss.web.JasperLogger
 
missingWorkDirectory() - Method in class org.jboss.web.JasperLogger_$logger
 
missingWorkDirectory(String) - Method in class org.jboss.web.JasperLogger_$logger
 
missingWorkDirectory0$str() - Method in class org.jboss.web.JasperLogger_$logger
 
missingWorkDirectory1$str() - Method in class org.jboss.web.JasperLogger_$logger
 
mktemp(String, int, long) - Static method in class org.apache.tomcat.jni.File
Open a temporary file
Mmap - Class in org.apache.tomcat.jni
Mmap
Mmap() - Constructor for class org.apache.tomcat.jni.Mmap
 
mode - Variable in class org.apache.tomcat.util.json.JSONWriter
The current mode.
MODELER_LOGGER - Static variable in interface org.jboss.web.CoyoteLogger
A logger with the category of the package name.
ModelerSource - Class in org.apache.tomcat.util.modeler.modules
Source for descriptor data.
ModelerSource() - Constructor for class org.apache.tomcat.util.modeler.modules.ModelerSource
 
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.AliasDirContext
 
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.AliasDirContext
 
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.FileDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.JARDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.JARDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.WARDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
months - Static variable in class org.apache.catalina.valves.AccessLogValve
The set of month abbreviations for log messages.
more() - Method in class org.apache.tomcat.util.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
msec(long) - Static method in class org.apache.tomcat.jni.Time
 
mserver - Variable in class org.apache.catalina.connector.Connector
 
mserver - Variable in class org.apache.catalina.core.ContainerBase
 
mserver - Variable in class org.apache.catalina.core.StandardServer
 
mserver - Variable in class org.apache.catalina.core.StandardService
 
mserver - Variable in class org.apache.catalina.realm.RealmBase
 
mserver - Variable in class org.apache.catalina.session.ManagerBase
 
mserver - Variable in class org.apache.catalina.valves.ValveBase
 
mserver - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
mserver - Variable in class org.apache.coyote.ajp.AjpProtocol
 
mserver - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
mserver - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
mserver - Variable in class org.apache.coyote.http11.Http11Protocol
 
mtime - Variable in class org.apache.tomcat.jni.FileInfo
The time the file was last modified
mtimeSet(String, long, long) - Static method in class org.apache.tomcat.jni.File
Set the mtime of the specified file.
Multicast - Class in org.apache.tomcat.jni
Multicast
Multicast() - Constructor for class org.apache.tomcat.jni.Multicast
 
Multipart - Class in org.apache.catalina.deploy
 
Multipart() - Constructor for class org.apache.catalina.deploy.Multipart
 
MULTIPART - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Part of HTTP content type header.
MULTIPART_FORM_DATA - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content type header for multipart forms.
MULTIPART_MIXED - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content type header for multiple uploads.
multipartConfig - Variable in class org.apache.catalina.core.StandardWrapper
The multipart config annotation configured on this servlet.
multipartIoProcessingFailed(Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
multipartIoProcessingFailed(Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
multipartIoProcessingFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
multipartProcessingFailed(Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
multipartProcessingFailed(Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
multipartProcessingFailed(String, String) - Method in interface org.jboss.web.FileUploadMessages
 
multipartProcessingFailed(String, String) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
multipartProcessingFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
multipartProcessingFailed$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
MultipartStream - Class in org.apache.tomcat.util.http.fileupload
Low level API for processing file uploads.
MultipartStream.IllegalBoundaryException - Exception in org.apache.tomcat.util.http.fileupload
Thrown upon attempt of setting an invalid boundary token.
MultipartStream.ItemInputStream - Class in org.apache.tomcat.util.http.fileupload
An InputStream for reading an items contents.
MultipartStream.MalformedStreamException - Exception in org.apache.tomcat.util.http.fileupload
Thrown to indicate that the input stream fails to follow the required syntax.
MultipartStream.ProgressNotifier - Class in org.apache.tomcat.util.http.fileupload
Internal class, which is used to invoke the ProgressListener.
mustNotSpecifyVariableDirectiveBothName() - Method in interface org.jboss.web.JasperMessages
 
mustNotSpecifyVariableDirectiveBothName() - Method in class org.jboss.web.JasperMessages_$bundle
 
mustNotSpecifyVariableDirectiveBothName$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
mustNotSpecifyVariableDirectiveBothOrNoneName() - Method in interface org.jboss.web.JasperMessages
 
mustNotSpecifyVariableDirectiveBothOrNoneName() - Method in class org.jboss.web.JasperMessages_$bundle
 
mustNotSpecifyVariableDirectiveBothOrNoneName$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
mustSpecifyVariableDirectiveEitherName() - Method in interface org.jboss.web.JasperMessages
 
mustSpecifyVariableDirectiveEitherName() - Method in class org.jboss.web.JasperMessages_$bundle
 
mustSpecifyVariableDirectiveEitherName$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
mygetHeader(Request, String) - Method in class org.apache.catalina.valves.SSLValve
 

N

n - Variable in class org.jboss.web.rewrite.Substitution.RewriteCondBackReferenceElement
 
n - Variable in class org.jboss.web.rewrite.Substitution.RewriteRuleBackReferenceElement
 
name - Variable in class org.apache.catalina.connector.CoyotePrincipal
The username of the user represented by this Principal.
name - Variable in class org.apache.catalina.core.ContainerBase
The human-readable name of this Container.
name - Variable in class org.apache.catalina.deploy.jsp.FunctionInfo
 
name - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
name - Variable in class org.apache.catalina.deploy.jsp.TagFileInfo
 
name - Variable in class org.apache.catalina.deploy.SessionCookie
 
name - Variable in class org.apache.catalina.realm.GenericPrincipal
The username of the user represented by this Principal.
name - Static variable in class org.apache.catalina.session.ManagerBase
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.PersistentManager
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.StandardManager
The descriptive name of this Manager implementation (for logging).
name - Variable in class org.apache.naming.NamingEntry
 
name - Variable in class org.apache.naming.resources.CacheEntry
 
name - Variable in class org.apache.naming.resources.JARDirContext.Entry
 
NAME - Static variable in class org.apache.naming.resources.ResourceAttributes
Name.
name - Variable in class org.apache.naming.resources.ResourceAttributes
Name.
name - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
name - Variable in class org.apache.tomcat.jni.FileInfo
The file's name (no path) in filesystem case
name(long) - Static method in class org.apache.tomcat.jni.Lock
Display the name of the mutex, as it relates to the actual method used.
name - Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
name - Variable in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
name - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
name - Variable in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
 
name - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
 
name - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
name - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Name of the thread pool, which will be used for naming child threads.
name - Variable in class org.apache.tomcat.util.net.AprEndpoint
Name of the thread pool, which will be used for naming child threads.
name - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Name of the thread pool, which will be used for naming child threads.
nameB - Variable in class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
 
NAMED_DISPATCHER_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the servlet name on a named dispatcher request.
nameFromAttribute - Variable in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
nameGet(long) - Static method in class org.apache.tomcat.jni.File
return the file name of the current file.
nameGiven - Variable in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
nameParser - Variable in class org.apache.naming.resources.BaseDirContext
Name parser for this context.
NameParserImpl - Class in org.apache.naming
Parses names.
NameParserImpl() - Constructor for class org.apache.naming.NameParserImpl
 
names() - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns an enumeration of strings representing the header field names.
names() - Method in class org.apache.tomcat.util.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
NamesEnumerator() - Constructor for class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
 
NamingContextBindingsEnumeration - Class in org.apache.naming
Naming enumeration implementation.
NamingContextBindingsEnumeration(Iterator, Context) - Constructor for class org.apache.naming.NamingContextBindingsEnumeration
 
NamingContextEnumeration - Class in org.apache.naming
Naming enumeration implementation.
NamingContextEnumeration(Iterator) - Constructor for class org.apache.naming.NamingContextEnumeration
 
NamingEntry - Class in org.apache.naming
Represents a binding in a NamingContext.
NamingEntry(String, Object, int) - Constructor for class org.apache.naming.NamingEntry
 
NamingEnumerationImpl<T> - Class in org.apache.naming
Naming enumeration implementation.
NamingEnumerationImpl(Collection<T>) - Constructor for class org.apache.naming.NamingEnumerationImpl
 
NamingLogger - Interface in org.jboss.web
Logging IDs 6500-6700
NamingLogger_$logger - Class in org.jboss.web
Warning this class consists of generated code.
NamingLogger_$logger(Logger) - Constructor for class org.jboss.web.NamingLogger_$logger
 
NamingMessages - Interface in org.jboss.web
Logging IDs 6700-7000
NamingMessages_$bundle - Class in org.jboss.web
Warning this class consists of generated code.
NamingMessages_$bundle() - Constructor for class org.jboss.web.NamingMessages_$bundle
 
needAlternateEncoding(String) - Method in interface org.jboss.web.JasperMessages
 
needAlternateEncoding(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
needAlternateEncoding$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
needCRLFParse - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Flag set to true if the next call to doRead() must parse a CRLF pair before doing anything else.
negativeBufferSize(int) - Method in interface org.jboss.web.FileUploadMessages
 
negativeBufferSize(int) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
negativeBufferSize$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
nestedJspRoot() - Method in interface org.jboss.web.JasperMessages
 
nestedJspRoot() - Method in class org.jboss.web.JasperMessages_$bundle
 
nestedJspRoot$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nesting - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
nesting - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
netosError() - Static method in exception org.apache.tomcat.jni.Error
Get the last platform socket error.
NEW_RESOLVER_INSTANCE - Static variable in class org.apache.jasper.el.ELResolverImpl
 
newBIO(long, BIOCallback) - Static method in class org.apache.tomcat.jni.SSL
Initialize new BIO
newClient(String, Listener) - Method in interface org.apache.cometd.bayeux.Bayeux
Creates a new server side client.
newClient(String, Listener, boolean, HttpEvent) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
newClient(String, Listener) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
newFileItemHeaders() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Creates a new instance of FileItemHeaders.
newInstance() - Static method in class org.apache.catalina.security.SecurityConfig
Returns the singleton instance of that class.
newInstance(String) - Method in interface org.apache.tomcat.InstanceManager
 
newInstance(String, ClassLoader) - Method in interface org.apache.tomcat.InstanceManager
 
newInstance(Class<?>) - Method in interface org.apache.tomcat.InstanceManager
 
newInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
 
newInstance() - Method in class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
newInstance() - Static method in class org.apache.tomcat.util.buf.MessageBytes
Construct a new MessageBytes instance
newLine() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
newLine() - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a line separator.
newMessage(Client) - Method in interface org.apache.cometd.bayeux.Bayeux
Creates a new message to be sent by a server side client.
newMessage() - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
newMessage(Client) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
newThread(Runnable, String, boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Create a new thread for the specified target
newThread(Runnable) - Method in class org.apache.tomcat.util.net.NioEndpoint.DefaultThreadFactory
Create and return a new thread
newWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
Create and return a new processor suitable for processing HTTP requests and returning the corresponding responses.
newWorkerThread() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Create and return a new processor suitable for processing HTTP requests and returning the corresponding responses.
next - Variable in class org.apache.catalina.valves.ValveBase
The next Valve in the pipeline this Valve is a component of.
next - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
The next entry.
next() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.NamingContextEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.NamingEnumerationImpl
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Retrieves the next element in the enumeration.
next - Variable in class org.apache.tomcat.jni.Sockaddr
If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
next() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns the next available FileItemStream.
next - Variable in class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
 
next - Variable in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
 
next() - Method in class org.apache.tomcat.util.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.apache.tomcat.util.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.apache.tomcat.util.json.JSONTokener
Get the next n characters.
next - Variable in class org.jboss.web.rewrite.RewriteRule
Re-run the rewriting process (starting again with the first rewriting rule).
nextBytes(byte[], int, int, Random) - Static method in class org.apache.tomcat.bayeux.UUIDGenerator
Same as java.util.Random.nextBytes except this one we dont have to allocate a new byte array
nextClean() - Method in class org.apache.tomcat.util.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextElement() - Method in class org.apache.catalina.util.Enumerator
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
nextElement() - Method in class org.apache.jasper.util.Enumerator
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
nextElement() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
nextElement() - Method in class org.apache.naming.NamingContextEnumeration
 
nextElement() - Method in class org.apache.naming.NamingEnumerationImpl
 
nextElement() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
 
nextElement() - Method in class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
 
nextElement() - Method in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
 
nextFilterChain() - Method in class org.apache.catalina.connector.Request
Set filter chain associated with the request.
nextFilterChain() - Method in class org.apache.catalina.connector.RequestFacade
Next filter chain.
nextRequest() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalInputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
nextRequest() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End processing of current HTTP request.
nextString(char) - Method in class org.apache.tomcat.util.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.apache.tomcat.util.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.apache.tomcat.util.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the next token type and initializes any state variables accordingly.
nextValue() - Method in class org.apache.tomcat.util.json.JSONTokener
Get the next value.
nInstances - Variable in class org.apache.catalina.core.StandardWrapper
Number of instances currently loaded for a STM servlet.
NioChannel - Class in org.apache.tomcat.util.net
NioChannel
NioChannel(AsynchronousSocketChannel) - Constructor for class org.apache.tomcat.util.net.NioChannel
Create a new instance of NioChannel
NioEndpoint - Class in org.apache.tomcat.util.net
NioEndpoint NIO2 endpoint, providing the following services: Socket channel acceptor thread Simple Worker thread pool, with possible use of executors Created on Dec 13, 2011 at 9:41:53 AM
NioEndpoint() - Constructor for class org.apache.tomcat.util.net.NioEndpoint
Create a new instance of NioEndpoint
NioEndpoint.Acceptor - Class in org.apache.tomcat.util.net
Acceptor
NioEndpoint.ChannelInfo - Class in org.apache.tomcat.util.net
ChannelInfo
NioEndpoint.ChannelProcessor - Class in org.apache.tomcat.util.net
ChannelProcessor
NioEndpoint.ChannelWithOptionsProcessor - Class in org.apache.tomcat.util.net
ChannelWithOptionsProcessor
NioEndpoint.DefaultThreadFactory - Class in org.apache.tomcat.util.net
DefaultThreadFactory The default thread factory Created on Mar 6, 2012 at 9:11:20 AM
NioEndpoint.EventPoller - Class in org.apache.tomcat.util.net
EventPoller Created on Mar 26, 2012 at 12:51:53 PM
NioEndpoint.Handler - Interface in org.apache.tomcat.util.net
Handler
NioEndpoint.Handler.SocketState - Enum in org.apache.tomcat.util.net
ChannelState Created on Dec 12, 2011 at 9:41:06 AM
NioEndpoint.HandshakeHandler - Class in org.apache.tomcat.util.net
HandshakeHandler
NioEndpoint.Sendfile - Class in org.apache.tomcat.util.net
Sendfile Created on Mar 7, 2012 at 4:04:59 PM
NioEndpoint.SendfileData - Class in org.apache.tomcat.util.net
SendfileData class.
NioJSSEFactory - Class in org.apache.tomcat.util.net.jsse
NioJSSEFactory Created on Feb 22, 2012 at 12:10:48 PM
NioJSSEFactory() - Constructor for class org.apache.tomcat.util.net.jsse.NioJSSEFactory
 
NioJSSEImplementation - Class in org.apache.tomcat.util.net.jsse
NioJSSEImplementation Created on Feb 22, 2012 at 12:41:08 PM
NioJSSEImplementation() - Constructor for class org.apache.tomcat.util.net.jsse.NioJSSEImplementation
Create a new instance of NioJSSEImplementation
NioJSSESocketChannelFactory - Class in org.apache.tomcat.util.net.jsse
NioJSSESocketChannelFactory
NioJSSESocketChannelFactory() - Constructor for class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Create a new instance of NioJSSESocketChannelFactory
NioJSSESocketChannelFactory(AsynchronousChannelGroup) - Constructor for class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Create a new instance of NioJSSESocketChannelFactory
NioServerSocketChannelFactory - Class in org.apache.tomcat.util.net
NioServerSocketChannelFactory Created on Jan 3, 2012 at 12:08:30 PM
NioServerSocketChannelFactory() - Constructor for class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Create a new instance of NioServerSocketChannelFactory
NioServerSocketChannelFactory(AsynchronousChannelGroup) - Constructor for class org.apache.tomcat.util.net.NioServerSocketChannelFactory
Create a new instance of NioServerSocketChannelFactory
nlink - Variable in class org.apache.tomcat.jni.FileInfo
The number of hard links to the file.
NO_CONTENT - Static variable in class org.apache.catalina.util.XMLWriter
Element with no content.
noAsync() - Method in interface org.jboss.web.CatalinaMessages
 
noAsync() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noAsync$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noAuthenticator() - Method in interface org.jboss.web.CatalinaMessages
 
noAuthenticator() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noAuthenticator$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noAuthenticatorForAuthMethod(String) - Method in interface org.jboss.web.CatalinaLogger
 
noAuthenticatorForAuthMethod(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
noAuthenticatorForAuthMethod$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
noBayeuxConnectionType() - Method in interface org.jboss.web.CoyoteMessages
 
noBayeuxConnectionType() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noBayeuxConnectionType$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noBayeuxMessage() - Method in interface org.jboss.web.CoyoteMessages
 
noBayeuxMessage() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noBayeuxMessage$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noBayeuxMessageData() - Method in interface org.jboss.web.CoyoteMessages
 
noBayeuxMessageData() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noBayeuxMessageData$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noBayeuxSubscription() - Method in interface org.jboss.web.CoyoteMessages
 
noBayeuxSubscription() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noBayeuxSubscription$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nocase - Variable in class org.jboss.web.rewrite.RewriteCond
This makes the test case-insensitive, i.e., there is no difference between 'A-Z' and 'a-z' both in the expanded TestString and the CondPattern.
nocase - Variable in class org.jboss.web.rewrite.RewriteRule
This makes the Pattern case-insensitive, i.e., there is no difference between 'A-Z' and 'a-z' when Pattern is matched against the current URL.
noClassSpecifiedForServlet(String) - Method in interface org.jboss.web.CatalinaMessages
 
noClassSpecifiedForServlet(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noClassSpecifiedForServlet$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
List of user agents to not use gzip with
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11AprProcessor
List of user agents to not use gzip with
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11Processor
List of user agents to not use gzip with
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11Protocol
 
noContext() - Method in interface org.jboss.web.CatalinaMessages
 
noContext() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noContext$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noDataAvailable() - Method in interface org.jboss.web.FileUploadMessages
 
noDataAvailable() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
noDataAvailable$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
nodeNotFound(Object) - Method in interface org.jboss.web.CoyoteLogger
 
nodeNotFound(Object) - Method in class org.jboss.web.CoyoteLogger_$logger
 
nodeNotFound$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
noDescriptorsFound() - Method in interface org.jboss.web.CoyoteLogger
 
noDescriptorsFound() - Method in class org.jboss.web.CoyoteLogger_$logger
 
noDescriptorsFound$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
noescape - Variable in class org.jboss.web.rewrite.RewriteRule
This flag keeps mod_rewrite from applying the usual URI escaping rules to the result of a rewrite.
noExpressionAllowedForAttribute(String) - Method in interface org.jboss.web.JasperMessages
 
noExpressionAllowedForAttribute(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
noExpressionAllowedForAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
noExpressionAllowedForAttributeInAction(String, String) - Method in interface org.jboss.web.JasperMessages
 
noExpressionAllowedForAttributeInAction(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
noExpressionAllowedForAttributeInAction$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
noHost(String) - Method in interface org.jboss.web.CatalinaMessages
 
noHost(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noHost$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noInsecureRengotiation(String) - Method in interface org.jboss.web.CoyoteLogger
 
noInsecureRengotiation(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
noInsecureRengotiation$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
noInstanceManager() - Method in interface org.jboss.web.JasperMessages
 
noInstanceManager() - Method in class org.jboss.web.JasperMessages_$bundle
 
noInstanceManager$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
noJavaCompiler() - Method in interface org.jboss.web.JasperMessages
 
noJavaCompiler() - Method in class org.jboss.web.JasperMessages_$bundle
 
noJavaCompiler$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
noKeyAlias(String) - Method in interface org.jboss.web.CoyoteMessages
 
noKeyAlias(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noKeyAlias$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noMbeansFound() - Method in interface org.jboss.web.CoyoteLogger
 
noMbeansFound() - Method in class org.jboss.web.CoyoteLogger_$logger
 
noMbeansFound$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
noMD5Digest(NoSuchAlgorithmException) - Method in interface org.jboss.web.CatalinaMessages
 
noMD5Digest(NoSuchAlgorithmException) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noMD5Digest$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noMetadata(Object) - Method in interface org.jboss.web.CoyoteLogger
 
noMetadata(Object) - Method in class org.jboss.web.CoyoteLogger_$logger
 
noMetadata$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
nonBlocking - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Non blocking mode.
nonBlocking - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Non blocking mode.
nonBlocking - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Non blocking mode.
nonBlocking - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
Non blocking mode.
nonCacheable - Variable in class org.apache.naming.resources.ProxyDirContext
Non cacheable resources.
nonceCacheSize - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Maximum number of server nonces to keep in the cache.
nonces - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
List of server nonce values currently being tracked
nonceValidity - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
How long server nonces are valid for in milliseconds.
NONE_RESPONSE - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field values inside Bayeux messages - none response
NONE_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
NONE_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
NonLoginAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation that checks only security constraints not involving user authentication.
NonLoginAuthenticator() - Constructor for class org.apache.catalina.authenticator.NonLoginAuthenticator
 
noOutputFolder() - Method in interface org.jboss.web.JasperMessages
 
noOutputFolder() - Method in class org.jboss.web.JasperMessages_$bundle
 
noOutputFolder$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
noRealmFound() - Method in interface org.jboss.web.CatalinaLogger
 
noRealmFound() - Method in class org.jboss.web.CatalinaLogger_$logger
 
noRealmFound$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
noRegisteredPropertyEditor() - Method in interface org.jboss.web.JasperMessages
 
noRegisteredPropertyEditor() - Method in class org.jboss.web.JasperMessages_$bundle
 
noRegisteredPropertyEditor$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
NORMAL - Static variable in class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
The singleton instance for normal file deletion, which does not permit the deletion of directories that are not empty.
normalize(MessageBytes) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Normalize URI.
normalize(String) - Static method in class org.apache.catalina.ssi.SSIServletRequestUtil
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
normalize(String) - Method in class org.apache.catalina.util.DOMWriter
Normalizes the given string.
normalize(String) - Static method in class org.apache.catalina.util.RequestUtil
Normalize a relative URI path that may have relative values ("/./", "/../", and so on ) it it.
normalize(String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
Normalize a relative URI path that may have relative values ("/./", "/../", and so on ) it it.
normalize(String) - Static method in class org.apache.naming.resources.FileDirContext
 
normalize(ZipEntry) - Method in class org.apache.naming.resources.JARDirContext
Normalize the name of an entry read from the Zip.
normalize(ZipEntry) - Method in class org.apache.naming.resources.WARDirContext
Normalize the name of an entry read from the Zip.
normalize() - Method in class org.apache.tomcat.util.net.URL
Normalize the path (and therefore file) portions of this URL.
noSendFile() - Method in interface org.jboss.web.CatalinaMessages
 
noSendFile() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noSendFile$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
noSslImplementation() - Method in interface org.jboss.web.CoyoteMessages
 
noSslImplementation() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noSslImplementation$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
noStoreConfigured() - Method in interface org.jboss.web.CatalinaLogger
 
noStoreConfigured() - Method in class org.jboss.web.CatalinaLogger_$logger
 
noStoreConfigured$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
nosubreq - Variable in class org.jboss.web.rewrite.RewriteRule
This flag forces the rewriting engine to skip a rewriting rule if the current request is an internal sub-request.
NOT_SERIALIZED - Static variable in class org.apache.catalina.session.StandardSession
The dummy attribute value serialized when a NotSerializableException is encountered in writeObject().
notDirectory(String) - Method in interface org.jboss.web.FileUploadMessages
 
notDirectory(String) - Method in class org.jboss.web.FileUploadMessages_$bundle
 
notDirectory$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
notes - Variable in class org.apache.catalina.session.StandardSession
Internal notes associated with this session by Catalina components and event listeners.
notes - Variable in class org.apache.coyote.Response
Notes.
noteSubprocess(long, long, int) - Static method in class org.apache.tomcat.jni.Pool
Register a process to be killed when a pool dies.
notFoundCache - Variable in class org.apache.naming.resources.ResourceCache
Not found cache.
notFoundException - Variable in class org.apache.naming.resources.ProxyDirContext
Immutable name not found exception.
notHandshaking() - Method in interface org.jboss.web.CoyoteMessages
 
notHandshaking() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
notHandshaking$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
notificationInfo - Variable in class org.apache.catalina.core.StandardContext
 
notificationInfo - Variable in class org.apache.catalina.core.StandardWrapper
 
NotificationInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for a Notification descriptor.
NotificationInfo() - Constructor for class org.apache.tomcat.util.modeler.NotificationInfo
 
notifications - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
notifTypes - Variable in class org.apache.tomcat.util.modeler.NotificationInfo
 
notMultipart() - Method in interface org.jboss.web.CatalinaMessages
 
notMultipart() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
notMultipart$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
notOriginalRequestInDispatcher() - Method in interface org.jboss.web.CatalinaMessages
 
notOriginalRequestInDispatcher() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
notOriginalRequestInDispatcher$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
notOriginalResponseInDispatcher() - Method in interface org.jboss.web.CatalinaMessages
 
notOriginalResponseInDispatcher() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
notOriginalResponseInDispatcher$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
now() - Static method in class org.apache.tomcat.jni.Time
number of microseconds since 00:00:00 january 1, 1970 UTC
noXmlVersion() - Method in interface org.jboss.web.JasperMessages
 
noXmlVersion() - Method in class org.jboss.web.JasperMessages_$bundle
 
noXmlVersion$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nrofsubscriptions - Variable in class org.apache.tomcat.bayeux.ClientImpl
 
NS_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
Default URLs to download the pluging for Netscape and IE.
NULL - Static variable in class org.apache.tomcat.util.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
nullAttribute() - Method in interface org.jboss.web.CoyoteMessages
 
nullAttribute() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullAttribute$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullAttributeName() - Method in interface org.jboss.web.CoyoteMessages
 
nullAttributeName() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullAttributeName() - Method in interface org.jboss.web.JasperMessages
 
nullAttributeName() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullAttributeName$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullAttributeName$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullAttributeNameList() - Method in interface org.jboss.web.CoyoteMessages
 
nullAttributeNameList() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullAttributeNameList$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullBean() - Method in interface org.jboss.web.JasperMessages
 
nullBean() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullBean$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullCharBufferCharactersArgument() - Method in interface org.jboss.web.JasperMessages
 
nullCharBufferCharactersArgument() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullCharBufferCharactersArgument$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullCharBufferTextArgument() - Method in interface org.jboss.web.JasperMessages
 
nullCharBufferTextArgument() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullCharBufferTextArgument$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullCharBufferWriterArgument() - Method in interface org.jboss.web.JasperMessages
 
nullCharBufferWriterArgument() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullCharBufferWriterArgument$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullComponent(Object) - Method in interface org.jboss.web.CoyoteLogger
 
nullComponent(Object) - Method in class org.jboss.web.CoyoteLogger_$logger
 
nullComponent$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
nullContext() - Method in interface org.jboss.web.FileUploadMessages
 
nullContext() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
nullContext$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
nullElContextListener() - Method in interface org.jboss.web.JasperMessages
 
nullElContextListener() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullElContextListener$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullElResolver() - Method in interface org.jboss.web.JasperMessages
 
nullElResolver() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullElResolver$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullErrorPage() - Method in interface org.jboss.web.CatalinaMessages
 
nullErrorPage() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullErrorPage$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullFactory() - Method in interface org.jboss.web.FileUploadMessages
 
nullFactory() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
nullFactory$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
nullFile() - Method in interface org.jboss.web.FileUploadMessages
 
nullFile() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
nullFile$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
nullHandler() - Method in interface org.jboss.web.CoyoteMessages
 
nullHandler() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullHandler$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullJspContext() - Method in interface org.jboss.web.JasperMessages
 
nullJspContext() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullJspContext$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullListener() - Method in interface org.jboss.web.CatalinaMessages
 
nullListener() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullListener() - Method in interface org.jboss.web.CoyoteMessages
 
nullListener() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullListener$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullListener$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullLoginConfig() - Method in interface org.jboss.web.CatalinaMessages
 
nullLoginConfig() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullLoginConfig$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullManagedResource() - Method in interface org.jboss.web.CoyoteMessages
 
nullManagedResource() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullManagedResource$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullMessage() - Method in interface org.jboss.web.CoyoteMessages
 
nullMessage() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullMessage$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullMethodName() - Method in interface org.jboss.web.CoyoteMessages
 
nullMethodName() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullMethodName$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullNotification() - Method in interface org.jboss.web.CoyoteMessages
 
nullNotification() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullNotification$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullPath() - Method in interface org.jboss.web.FileUploadMessages
 
nullPath() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
nullPath$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
nullRequestFacade() - Method in interface org.jboss.web.CatalinaMessages
 
nullRequestFacade() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullRequestFacade$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
NullResolver() - Constructor for class org.apache.tomcat.util.DomUtil.NullResolver
 
nullResponseFacade() - Method in interface org.jboss.web.CatalinaMessages
 
nullResponseFacade() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullResponseFacade$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullServletContext() - Method in interface org.jboss.web.JasperMessages
 
nullServletContext() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullServletContext$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullSession() - Method in interface org.jboss.web.CatalinaMessages
 
nullSession() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullSession$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
nullSslEngine() - Method in interface org.jboss.web.CoyoteMessages
 
nullSslEngine() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullSslEngine$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
nullsToBlanks(String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to blank strings ("")
nullsToBlanks(String) - Method in class org.jboss.web.php.ScriptEnvironment
Converts null strings to blank strings ("")
nullsToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to another string
nullsToString(String, String) - Method in class org.jboss.web.php.ScriptEnvironment
Converts null strings to another string
nullThrowable() - Method in interface org.jboss.web.JasperMessages
 
nullThrowable() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullThrowable$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
nullToEmptyString(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
numberToString(Number) - Static method in class org.apache.tomcat.util.json.JSONObject
Produce a string from a Number.

O

ob - Variable in class org.apache.catalina.connector.CoyoteOutputStream
 
ob - Variable in class org.apache.catalina.connector.CoyoteWriter
 
object - Variable in class org.apache.naming.resources.DirContextURLConnection
Other unknown object.
object - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
object() - Method in class org.apache.tomcat.util.json.JSONWriter
Begin appending a new object.
objectBadString(Object) - Method in interface org.jboss.web.JSONMessages
 
objectBadString(Object) - Method in class org.jboss.web.JSONMessages_$bundle
 
objectBadString$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectDuplicateKey(String) - Method in interface org.jboss.web.JSONMessages
 
objectDuplicateKey(String) - Method in class org.jboss.web.JSONMessages_$bundle
 
objectDuplicateKey$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectExpectedEnd() - Method in interface org.jboss.web.JSONMessages
 
objectExpectedEnd() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectExpectedEnd$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectExpectedKey() - Method in interface org.jboss.web.JSONMessages
 
objectExpectedKey() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectExpectedKey$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectInfiniteNumber() - Method in interface org.jboss.web.JSONMessages
 
objectInfiniteNumber() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectInfiniteNumber$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectInvalidType(String, String) - Method in interface org.jboss.web.JSONMessages
 
objectInvalidType(String, String) - Method in class org.jboss.web.JSONMessages_$bundle
 
objectInvalidType$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectMustEndWithBracket() - Method in interface org.jboss.web.JSONMessages
 
objectMustEndWithBracket() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectMustEndWithBracket$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectMustStartWithBracket() - Method in interface org.jboss.web.JSONMessages
 
objectMustStartWithBracket() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectMustStartWithBracket$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
objectNotFound(String) - Method in interface org.jboss.web.JSONMessages
 
objectNotFound(String) - Method in class org.jboss.web.JSONMessages_$bundle
 
objectNotFound$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
oddNomberOfHexDigits() - Method in interface org.jboss.web.CatalinaMessages
 
oddNomberOfHexDigits() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
oddNomberOfHexDigits$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
offer(NioEndpoint.ChannelInfo) - Method in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
Recycle the the NioEndpoint.ChannelInfo
offset - Variable in class org.apache.jasper.xmlparser.XMLString
The offset into the character array.
offset(long, long) - Static method in class org.apache.tomcat.jni.Mmap
Move the pointer into the mmap'ed file to the specified offset.
ointerface(long, long) - Static method in class org.apache.tomcat.jni.Multicast
Set the Interface to be used for outgoing Multicast Transmissions.
ok - Variable in class org.apache.catalina.startup.ContextConfig
Track any fatal errors during startup configuration processing.
okErrorPage - Variable in class org.apache.catalina.core.StandardContext
Special case: error page for status 200.
OLD_COOKIE_PATTERN - Static variable in class org.apache.catalina.util.DateTool
Pattern used for old cookies
oldCookieFormat - Static variable in class org.apache.catalina.util.DateTool
DateFormat to be used to format old netscape cookies
oname - Variable in class org.apache.catalina.connector.Connector
 
oname - Variable in class org.apache.catalina.core.ContainerBase
 
oname - Variable in class org.apache.catalina.core.StandardServer
 
oname - Variable in class org.apache.catalina.core.StandardService
 
oname - Variable in class org.apache.catalina.realm.RealmBase
 
oname - Variable in class org.apache.catalina.session.ManagerBase
 
oname - Variable in class org.apache.catalina.valves.ValveBase
 
oname - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
oname - Variable in class org.apache.coyote.ajp.AjpProtocol
 
oname - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
oname - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
oname - Variable in class org.apache.coyote.http11.Http11Protocol
 
oname - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
 
onBeforeWriteResponseBody(HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
If no expiration header has been set by the servlet and an expiration has been defined in the ExpiresFilter configuration, sets the ' Expires' header and the attribute 'max-age' of the ' Cache-Control' header.
onDemandContextMapped(String, String) - Method in interface org.apache.tomcat.util.http.mapper.OnDemandContextMappingListener
 
OnDemandContextMappingListener - Interface in org.apache.tomcat.util.http.mapper
A listener for notifications when a request is being mapped to a context path that was registered as an on-demand context.
ONE_KILOBYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
 
ONE_MEGABYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
 
OP_STATUS_CLOSED - Static variable in class org.apache.tomcat.util.net.NioChannel
Channel closed status code
OP_STATUS_ERROR - Static variable in class org.apache.tomcat.util.net.NioChannel
Read/write operation error code
OP_STATUS_NORMAL - Static variable in class org.apache.tomcat.util.net.NioChannel
 
OP_STATUS_READ_KILLED - Static variable in class org.apache.tomcat.util.net.NioChannel
 
OP_STATUS_READ_TIMEOUT - Static variable in class org.apache.tomcat.util.net.NioChannel
Read timeout status code
OP_STATUS_WRITE_KILLED - Static variable in class org.apache.tomcat.util.net.NioChannel
 
OP_STATUS_WRITE_TIMEOUT - Static variable in class org.apache.tomcat.util.net.NioChannel
Write timeout status code
opaque - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Opaque string.
open() - Method in class org.apache.catalina.session.JDBCStore
Open (if necessary) and return a database connection for use by this Realm.
open() - Method in class org.apache.catalina.valves.AccessLogValve
Open the new log file for the date specified by dateStamp.
open() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Open the new log file for the date specified by dateStamp.
open() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Open (if necessary) and return a database connection for use by this AccessLogValve.
open(String, long) - Static method in class org.apache.tomcat.jni.Directory
Open the specified directory.
open(String, int, int, long) - Static method in class org.apache.tomcat.jni.File
Open the specified file.
open(int, String, int, long) - Static method in class org.apache.tomcat.jni.Registry
Opens the specified Registry Key.
open(AsynchronousChannelGroup) - Static method in class org.apache.tomcat.util.net.NioChannel
Opens an asynchronous socket channel.
open() - Static method in class org.apache.tomcat.util.net.NioChannel
Opens a NioChannel.
open() - Method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
openConnection(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
Opens a connection to the object referenced by the URL argument.
OPENING - Static variable in class org.apache.catalina.util.XMLWriter
Opening tag.
openStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Creates an InputStream, which allows to read the items contents.
OperationInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for an Operation descriptor.
OperationInfo() - Constructor for class org.apache.tomcat.util.modeler.OperationInfo
Standard zero-arguments constructor.
operationNotSupported() - Method in interface org.jboss.web.CoyoteMessages
 
operationNotSupported() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
operationNotSupported$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
opt(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optGet(long, int) - Static method in class org.apache.tomcat.jni.Socket
Query socket options for the specified socket
optimizeLineSection() - Method in class org.apache.jasper.compiler.SmapStratum
Combines consecutive LineInfos wherever possible
optInt(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
OPTION_MAXSIZE - Static variable in class org.apache.jasper.runtime.TagHandlerPool
 
OPTION_TAGPOOL - Static variable in class org.apache.jasper.runtime.TagHandlerPool
 
options - Variable in class org.apache.jasper.compiler.Compiler
 
options - Variable in class org.apache.jasper.JspCompilationContext
 
Options - Interface in org.apache.jasper
A class to hold all init parameters specific to the JSP engine.
options - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
optJSONArray(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optSet(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Setup socket options for the specified socket
optString(int) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.apache.tomcat.util.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.apache.tomcat.util.json.JSONObject
Get an optional string associated with a key.
org.apache.catalina - package org.apache.catalina
 
org.apache.catalina.authenticator - package org.apache.catalina.authenticator
This package contains Authenticator implementations for the various supported authentication methods (BASIC, DIGEST, and FORM).
org.apache.catalina.connector - package org.apache.catalina.connector
 
org.apache.catalina.core - package org.apache.catalina.core
 
org.apache.catalina.deploy - package org.apache.catalina.deploy
This package contains Java objects that represent complex data structures from the web application deployment descriptor file (web.xml).
org.apache.catalina.deploy.jsp - package org.apache.catalina.deploy.jsp
 
org.apache.catalina.filters - package org.apache.catalina.filters
 
org.apache.catalina.realm - package org.apache.catalina.realm
This package contains Realm implementations for the various supported realm technologies for authenticating users and identifying their associated roles.
org.apache.catalina.security - package org.apache.catalina.security
 
org.apache.catalina.servlets - package org.apache.catalina.servlets
This package contains Servlets that implement some of the standard functionality provided by the Catalina servlet container.
org.apache.catalina.session - package org.apache.catalina.session
This package contains the standard Manager and Session implementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with a Context.
org.apache.catalina.ssi - package org.apache.catalina.ssi
This package contains code that is used by the SsiInvoker.
org.apache.catalina.startup - package org.apache.catalina.startup
 
org.apache.catalina.util - package org.apache.catalina.util
 
org.apache.catalina.valves - package org.apache.catalina.valves
This package contains a variety of small Valve implementations that do not warrant being packaged separately.
org.apache.cometd.bayeux - package org.apache.cometd.bayeux
 
org.apache.coyote - package org.apache.coyote
 
org.apache.coyote.ajp - package org.apache.coyote.ajp
 
org.apache.coyote.http11 - package org.apache.coyote.http11
 
org.apache.coyote.http11.filters - package org.apache.coyote.http11.filters
 
org.apache.coyote.memory - package org.apache.coyote.memory
 
org.apache.jasper - package org.apache.jasper
 
org.apache.jasper.compiler - package org.apache.jasper.compiler
 
org.apache.jasper.compiler.tagplugin - package org.apache.jasper.compiler.tagplugin
 
org.apache.jasper.el - package org.apache.jasper.el
 
org.apache.jasper.runtime - package org.apache.jasper.runtime
 
org.apache.jasper.security - package org.apache.jasper.security
 
org.apache.jasper.servlet - package org.apache.jasper.servlet
 
org.apache.jasper.tagplugins.jstl - package org.apache.jasper.tagplugins.jstl
 
org.apache.jasper.tagplugins.jstl.core - package org.apache.jasper.tagplugins.jstl.core
 
org.apache.jasper.util - package org.apache.jasper.util
 
org.apache.jasper.xmlparser - package org.apache.jasper.xmlparser
 
org.apache.naming - package org.apache.naming
This package contains a memory based naming service provider.
org.apache.naming.resources - package org.apache.naming.resources
This package contains the resources directory context implemetation.
org.apache.naming.resources.jndi - package org.apache.naming.resources.jndi
 
org.apache.tomcat - package org.apache.tomcat
 
org.apache.tomcat.bayeux - package org.apache.tomcat.bayeux
 
org.apache.tomcat.bayeux.request - package org.apache.tomcat.bayeux.request
 
org.apache.tomcat.jni - package org.apache.tomcat.jni
 
org.apache.tomcat.util - package org.apache.tomcat.util
 
org.apache.tomcat.util.buf - package org.apache.tomcat.util.buf
Buffers and Encodings
org.apache.tomcat.util.http - package org.apache.tomcat.util.http
Special utils for handling HTTP-specific entities - headers, parameters, cookies, etc.
org.apache.tomcat.util.http.fileupload - package org.apache.tomcat.util.http.fileupload
NOTE: This code has been copied from commons-fileupload 1.2.1 and commons-io 1.4 and package renamed to avoid clashes with any web apps that may wish to use these libraries.
org.apache.tomcat.util.http.fileupload.disk - package org.apache.tomcat.util.http.fileupload.disk
 
org.apache.tomcat.util.http.fileupload.servlet - package org.apache.tomcat.util.http.fileupload.servlet
 
org.apache.tomcat.util.http.fileupload.util - package org.apache.tomcat.util.http.fileupload.util
 
org.apache.tomcat.util.http.mapper - package org.apache.tomcat.util.http.mapper
 
org.apache.tomcat.util.json - package org.apache.tomcat.util.json
 
org.apache.tomcat.util.modeler - package org.apache.tomcat.util.modeler
The Modeler component of the Jakarta Commons subproject offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification.
org.apache.tomcat.util.modeler.modules - package org.apache.tomcat.util.modeler.modules
Implementation classes - should not be used directly.
org.apache.tomcat.util.net - package org.apache.tomcat.util.net
 
org.apache.tomcat.util.net.jsse - package org.apache.tomcat.util.net.jsse
 
org.jboss.servlet.http - package org.jboss.servlet.http
 
org.jboss.web - package org.jboss.web
 
org.jboss.web.php - package org.jboss.web.php
 
org.jboss.web.rewrite - package org.jboss.web.rewrite
 
original - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
ornext - Variable in class org.jboss.web.rewrite.RewriteCond
Use this to combine rule conditions with a local OR instead of the implicit AND.
OS - Class in org.apache.tomcat.jni
OS
OS() - Constructor for class org.apache.tomcat.jni.OS
 
osError() - Static method in exception org.apache.tomcat.jni.Error
Get the last platform error.
Otherwise - Class in org.apache.jasper.tagplugins.jstl.core
 
Otherwise() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Otherwise
 
out - Variable in class org.apache.catalina.util.DOMWriter
Print writer.
Out - Class in org.apache.jasper.tagplugins.jstl.core
 
Out() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Out
 
output - Variable in class org.apache.catalina.servlets.DefaultServlet
The output buffer size to use when serving resources.
output - Variable in class org.apache.coyote.ajp.AjpProcessor
Output stream.
output - Variable in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
output(JspWriter, String, String, boolean) - Static method in class org.apache.jasper.tagplugins.jstl.core.Out
 
OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
OutputBuffer - Class in org.apache.catalina.connector
The buffer used by Tomcat response.
OutputBuffer(Response) - Constructor for class org.apache.catalina.connector.OutputBuffer
Default constructor.
OutputBuffer(Response, int) - Constructor for class org.apache.catalina.connector.OutputBuffer
Alternate constructor which allows specifying the initial buffer size.
outputBuffer - Variable in class org.apache.catalina.connector.Response
The associated output buffer.
outputBuffer - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for output.
outputBuffer - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Underlying output buffer.
outputBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Output.
outputBuffer - Variable in class org.apache.coyote.http11.Http11NioProcessor
Output.
outputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Output.
OutputBuffer - Interface in org.apache.coyote
Output buffer.
outputBuffer - Variable in class org.apache.coyote.Response
Associated output buffer.
outputChunk - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
outputDir - Variable in class org.apache.jasper.JspCompilationContext
 
outputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Output encoding.
OutputFilter - Interface in org.apache.coyote.http11
Output filter.
outputStream - Variable in class org.apache.catalina.connector.Response
The associated output stream.
outputStream - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output stream.
outputStreamAlreadyUsed() - Method in interface org.jboss.web.CatalinaMessages
 
outputStreamAlreadyUsed() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
outputStreamAlreadyUsed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Underlying output buffer.
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output buffer.
OutputStreamOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
 
overlays - Variable in class org.apache.naming.resources.ProxyDirContext
Overlay DirContexts.
override - Variable in class org.apache.catalina.core.StandardContext
The override flag for this web application.

P

Package - Static variable in class org.apache.catalina.authenticator.Constants
 
Package - Static variable in class org.apache.catalina.connector.Constants
 
Package - Static variable in class org.apache.catalina.core.Constants
 
Package - Static variable in class org.apache.catalina.filters.Constants
 
Package - Static variable in class org.apache.catalina.realm.Constants
 
Package - Static variable in class org.apache.catalina.servlets.Constants
 
Package - Static variable in class org.apache.catalina.session.Constants
 
Package - Static variable in class org.apache.catalina.valves.Constants
 
Package - Static variable in class org.apache.coyote.ajp.Constants
Package name.
Package - Static variable in class org.apache.coyote.http11.Constants
Package name.
Package - Static variable in class org.apache.naming.Constants
 
Package - Static variable in class org.apache.naming.resources.Constants
 
Package - Static variable in class org.jboss.web.php.Constants
 
packetSize - Variable in class org.apache.coyote.ajp.AjpAprProtocol
AJP packet size.
packetSize - Variable in class org.apache.coyote.ajp.AjpProtocol
AJP packet size.
padLeft(String, int) - Method in class org.apache.catalina.ssi.SSIFsize
 
PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
PageContextImpl - Class in org.apache.jasper.runtime
Implementation of the PageContext class from the JSP spec.
PageContextPool() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl.PageContextPool
 
pageEncoding - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
pageEncodingConflictJspPropertyGroup(String, String) - Method in interface org.jboss.web.JasperMessages
 
pageEncodingConflictJspPropertyGroup(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
pageEncodingConflictJspPropertyGroup$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
pageEncodingConflictProlog(String, String) - Method in interface org.jboss.web.JasperMessages
 
pageEncodingConflictProlog(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
pageEncodingConflictProlog$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
pageInfo - Variable in class org.apache.jasper.compiler.Compiler
 
pageNeedsSession() - Method in interface org.jboss.web.JasperMessages
 
pageNeedsSession() - Method in class org.jboss.web.JasperMessages_$bundle
 
pageNeedsSession$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
pageNodes - Variable in class org.apache.jasper.compiler.Compiler
 
Param - Class in org.apache.jasper.tagplugins.jstl.core
 
Param() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Param
 
PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
parameterDecodingFailed(String, String) - Method in interface org.jboss.web.CoyoteLogger
 
parameterDecodingFailed(String, String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
parameterDecodingFailed$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
ParameterInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for a Parameter descriptor.
ParameterInfo() - Constructor for class org.apache.tomcat.util.modeler.ParameterInfo
Standard zero-arguments constructor.
parameterInvalid(int, int, String) - Method in interface org.jboss.web.CoyoteLogger
 
parameterInvalid(int, int, String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
parameterInvalid$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
parameterMap - Variable in class org.apache.catalina.connector.Request
Hash map used in the getParametersMap method.
ParameterMap - Class in org.apache.catalina.util
Extended implementation of HashMap that includes a locked property.
ParameterMap() - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the default initial capacity and load factor.
ParameterMap(int) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and default load factor.
ParameterMap(int, float) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and load factor.
ParameterMap(Map) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new map with the same mappings as the given map.
parameterMissingEqual(int, int, String) - Method in interface org.jboss.web.CoyoteLogger
 
parameterMissingEqual(int, int, String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
parameterMissingEqual$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
ParameterParser - Class in org.apache.tomcat.util.http.fileupload
A simple parser intended to parse sequences of name/value pairs.
ParameterParser() - Constructor for class org.apache.tomcat.util.http.fileupload.ParameterParser
Default ParameterParser constructor.
parameters - Variable in class org.apache.catalina.core.StandardContext
The context initialization parameters for this web application, keyed by name.
parameters - Variable in class org.apache.catalina.core.StandardWrapper
The initialization parameters for this servlet, keyed by parameter name.
Parameters - Class in org.apache.tomcat.util.http
 
Parameters() - Constructor for class org.apache.tomcat.util.http.Parameters
 
parameters - Variable in class org.apache.tomcat.util.modeler.OperationInfo
 
parametersCopyFailed() - Method in interface org.jboss.web.CoyoteLogger
 
parametersCopyFailed() - Method in class org.jboss.web.CoyoteLogger_$logger
 
parametersCopyFailed$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
parametersDecodingFailures(int) - Method in interface org.jboss.web.CoyoteLogger
 
parametersDecodingFailures(int) - Method in class org.jboss.web.CoyoteLogger_$logger
 
parametersDecodingFailures$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
parametersParsed - Variable in class org.apache.catalina.connector.Request
Request parameters parsed flag.
parametersProcessingFailed() - Method in interface org.jboss.web.CoyoteLogger
 
parametersProcessingFailed() - Method in class org.jboss.web.CoyoteLogger_$logger
 
parametersProcessingFailed$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
paramsAsString() - Method in class org.apache.tomcat.util.http.Parameters
Debug purpose
parent - Variable in class org.apache.catalina.core.ContainerBase
The parent Container to which this Container is a child.
parentClassLoader - Variable in class org.apache.catalina.core.ContainerBase
The parent class loader to be configured when we install a Loader.
parentGet(long) - Static method in class org.apache.tomcat.jni.Pool
Get the parent pool of the specified pool.
parentNotContext() - Method in interface org.jboss.web.CatalinaMessages
 
parentNotContext() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
parentNotContext$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
parentTag - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
parse(String, ParsePosition) - Method in class org.apache.catalina.util.FastDateFormat
 
parse(String, boolean) - Static method in class org.apache.jasper.compiler.ELParser
Parse an EL expression
parse(String) - Method in class org.apache.naming.NameParserImpl
Parses a name into its components.
parse(String, char[]) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given string.
parse(String, char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given string.
parse(char[], char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(char[], int, int, char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(Map<String, RewriteMap>) - Method in class org.jboss.web.rewrite.RewriteCond
 
parse(Map<String, RewriteMap>) - Method in class org.jboss.web.rewrite.RewriteRule
 
parse(BufferedReader) - Method in class org.jboss.web.rewrite.RewriteValve
 
parse(String) - Static method in class org.jboss.web.rewrite.RewriteValve
This factory method will parse a line formed like: Example: RewriteCond %{REMOTE_HOST} ^host1.* [OR]
parse(Map<String, RewriteMap>) - Method in class org.jboss.web.rewrite.Substitution
 
parseChunkHeader() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse the header of a chunk.
parseCondFlag(String, RewriteCond, String) - Static method in class org.jboss.web.rewrite.RewriteValve
Parser for RewriteCond flags.
parseContentRange(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the content-range header.
parseCookies() - Method in class org.apache.catalina.connector.Request
Parse cookies.
parseCRLF() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse CRLF at end of chunk.
parseDate(String, DateFormat[]) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Try to parse the given date as a HTTP date.
parseEndChunk() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse end chunk data.
parseExpiresConfiguration(String) - Method in class org.apache.catalina.filters.ExpiresFilter
Parse configuration lines like ' access plus 1 month 15 days 2 hours' or ' modification 1 day 2 hours 5 seconds'
parseExpression(String, Class, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
 
parseHeader() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
Parse an HTTP header.
parseHeader() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Parse an HTTP header.
parseHeader() - Method in class org.apache.coyote.http11.InternalInputBuffer
Parse an HTTP header.
parseHeaders() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
Parse the HTTP headers.
parseHeaders() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Parse the HTTP headers.
parseHeaders() - Method in class org.apache.coyote.http11.InternalInputBuffer
Parse the HTTP headers.
parseHost(MessageBytes) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Parse host.
parseHost(MessageBytes) - Method in class org.apache.coyote.ajp.AjpProcessor
Parse host.
parseHost(MessageBytes) - Method in class org.apache.coyote.http11.Http11AprProcessor
Parse host.
parseHost(MessageBytes) - Method in class org.apache.coyote.http11.Http11NioProcessor
Parse host.
parseHost(MessageBytes) - Method in class org.apache.coyote.http11.Http11Processor
Parse host.
parseInt(byte[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Parses an unsigned integer from the specified subarray of bytes.
parseInt(char[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
 
parseLocales() - Method in class org.apache.catalina.connector.Request
Parse request locales.
parseLocalesHeader(String) - Method in class org.apache.catalina.connector.Request
Parse accept-language header value.
parseLong(byte[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Parses an unsigned long from the specified subarray of bytes.
parseLong(char[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
 
parseMultipart() - Method in class org.apache.catalina.connector.Request
Parse multipart.
parseName(String) - Method in class org.apache.naming.resources.ProxyDirContext
Parses a name.
parseName(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Parses a name.
parseParameters() - Method in class org.apache.catalina.connector.Request
Parse request parameters.
parseParameters(Map, String, String) - Static method in class org.apache.catalina.util.RequestUtil
Append request parameters from the specified String to the specified Map.
parseParameters(Map, byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
Append request parameters from the specified String to the specified Map.
parseParamNames(StringBuilder, int) - Method in class org.apache.catalina.ssi.SSIProcessor
Parse a StringBuilder and take out the param type token.
parseParamValues(StringBuilder, int, int) - Method in class org.apache.catalina.ssi.SSIProcessor
Parse a StringBuilder and take out the param token.
parseRange(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the range header.
parseRequest(RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Processes an RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest) - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
Processes an RFC 1867 compliant multipart/form-data stream.
parseRequestLine() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
Read the request line.
parseRequestLine(boolean) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Read the request line.
parseRequestLine() - Method in class org.apache.coyote.http11.InternalInputBuffer
Read the request line.
parseRequestLine(boolean) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Read the request line.
parseRuleFlag(String, RewriteRule, String) - Static method in class org.jboss.web.rewrite.RewriteValve
Parser for ReweriteRule flags.
parseSessionCookiesId(Request, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Parse session id in URL.
parseSessionId(Request, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Parse session id in URL.
parsingHeader - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
State.
parsingHeader - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
State.
parsingHeader - Variable in class org.apache.coyote.http11.InternalInputBuffer
State.
parts - Variable in class org.apache.catalina.connector.Request
Parts associated with the request.
passivate() - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to passivate this session.
password - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
password - Variable in class org.apache.catalina.realm.GenericPrincipal
The authentication credentials for the user represented by this Principal.
PasswordCallback - Interface in org.apache.tomcat.jni
PasswordCallback Interface
path - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
path - Variable in class org.apache.catalina.deploy.jsp.TagFileInfo
 
path - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
The access path for the taglib, relative to the location.
path - Variable in class org.apache.catalina.deploy.SessionCookie
 
path - Variable in class org.apache.catalina.realm.RealmBase
 
path - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
path - Variable in class org.apache.naming.resources.ProxyDirContextFacade
Path.
pathInfo - Variable in class org.apache.catalina.core.DummyRequest
 
pathInfo - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
PATHNAME - Static variable in class org.apache.catalina.session.StandardManager
 
pathname - Variable in class org.apache.catalina.session.StandardManager
Path name of the disk file in which active sessions are saved when we stop, and from which these sessions are loaded when we start.
pathName - Variable in class org.apache.naming.resources.ProxyDirContextFacade
Path as name.
pathParameterName - Variable in class org.apache.catalina.deploy.SessionCookie
 
pattern - Variable in class org.apache.catalina.valves.AccessLogValve
The pattern used to format our access log lines.
pattern - Variable in class org.jboss.web.rewrite.RewriteCond.PatternCondition
 
pattern - Variable in class org.jboss.web.rewrite.RewriteRule
 
PatternCondition() - Constructor for class org.jboss.web.rewrite.RewriteCond.PatternCondition
 
patternString - Variable in class org.jboss.web.rewrite.RewriteRule
 
PatternTokenizer(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
pause() - Method in class org.apache.catalina.connector.Connector
Pause the connector.
pause() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
pause() - Method in class org.apache.coyote.ajp.AjpProtocol
 
pause() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
pause() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
pause() - Method in class org.apache.coyote.http11.Http11Protocol
 
pause() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
pause() - Method in interface org.apache.coyote.ProtocolHandler
Pause the protocol (optional).
pause() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Pause the endpoint, which will make it stop accepting new sockets.
pause() - Method in class org.apache.tomcat.util.net.AprEndpoint
Pause the endpoint, which will make it stop accepting new sockets.
pause() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
paused - Variable in class org.apache.catalina.core.StandardContext
The request processing pause flag (while reloading occurs)
paused - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Will be set to true whenever the endpoint is paused.
paused - Variable in class org.apache.tomcat.util.net.AprEndpoint
Will be set to true whenever the endpoint is paused.
paused - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Will be set to true whenever the endpoint is paused.
pauseHttpConnector(String) - Method in interface org.jboss.web.CoyoteLogger
 
pauseHttpConnector(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
pauseHttpConnector$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
pausingAjpProtocol(String) - Method in interface org.jboss.web.CoyoteLogger
 
pausingAjpProtocol(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
pausingAjpProtocol$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
peek() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Get the first object out of the queue, Return null if the queue is empty.
peek() - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
Get the first object out of the queue, Return null if the queue is empty.
peekByte() - Method in class org.apache.coyote.ajp.AjpMessage
 
peekChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns the next character on the input.
peekInt() - Method in class org.apache.coyote.ajp.AjpMessage
 
PERIODIC_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "periodic" event.
periodicEvent() - Method in class org.apache.jasper.servlet.JspServlet
 
periodicEvent() - Method in interface org.apache.tomcat.PeriodicEventListener
Execute a periodic task, such as reloading, etc.
PeriodicEventListener - Interface in org.apache.tomcat
 
permission - Variable in class org.apache.naming.resources.DirContextURLConnection
Permission
permitDenied(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Subclass friendly method to add error handling when a permit isn't granted.
permsSet(String, int) - Static method in class org.apache.tomcat.jni.File
Set the specified file's permission bits.
persistent - Variable in class org.apache.tomcat.bayeux.ChannelImpl
Is this channel persistent, default value is true
PersistentManager - Class in org.apache.catalina.session
Implementation of the Manager interface that makes use of a Store to swap active Sessions to disk.
PersistentManager() - Constructor for class org.apache.catalina.session.PersistentManager
 
persistentManagerBackupSession(String, int) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerBackupSession(String, int) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerBackupSession$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
PersistentManagerBase - Class in org.apache.catalina.session
Extends the ManagerBase class to implement most of the functionality required by a Manager which supports any kind of persistence, even if onlyfor restarts.
PersistentManagerBase() - Constructor for class org.apache.catalina.session.PersistentManagerBase
 
persistentManagerCheckIdle(int) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerCheckIdle(int) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerCheckIdle$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerDeserializeError(String, Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
persistentManagerDeserializeError(String, Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
persistentManagerDeserializeError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
persistentManagerIsLoadedException(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerIsLoadedException(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerIsLoadedException$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerLoadFailed(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerLoadFailed(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerLoadFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSessionRemoveFailed(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerSessionRemoveFailed(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSessionRemoveFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSessionUnloadCount(int) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerSessionUnloadCount(int) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSessionUnloadCount$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerStoreClearException(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerStoreClearException(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerStoreClearException$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerStoreSaveError(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerStoreSaveError(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerStoreSaveError$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSwapIdleSession(String, int) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerSwapIdleSession(String, int) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSwapIdleSession$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSwapInFailed(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerSwapInFailed(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSwapInFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSwapInInvalid(String) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerSwapInInvalid(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSwapInInvalid$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSwapOutFailed(String, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
persistentManagerSwapOutFailed(String, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
persistentManagerSwapOutFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
PersistentValve - Class in org.apache.catalina.valves
Valve that implements per-request session persistence.
PersistentValve() - Constructor for class org.apache.catalina.valves.PersistentValve
 
PerThreadTagHandlerPool - Class in org.apache.jasper.runtime
Thread-local based pool of tag handlers that can be reused.
PerThreadTagHandlerPool() - Constructor for class org.apache.jasper.runtime.PerThreadTagHandlerPool
Constructs a tag handler pool with the default capacity.
PHP_MAJOR_VERSION - Static variable in class org.jboss.web.php.Library
 
PHP_MINOR_VERSION - Static variable in class org.jboss.web.php.Library
 
PHP_PATCH_VERSION - Static variable in class org.jboss.web.php.Library
 
PhpThread - Class in org.jboss.web.php
 
PhpThread() - Constructor for class org.jboss.web.php.PhpThread
 
phrase - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
pipeCreate(long[], long) - Static method in class org.apache.tomcat.jni.File
Create an anonymous pipe.
pipeline - Variable in class org.apache.catalina.core.ContainerBase
The Pipeline object with which this Container is associated.
Pipeline - Interface in org.apache.catalina
Interface describing a collection of Valves that should be executed in sequence when the invoke() method is invoked.
pipelineAlreadyStarted() - Method in interface org.jboss.web.CatalinaLogger
 
pipelineAlreadyStarted() - Method in class org.jboss.web.CatalinaLogger_$logger
 
pipelineAlreadyStarted$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
pipelineNotStarted() - Method in interface org.jboss.web.CatalinaLogger
 
pipelineNotStarted() - Method in class org.jboss.web.CatalinaLogger_$logger
 
pipelineNotStarted$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
pipeTimeoutGet(long) - Static method in class org.apache.tomcat.jni.File
Get the timeout value for a pipe or manipulate the blocking state.
pipeTimeoutSet(long, long) - Static method in class org.apache.tomcat.jni.File
Set the timeout value for a pipe or manipulate the blocking state.
PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
Poll - Class in org.apache.tomcat.jni
Poll
Poll() - Constructor for class org.apache.tomcat.jni.Poll
 
poll(long, long, long[], boolean) - Static method in class org.apache.tomcat.jni.Poll
Block for activity on the descriptor(s) in a pollset
poll() - Method in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
 
poll() - Method in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poller - Variable in class org.apache.tomcat.util.net.AprEndpoint
The socket poller.
Poller(boolean) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Poller
 
Poller() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.Poller
 
pollerCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Amount of low level pollers in use by this poller.
pollerFailure(int, String) - Method in interface org.jboss.web.CoyoteLogger
 
pollerFailure(int, String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
pollerFailure$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
pollers - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Pointers to the pollers.
pollerSize - Variable in class org.apache.tomcat.util.net.AprEndpoint
Size of the socket poller.
pollerSize - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Size of the socket poller.
pollerSpace - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Amount of spots left in the poller.
pollerTime - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Timeout value for the poll call.
pollset(long, long[]) - Static method in class org.apache.tomcat.jni.Poll
Return all descriptor(s) in a pollset
pollTime - Variable in class org.apache.tomcat.util.net.AprEndpoint
Poll interval, in microseconds.
pongMessageArray - Static variable in class org.apache.coyote.ajp.AjpProcessor
Direct buffer used for sending right away a pong message.
pongMessageBuffer - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for sending right away a pong message.
pool - Variable in class org.apache.tomcat.jni.FileInfo
Allocates memory and closes lingering handles in the specified pool
Pool - Class in org.apache.tomcat.jni
Pool
Pool() - Constructor for class org.apache.tomcat.jni.Pool
 
pool - Variable in class org.apache.tomcat.jni.Sockaddr
The pool to use...
pool(long) - Static method in class org.apache.tomcat.jni.Socket
Create a child pool from associated socket pool.
pool - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Root pool.
pool - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
PoolCallback - Interface in org.apache.tomcat.jni
PoolCallback Interface
pop() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Get the first object out of the queue.
pop() - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
Get the first object out of the queue.
popBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
popBody() - Method in class org.apache.jasper.runtime.PageContextImpl
 
popIndent() - Method in class org.apache.jasper.compiler.ServletWriter
 
port - Variable in class org.apache.catalina.connector.Connector
The port number on which we listen for requests.
port - Variable in class org.apache.tomcat.jni.Sockaddr
The numeric port
port - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Server socket port.
port - Variable in class org.apache.tomcat.util.net.AprEndpoint
Server socket port.
port - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Server socket port.
pos - Variable in class org.apache.coyote.ajp.AjpMessage
The current read or write position in the buffer.
pos - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalInputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Position in the buffer.
pos - Variable in class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
 
pos - Variable in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
 
pos - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
pos - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
pos - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
pos - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
pos - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
 
pos - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
positive - Variable in class org.jboss.web.rewrite.RewriteCond
 
POST - Static variable in class org.apache.coyote.ajp.Constants
POST.
POST - Static variable in class org.apache.coyote.http11.Constants
POST.
postContextAttributes() - Method in class org.apache.catalina.core.StandardContext
Create mandatory servlet context attributes.
postData - Variable in class org.apache.catalina.connector.Request
 
postDataTooLarge() - Method in interface org.jboss.web.CatalinaLogger
 
postDataTooLarge() - Method in class org.jboss.web.CatalinaLogger_$logger
 
postDataTooLarge() - Method in interface org.jboss.web.CatalinaMessages
 
postDataTooLarge() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
postDataTooLarge$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
postDataTooLarge$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
postDeregister() - Method in class org.apache.catalina.connector.Connector
 
postDeregister() - Method in class org.apache.catalina.core.ContainerBase
 
postDeregister() - Method in class org.apache.catalina.core.StandardServer
 
postDeregister() - Method in class org.apache.catalina.core.StandardService
 
postDeregister() - Method in class org.apache.catalina.realm.RealmBase
 
postDeregister() - Method in class org.apache.catalina.session.ManagerBase
 
postDeregister() - Method in class org.apache.catalina.valves.ValveBase
 
postDeregister() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
postDeregister() - Method in class org.apache.coyote.ajp.AjpProtocol
 
postDeregister() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
postDeregister() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
postDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
 
postDeregister() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
postDeregister() - Method in class org.apache.tomcat.util.modeler.Registry
 
postParseRequest(Request, Request, Response, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
Parse additional request parameters.
postRegister(Boolean) - Method in class org.apache.catalina.connector.Connector
 
postRegister(Boolean) - Method in class org.apache.catalina.core.ContainerBase
 
postRegister(Boolean) - Method in class org.apache.catalina.core.StandardServer
 
postRegister(Boolean) - Method in class org.apache.catalina.core.StandardService
 
postRegister(Boolean) - Method in class org.apache.catalina.realm.RealmBase
 
postRegister(Boolean) - Method in class org.apache.catalina.session.ManagerBase
 
postRegister(Boolean) - Method in class org.apache.catalina.valves.ValveBase
 
postRegister(Boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
postRegister(Boolean) - Method in class org.apache.coyote.ajp.AjpProtocol
 
postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
postRegister(Boolean) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
postRegister(Boolean) - Method in class org.apache.tomcat.util.modeler.Registry
 
postWorkDirectory() - Method in class org.apache.catalina.core.StandardContext
Set the appropriate context attribute for our work directory.
precalculate(String) - Method in class org.apache.catalina.filters.RequestFilter
Return an array of regular expression objects initialized from the specified argument, which must be null or a comma-delimited list of regular expression patterns.
precalculate(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Return an array of regular expression objects initialized from the specified argument, which must be null or a comma-delimited list of regular expression patterns.
PRECOMPILE - Static variable in class org.apache.jasper.Constants
The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.
preDeregister() - Method in class org.apache.catalina.connector.Connector
 
preDeregister() - Method in class org.apache.catalina.core.ContainerBase
 
preDeregister() - Method in class org.apache.catalina.core.StandardContext
 
preDeregister() - Method in class org.apache.catalina.core.StandardServer
 
preDeregister() - Method in class org.apache.catalina.core.StandardService
 
preDeregister() - Method in class org.apache.catalina.realm.RealmBase
 
preDeregister() - Method in class org.apache.catalina.session.ManagerBase
 
preDeregister() - Method in class org.apache.catalina.valves.ValveBase
 
preDeregister() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
preDeregister() - Method in class org.apache.coyote.ajp.AjpProtocol
 
preDeregister() - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
preDeregister() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
preDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
 
preDeregister() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
preDeregister() - Method in class org.apache.tomcat.util.modeler.Registry
 
preDestroyException() - Method in interface org.jboss.web.CatalinaMessages
 
preDestroyException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
preDestroyException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
prefix - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive.
prefix - Variable in class org.apache.catalina.valves.AccessLogValve
The prefix that is added to log file filenames.
prefix - Variable in class org.apache.naming.resources.JARDirContext
Path prefix.
prefixAlreadyInUse(String, String, int) - Method in interface org.jboss.web.JasperMessages
 
prefixAlreadyInUse(String, String, int) - Method in class org.jboss.web.JasperMessages_$bundle
 
prefixAlreadyInUse$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
prefixRedefinition(String, String, String) - Method in interface org.jboss.web.JasperMessages
 
prefixRedefinition(String, String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
prefixRedefinition$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
preparedClearSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the clear() prepared statement.
preparedKeysSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the keys() prepared statement.
preparedLoadSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the load() prepared statement.
preparedRemoveSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the remove() prepared statement.
preparedSaveSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the save() prepared statement.
preparedSizeSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the getSize() prepared statement.
prepareRequest() - Method in class org.apache.coyote.ajp.AjpAprProcessor
After reading the request headers, we have to setup the request filters.
prepareRequest() - Method in class org.apache.coyote.ajp.AjpProcessor
After reading the request headers, we have to setup the request filters.
prepareRequest() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
After reading the request headers, we have to setup the request filters.
prepareRequest() - Method in class org.apache.coyote.http11.Http11AprProcessor
After reading the request headers, we have to setup the request filters.
prepareRequest() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
prepareRequest() - Method in class org.apache.coyote.http11.Http11Processor
After reading the request headers, we have to setup the request filters.
prepareResponse() - Method in class org.apache.coyote.ajp.AjpAprProcessor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
prepareResponse() - Method in class org.apache.coyote.ajp.AjpProcessor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
prepareResponse() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
prepareResponse() - Method in class org.apache.coyote.http11.Http11AprProcessor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
prepareResponse() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
prepareResponse() - Method in class org.apache.coyote.http11.Http11Processor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.connector.Connector
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.ContainerBase
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.StandardContext
There are 2 cases: 1.The context is created and registered by internal APIS 2.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.StandardEngine
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.StandardHost
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.StandardServer
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.StandardService
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.realm.RealmBase
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.session.ManagerBase
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.ajp.AjpProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.http11.Http11Protocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Is the specified ModelMBeanInfo instance valid?
preRegister(MBeanServer, ObjectName) - Method in class org.apache.tomcat.util.modeler.Registry
 
preRegisterJMX() - Method in class org.apache.catalina.core.StandardContext
 
PRESERVE_COOKIE_HEADER - Static variable in class org.apache.tomcat.util.http.CookieSupport
If set to true, the cookie header will be preserved.
principal - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
principal - Variable in class org.apache.catalina.session.StandardSession
The authenticated Principal associated with this session, if any.
print(boolean) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(char) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(long) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(float) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(double) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(Object) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(Object) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(Node) - Method in class org.apache.catalina.util.DOMWriter
Prints the specified node, recursively.
print(char) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given char.
print(int) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given int.
print(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a boolean value.
print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a character.
print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an integer.
print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a long integer.
print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a floating-point number.
print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a double-precision floating-point number.
print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an array of characters.
print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a string.
print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an object.
printComment(Mark, Mark, char[]) - Method in class org.apache.jasper.compiler.ServletWriter
Print a standard comment for echo outputed chunk.
printf(Locale, String, Object...) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
printf(String, Object...) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
printil(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention, and then the string, and a '\n'.
printin() - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention
printin(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention, followed by the given string
println() - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(boolean) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(char) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(long) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(float) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(double) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(Object) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(Object) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string followed by '\n'
println() - Method in class org.apache.jasper.compiler.ServletWriter
Prints a '\n'
println() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println() - Method in class org.apache.jasper.runtime.JspWriterImpl
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a boolean value and then terminate the line.
println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a character and then terminate the line.
println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an integer and then terminate the line.
println(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a long integer and then terminate the line.
println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a floating-point number and then terminate the line.
println(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an array of characters and then terminate the line.
println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a String and then terminate the line.
println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an Object and then terminate the line.
printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
printServletEnvironment(ServletOutputStream, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Prints out important Servlet API and container information
printStackTrace(PrintStream) - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadException
Prints this throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadException
Prints this throwable and its backtrace to the specified print writer.
printWriter - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
privileged - Variable in class org.apache.catalina.core.StandardContext
The privileged flag for this web application.
Proc - Class in org.apache.tomcat.jni
Proc
Proc() - Constructor for class org.apache.tomcat.jni.Proc
 
Procattr - Class in org.apache.tomcat.jni
Procattr
Procattr() - Constructor for class org.apache.tomcat.jni.Procattr
 
ProcErrorCallback - Interface in org.apache.tomcat.jni
ProcErrorCallback Interface
process(String, ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestFilter
Perform the filtering that has been configured for this Filter, matching against the specified request property.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in interface org.apache.catalina.ssi.SSICommand
Write the output of the command to the writer.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConditional
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConfig
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIEcho
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIExec
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFlastmod
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFsize
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIInclude
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIPrintenv
 
process(Reader, long, PrintWriter) - Method in class org.apache.catalina.ssi.SSIProcessor
Process a file with server-side commands, reading from reader and writing the processed version to writer.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSISet
 
process(String, Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Perform the filtering that has been configured for this Valve, matching against the specified request property.
process(long) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(long) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
process(Socket) - Method in class org.apache.coyote.ajp.AjpProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(Socket) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
process(long) - Method in class org.apache.coyote.http11.Http11AprProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(NioChannel) - Method in class org.apache.coyote.http11.Http11NioProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(Socket) - Method in class org.apache.coyote.http11.Http11Processor
Process pipelined HTTP requests on the specified socket.
process(Socket) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
process(Request, ByteChunk, Response, ByteChunk) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Process specified request.
process(InputStream, OutputStream) - Method in interface org.apache.coyote.Processor
 
process(int) - Method in interface org.apache.tomcat.bayeux.BayeuxRequest
processes a remote client Bayeux message
process(int) - Method in class org.apache.tomcat.bayeux.request.MetaConnectRequest
Transition to connected state, flushing pending messages if available.
process(int) - Method in class org.apache.tomcat.bayeux.request.MetaDisconnectRequest
Disconnect a client session.
process(int) - Method in class org.apache.tomcat.bayeux.request.MetaHandshakeRequest
Generate and return a client identifier.
process(int) - Method in class org.apache.tomcat.bayeux.request.MetaSubscribeRequest
Register interest for one or more channels.
process(int) - Method in class org.apache.tomcat.bayeux.request.MetaUnsubscribeRequest
De-register interest for one or more channels.
process(int) - Method in class org.apache.tomcat.bayeux.request.PublishRequest
Send the event message to all registered subscribers.
process(int) - Method in class org.apache.tomcat.bayeux.RequestBase
 
process(long) - Method in interface org.apache.tomcat.util.net.AprEndpoint.Handler
 
process(Socket) - Method in interface org.apache.tomcat.util.net.JIoEndpoint.Handler
 
process(NioChannel) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
Process the specified org.apache.tomcat.util.net.NioChannel
processChannel(NioChannel, SocketStatus) - Method in class org.apache.tomcat.util.net.NioEndpoint
Process given channel for an event.
processChannelWithOptions(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint
Process given channel.
processChildren(Container, ClassLoader) - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
processCometEvent(String, HttpEvent, HttpEventFilterChain) - Method in class org.apache.catalina.filters.RequestFilter
Perform the filtering that has been configured for this Filter, matching against the specified request property.
processCookieHeader(byte[], int, int) - Method in class org.apache.tomcat.util.http.Cookies
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
processCookies(MimeHeaders) - Method in class org.apache.tomcat.util.http.Cookies
Add all Cookie found in the headers of a request.
processExpires() - Method in class org.apache.catalina.session.ManagerBase
Invalidate all sessions that have expired.
processExpires() - Method in class org.apache.catalina.session.PersistentManagerBase
Implements the Manager interface, direct call to processExpires and processPersistenceChecks
processExpires() - Method in class org.apache.catalina.session.StoreBase
Called by our background reaper thread to check if Sessions saved in our store are subject of being expired.
processExpiresFrequency - Variable in class org.apache.catalina.session.ManagerBase
Frequency of the session expiration, and related manager operations.
processHeader() - Method in class org.apache.coyote.ajp.AjpMessage
 
processing - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Processing.
processingTime - Variable in class org.apache.catalina.session.ManagerBase
Processing time during session expiration.
processingTime - Variable in class org.apache.catalina.session.PersistentManagerBase
Processing time during session expiration and passivation.
processingTime - Variable in class org.apache.catalina.session.StandardManager
Processing time during session expiration.
processMaxActiveSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if too many are active
processMaxIdleBackups() - Method in class org.apache.catalina.session.PersistentManagerBase
Back up idle sessions.
processMaxIdleSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if they are idle too long.
Processor - Interface in org.apache.coyote
Processor.
PROCESSOR_ACTIVE - Static variable in class org.apache.catalina.connector.Constants
 
PROCESSOR_IDLE - Static variable in class org.apache.catalina.connector.Constants
 
processorCache - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Processor cache.
processorCache - Variable in class org.apache.coyote.ajp.AjpProtocol
Processor cache.
processorCache - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
Processor cache.
processorCache - Variable in class org.apache.coyote.http11.Http11AprProtocol
Processor cache.
processorCache - Variable in class org.apache.coyote.http11.Http11Protocol
Processor cache.
processParameters(byte[], int, int) - Method in class org.apache.tomcat.util.http.Parameters
 
processParameters(MessageBytes, String) - Method in class org.apache.tomcat.util.http.Parameters
 
processPersistenceChecks() - Method in class org.apache.catalina.session.PersistentManagerBase
Called by the background thread after active sessions have been checked for expiration, to allow sessions to be swapped out, backed up, etc.
processSocket(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process given socket.
processSocket(long, SocketStatus) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process given socket for an event.
processSocket(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint
Process given socket.
processSocket(Socket, SocketStatus) - Method in class org.apache.tomcat.util.net.JIoEndpoint
Process given socket for an event.
processSocketWithOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process given socket.
processSSI(HttpServletRequest, HttpServletResponse, URL) - Method in class org.apache.catalina.ssi.SSIServlet
 
ProgressListener - Interface in org.apache.tomcat.util.http.fileupload
The ProgressListener may be used to display a progress bar or do stuff like that.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.session.PersistentManagerBase
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.session.StandardManager
Process property change events from our associated Context.
propertyNotFound(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
propertyNotFound(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
propertyNotFound$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
proprietaryEvaluate(String, Class, PageContext, ProtectedFunctionMapper, boolean) - Static method in class org.apache.jasper.runtime.PageContextImpl
Proprietary method to evaluate EL expressions.
ProtectedFunctionMapper - Class in org.apache.jasper.runtime
Maps EL functions to their Java method counterparts.
protection - Variable in class org.apache.tomcat.jni.FileInfo
The access permissions of the file.
proto - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
proto - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
proto - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
protocol - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
protocol - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
protocol() - Method in class org.apache.coyote.Request
 
protocol() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the protocol
PROTOCOL_HANDLER_VARIABLE - Static variable in class org.apache.naming.resources.Constants
 
PROTOCOL_HEADER_HTTPS_VALUE_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
PROTOCOL_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
ProtocolElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.ProtocolElement
 
protocolHandler - Variable in class org.apache.catalina.connector.Connector
Coyote protocol handler.
ProtocolHandler - Interface in org.apache.coyote
Abstract the protocol implementation, including threading, etc.
protocolHandlerClassName - Variable in class org.apache.catalina.connector.Connector
Coyote Protocol handler class name.
protocolHandlerDestroyFailed(Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
protocolHandlerDestroyFailed(Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
protocolHandlerDestroyFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
protocolHandlerInitFailed(Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
protocolHandlerInitFailed(Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
protocolHandlerInitFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
protocolHandlerInstantiationFailed(Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
protocolHandlerInstantiationFailed(Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
protocolHandlerInstantiationFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
protocolHandlerPauseFailed(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
protocolHandlerPauseFailed(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
protocolHandlerPauseFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
protocolHandlerResumeFailed(Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
protocolHandlerResumeFailed(Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
protocolHandlerResumeFailed$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
protocolHandlerStartFailed(Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
protocolHandlerStartFailed(Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
protocolHandlerStartFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
protoTypeMode - Variable in class org.apache.jasper.JspCompilationContext
 
provider() - Method in class org.apache.tomcat.util.net.NioChannel
Returns the provider that created this channel.
PROXIES_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
ProxyDirContext - Class in org.apache.naming.resources
Proxy Directory Context implementation.
ProxyDirContext(Hashtable<String, Object>, DirContext) - Constructor for class org.apache.naming.resources.ProxyDirContext
Builds a proxy directory context using the given environment.
ProxyDirContextFacade - Class in org.apache.naming.resources
Proxy Directory Context facade implementation.
ProxyDirContextFacade(ProxyDirContext, String) - Constructor for class org.apache.naming.resources.ProxyDirContextFacade
Builds a proxy directory context using the given environment.
proxyName - Variable in class org.apache.catalina.connector.Connector
The server name to which we should pretend requests to this Connector were directed.
proxyPort - Variable in class org.apache.catalina.connector.Connector
The server port to which we should pretent requests to this Connector were directed.
publicId - Variable in class org.apache.catalina.core.StandardContext
The public identifier of the DTD for the web application deployment descriptor version we are currently parsing.
publish(Message) - Method in interface org.apache.cometd.bayeux.Channel
Publishes a message to all the subscribers of this channel.
publish(Message[]) - Method in interface org.apache.cometd.bayeux.Channel
Publishes more than one message to all the subscribers of this channel.
publish(Message) - Method in class org.apache.tomcat.bayeux.ChannelImpl
 
publish(Message[]) - Method in class org.apache.tomcat.bayeux.ChannelImpl
 
PublishRequest - Class in org.apache.tomcat.bayeux.request
Handshake request Bayeux message.
PublishRequest(TomcatBayeux, HttpEvent, JSONObject) - Constructor for class org.apache.tomcat.bayeux.request.PublishRequest
 
push(AprEndpoint.Worker) - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Put the object into the queue.
push(JIoEndpoint.Worker) - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
Put the object into the queue.
pushBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
pushBody(Writer) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
pushBody() - Method in class org.apache.jasper.runtime.PageContextImpl
 
pushBody(Writer) - Method in class org.apache.jasper.runtime.PageContextImpl
 
pushIndent() - Method in class org.apache.jasper.compiler.ServletWriter
 
put(Object, Object) - Method in class org.apache.catalina.util.ParameterMap
Associate the specified value with the specified key in this map.
put(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl.PageContextPool
 
put(Attribute) - Method in class org.apache.naming.resources.ResourceAttributes
Put attribute.
put(String, Object) - Method in class org.apache.naming.resources.ResourceAttributes
Put attribute.
put(boolean) - Method in class org.apache.tomcat.util.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.apache.tomcat.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.apache.tomcat.util.json.JSONArray
Append a double value.
put(int) - Method in class org.apache.tomcat.util.json.JSONArray
Append an int value.
put(long) - Method in class org.apache.tomcat.util.json.JSONArray
Append an long value.
put(Map) - Method in class org.apache.tomcat.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.apache.tomcat.util.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.apache.tomcat.util.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.apache.tomcat.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.apache.tomcat.util.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.apache.tomcat.util.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.apache.tomcat.util.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.apache.tomcat.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.apache.tomcat.util.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.apache.tomcat.util.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.apache.tomcat.util.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.apache.tomcat.util.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.apache.tomcat.util.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.apache.tomcat.util.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.apache.tomcat.util.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.apache.tomcat.util.json.JSONObject
Put a key/value pair in the JSONObject.
putAll(Map) - Method in class org.apache.catalina.util.ParameterMap
Copy all of the mappings from the specified map to this one.
putc(byte, long) - Static method in class org.apache.tomcat.jni.File
Write a character into the specified file.
putContext(Class, Object) - Method in class org.apache.jasper.el.ELContextWrapper
 
putIANA2JavaMapping(String, String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Adds an IANA to Java encoding name mapping.
putJava2IANAMapping(String, String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Adds a Java to IANA encoding name mapping.
putOnce(String, Object) - Method in class org.apache.tomcat.util.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.apache.tomcat.util.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
puts(String) - Method in interface org.apache.tomcat.jni.BIOCallback
Puts string
puts(byte[], long) - Static method in class org.apache.tomcat.jni.File
Write the string into the specified file.
putValue(String, Object) - Method in class org.apache.catalina.session.StandardSession
Deprecated.
As of Version 2.2, this method is replaced by setAttribute()
putValue(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 

Q

QOP - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Tomcat's DIGEST implementation only supports auth quality of protection.
qsappend - Variable in class org.jboss.web.rewrite.RewriteRule
This flag forces the rewriting engine to append a query string part in the substitution string to the existing one instead of replacing it.
query() - Method in class org.apache.coyote.Request
 
QueryElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.QueryElement
 
queryString - Variable in class org.apache.catalina.core.DummyRequest
 
queryString() - Method in class org.apache.coyote.Request
 
queryString() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the query string
QUESTION - Static variable in class org.apache.coyote.ajp.Constants
'?'.
QUESTION - Static variable in class org.apache.coyote.http11.Constants
'?'.
quote(String, boolean) - Method in class org.apache.catalina.util.Strftime
 
quote(String) - Static method in class org.apache.tomcat.util.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

raiseError(long, long) - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Called to indicate, that the input streams limit has been exceeded.
rand - Static variable in class org.apache.tomcat.bayeux.UUIDGenerator
 
randLoad(String) - Static method in class org.apache.tomcat.jni.SSL
Add content of the file to the PRNG
randMake(String, int, boolean) - Static method in class org.apache.tomcat.jni.SSL
Creates random data to filename
random - Variable in class org.apache.catalina.connector.Request
Random generator.
random - Variable in class org.apache.catalina.core.StandardService
The random associated with this service.
random - Variable in class org.apache.naming.resources.ResourceCache
Random generator used to determine elements to free.
random(byte[], int) - Static method in class org.apache.tomcat.jni.OS
Generate random bytes.
randomUUID(boolean) - Static method in class org.apache.tomcat.bayeux.UUIDGenerator
 
randomUUID(boolean, byte[], int) - Static method in class org.apache.tomcat.bayeux.UUIDGenerator
 
randSave(String) - Static method in class org.apache.tomcat.jni.SSL
Writes a number of random bytes (currently 1024) to file filename which can be used to initialize the PRNG by calling randLoad in a later session.
randSet(String) - Static method in class org.apache.tomcat.jni.SSL
Set source of entropy to use in SSL
Range() - Constructor for class org.apache.catalina.servlets.DefaultServlet.Range
 
rctxt - Variable in class org.apache.jasper.JspCompilationContext
 
read() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read(byte[]) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read() - Method in class org.apache.catalina.connector.CoyoteReader
 
read(char[]) - Method in class org.apache.catalina.connector.CoyoteReader
 
read(char[], int, int) - Method in class org.apache.catalina.connector.CoyoteReader
 
read(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
read() - Method in class org.apache.catalina.connector.InputBuffer
 
read(char[]) - Method in class org.apache.catalina.connector.InputBuffer
 
read(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
read() - Method in class org.apache.catalina.connector.Request
Read bytes into the low level buffer.
read() - Method in class org.apache.catalina.servlets.CGIServlet.HTTPHeaderInputStream
 
read(int) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Read at least the specified amount of bytes, and place them in the input buffer.
read(byte[], int, int) - Method in class org.apache.coyote.ajp.AjpProcessor
Read at least the specified amount of bytes, and place them in the input buffer.
read() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Read characters into a portion of an array.
read() - Method in class org.apache.jasper.xmlparser.UCSReader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UCSReader
Read characters into a portion of an array.
read() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Read characters into a portion of an array.
read(byte[]) - Method in interface org.apache.tomcat.jni.BIOCallback
Read data
read(FileInfo, int, long) - Static method in class org.apache.tomcat.jni.Directory
Read the next entry from the specified directory.
read(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file.
read() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns the next byte in the stream.
read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Reads bytes into the given buffer.
read() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
READ - Static variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
read() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
read(ByteBuffer) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
Deprecated.
read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
read(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
read(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Deprecated.
read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.NioChannel
 
read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.NioChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class org.apache.tomcat.util.net.NioChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
READ - Static variable in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
read() - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
read(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
Set the read flag.
read(HttpServletRequest, byte[], int) - Static method in class org.jboss.web.php.SAPI
 
READ_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
Size of the header metadata
readable - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
readAsync() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
readb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file.
readBodyData(OutputStream) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads body-data from the current encapsulation and writes its contents into the output Stream.
readBoundary() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Skips a boundary token, and checks whether more encapsulations are contained in the stream.
readByte() - Method in class org.apache.catalina.connector.InputBuffer
 
readByte() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads a byte from the buffer, and refills it as necessary.
readBytes() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes from the previous buffer.
readBytes(ByteBuffer) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
readBytes(ByteBuffer, long, TimeUnit) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
readBytes(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Read a sequence of bytes in blocking mode.
readBytes(ByteBuffer, long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioChannel
Read a sequence of bytes in blocking mode
readChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Byte chunk used to read bytes.
readChunkedPostBody() - Method in class org.apache.catalina.connector.Request
Read chunked post body.
reader - Variable in class org.apache.catalina.connector.Request
Reader.
readerAlreadyUsed() - Method in interface org.jboss.web.CatalinaMessages
 
readerAlreadyUsed() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
readerAlreadyUsed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspMethodExpression
 
readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspValueExpression
 
readFull(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file, ensuring that the buffer is filled before returning.
readFullb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file, ensuring that the buffer is filled before returning.
readHeaders() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads the header-part of the current encapsulation.
readLine(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
readLine() - Method in class org.apache.catalina.connector.CoyoteReader
 
readListenerAlreadySet() - Method in interface org.jboss.web.CatalinaMessages
 
readListenerAlreadySet() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
readListenerAlreadySet$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
readmeFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow a readme file to be included.
readMessage(AjpMessage, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Read an AJP message.
readMessage(AjpMessage) - Method in class org.apache.coyote.ajp.AjpProcessor
Read an AJP message.
readNotifications - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
True if a read has been requested.
readNotifications - Variable in class org.apache.coyote.http11.Http11AprProcessor
 
readObject(ObjectInputStream) - Method in class org.apache.catalina.session.StandardSession
Read a serialized version of this session object from the specified object input stream.
readObjectData(ObjectInputStream) - Method in class org.apache.catalina.session.StandardSession
Read a serialized version of the contents of this session object from the specified object input stream, without requiring that the StandardSession itself have been serialized.
readOnly - Variable in class org.apache.catalina.servlets.DefaultServlet
Read only flag.
readPostBody(byte[], int) - Method in class org.apache.catalina.connector.Request
Read post body in an array.
readResolve() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
readResolve() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
readResolve() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
readResolve() - Method in class org.jboss.web.JasperMessages_$bundle
 
readResolve() - Method in class org.jboss.web.JSONMessages_$bundle
 
readResolve() - Method in class org.jboss.web.NamingMessages_$bundle
 
readResolve() - Method in class org.jboss.web.WebMessages_$bundle
 
readt(int, boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Read at least the specified amount of bytes, and place them in the input buffer.
readTimeout - Variable in class org.apache.coyote.ajp.AjpProcessor
The socket timeout used when reading the first block of the request header.
readTimeout - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Read timeout
readXml(InputStream) - Static method in class org.apache.tomcat.util.DomUtil
Read XML as DOM.
ready() - Method in class org.apache.catalina.connector.CoyoteReader
 
ready() - Method in class org.apache.catalina.connector.InputBuffer
 
ready - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
ready() - Method in class org.apache.catalina.connector.Request
Return true if bytes or chars are available.
ready() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.jasper.xmlparser.UCSReader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Tell whether this stream is ready to be read.
realloc(long, int) - Static method in class org.apache.tomcat.jni.Stdlib
Reallocate memory blocks.
realm - Variable in class org.apache.catalina.core.ContainerBase
The Realm with which this Container is associated.
Realm - Interface in org.apache.catalina
A Realm is a read-only facade for an underlying security realm used to authenticate individual users, and identify the security roles associated with those users.
realm - Variable in class org.apache.catalina.realm.GenericPrincipal
The Realm with which this Principal is associated.
REALM_LOGGER - Static variable in interface org.jboss.web.CatalinaLogger
A logger with the category of the package name.
REALM_NAME - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Default authentication realm name.
realmAlreadyStarted() - Method in interface org.jboss.web.CatalinaMessages
 
realmAlreadyStarted() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
realmAlreadyStarted$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
RealmBase - Class in org.apache.catalina.realm
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
RealmBase() - Constructor for class org.apache.catalina.realm.RealmBase
 
RealmBase.AllRolesMode - Class in org.apache.catalina.realm
 
realmNotStarted() - Method in interface org.jboss.web.CatalinaMessages
 
realmNotStarted() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
realmNotStarted$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
realmPath - Variable in class org.apache.catalina.realm.RealmBase
 
realReadBytes(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
Reads new bytes in the byte chunk.
realReadBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel
Read new bytes ( usually the internal conversion buffer ).
realReadChars(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
realReadChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharInputChannel
Read new bytes ( usually the internal conversion buffer ).
realWriteBytes(byte[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Sends the buffer data to the client output, checking the state of Response and calling the right interceptors.
realWriteBytes(byte[], int, int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Callback to write data from the buffer.
realWriteBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realWriteChars(char[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Convert the chars to bytes, then send the data to the client.
realWriteChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel
Send the bytes ( usually the internal conversion buffer ).
reauthenticate(String, Realm, Request) - Method in class org.apache.catalina.authenticator.SingleSignOn
Attempts reauthentication to the given Realm using the credentials associated with the single sign-on session identified by argument ssoId.
reauthenticateFromSSO(String, Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Attempts reauthentication to the Realm using the credentials included in argument entry.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.AliasDirContext
 
rebind(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.JARDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
receive() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Receive a chunk of data.
receive() - Method in class org.apache.coyote.ajp.AjpProcessor
Receive a chunk of data.
RECONNECT_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - reconnect field
reconnectInterval - Variable in class org.apache.tomcat.bayeux.BayeuxServlet
The reconnect interval.
reconnectInterval - Variable in class org.apache.tomcat.bayeux.RequestBase
 
reconnectInterval - Variable in class org.apache.tomcat.bayeux.TomcatBayeux
 
recv(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network.
recvb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network.
recvbb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network using internally set ByteBuffer
recvbbt(long, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network with timeout using internally set ByteBuffer
recvbt(long, ByteBuffer, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network with timeout.
recvFrom(long, long, int, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
 
recvt(long, byte[], int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network with timeout.
RecyclableNamingEnumeration - Class in org.apache.naming.resources
Naming enumeration implementation.
RecyclableNamingEnumeration(Vector) - Constructor for class org.apache.naming.resources.RecyclableNamingEnumeration
 
recycle() - Method in class org.apache.catalina.connector.InputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.catalina.connector.OutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.catalina.connector.Request
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.Response
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.core.DummyRequest
 
recycle() - Method in class org.apache.catalina.core.DummyResponse
 
recycle() - Method in class org.apache.catalina.servlets.DefaultServlet.Range
 
recycle() - Method in interface org.apache.catalina.Session
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.session.StandardSession
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Recycle the processor.
recycle() - Method in class org.apache.coyote.ajp.AjpProcessor
Recycle the processor.
recycle() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
Recycle the input buffer.
recycle() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Recycle this object
recycle() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
 
recycle() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
recycle() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
recycle() - Method in class org.apache.coyote.http11.Http11Processor
 
recycle() - Method in interface org.apache.coyote.http11.InputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Recycle the input buffer.
recycle() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.coyote.http11.InternalInputBuffer
Recycle the input buffer.
recycle() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
recycle() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Recycle the output buffer.
recycle() - Method in interface org.apache.coyote.http11.OutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.Request
 
recycle() - Method in class org.apache.coyote.Response
 
recycle() - Method in class org.apache.naming.resources.CacheEntry
 
recycle() - Method in class org.apache.tomcat.util.buf.B2CConverter
Reset the decoder state, and empty the leftover buffer.
recycle() - Method in class org.apache.tomcat.util.buf.ByteChunk
Resets the message buff to an uninitialized state.
recycle() - Method in class org.apache.tomcat.util.buf.C2BConverter
Reset the encoder state.
recycle() - Method in class org.apache.tomcat.util.buf.CharChunk
Resets the message bytes to an uninitialized state.
recycle() - Method in class org.apache.tomcat.util.buf.MessageBytes
Resets the message bytes to an uninitialized (NULL) state.
recycle() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
recycle() - Method in class org.apache.tomcat.util.buf.UTF8Decoder
 
recycle() - Method in class org.apache.tomcat.util.http.BaseRequest
Recycles this object and readies it further use.
recycle() - Method in class org.apache.tomcat.util.http.Cookies
Recycle.
recycle() - Method in class org.apache.tomcat.util.http.mapper.MappingData
 
recycle() - Method in class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
 
recycle() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
recycle() - Method in class org.apache.tomcat.util.http.Parameters
 
recycle() - Method in class org.apache.tomcat.util.http.ServerCookie
 
recycle() - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
Recycle this channel info for next use
recycle() - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelProcessor
Reset this channel processor
recycle() - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Recycle this SendfileData
RECYCLE_FACADES - Static variable in class org.apache.catalina.connector.Connector
Alternate flag to enable recycling of facades.
recycledChannelList - Variable in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
 
recycledFileDatas - Variable in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
 
recycledProcessors - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
recycledProcessors - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
recycledProcessors - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
recycleSendfileData(NioEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
 
recycleWorkerThread(AprEndpoint.Worker) - Method in class org.apache.tomcat.util.net.AprEndpoint
Recycle the specified Processor so that it can be used again.
recycleWorkerThread(JIoEndpoint.Worker) - Method in class org.apache.tomcat.util.net.JIoEndpoint
Recycle the specified Processor so that it can be used again.
Redirect - Class in org.apache.jasper.tagplugins.jstl.core
 
Redirect() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Redirect
 
redirect - Variable in class org.jboss.web.rewrite.RewriteRule
Prefix Substitution with http://thishost[:thisport]/ (which makes the new URL a URI) to force a external redirection.
redirectCode - Variable in class org.jboss.web.rewrite.RewriteRule
 
redirectPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
redirectPort - Variable in class org.apache.catalina.connector.Connector
The redirect port for non-SSL to SSL redirects.
redirectURLCC - Variable in class org.apache.catalina.connector.Response
Recyclable buffer to hold the redirect URL.
REFERENCE - Static variable in class org.apache.naming.NamingEntry
 
references - Variable in class org.apache.catalina.core.StandardWrapper
The security role references for this servlet, keyed by role name used in the servlet.
REG_BINARY - Static variable in class org.apache.tomcat.jni.Registry
 
REG_DWORD - Static variable in class org.apache.tomcat.jni.Registry
 
REG_EXPAND_SZ - Static variable in class org.apache.tomcat.jni.Registry
 
REG_MULTI_SZ - Static variable in class org.apache.tomcat.jni.Registry
 
REG_QWORD - Static variable in class org.apache.tomcat.jni.Registry
 
REG_SZ - Static variable in class org.apache.tomcat.jni.Registry
 
register(Request, HttpServletResponse, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one.
register(String, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Register the specified Principal as being associated with the specified value for the single sign on identifier.
register(AjpAprProcessor) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
register(AjpProcessor) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
register(Http11Processor) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
registerComponent(Object, String, String) - Method in class org.apache.tomcat.util.modeler.Registry
Register a bean by creating a modeler mbean and adding it to the MBeanServer.
registerComponent(Object, ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
Register a component XXX make it private
registerComponent(Object, String, String, String) - Method in class org.apache.tomcat.util.modeler.Registry
Deprecated.
- may still be used in code using pre-1.1 builds
registerComponent(Object, String, String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Register a bean by creating a modeler mbean and adding it to the MBeanServer.
registerCount - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
registerCount - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
registerCount - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
registerJMX() - Method in class org.apache.catalina.core.StandardContext
 
registerJMX(StandardContext) - Method in class org.apache.catalina.core.StandardWrapper
 
registerManager(Manager) - Method in interface org.apache.catalina.Cluster
Register a manager with the cluster.
registerOnDemandContextMappingListener(OnDemandContextMappingListener) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
Registry - Class in org.apache.tomcat.jni
Windows Registy support
Registry() - Constructor for class org.apache.tomcat.jni.Registry
 
Registry - Class in org.apache.tomcat.util.modeler
Registry for modeler MBeans.
Registry() - Constructor for class org.apache.tomcat.util.modeler.Registry
 
RegistryMBean - Interface in org.apache.tomcat.util.modeler
Interface for modeler MBeans.
reHandshake() - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
Start a new handshake operation for this channel.
rejectedSessions - Variable in class org.apache.catalina.session.PersistentManagerBase
Number of session creations that failed due to maxActiveSessions.
rejectedSessions - Variable in class org.apache.catalina.session.StandardManager
Number of session creations that failed due to maxActiveSessions.
release(Connection) - Method in class org.apache.catalina.session.JDBCStore
Release the connection, not needed here since the connection is not associated with a connection pool.
release() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
release() - Method in class org.apache.jasper.runtime.PageContextImpl
 
release() - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
Calls the release() method of all tag handlers in this tag handler pool.
release() - Method in class org.apache.jasper.runtime.TagHandlerPool
Calls the release() method of all available tag handlers in this tag handler pool.
release() - Method in class org.apache.naming.resources.AliasDirContext
 
release() - Method in class org.apache.naming.resources.BaseDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.FileDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.JARDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.VirtualDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.WARDirContext
Release any resources allocated for this directory context.
releaseFilterChain() - Method in class org.apache.catalina.connector.Request
Set filter chain associated with the request.
releaseFilterChain() - Method in class org.apache.catalina.connector.RequestFacade
Release the current filter chain.
releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
reload() - Method in interface org.apache.catalina.Context
Reload this web application, if reloading is supported.
reload() - Method in class org.apache.catalina.core.StandardContext
Reload this web application, if reloading is supported.
RELOAD_EVENT - Static variable in interface org.apache.catalina.Context
The LifecycleEvent type sent when a context is reloaded.
remaining - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Number of bytes remaining in the current chunk.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Remaining bytes.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Remaining bytes.
REMOTE_IP_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
remoteAddr - Variable in class org.apache.catalina.connector.Request
Remote address.
remoteAddr - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
remoteAddr - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Remote Address associated with the current connection.
remoteAddr - Variable in class org.apache.coyote.http11.Http11AprProcessor
Remote Address associated with the current connection.
remoteAddr - Variable in class org.apache.coyote.http11.Http11Processor
Remote Address associated with the current connection.
remoteAddr() - Method in class org.apache.coyote.Request
 
remoteAddr() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote address
RemoteAddrElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RemoteAddrElement
 
RemoteAddrFilter - Class in org.apache.catalina.filters
Concrete implementation of RequestFilter that filters based on the string representation of the remote client's IP address.
RemoteAddrFilter() - Constructor for class org.apache.catalina.filters.RemoteAddrFilter
 
RemoteAddrValve - Class in org.apache.catalina.valves
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address.
RemoteAddrValve() - Constructor for class org.apache.catalina.valves.RemoteAddrValve
 
remoteHost - Variable in class org.apache.catalina.connector.Request
Remote host.
remoteHost - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
remoteHost - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Remote Host associated with the current connection.
remoteHost - Variable in class org.apache.coyote.http11.Http11AprProcessor
Remote Host associated with the current connection.
remoteHost - Variable in class org.apache.coyote.http11.Http11Processor
Remote Host associated with the current connection.
remoteHost() - Method in class org.apache.coyote.Request
 
remoteHost() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote host
RemoteHostFilter - Class in org.apache.catalina.filters
Concrete implementation of RequestFilter that filters based on the remote client's host name.
RemoteHostFilter() - Constructor for class org.apache.catalina.filters.RemoteHostFilter
 
RemoteHostValve - Class in org.apache.catalina.valves
Concrete implementation of RequestFilterValve that filters based on the remote client's host name.
RemoteHostValve() - Constructor for class org.apache.catalina.valves.RemoteHostValve
 
RemoteIpFilter - Class in org.apache.catalina.filters
Servlet filter to integrate "X-Forwarded-For" and "X-Forwarded-Proto" HTTP headers.
RemoteIpFilter() - Constructor for class org.apache.catalina.filters.RemoteIpFilter
 
RemoteIpFilter.XForwardedRequest - Class in org.apache.catalina.filters
 
RemoteIpValve - Class in org.apache.catalina.valves
Tomcat port of mod_remoteip, this valve replaces the apparent client remote IP address and hostname for the request with the IP address list presented by a proxy or a load balancer via a request headers (e.g.
RemoteIpValve() - Constructor for class org.apache.catalina.valves.RemoteIpValve
 
remoteIpValvePatternError(String, Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
remoteIpValvePatternError(String, Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
remoteIpValvePatternError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
remotePort - Variable in class org.apache.catalina.connector.Request
Remote port
remotePort - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Remote port to which the socket is connected
remotePort - Variable in class org.apache.coyote.http11.Http11AprProcessor
Remote port to which the socket is connected
remotePort - Variable in class org.apache.coyote.http11.Http11Processor
Remote port to which the socket is connected
remoteUser() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote user
remove(Session) - Method in interface org.apache.catalina.Manager
Remove this Session from the active Sessions for this Manager.
remove(Object) - Static method in class org.apache.catalina.security.SecurityUtil
Remove the object from the cache.
remove(String) - Method in class org.apache.catalina.session.FileStore
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - Method in class org.apache.catalina.session.JDBCStore
Remove the Session with the specified session identifier from this Store, if present.
remove(Session) - Method in class org.apache.catalina.session.ManagerBase
Remove this Session from the active Sessions for this Manager.
remove(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, and from the Store.
remove(String) - Method in interface org.apache.catalina.Store
Remove the Session with the specified session identifier from this Store, if present.
remove(Object) - Method in class org.apache.catalina.util.ParameterMap
Remove the mapping for this key from the map if present.
remove(Object) - Method in class org.apache.catalina.util.ResourceSet
Remove the given element from this set if it is present.
remove(Client) - Method in interface org.apache.cometd.bayeux.Bayeux
Removes the client all together.
remove(Channel) - Method in interface org.apache.cometd.bayeux.Bayeux
Removes a channel from the Bayeux object.
Remove - Class in org.apache.jasper.tagplugins.jstl.core
 
Remove() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Remove
 
remove(String) - Method in class org.apache.naming.resources.ResourceAttributes
Remove attribute.
remove(Channel) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
remove(Client) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
remove(HttpEvent) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
remove(String, long) - Static method in class org.apache.tomcat.jni.Directory
Remove directory from the file system.
remove(String, long) - Static method in class org.apache.tomcat.jni.File
Delete the specified file.
remove(long, long) - Static method in class org.apache.tomcat.jni.Poll
Remove a descriptor from a pollset
remove(String, long) - Static method in class org.apache.tomcat.jni.Shm
Remove shared memory segment associated with a filename.
remove(String) - Method in class org.apache.tomcat.util.json.JSONObject
Remove a name and its value, if present.
remove(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Remove socket from the poller.
remove(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
remove(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
 
remove(long) - Method in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
Remove the channel having the specified id
remove(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
 
remove(NioEndpoint.ChannelInfo) - Method in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
 
remove(NioEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
Remove socket from the poller.
REMOVE_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
The ContainerEvent event type sent when an old alias is removed by removeAlias().
REMOVE_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a child container is removed by removeChild().
REMOVE_MAPPER_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a Mapper is removed by removeMapper().
REMOVE_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a valve is removed by removeValve(), if this Container supports pipelines.
removeActiveFilters() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
 
removeActiveFilters() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
 
removeActiveFilters() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
 
removeActiveFilters() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
 
removeAlias(String) - Method in class org.apache.catalina.core.StandardHost
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - Method in interface org.apache.catalina.Host
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - Method in class org.apache.naming.resources.AliasDirContext
Remove an alias.
removeApplicationListener(String) - Method in interface org.apache.catalina.Context
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified application listener class from the set of listeners for this application.
removeApplicationParameter(String) - Method in interface org.apache.catalina.Context
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - Method in class org.apache.catalina.core.StandardContext
Remove the application parameter with the specified name from the set for this application.
removeAttribute(String) - Method in class org.apache.catalina.connector.Request
Remove the specified request attribute if it exists.
removeAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
Remove the context attribute with the specified name, if any.
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
removeAttribute(String) - Method in class org.apache.catalina.core.DummyRequest
 
removeAttribute(String) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAttribute(String, boolean) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
removeAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
removeAttribute(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
 
removeAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Remove an attribute name from the set of names accepted by this filter.
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Remove an attribute change notification event listener from this MBean.
removeAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Remove an attribute change notification event listener from this MBean.
removeAttributeInternal(String, boolean) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Remove the specified role from the set of roles permitted to access the resources protected by this security constraint.
removeChild(Container) - Method in interface org.apache.catalina.Container
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in class org.apache.catalina.core.ContainerBase
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in class org.apache.catalina.core.StandardContext
Add a child Container, only if the proposed child is an implementation of Wrapper.
removeCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.SecurityConstraint
Remove the specified web resource collection from those protected by this security constraint.
removeCometEvent(HttpEvent) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
removeConnector(Connector) - Method in class org.apache.catalina.core.StandardService
Remove the specified Connector from the set associated from this Service.
removeConnector(Connector) - Method in interface org.apache.catalina.Service
Remove the specified Connector from the set associated from this Service.
removeConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
Remove the specified security constraint from this web application.
removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
Remove the specified security constraint from this web application.
removeContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
Remove a container event listener from this component.
removeContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a container event listener from this component.
removeContentType(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
removeContext(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a context from an existing host.
removed(boolean) - Method in interface org.apache.cometd.bayeux.Listener
This method is called when the client is removed (explicitly or from a timeout)
removed - Variable in class org.apache.jasper.JspCompilationContext
 
removeErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeEventChannel(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint
Remove the channel from the list of venet channels
removeExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
Removes an executor from the service
removeExecutor(Executor) - Method in interface org.apache.catalina.Service
Removes an executor from the service
removeFilter(DataFilter) - Method in interface org.apache.cometd.bayeux.Channel
Removes a filter from this channel.
removeFilter(DataFilter) - Method in class org.apache.tomcat.bayeux.ChannelImpl
 
removeFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
Remove a filter mapping from this Context.
removeFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Remove a filter mapping from this Context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.BaseDirContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.ProxyDirContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Removes an environment property from the environment of this context.
removeFromPoller(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Remove specified socket from the pollers.
removeGeneratedClassFiles() - Method in class org.apache.jasper.compiler.Compiler
 
removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
Remove generated files
removeHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
removeHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Removes a header field with the specified name.
removeHost(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a host from the mapper.
removeHostAlias(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a host alias
removeIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Removes an IANA to Java encoding name mapping.
removeInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove the specified initialization parameter from this servlet.
removeInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Remove the specified initialization parameter from this servlet.
removeInstanceListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
Remove a listener no longer interested in InstanceEvents.
removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
Remove a lifecycle event listener from this component.
removeInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Remove a listener no longer interested in InstanceEvents.
removeJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Removes a Java to IANA encoding name mapping.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.SingleSignOn
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.Connector
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardPipeline
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardServer
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardService
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.realm.RealmBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StandardManager
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StoreBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Removes a Lifecycle listener.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.SemaphoreValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.jboss.web.rewrite.RewriteValve
 
removeManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.Registry
Remove an existing bean from the set of beans known to this registry.
removeManager(Manager) - Method in interface org.apache.catalina.Cluster
Removes a manager from the cluster
removeMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove a mapping associated with the wrapper.
removeMapping(String) - Method in interface org.apache.catalina.Wrapper
Remove a mapping associated with the wrapper.
removeMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified HTTP request method from those that are part of this web resource collection.
removeMethodOmission(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified HTTP request method from those that are not part of this web resource collection.
removeMimeMapping(String) - Method in interface org.apache.catalina.Context
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeNote(String) - Method in class org.apache.catalina.connector.Request
Remove any object bound to the specified name in the internal notes for this request.
removeNote(String) - Method in class org.apache.catalina.core.DummyRequest
 
removeNote(String) - Method in interface org.apache.catalina.Session
Remove any object bound to the specified name in the internal notes for this session.
removeNote(String) - Method in class org.apache.catalina.session.StandardSession
Remove any object bound to the specified name in the internal notes for this session.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
 
removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardContext
Remove a JMX-NotificationListener
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
 
removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardWrapper
Remove a JMX-NotificationListener
removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, Object) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
removeOnDemandContextMappingListener(OnDemandContextMappingListener) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
removeParameter(String) - Method in interface org.apache.catalina.Context
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - Method in class org.apache.catalina.core.StandardContext
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removePattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified URL pattern from those that are part of this web resource collection.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Remove a property change listener from this component.
removeQuotes(String, boolean) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Removes the quotes on a string.
removeQuotes(String) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Removes the quotes on a string.
removeQuotes(char[]) - Static method in class org.apache.jasper.compiler.JspUtil
 
removeRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
removeRoleMapping(String) - Method in interface org.apache.catalina.Context
Remove any security role reference for the specified name
removeRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role reference for the specified name
removeSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove any security role reference for the specified role name.
removeSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Remove any security role reference for the specified role name.
removeSecurityRole(String) - Method in interface org.apache.catalina.Context
Remove any security role with the specified name.
removeSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role with the specified name.
removeService(Service) - Method in class org.apache.catalina.core.StandardServer
Remove the specified Service from the set associated from this Server.
removeService(Service) - Method in interface org.apache.catalina.Server
Remove the specified Service from the set associated from this Server.
removeServletMapping(String) - Method in interface org.apache.catalina.Context
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeSession(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Remove a single Session from a SingleSignOn.
removeSession(Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Removes the given Session from the list of those associated with this SSO.
removeSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, and from the Store.
removeSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
Remove a session event listener from this component.
removeSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
Remove a session event listener from this component.
removeSuper(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, but not from the Store.
removeTaglib(String) - Method in interface org.apache.catalina.Context
Remove the tag library location forthe specified tag library URI.
removeTaglib(String) - Method in class org.apache.catalina.core.StandardContext
Remove the tag library location forthe specified tag library URI.
removeValue(String) - Method in class org.apache.catalina.session.StandardSession
Deprecated.
As of Version 2.2, this method is replaced by removeAttribute()
removeValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(Valve) - Method in interface org.apache.catalina.Pipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeWelcomeFile(String) - Method in interface org.apache.catalina.Context
Remove the specified welcome file name from the list recognized by this Context.
removeWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified welcome file name from the list recognized by this Context.
removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Remove a JspServletWrapper.
removeWrapper(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a wrapper from the context associated with this wrapper.
removeWrapper(String, String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a wrapper from an existing context.
removeWrapper(Mapper.Context, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
removeWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
rename(String, String) - Method in class org.apache.naming.resources.AliasDirContext
 
rename(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.BaseDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.FileDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.JARDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.WARDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String, long) - Static method in class org.apache.tomcat.jni.File
Rename the specified file.
render(String, CacheEntry) - Method in class org.apache.catalina.servlets.DefaultServlet
Decide which way to render.
renderHtml(String, CacheEntry) - Method in class org.apache.catalina.servlets.DefaultServlet
Return an InputStream to an HTML representation of the contents of this directory.
renderSize(long) - Method in class org.apache.catalina.servlets.DefaultServlet
Render the specified file size (in bytes).
renderXml(String, CacheEntry, InputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Return an InputStream to an HTML representation of the contents of this directory.
renegotiate(long) - Static method in class org.apache.tomcat.jni.SSLSocket
Do a SSL renegotiation.
repeat(char, int) - Method in class org.apache.catalina.ssi.SSIFsize
 
replace(String, char, String) - Static method in class org.apache.jasper.compiler.JspUtil
Replaces any occurrences of the character replace with the string with.
replacements - Static variable in class org.apache.catalina.connector.Connector
 
replaceWelcomeFiles - Variable in class org.apache.catalina.core.StandardContext
Should the next call to addWelcomeFile() cause replacement of any existing welcome files? This will be set before processing the web application's deployment descriptor, so that application specified choices replace, rather than append to, those defined in the global descriptor.
replay - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Replay read.
replay - Variable in class org.apache.coyote.ajp.AjpProcessor
Replay read.
report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Prints out an error report.
req - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
req - Variable in class org.apache.coyote.Response
 
REQ_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the password used to authenticate this user.
REQ_SSOID_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key to track the single-sign-on identity with which this request is associated.
REQ_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the username used to authenticate this user.
reqTime - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
request - Variable in class org.apache.catalina.connector.HttpEventImpl
Associated request.
Request - Class in org.apache.catalina.connector
Wrapper object for the Coyote request.
Request() - Constructor for class org.apache.catalina.connector.Request
 
request - Variable in class org.apache.catalina.connector.Request.AsyncListenerRegistration
 
request - Variable in class org.apache.catalina.connector.RequestFacade
The wrapped request.
request - Variable in class org.apache.catalina.connector.Response
The request with which this response is associated.
REQUEST - Static variable in class org.apache.catalina.deploy.FilterMap
 
request - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Request object.
request - Variable in class org.apache.coyote.ajp.AjpProcessor
Request object.
request - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Associated Coyote request.
request - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Request object.
request - Variable in class org.apache.coyote.http11.Http11AprProcessor
Request object.
request - Variable in class org.apache.coyote.http11.Http11Processor
Request object.
request - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Associated Coyote request.
request - Variable in class org.apache.coyote.http11.InternalInputBuffer
Associated Coyote request.
Request - Class in org.apache.coyote
This is a low-level, efficient representation of a server request.
Request() - Constructor for class org.apache.coyote.Request
 
request - Variable in class org.jboss.web.rewrite.TomcatResolver
 
Request.AsyncContextImpl - Class in org.apache.catalina.connector
 
Request.AsyncListenerRegistration - Class in org.apache.catalina.connector
 
REQUEST_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestAttributeElement
 
RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
 
RequestBase - Class in org.apache.tomcat.bayeux
Common functionality and member variables for all Bayeux requests.
RequestBase(TomcatBayeux, HttpEvent, JSONObject) - Constructor for class org.apache.tomcat.bayeux.RequestBase
 
requestBodyTooLarge() - Method in interface org.jboss.web.CatalinaMessages
 
requestBodyTooLarge() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
requestBodyTooLarge$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
RequestContext - Interface in org.apache.tomcat.util.http.fileupload
Abstracts access to the request information needed for file uploads.
requestDispatcherPath - Variable in class org.apache.catalina.connector.Request
The current request dispatcher path.
RequestDumperFilter - Class in org.apache.catalina.filters
Implementation of a Filter that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
RequestDumperFilter() - Constructor for class org.apache.catalina.filters.RequestDumperFilter
 
RequestDumperValve - Class in org.apache.catalina.valves
Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
RequestDumperValve() - Constructor for class org.apache.catalina.valves.RequestDumperValve
 
requestedSessionCookie - Variable in class org.apache.catalina.connector.Request
Was the requested session ID received in a cookie?
requestedSessionId - Variable in class org.apache.catalina.connector.Request
The requested session ID (if any) for this request.
requestedSessionURL - Variable in class org.apache.catalina.connector.Request
Was the requested session ID received in a URL?
RequestElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestElement
 
RequestFacade - Class in org.apache.catalina.connector
Facade class that wraps a Coyote request object.
RequestFacade(Request) - Constructor for class org.apache.catalina.connector.RequestFacade
Construct a wrapper for the specified request.
RequestFactory - Class in org.apache.tomcat.bayeux
 
RequestFactory() - Constructor for class org.apache.tomcat.bayeux.RequestFactory
 
RequestFilter - Class in org.apache.catalina.filters
Implementation of a Filter that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against a set of regular expressions configured for this Filter.
RequestFilter() - Constructor for class org.apache.catalina.filters.RequestFilter
 
requestFilterInvalidPattern(String, Throwable) - Method in interface org.jboss.web.CatalinaMessages
 
requestFilterInvalidPattern(String, Throwable) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
requestFilterInvalidPattern$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
RequestFilterValve - Class in org.apache.catalina.valves
Implementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against a set of regular expressions configured for this Valve.
RequestFilterValve() - Constructor for class org.apache.catalina.valves.RequestFilterValve
 
requestFilterValvePatternError(String) - Method in interface org.jboss.web.CatalinaMessages
 
requestFilterValvePatternError(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
requestFilterValvePatternError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
RequestGroupInfo - Class in org.apache.coyote
This can be moved to top level ( eventually with a better name ).
RequestGroupInfo() - Constructor for class org.apache.coyote.RequestGroupInfo
 
requestHandler(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process our request and locate right SSI command.
RequestHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
 
requestHeaderMessage - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Header message.
requestHeaderMessage - Variable in class org.apache.coyote.ajp.AjpProcessor
Header message.
requestHeaderTooLarge() - Method in interface org.jboss.web.CoyoteMessages
 
requestHeaderTooLarge() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
requestHeaderTooLarge$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
RequestInfo - Class in org.apache.coyote
Structure holding the Request and Response objects.
RequestInfo(Request) - Constructor for class org.apache.coyote.RequestInfo
 
requestListenerDestroyException(String) - Method in interface org.jboss.web.CatalinaMessages
 
requestListenerDestroyException(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
requestListenerDestroyException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
requestListenerInitException(String) - Method in interface org.jboss.web.CatalinaMessages
 
requestListenerInitException(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
requestListenerInitException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
RequestParameterElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
 
requestPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
requestURI() - Method in class org.apache.coyote.Request
 
requestURI() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the request uri
RequestURIElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestURIElement
 
RequestUtil - Class in org.apache.catalina.util
General purpose request parsing and encoding utility methods.
RequestUtil() - Constructor for class org.apache.catalina.util.RequestUtil
 
requireClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Flag to state that we require client authentication.
requireClientAuth - Variable in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Flag to state that we require client authentication.
required - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
REQUIRED_MAJOR - Static variable in class org.jboss.web.php.LifecycleListener
 
REQUIRED_MINOR - Static variable in class org.jboss.web.php.LifecycleListener
 
REQUIRED_PATCH - Static variable in class org.jboss.web.php.LifecycleListener
 
requiredEncodingDeclaration() - Method in interface org.jboss.web.JasperMessages
 
requiredEncodingDeclaration() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredEncodingDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredSecret - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Required secret.
requiredSecret - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Required secret.
requiredSecret - Variable in class org.apache.coyote.ajp.AjpProcessor
Required secret.
requiredSecret - Variable in class org.apache.coyote.ajp.AjpProtocol
Required secret.
requiredSpaceBeforeEncodingInTextDeclaration() - Method in interface org.jboss.web.JasperMessages
 
requiredSpaceBeforeEncodingInTextDeclaration() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredSpaceBeforeEncodingInTextDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredSpaceBeforeEncodingInXmlDeclaration() - Method in interface org.jboss.web.JasperMessages
 
requiredSpaceBeforeEncodingInXmlDeclaration() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredSpaceBeforeEncodingInXmlDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredSpaceBeforeStandaloneInXmlDeclaration() - Method in interface org.jboss.web.JasperMessages
 
requiredSpaceBeforeStandaloneInXmlDeclaration() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredSpaceBeforeStandaloneInXmlDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredSpaceBeforeVersionInTextDeclaration() - Method in interface org.jboss.web.JasperMessages
 
requiredSpaceBeforeVersionInTextDeclaration() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredSpaceBeforeVersionInTextDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredSpaceBeforeVersionInXmlDeclaration() - Method in interface org.jboss.web.JasperMessages
 
requiredSpaceBeforeVersionInXmlDeclaration() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredSpaceBeforeVersionInXmlDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredVersionDeclaration() - Method in interface org.jboss.web.JasperMessages
 
requiredVersionDeclaration() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredVersionDeclaration$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredWhiteSpaceAfterPiTarget() - Method in interface org.jboss.web.JasperMessages
 
requiredWhiteSpaceAfterPiTarget() - Method in class org.jboss.web.JasperMessages_$bundle
 
requiredWhiteSpaceAfterPiTarget$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
requireReauthentication - Variable in class org.apache.catalina.authenticator.SingleSignOn
Indicates whether this valve should require a downstream Authenticator to reauthenticate each request, or if it itself can bind a UserPrincipal and AuthType object to the request.
res - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
reservedPiTarget() - Method in interface org.jboss.web.JasperMessages
 
reservedPiTarget() - Method in class org.jboss.web.JasperMessages_$bundle
 
reservedPiTarget$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
reset() - Method in class org.apache.catalina.connector.CoyoteReader
 
reset() - Method in class org.apache.catalina.connector.InputBuffer
 
reset() - Method in class org.apache.catalina.connector.OutputBuffer
 
reset() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
reset() - Method in class org.apache.catalina.connector.Response
Clear any content written to the buffer.
reset(int, String) - Method in class org.apache.catalina.connector.Response
Reset this response, and specify the values for the HTTP status code and corresponding message.
reset() - Method in class org.apache.catalina.connector.ResponseFacade
 
reset() - Method in class org.apache.catalina.core.DummyResponse
 
reset(int, String) - Method in class org.apache.catalina.core.DummyResponse
 
reset() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
reset() - Method in class org.apache.catalina.util.StringParser
Reset the current state of the parser to the beginning of the current string being parsed.
reset() - Method in class org.apache.coyote.ajp.AjpMessage
Prepare this packet for accumulating a message from the container to the web server.
reset() - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
 
reset() - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Reset flags of the Processor
reset() - Method in class org.apache.coyote.Response
 
reset() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Reset the stream.
reset() - Method in class org.apache.jasper.xmlparser.UCSReader
Reset the stream.
reset() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Reset the stream.
reset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
reset() - Method in class org.apache.tomcat.util.buf.CharChunk
 
reset() - Method in class org.apache.tomcat.util.buf.StringCache
 
reset() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
 
reset() - Method in class org.apache.tomcat.util.net.NioChannel
Reset the internal buffer
reset(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Retrieve data, if any, from the internal buffer, put it in the dst buffer and clear the internal buffer
resetBuffer() - Method in class org.apache.catalina.connector.Response
Reset the data buffer but not any status or header information.
resetBuffer(boolean) - Method in class org.apache.catalina.connector.Response
Reset the data buffer and the using Writer/Stream flags but not any status or header information.
resetBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
resetBuffer() - Method in class org.apache.catalina.core.DummyResponse
 
resetBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Clears the output buffer of the JspWriter associated with the including page.
resetByteCount() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Resets the byteCount to zero.
resetContext() - Method in class org.apache.catalina.core.StandardContext
 
resetCounters() - Method in class org.apache.coyote.RequestGroupInfo
 
resetMetadata() - Method in class org.apache.tomcat.util.modeler.Registry
 
resetStringValue() - Method in class org.apache.tomcat.util.buf.MessageBytes
Remove the cached string value.
resolve(String) - Method in class org.jboss.web.rewrite.Resolver
 
resolve(String) - Method in class org.jboss.web.rewrite.TomcatResolver
The following are not implemented: - SERVER_ADMIN - API_VERSION - IS_SUBREQ
resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.util.CustomObjectInputStream
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context.
resolveEntity(String, String) - Method in class org.apache.tomcat.util.DomUtil.NullResolver
 
resolveEnv(String) - Method in class org.jboss.web.rewrite.Resolver
 
resolveEnv(String) - Method in class org.jboss.web.rewrite.TomcatResolver
 
resolveFunction(String, String) - Method in class org.apache.jasper.el.FunctionMapperImpl
 
resolveFunction(String, String) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Resolves the specified local name and prefix into a Java.lang.Method.
resolveHttp(String) - Method in class org.jboss.web.rewrite.Resolver
 
resolveHttp(String) - Method in class org.jboss.web.rewrite.TomcatResolver
 
resolveProxyClass(String[]) - Method in class org.apache.catalina.util.CustomObjectInputStream
Return a proxy class that implements the interfaces named in a proxy class descriptor.
Resolver - Class in org.jboss.web.rewrite
Resolver abstract class.
Resolver() - Constructor for class org.jboss.web.rewrite.Resolver
 
resolveRelativeUri(String) - Method in class org.apache.jasper.JspCompilationContext
Get the full value of a URI relative to this compilations context uses current file as the base.
resolveResource(int, String) - Method in class org.jboss.web.rewrite.Resolver
 
resolveResource(int, String) - Method in class org.jboss.web.rewrite.TomcatResolver
 
resolveServletSecurity() - Method in class org.apache.catalina.startup.ContextConfig
Translate servlet security associated with Servlets to security constraints.
resolveSsl(String) - Method in class org.jboss.web.rewrite.Resolver
 
resolveSsl(String) - Method in class org.jboss.web.rewrite.TomcatResolver
 
resolveUrl(String, String, PageContext) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Utility methods taken from org.apache.taglibs.standard.tag.common.core.UrlSupport
resolveVariable(String) - Method in class org.apache.jasper.el.VariableResolverImpl
 
resolveVariable(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
VariableResolver interface
resource - Variable in class org.apache.naming.resources.CacheEntry
 
resource - Variable in class org.apache.naming.resources.DirContextURLConnection
Associated resource.
Resource - Class in org.apache.naming.resources
Encapsultes the contents of a resource.
Resource() - Constructor for class org.apache.naming.resources.Resource
 
Resource(InputStream) - Constructor for class org.apache.naming.resources.Resource
 
Resource(byte[]) - Constructor for class org.apache.naming.resources.Resource
 
resource - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
The managed resource this MBean is associated with (if any).
resourceAlreadyBound(String) - Method in interface org.jboss.web.NamingMessages
 
resourceAlreadyBound(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
resourceAlreadyBound$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
ResourceAttributes - Class in org.apache.naming.resources
Attributes implementation.
ResourceAttributes() - Constructor for class org.apache.naming.resources.ResourceAttributes
Default constructor.
ResourceAttributes(Attributes) - Constructor for class org.apache.naming.resources.ResourceAttributes
Merges with another attribute set.
resourceBindFailed(String) - Method in interface org.jboss.web.NamingMessages
 
resourceBindFailed(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
resourceBindFailed$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
ResourceCache - Class in org.apache.naming.resources
Implements a special purpose cache.
ResourceCache() - Constructor for class org.apache.naming.resources.ResourceCache
 
ResourceCondition() - Constructor for class org.jboss.web.rewrite.RewriteCond.ResourceCondition
 
resourceNotAvailable(String) - Method in interface org.jboss.web.CatalinaMessages
 
resourceNotAvailable(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
resourceNotAvailable$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
resourceNotFound(String) - Method in interface org.jboss.web.NamingMessages
 
resourceNotFound(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
resourceNotFound$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
resourcePath - Variable in class org.jboss.web.rewrite.RewriteValve
Relative path to the configuration file.
resources - Variable in class org.apache.catalina.core.ContainerBase
The resources DirContext object with which this Container is associated.
resources - Variable in class org.apache.catalina.servlets.DefaultServlet
Proxy directory context.
resources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
RESOURCES_ATTR - Static variable in class org.apache.catalina.Globals
The JNDI directory context which is associated with the context.
RESOURCES_JNDI_NAME - Static variable in class org.apache.catalina.servlets.DefaultServlet
JNDI resources name.
ResourceSet - Class in org.apache.catalina.util
Extended implementation of HashSet that includes a locked property.
ResourceSet() - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the default initial capacity and load factor.
ResourceSet(int) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and default load factor.
ResourceSet(int, float) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and load factor.
ResourceSet(Collection) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new set with the same contents as the existing collection.
resourcesStart() - Method in class org.apache.catalina.core.StandardContext
Allocate resources, including proxy.
resourcesStop() - Method in class org.apache.catalina.core.StandardContext
Deallocate resources and destroy proxy.
resourceType - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
 
resourceUnbindFailed(String) - Method in interface org.jboss.web.NamingMessages
 
resourceUnbindFailed(String) - Method in class org.jboss.web.NamingMessages_$bundle
 
resourceUnbindFailed$str() - Method in class org.jboss.web.NamingMessages_$bundle
 
response - Variable in class org.apache.catalina.connector.HttpEventImpl
Associated response.
response - Variable in class org.apache.catalina.connector.Request.AsyncListenerRegistration
 
response - Variable in class org.apache.catalina.connector.Request
The response with which this request is associated.
Response - Class in org.apache.catalina.connector
Wrapper object for the Coyote response.
Response() - Constructor for class org.apache.catalina.connector.Response
 
response - Variable in class org.apache.catalina.connector.ResponseFacade
The wrapped response.
response - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Response object.
response - Variable in class org.apache.coyote.ajp.AjpProcessor
Response object.
response - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Associated Coyote response.
response - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Response object.
response - Variable in class org.apache.coyote.http11.Http11AprProcessor
Response object.
response - Variable in class org.apache.coyote.http11.Http11Processor
Response object.
response - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Associated Coyote response.
response - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Associated Coyote response.
Response - Class in org.apache.coyote
Response object.
Response() - Constructor for class org.apache.coyote.Response
 
response - Variable in class org.apache.tomcat.bayeux.RequestBase
 
ResponseAllHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
 
ResponseFacade - Class in org.apache.catalina.connector
Facade class that wraps a Coyote response object.
ResponseFacade(Response) - Constructor for class org.apache.catalina.connector.ResponseFacade
Construct a wrapper for the specified response.
ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.ResponseHeaderElement
 
ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
 
responseHeaderMessage - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Message used for response header composition.
responseHeaderMessage - Variable in class org.apache.coyote.ajp.AjpProcessor
Message used for response header composition.
ResponseIncludeWrapper - Class in org.apache.catalina.ssi
A HttpServletResponseWrapper, used from SSIServletExternalResolver
ResponseIncludeWrapper(ServletContext, HttpServletRequest, HttpServletResponse, ServletOutputStream) - Constructor for class org.apache.catalina.ssi.ResponseIncludeWrapper
Initialize our wrapper with the current HttpServletResponse and ServletOutputStream.
responseTemplate - Static variable in class org.apache.tomcat.bayeux.request.MetaConnectRequest
 
responseTemplate - Static variable in class org.apache.tomcat.bayeux.request.MetaDisconnectRequest
 
responseTemplate - Static variable in class org.apache.tomcat.bayeux.request.MetaHandshakeRequest
 
responseTemplate - Static variable in class org.apache.tomcat.bayeux.request.MetaSubscribeRequest
 
responseTemplate - Static variable in class org.apache.tomcat.bayeux.request.MetaUnsubscribeRequest
 
responseTemplate - Static variable in class org.apache.tomcat.bayeux.request.PublishRequest
 
responseTransArray - Static variable in class org.apache.coyote.ajp.Constants
 
ResponseWrapper(HttpServletResponse) - Constructor for class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
restoreRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Restore the original request from information stored in our session.
restrictedApplicationListeners - Variable in class org.apache.catalina.core.StandardContext
The set of application listener class names configured for this application that have been added from TLDs, and have a limited access to the servlet context.
restrictedListenerCannotCallMethod() - Method in interface org.jboss.web.CatalinaMessages
 
restrictedListenerCannotCallMethod() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
restrictedListenerCannotCallMethod$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
List of restricted user agents.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
User agents regular expressions which should be restricted to HTTP/1.0 support.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11AprProcessor
List of restricted user agents.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11AprProtocol
User agents regular expressions which should be restricted to HTTP/1.0 support.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11Processor
List of restricted user agents.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11Protocol
User agents regular expressions which should be restricted to HTTP/1.0 support.
resume() - Method in class org.apache.catalina.connector.Connector
Pause the connector.
resume() - Method in class org.apache.catalina.connector.HttpEventImpl
 
resume() - Method in class org.apache.catalina.connector.Request
 
resume() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
resume() - Method in class org.apache.coyote.ajp.AjpProtocol
 
resume() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
resume() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
resume() - Method in class org.apache.coyote.http11.Http11Protocol
 
resume() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
resume() - Method in interface org.apache.coyote.ProtocolHandler
Resume the protocol (optional).
resume() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Resume the endpoint, which will make it start accepting new connections again.
resume() - Method in class org.apache.tomcat.util.net.AprEndpoint
Resume the endpoint, which will make it start accepting new sockets again.
RESUME - Static variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
resume() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
resume() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
RESUME - Static variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
 
resume() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
 
RESUME - Static variable in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
resume() - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
resume(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
Set the resume flag.
resume() - Method in interface org.jboss.servlet.http.HttpEvent
Resume will cause the Servlet container to send a generic event to the Servlet, where the request can be processed synchronously (for example, it is possible to use this to complete the request after some asynchronous processing is done).
resumeHttpConnector(String) - Method in interface org.jboss.web.CoyoteLogger
 
resumeHttpConnector(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
resumeHttpConnector$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
resumeNotification - Variable in class org.apache.coyote.ajp.AjpAprProcessor
A resume has been requested.
resumeNotification - Variable in class org.apache.coyote.ajp.AjpProcessor
A resume has been requested.
resumeNotification - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
True if a resume has been requested.
resumeNotification - Variable in class org.apache.coyote.http11.Http11AprProcessor
 
resumeNotification - Variable in class org.apache.coyote.http11.Http11Processor
True if a resume has been requested.
resumingAjpProtocol(String) - Method in interface org.jboss.web.CoyoteLogger
 
resumingAjpProtocol(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
resumingAjpProtocol$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
RETRY_RESPONSE - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field values inside Bayeux messages - retry response
reuse(Tag) - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
Adds the given tag handler to this tag handler pool, unless this tag handler pool has already reached its capacity, in which case the tag handler's release() method is called.
reuse(Tag) - Method in class org.apache.jasper.runtime.TagHandlerPool
Adds the given tag handler to this tag handler pool, unless this tag handler pool has already reached its capacity, in which case the tag handler's release() method is called.
REUSE_ADDRESS - Static variable in class org.apache.tomcat.util.net.Constants
 
reuseAddress - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
 
revalidate(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Revalidate entry.
reverse - Variable in class org.apache.catalina.authenticator.SingleSignOn
The cache of single sign on identifiers, keyed by the Session that is associated with them.
reverse(String) - Static method in class org.apache.catalina.util.MIME2Java
Convert a Java encoding name to MIME charset name.
reverseConnection - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Reverse connection.
reverseConnection - Variable in class org.apache.tomcat.util.net.AprEndpoint
Reverse connection.
rewind(long) - Static method in class org.apache.tomcat.jni.Directory
Rewind the directory to the first entry.
RewriteCond - Class in org.jboss.web.rewrite
 
RewriteCond() - Constructor for class org.jboss.web.rewrite.RewriteCond
 
RewriteCond.Condition - Class in org.jboss.web.rewrite
 
RewriteCond.LexicalCondition - Class in org.jboss.web.rewrite
 
RewriteCond.PatternCondition - Class in org.jboss.web.rewrite
 
RewriteCond.ResourceCondition - Class in org.jboss.web.rewrite
 
RewriteCondBackReferenceElement() - Constructor for class org.jboss.web.rewrite.Substitution.RewriteCondBackReferenceElement
 
RewriteMap - Interface in org.jboss.web.rewrite
 
RewriteRule - Class in org.jboss.web.rewrite
 
RewriteRule() - Constructor for class org.jboss.web.rewrite.RewriteRule
 
RewriteRuleBackReferenceElement() - Constructor for class org.jboss.web.rewrite.Substitution.RewriteRuleBackReferenceElement
 
rewriteUrl(String) - Method in class org.apache.catalina.servlets.DefaultServlet
URL rewriter.
RewriteValve - Class in org.jboss.web.rewrite
 
RewriteValve() - Constructor for class org.jboss.web.rewrite.RewriteValve
 
rfc1036Format - Static variable in class org.apache.catalina.util.DateTool
 
RFC1123_PATTERN - Static variable in class org.apache.catalina.util.DateTool
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
rfc1123Format - Static variable in class org.apache.catalina.util.DateTool
DateFormat to be used to format dates
rfc822(long) - Static method in class org.apache.tomcat.jni.Time
Formats dates in the RFC822 format in an efficient manner.
rgOname - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
rgOname - Variable in class org.apache.coyote.ajp.AjpProtocol
 
rgOname - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
rgOname - Variable in class org.apache.coyote.http11.Http11Protocol
 
role - Variable in class org.apache.tomcat.util.modeler.OperationInfo
 
roleMappings - Variable in class org.apache.catalina.core.StandardContext
The security role mappings for this application, keyed by role name (as used within the application).
roles - Variable in class org.apache.catalina.realm.GenericPrincipal
The set of roles associated with this user.
roleValidationAuth(String) - Method in interface org.jboss.web.CatalinaLogger
 
roleValidationAuth(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
roleValidationAuth$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
roleValidationLink(String) - Method in interface org.jboss.web.CatalinaLogger
 
roleValidationLink(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
roleValidationLink$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
roleValidationRunAs(String) - Method in interface org.jboss.web.CatalinaLogger
 
roleValidationRunAs(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
roleValidationRunAs$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ROOT_LOGGER - Static variable in interface org.jboss.web.CatalinaLogger
A logger with the category of the package name.
ROOT_LOGGER - Static variable in interface org.jboss.web.CoyoteLogger
A logger with the category of the package name.
ROOT_LOGGER - Static variable in interface org.jboss.web.JasperLogger
A logger with the category of the package name.
ROOT_LOGGER - Static variable in interface org.jboss.web.NamingLogger
A logger with the category of the package name.
ROOT_LOGGER - Static variable in interface org.jboss.web.WebLogger
A logger with the category of the package name.
rootPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
Root APR memory pool.
rootWrapper - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
rotatable - Variable in class org.apache.catalina.valves.AccessLogValve
Should we rotate our log file? Default is true (like old behavior)
rotate(String) - Method in class org.apache.catalina.valves.AccessLogValve
Rename the existing log file to something else.
rules - Variable in class org.jboss.web.rewrite.RewriteValve
The rewrite rules that the valve will use.
run() - Method in class org.apache.catalina.core.ApplicationDispatcher.PrivilegedAsync
 
run() - Method in class org.apache.catalina.core.ApplicationDispatcher.PrivilegedForward
 
run() - Method in class org.apache.catalina.core.ApplicationDispatcher.PrivilegedInclude
 
run() - Method in class org.apache.catalina.core.ApplicationDispatcher.PrivilegedInvoke
 
run() - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
run() - Method in class org.apache.catalina.core.ContainerBase.PrivilegedAddChild
 
run() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Executes a CGI script with the desired environment, current working directory, and input/output streams
run() - Method in class org.apache.jasper.runtime.JspRuntimeLibrary.PrivilegedIntrospectHelper
 
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Acceptor
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketEventProcessor
 
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
 
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Acceptor
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Poller
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketEventProcessor
 
run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Worker
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.Acceptor
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelProcessor
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelWithOptionsProcessor
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.EventPoller
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.HandshakeHandler
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
 
run() - Method in class org.jboss.web.php.PhpThread
 
runAs - Variable in class org.apache.catalina.core.StandardWrapper
The run-as identity for this servlet.
runnable - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
running - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Running state of the endpoint.
running - Variable in class org.apache.tomcat.util.net.AprEndpoint
Running state of the endpoint.
running - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Running state of the endpoint.
runRunnable() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 

S

safeCharacters - Variable in class org.apache.catalina.util.URLEncoder
 
sameFile(URL) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs, excluding the "ref" fields.
SAPI - Class in org.jboss.web.php
PHP SAPI interface.
SAPI() - Constructor for class org.jboss.web.php.SAPI
 
save(Session) - Method in class org.apache.catalina.session.FileStore
Save the specified Session into this Store.
save(Session) - Method in class org.apache.catalina.session.JDBCStore
Save a session to the Store.
save(Session) - Method in interface org.apache.catalina.Store
Save the specified Session into this Store.
save() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Store the mbeans.
save() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Save the file.
SavedRequest - Class in org.apache.catalina.authenticator
Object that saves the critical information from a request so that form-based authentication can reproduce it once the user has been authenticated.
SavedRequest() - Constructor for class org.apache.catalina.authenticator.SavedRequest
 
SavedRequestInputFilter - Class in org.apache.coyote.http11.filters
Input filter responsible for replaying the request body when restoring the saved request after FORM authentication.
SavedRequestInputFilter(ByteChunk) - Constructor for class org.apache.coyote.http11.filters.SavedRequestInputFilter
Create a new SavedRequestInputFilter.
savedRequestURL(Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the request URI (with the corresponding query string, if any) from the saved request so that we can redirect to it.
saveOnRestart - Variable in class org.apache.catalina.session.PersistentManagerBase
Whether to save and reload sessions when the Manager unload and load methods are called.
saveRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Save the original request information into our session.
SC_A_ARE_DONE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_AUTH_TYPE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_CONTEXT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_JVM_ROUTE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_QUERY_STRING - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_REMOTE_USER - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_REQ_ATTRIBUTE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SECRET - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SERVLET_PATH - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_CERT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_CIPHER - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_KEY_SIZE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_KEYSIZE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_SESSION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_STORED_METHOD - Static variable in class org.apache.coyote.ajp.Constants
 
SC_M_JK_STORED - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT_CHARSET - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT_ENCODING - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_AUTHORIZATION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_HOST - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_PRAGMA - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_REFERER - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_USER_AGENT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_AJP13_MAX - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_DATE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_LAST_MODIFIED - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_LOCATION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_SERVLET_ENGINE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_SET_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_SET_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_STATUS - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_WWW_AUTHENTICATE - Static variable in class org.apache.coyote.ajp.Constants
 
scanChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns the next character on the input.
scanData(String, XMLStringBuffer) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a range of character data up to the specified delimiter, setting the fields of the XMLString structure, appropriately.
scanLiteral(int, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.
scanName() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns a string matching the Name production appearing immediately on the input as a symbol, or null if no Name string is present.
scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a pseudo attribute.
scheme - Variable in class org.apache.catalina.connector.Connector
The request scheme that will be set on all requests received through this connector.
scheme - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
scheme() - Method in class org.apache.coyote.Request
 
SCHEME_HTTP - Static variable in class org.apache.tomcat.util.http.BaseRequest
 
SCHEME_HTTPS - Static variable in class org.apache.tomcat.util.http.BaseRequest
 
scope - Variable in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
ScriptEnvironment - Class in org.jboss.web.php
Encapsulates the Script Environment and rules to derive that environment from the servlet container and request information.
ScriptEnvironment(HttpServletRequest, ServletContext, String) - Constructor for class org.jboss.web.php.ScriptEnvironment
Creates a CGIEnvironment and derives the necessary environment, query parameters, working directory, cgi command, etc.
scriptingInvalid - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.AliasDirContext
 
search(String, Attributes) - Method in class org.apache.naming.resources.AliasDirContext
 
search(String, String, SearchControls) - Method in class org.apache.naming.resources.AliasDirContext
 
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.AliasDirContext
 
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.FileDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.FileDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.FileDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.JARDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.JARDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.JARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.JARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Searches in a single context for objects that contain a specified set of attributes.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.WARDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.WARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.WARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
sec(long) - Static method in class org.apache.tomcat.jni.Time
 
seconds(int) - Static method in class org.apache.catalina.filters.ExpiresFilter.Duration
 
secrand - Static variable in class org.apache.tomcat.bayeux.UUIDGenerator
 
secure - Variable in class org.apache.catalina.connector.Connector
The secure connection flag that will be set on all requests received through this connector.
secure - Variable in class org.apache.catalina.connector.Request
Secure flag.
secure - Variable in class org.apache.catalina.deploy.SessionCookie
 
secure - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
secure - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
This field indicates if the protocol is secure from the perspective of the client (= https is used).
secure - Variable in class org.apache.coyote.http11.Http11AprProtocol
This field indicates if the protocol is secure from the perspective of the client (= https is used).
secure - Variable in class org.apache.coyote.http11.Http11Protocol
This field indicates if the protocol is secure from the perspective of the client (= https is used).
SecureNioChannel - Class in org.apache.tomcat.util.net.jsse
SecureNioChannel
SecureNioChannel(AsynchronousSocketChannel, SSLEngine) - Constructor for class org.apache.tomcat.util.net.jsse.SecureNioChannel
Create a new instance of SecureNioChannel
securePagesWithPragma - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Flag to determine if we disable proxy caching with headers incompatible with IE
SecurityClassLoad - Class in org.apache.catalina.security
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
SecurityClassLoad() - Constructor for class org.apache.catalina.security.SecurityClassLoad
 
securityClassLoad(ClassLoader) - Static method in class org.apache.catalina.security.SecurityClassLoad
 
SecurityClassLoad - Class in org.apache.jasper.security
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
SecurityClassLoad() - Constructor for class org.apache.jasper.security.SecurityClassLoad
 
securityClassLoad(ClassLoader) - Static method in class org.apache.jasper.security.SecurityClassLoad
 
SecurityCollection - Class in org.apache.catalina.deploy
Representation of a web resource collection for a web application's security constraint, as represented in a <web-resource-collection> element in the deployment descriptor.
SecurityCollection() - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with default values.
SecurityCollection(String) - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with specified values.
SecurityCollection(String, String) - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with specified values.
SecurityConfig - Class in org.apache.catalina.security
Util class to protect Catalina against package access and insertion.
SecurityConstraint - Class in org.apache.catalina.deploy
Representation of a security constraint element for a web application, as represented in a <security-constraint> element in the deployment descriptor.
SecurityConstraint() - Constructor for class org.apache.catalina.deploy.SecurityConstraint
Construct a new security constraint instance with default values.
securityExceptionLoadingClass(String) - Method in interface org.jboss.web.JasperMessages
 
securityExceptionLoadingClass(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
securityExceptionLoadingClass$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
SecurityPolicy - Interface in org.apache.cometd.bayeux
 
securityPolicy - Variable in class org.apache.tomcat.bayeux.TomcatBayeux
security policy to be used.
securityRoles - Variable in class org.apache.catalina.core.StandardContext
The security roles for this application, keyed by role name.
SecurityUtil - Class in org.apache.catalina.security
This utility class associates a Subject to the current AccessControlContext.
SecurityUtil() - Constructor for class org.apache.catalina.security.SecurityUtil
 
SecurityUtil - Class in org.apache.jasper.security
Util class for Security related operations.
SecurityUtil() - Constructor for class org.apache.jasper.security.SecurityUtil
 
SEED_WITH_NEXT_BYTES - Static variable in class org.apache.catalina.connector.Request
 
seek(long, int, long) - Static method in class org.apache.tomcat.jni.File
Move the read/write file offset to a specified byte within a file.
selectEncoding(ServletRequest) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Select an appropriate character encoding to be used, based on the characteristics of the current request and/or filter initialization parameters.
semaphore - Variable in class org.apache.catalina.valves.SemaphoreValve
Semaphore.
SemaphoreValve - Class in org.apache.catalina.valves
Implementation of a Valve that limits concurrency.
SemaphoreValve() - Constructor for class org.apache.catalina.valves.SemaphoreValve
 
SEMI_COLON - Static variable in class org.apache.coyote.http11.Constants
SEMI_COLON.
send(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network.
SEND_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
 
sendAck() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Send an acknowledgment.
sendAck() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send an acknoledgement.
sendAck() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Send an acknowledgment.
sendAck() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send an acknoledgement.
sendAcknowledgement() - Method in class org.apache.catalina.connector.Response
Send an acknowledgment of a request.
sendAcknowledgement() - Method in class org.apache.catalina.core.DummyResponse
 
sendAttributeChangeNotification(AttributeChangeNotification) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Send an AttributeChangeNotification to all registered listeners.
sendAttributeChangeNotification(Attribute, Attribute) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Send an AttributeChangeNotification to all registered listeners.
sendb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network.
sendbb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network using internally set ByteBuffer
sendData() - Method in class org.apache.catalina.util.XMLWriter
Send data and reinitializes buffer.
sendError(int) - Method in class org.apache.catalina.connector.Response
Send an error response with the specified status and a default message.
sendError(int, String) - Method in class org.apache.catalina.connector.Response
Send an error response with the specified status and message.
sendError(int, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
sendError(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
sendError(int) - Method in class org.apache.catalina.core.DummyResponse
 
sendError(int, String) - Method in class org.apache.catalina.core.DummyResponse
 
sendFile(String, String, long, long) - Method in class org.apache.catalina.connector.Response
 
sendFile(String, String, long, long) - Method in class org.apache.catalina.connector.ResponseFacade
 
sendfile(long, long, byte[][], byte[][], long, long, int) - Static method in class org.apache.tomcat.jni.Socket
Send a file from an open file descriptor to a socket, along with optional headers and trailers.
sendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
The static file sender.
Sendfile() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfile - Variable in class org.apache.tomcat.util.net.NioEndpoint
The static file sender.
Sendfile() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.Sendfile
 
sendfileCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileData - Variable in class org.apache.coyote.http11.Http11AprProcessor
Sendfile data.
sendfileData - Variable in class org.apache.coyote.http11.Http11NioProcessor
Sendfile data.
sendfileData - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
SendfileData() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
SendfileData() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
sendfileEnd - Variable in class org.apache.coyote.Response
 
sendfilen(long, long, long, long, int) - Static method in class org.apache.tomcat.jni.Socket
Send a file without header and trailer arrays.
sendfilePath - Variable in class org.apache.coyote.Response
 
sendfilePollset - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileSize - Variable in class org.apache.catalina.servlets.DefaultServlet
Minimum size for sendfile usage in bytes.
sendfileSize - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Size of the sendfile (= concurrent files which can be served).
sendfileSize - Variable in class org.apache.tomcat.util.net.AprEndpoint
Size of the sendfile (= concurrent files which can be served).
sendfileStart - Variable in class org.apache.coyote.Response
 
sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Send a header.
sendHeader(ByteChunk, ByteChunk) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Send a header.
sendHeader(String, String) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Send a header.
sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send a header.
sendHeader(ByteChunk, ByteChunk) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send a header.
sendHeader(String, String) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send a header.
sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send a header.
sendHeader(ByteChunk, ByteChunk) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send a header.
sendHeader(String, String) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send a header.
sendHeaders() - Method in class org.apache.coyote.Response
Signal that we're done with the headers, and body will follow.
sendib(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network without retry
sendibb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network using internally set ByteBuffer without internal retry.
sendNotification(Notification) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Send a Notification to all registered listeners as a jmx.modelmbean.general notification.
sendNotification(String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Send a Notification which contains the specified string as a jmx.modelmbean.generic notification.
sendNotification(Notification) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Send the specified notification to all interested listeners.
sendRedirect(String) - Method in class org.apache.catalina.connector.Response
Send a temporary redirect to the specified redirect location URL.
sendRedirect(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
sendRedirect(String) - Method in class org.apache.catalina.core.DummyResponse
 
sendStatus() - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Send the response status line.
sendStatus() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send the response status line.
sendStatus() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send the response status line.
sendto(long, long, int, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
 
sendUpgrade() - Method in class org.apache.catalina.connector.Response
 
sendUpgrade() - Method in class org.apache.catalina.connector.ResponseFacade
 
sendUpgrade() - Method in interface org.jboss.servlet.http.UpgradableHttpServletResponse
Send the switching protocol HTTP status and commit the response by flushing the buffer.
sendv(long, byte[][]) - Static method in class org.apache.tomcat.jni.Socket
Send multiple packets of data over a network.
sequence - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Sequence number used to generate thread names.
sequence - Variable in class org.apache.tomcat.util.net.AprEndpoint
Sequence number used to generate thread names.
sequence - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Sequence number used to generate thread names.
sequenceNumber - Variable in class org.apache.catalina.core.StandardContext
The notification sequence number.
sequenceNumber - Variable in class org.apache.catalina.core.StandardWrapper
The notification sequence number.
server - Variable in class org.apache.catalina.core.StandardContext
The J2EE Server ObjectName this module is deployed on.
Server - Interface in org.apache.catalina
A Server element represents the entire Catalina servlet container.
server - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Allow a customized the server header for the tin-foil hat folks.
server - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
Server header.
server - Variable in class org.apache.coyote.http11.Http11AprProcessor
Allow a customized the server header for the tin-foil hat folks.
server - Variable in class org.apache.coyote.http11.Http11AprProtocol
Server header.
server - Variable in class org.apache.coyote.http11.Http11Processor
Allow a customized the server header for the tin-foil hat folks.
server - Variable in class org.apache.coyote.http11.Http11Protocol
Server header.
SERVER_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Server string.
SERVER_BYTES - Static variable in class org.apache.coyote.http11.Constants
Server string.
serverAddress - Variable in class org.apache.tomcat.util.net.AprEndpoint
The server address.
serverAddressFamily - Variable in class org.apache.tomcat.util.net.AprEndpoint
The server address family.
ServerCookie - Class in org.apache.tomcat.util.http
Server-side cookie representation.
ServerCookie() - Constructor for class org.apache.tomcat.util.http.ServerCookie
 
serveResource(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.catalina.servlets.DefaultServlet
Serve the specified resource, optionally including the data content.
ServerInfo - Class in org.apache.catalina.util
Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.
ServerInfo() - Constructor for class org.apache.catalina.util.ServerInfo
 
serverName() - Method in class org.apache.coyote.Request
Return the buffer holding the server name, if any.
serverName() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the server name
serverPort - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
serverSock - Variable in class org.apache.tomcat.util.net.AprEndpoint
Server socket "pointer".
serverSocket - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Associated server socket.
serverSocketChannelFactory - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
serverSocketFactory - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Server socket factory.
ServerSocketFactory - Class in org.apache.tomcat.util.net
This class creates server sockets.
ServerSocketFactory() - Constructor for class org.apache.tomcat.util.net.ServerSocketFactory
Constructor is used only by subclasses.
serverSockPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
APR memory pool for the server socket.
ServerVariableElement() - Constructor for class org.jboss.web.rewrite.Substitution.ServerVariableElement
 
ServerVariableEnvElement() - Constructor for class org.jboss.web.rewrite.Substitution.ServerVariableEnvElement
 
ServerVariableHttpElement() - Constructor for class org.jboss.web.rewrite.Substitution.ServerVariableHttpElement
 
ServerVariableSslElement() - Constructor for class org.jboss.web.rewrite.Substitution.ServerVariableSslElement
 
service - Variable in class org.apache.catalina.connector.Connector
The Service we are associated with (if any).
service(Request, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
Service method.
Service - Interface in org.apache.catalina
A Service is a group of one or more Connectors that share a single Container to process their incoming requests.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
Handles the special WebDAV methods.
SERVICE - Static variable in interface org.apache.cometd.bayeux.Bayeux
Service channel names-starts with
service(Request, Response) - Method in interface org.apache.coyote.Adapter
Call the service method, and notify all listeners
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
Entry point into service.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.servlet.JspServlet
 
service(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
service(ServletRequest, ServletResponse) - Method in class org.apache.tomcat.bayeux.BayeuxServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.web.php.Handler
Provides PHP Gateway service
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.web.php.Highlight
Provides PHP Highlight Gateway service
SERVICE_METHOD_NAME - Static variable in class org.apache.jasper.Constants
_jspService is the name of the method that is called by HttpJspBase.service().
SERVICE_SLASH - Static variable in interface org.apache.cometd.bayeux.Bayeux
Service channel names-trailing slash
serviceAlreadyStarted() - Method in interface org.jboss.web.CatalinaLogger
 
serviceAlreadyStarted() - Method in class org.jboss.web.CatalinaLogger_$logger
 
serviceAlreadyStarted$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
serviced - Variable in class org.apache.catalina.startup.HostConfig
List of applications which are being serviced, and shouldn't be deployed/undeployed/redeployed at the moment.
ServiceMapperListener - Class in org.apache.catalina.core
Mapper listener.
ServiceMapperListener(Mapper) - Constructor for class org.apache.catalina.core.ServiceMapperListener
Create mapper listener.
serviceNotStarted() - Method in interface org.jboss.web.CatalinaLogger
 
serviceNotStarted() - Method in class org.jboss.web.CatalinaLogger_$logger
 
serviceNotStarted$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
ServletContext attribute for classpath.
SERVLET_CONTENT_TYPE - Static variable in class org.apache.jasper.Constants
Default servlet content type.
SERVLET_LOGGER - Static variable in interface org.jboss.web.JasperLogger
A logger with the category of the package name.
SERVLET_OPTIONS - Static variable in class org.apache.jasper.Constants
ServletContext attribute for the JSP Servlet options.
SERVLET_VERSION - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we record the Servlet API version support declared for this webapp.
servletAllocateException(String) - Method in interface org.jboss.web.CatalinaMessages
 
servletAllocateException(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletAllocateException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletClass - Variable in class org.apache.catalina.core.StandardWrapper
The fully qualified servlet class name for this servlet.
servletClass - Variable in class org.apache.jasper.JspCompilationContext
 
servletContext - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
servletContext - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
ServletContextAndPath(ServletContext, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
servletContextAttributeListenerException() - Method in interface org.jboss.web.CatalinaMessages
 
servletContextAttributeListenerException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletContextAttributeListenerException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletContextAttributeNameIsNull() - Method in interface org.jboss.web.CatalinaMessages
 
servletContextAttributeNameIsNull() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletContextAttributeNameIsNull$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ServletContextElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
 
servletDeallocateException(String) - Method in interface org.jboss.web.CatalinaMessages
 
servletDeallocateException(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletDeallocateException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletDidNotReadAvailableData() - Method in interface org.jboss.web.CatalinaLogger
 
servletDidNotReadAvailableData() - Method in class org.jboss.web.CatalinaLogger_$logger
 
servletDidNotReadAvailableData$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
servletException() - Method in interface org.jboss.web.CatalinaMessages
 
servletException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ServletFileUpload - Class in org.apache.tomcat.util.http.fileupload.servlet
High level API for processing file uploads.
ServletFileUpload() - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
Constructs an uninitialised instance of this class.
ServletFileUpload(FileItemFactory) - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
Constructs an instance of this class which uses the supplied factory to create FileItem instances.
servletInstance - Variable in class org.apache.catalina.core.StandardWrapper
The (single) initialized instance of this servlet.
servletIsUnavailable(String) - Method in interface org.jboss.web.CatalinaMessages
 
servletIsUnavailable(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletIsUnavailable$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletJavaFileName - Variable in class org.apache.jasper.JspCompilationContext
 
servletMappings - Variable in class org.apache.catalina.core.StandardContext
The servlet mappings for this web application, keyed by matching pattern.
servletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
servletPath - Variable in class org.apache.catalina.core.DummyRequest
 
servletRequest - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
ServletRequestContext - Class in org.apache.tomcat.util.http.fileupload.servlet
Provides access to the request information needed for a request made to an HTTP servlet.
ServletRequestContext(HttpServletRequest) - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Construct a context for this request.
servletResponse - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
ServletResponseWrapperInclude - Class in org.apache.jasper.runtime
ServletResponseWrapper used by the JSP 'include' action.
ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
servletSecurity - Variable in class org.apache.catalina.core.StandardWrapper
Associated ServletSecurity.
servletServiceException(String) - Method in interface org.jboss.web.CatalinaMessages
 
servletServiceException(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
servletServiceException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ServletWriter - Class in org.apache.jasper.compiler
This is what is used to generate servlets.
ServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.ServletWriter
 
servname - Variable in class org.apache.tomcat.jni.Sockaddr
Either a string of the port number or the service name for the port
SESS_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the password used to authenticate this user.
SESS_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the username used to authenticate this user.
session - Variable in class org.apache.catalina.connector.Request
The currently active session for this request.
Session - Interface in org.apache.catalina
A Session is the Catalina-internal facade for an HttpSession that is used to maintain state information between requests for a particular user of a web application.
SESSION_ACTIVATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is activated.
SESSION_COOKIE_NAME - Static variable in class org.apache.catalina.Globals
The name of the cookie used to pass the session identifier back and forth with the client.
SESSION_CREATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is created.
SESSION_DESTROYED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is destroyed.
SESSION_ID_BYTES - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The number of random bytes to include when generating a session identifier.
SESSION_ID_CHANGED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is created.
SESSION_ID_CHECK - Static variable in class org.apache.catalina.connector.Request
 
SESSION_ID_KEY - Static variable in class org.apache.tomcat.util.net.Constants
The Request attribute key for the session id.
SESSION_LOGGER - Static variable in interface org.jboss.web.CatalinaLogger
A logger with the category of the package name.
SESSION_PARAMETER_NAME - Static variable in class org.apache.catalina.Globals
The name of the path parameter used to pass the session identifier back and forth with the client.
SESSION_PARAMETER_NAME - Static variable in class org.apache.jasper.Constants
The name of the path parameter used to pass the session identifier back and forth with the client.
SESSION_PASSIVATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is passivated.
sessionAppCol - Variable in class org.apache.catalina.session.JDBCStore
Column to use for /Engine/Host/Context name
SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.SessionAttributeElement
 
SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
 
sessionAttributeEventListenerException() - Method in interface org.jboss.web.CatalinaMessages
 
sessionAttributeEventListenerException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionAttributeEventListenerException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionAttributeIsNotSerializable(String) - Method in interface org.jboss.web.CatalinaMessages
 
sessionAttributeIsNotSerializable(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionAttributeIsNotSerializable$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionAttributeNameIsNull() - Method in interface org.jboss.web.CatalinaMessages
 
sessionAttributeNameIsNull() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionAttributeNameIsNull$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionAttributeSerializationException(Object, String) - Method in interface org.jboss.web.CatalinaMessages
 
sessionAttributeSerializationException(Object, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionAttributeSerializationException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionAverageAliveTime - Variable in class org.apache.catalina.session.ManagerBase
Average time (in seconds) that expired sessions had been alive.
sessionBindingEventListenerException() - Method in interface org.jboss.web.CatalinaMessages
 
sessionBindingEventListenerException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionBindingEventListenerException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionContext - Static variable in class org.apache.catalina.session.StandardSession
The HTTP session context associated with this session.
sessionCookie - Variable in class org.apache.catalina.core.StandardContext
The session cookie.
SessionCookie - Class in org.apache.catalina.deploy
 
SessionCookie() - Constructor for class org.apache.catalina.deploy.SessionCookie
 
sessionCounter - Variable in class org.apache.catalina.session.ManagerBase
 
sessionCreated(HttpSessionEvent) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
 
sessionDataCol - Variable in class org.apache.catalina.session.JDBCStore
Data column to use.
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
 
sessionEvent(SessionEvent) - Method in class org.apache.catalina.authenticator.SingleSignOn
Acknowledge the occurrence of the specified event.
SessionEvent - Class in org.apache.catalina
General event for notifying listeners of significant changes on a Session.
SessionEvent(Session, String, Object) - Constructor for class org.apache.catalina.SessionEvent
Construct a new SessionEvent with the specified parameters.
sessionEvent(SessionEvent) - Method in interface org.apache.catalina.SessionListener
Acknowledge the occurrence of the specified event.
sessionEventListenerException() - Method in interface org.jboss.web.CatalinaMessages
 
sessionEventListenerException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionEventListenerException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionIdCol - Variable in class org.apache.catalina.session.JDBCStore
Id column to use.
SessionIdElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.SessionIdElement
 
sessionIdLength - Variable in class org.apache.catalina.session.ManagerBase
The session id length of Sessions created by this Manager.
sessionLastAccessedCol - Variable in class org.apache.catalina.session.JDBCStore
Last Accessed column to use.
SessionListener - Interface in org.apache.catalina
Interface defining a listener for significant Session generated events.
sessionLogoutException() - Method in interface org.jboss.web.CatalinaMessages
 
sessionLogoutException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionLogoutException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionMaxAliveTime - Variable in class org.apache.catalina.session.ManagerBase
The longest time (in seconds) that an expired session had been alive.
sessionMaxInactiveCol - Variable in class org.apache.catalina.session.JDBCStore
Max Inactive column to use.
sessionParsed - Variable in class org.apache.catalina.connector.Request
Session parsed flag.
sessions - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
sessions - Variable in class org.apache.catalina.session.ManagerBase
The set of currently active Sessions for this Manager, keyed by session identifier.
sessionSwapIn(String) - Method in interface org.jboss.web.CatalinaLogger
 
sessionSwapIn(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
sessionSwapIn$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
sessionSwapOut(String, int) - Method in interface org.jboss.web.CatalinaLogger
 
sessionSwapOut(String, int) - Method in class org.jboss.web.CatalinaLogger_$logger
 
sessionSwapOut$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
sessionTable - Variable in class org.apache.catalina.session.JDBCStore
Table to use.
sessionTimeout - Variable in class org.apache.catalina.core.StandardContext
The session timeout (in minutes) for this web application.
sessionTimeoutDuringAuthentication() - Method in interface org.jboss.web.CatalinaMessages
 
sessionTimeoutDuringAuthentication() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionTimeoutDuringAuthentication$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sessionTrackingModes - Variable in class org.apache.catalina.core.StandardContext
Session tracking modes.
sessionValidCol - Variable in class org.apache.catalina.session.JDBCStore
Is Valid column to use.
Set - Class in org.apache.jasper.tagplugins.jstl.core
 
Set() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Set
 
SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
setAcceptorThreadCount(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the acceptorThreadCount
setAcceptorThreadCount(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setAdapter(Adapter) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Set the associated adapter.
setAdapter(Adapter) - Method in class org.apache.coyote.ajp.AjpAprProtocol
The adapter, used to call the connector
setAdapter(Adapter) - Method in class org.apache.coyote.ajp.AjpProcessor
Set the associated adapter.
setAdapter(Adapter) - Method in class org.apache.coyote.ajp.AjpProtocol
The adapter, used to call the connector
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the adapter
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the associated adapter.
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11Processor
Set the associated adapter.
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11Protocol
 
setAdapter(Adapter) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
The adapter, used to call the connector.
setAdapter(Adapter) - Method in interface org.apache.coyote.Processor
 
setAdapter(Adapter) - Method in interface org.apache.coyote.ProtocolHandler
The adapter, used to call the connector.
setAddress(InetAddress) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setAddress(InetAddress) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setAddress(InetAddress) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setAddress(InetAddress) - Method in class org.apache.coyote.http11.Http11NioProtocol
Setter for the IP address
setAddress(InetAddress) - Method in class org.apache.coyote.http11.Http11Protocol
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the address
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setAlgorithm(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setAlgorithm(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setAliases(String) - Method in class org.apache.naming.resources.AliasDirContext
Set the current alias configuration from a String.
setAllow(String) - Method in class org.apache.catalina.filters.RequestFilter
Set the comma-delimited set of the allow expressions configured for this Filter, if any.
setAllow(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the comma-delimited set of the allow expressions configured for this Valve, if any.
setAllowedHosts(Set<String>) - Method in class org.apache.catalina.connector.Connector
Restrict the connector to certain hosts.
setAllowLinking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set allow linking.
setAllowLinking(boolean) - Method in class org.apache.naming.resources.FileDirContext
Set allow linking.
setAllowTrace(boolean) - Method in class org.apache.catalina.connector.Connector
Set the allowTrace flag, to disable or enable the TRACE HTTP method.
setAllRolesMode(String) - Method in class org.apache.catalina.realm.RealmBase
Set the all roles mode.
setAltDDName(String) - Method in interface org.apache.catalina.Context
Set an alternate Deployment Descriptor name.
setAltDDName(String) - Method in class org.apache.catalina.core.StandardContext
Set an alternate Deployment Descriptor name.
setAppBase(String) - Method in class org.apache.catalina.core.StandardHost
Set the application root for this Host.
setAppBase(String) - Method in interface org.apache.catalina.Host
Set the application root for this Host.
setAppCommitted(boolean) - Method in class org.apache.catalina.connector.Response
Set the application commit flag.
setAppCommitted(boolean) - Method in class org.apache.catalina.core.DummyResponse
 
setAppContextProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setApplicationEventListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationEventListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
Store the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationLifecycleListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationLifecycleListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
Store the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationSessionLifecycleListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationSessionLifecycleListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
Store the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setAsyncSupported(boolean) - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
setAsyncSupported(boolean) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
setAsyncSupported(boolean) - Method in class org.apache.catalina.core.StandardWrapper
Set the async supported value.
setAsyncSupported(boolean) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
setAsyncSupported(boolean) - Method in class org.apache.catalina.deploy.FilterDef
 
setAsyncSupported(boolean) - Method in interface org.apache.catalina.Wrapper
Set the async supported value.
setAsyncTimeout(long) - Method in class org.apache.catalina.core.DummyRequest
 
setAttribute(String, Object) - Method in class org.apache.catalina.connector.Connector
Set a configured property.
setAttribute(Attribute) - Method in class org.apache.catalina.connector.ConnectorMBean
Set the value of a specific attribute of this MBean.
setAttribute(String, Object) - Method in class org.apache.catalina.connector.Request
Set the specified request attribute to the specified value.
setAttribute(String, Object) - Method in class org.apache.catalina.connector.RequestFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContext
Bind the specified value with the specified context attribute name, replacing any existing value for that name.
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.DummyRequest
 
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSession
Bind an object to this session, using the specified name.
setAttribute(String, Object, boolean) - Method in class org.apache.catalina.session.StandardSession
Bind an object to this session, using the specified name.
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setAttribute(String, Object) - Method in class org.apache.coyote.ajp.AjpAprProtocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.ajp.AjpProtocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11AprProtocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11Protocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Pass config info.
setAttribute(String, Object) - Method in interface org.apache.coyote.ProtocolHandler
Pass config info.
setAttribute(String, Object) - Method in class org.apache.coyote.Request
 
setAttribute(String, Object) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setAttribute(Node, String, String) - Static method in class org.apache.tomcat.util.DomUtil
 
setAttribute(String, Object) - Method in class org.apache.tomcat.util.http.BaseRequest
Set an attribute on the request
setAttribute(Attribute) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Set the value of a specific attribute of this MBean.
setAttribute(String, Object) - Method in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
General mechanism to pass attributes from the ServerConnector to the socket factory.
setAttribute(String, Object) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
General mechanism to pass attributes from the ServerConnector to the socket factory.
setAttributes(HashMap<String, Object>) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the attributes
setAttributes(Object, Node) - Static method in class org.apache.tomcat.util.DomUtil
 
setAttributes(AttributeList) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Set the values of several attributes of this MBean.
setAuthConstraint(boolean) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the authorization constraint present flag for this security constraint.
setAuthenticateHeader(HttpServletRequest, HttpServletResponse, LoginConfig, String, boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generates the WWW-Authenticate header.
setAuthenticator(Authenticator) - Method in interface org.apache.catalina.Context
Set the authenticator for this context.
setAuthenticator(Authenticator) - Method in class org.apache.catalina.core.StandardContext
Set the application authenticator for this Context.
setAuthMethod(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setAuthorization(String) - Method in class org.apache.catalina.core.DummyRequest
 
setAuthType(String) - Method in class org.apache.catalina.connector.Request
Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - Method in class org.apache.catalina.core.DummyRequest
 
setAuthType(String) - Method in interface org.apache.catalina.Session
Set the authentication type used to authenticate our cached Principal, if any.
setAuthType(String) - Method in class org.apache.catalina.session.StandardSession
Set the authentication type used to authenticate our cached Principal, if any.
setAvailable(boolean) - Method in interface org.apache.catalina.Context
Set the application available flag for this Context.
setAvailable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the application available flag for this Context.
setAvailable(long) - Method in class org.apache.catalina.core.StandardWrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setAvailable(long) - Method in interface org.apache.catalina.Wrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setAvailable(int) - Method in class org.apache.coyote.Request
 
setAWTThreadProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setBackgroundProcessorDelay(int) - Method in interface org.apache.catalina.Container
Set the delay between the invocation of the execute method on this container and its children.
setBackgroundProcessorDelay(int) - Method in class org.apache.catalina.core.ContainerBase
Set the delay between the invocation of the execute method on this container and its children.
setBacklog(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setBacklog(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setBacklog(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setBacklog(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
Setter for the backlog
setBacklog(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setBacklog(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the backlog
setBacklog(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setBacklog(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setBaseDir(String) - Method in class org.apache.catalina.core.StandardEngine
 
setBasic(Valve) - Method in class org.apache.catalina.core.ContainerBase
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - Method in interface org.apache.catalina.Pipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBIO(long, long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Asssociate BIOCallback for input or output data capture.
setBlock(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setBody(ByteChunk) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setBodyContent(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setBoundary(byte[]) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Changes the boundary token used for partitioning the stream.
setBuffer(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Set the next buffer in the filter pipeline (has no effect).
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in interface org.apache.coyote.http11.InputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in interface org.apache.coyote.http11.OutputFilter
Set the next buffer in the filter pipeline.
setBuffered(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the value if the logging should be buffered
setBufferSize(int) - Method in class org.apache.catalina.connector.Connector
Deprecated. 
setBufferSize(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
setBufferSize(int) - Method in class org.apache.catalina.connector.Response
Set the buffer size to be used for this Response.
setBufferSize(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setBufferSize(int) - Method in class org.apache.catalina.core.DummyResponse
 
setByteEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
 
setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
When the buffer is empty, read the data from the input channel.
setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
When the buffer is full, write the data to the output channel.
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Sets the message bytes to the specified subarray of bytes.
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to the specified subarray of bytes.
setBytesField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the number of bytes returned.
setBytesRead(int) - Method in class org.apache.coyote.Request
 
setBytesReceived(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setBytesReceived(long) - Method in class org.apache.coyote.RequestInfo
 
setBytesSent(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setBytesSent(long) - Method in class org.apache.coyote.RequestInfo
 
setBytesWritten(long) - Method in class org.apache.catalina.connector.OutputBuffer
 
setBytesWritten(long) - Method in class org.apache.coyote.Response
 
setCACertificate(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set File and Directory of concatenated PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the Certificates of Certification Authorities (CA) whose clients you deal with.
setCache(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the cache authenticated Principals flag.
setCached(boolean) - Method in class org.apache.naming.resources.BaseDirContext
Set cached.
setCacheMaxSize(int) - Method in class org.apache.catalina.core.StandardContext
Set the maximum size of the cache in KB.
setCacheMaxSize(int) - Method in class org.apache.naming.resources.BaseDirContext
Set the maximum size of the cache in KB.
setCacheMaxSize(int) - Method in class org.apache.naming.resources.ResourceCache
Set the maximum size of the cache in KB.
setCacheObjectMaxSize(int) - Method in class org.apache.catalina.core.StandardContext
Set the maximum size of objects to be placed the cache in KB.
setCacheObjectMaxSize(int) - Method in class org.apache.naming.resources.BaseDirContext
Set the maximum size of objects to be placed the cache in KB.
setCacheSize(int) - Method in class org.apache.tomcat.util.buf.StringCache
 
setCacheTTL(int) - Method in class org.apache.catalina.core.StandardContext
Set cache TTL.
setCacheTTL(int) - Method in class org.apache.naming.resources.BaseDirContext
Set cache TTL.
setCachingAllowed(boolean) - Method in class org.apache.catalina.core.StandardContext
Set caching allowed flag.
setCanDestroy(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the canDestroy
setCanStartAsync(boolean) - Method in class org.apache.catalina.connector.Request
 
setCARevocation(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set File of concatenated PEM-encoded CA CRLs or directory of PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the Certificate Revocation Lists (CRL) of Certification Authorities (CA) whose clients you deal with.
setCaseSenitive(boolean) - Method in class org.apache.tomcat.util.buf.MessageBytes
Configure the case sensitivity
setCaseSensitive(boolean) - Method in class org.apache.catalina.core.StandardContext
Set case sensitivity.
setCaseSensitive(boolean) - Method in class org.apache.naming.resources.FileDirContext
Set case sensitivity.
setCause(Throwable) - Method in class org.apache.tomcat.bayeux.HttpError
 
setCertificate(long, String, String, String, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set Certificate
Point setCertificateFile at a PEM encoded certificate.
setCertificateChainFile(long, String, boolean) - Static method in class org.apache.tomcat.jni.SSLContext
Set File of PEM-encoded Server CA Certificates
This directive sets the optional all-in-one file where you can assemble the certificates of Certification Authorities (CA) which form the certificate chain of the server certificate.
setCGIEnvironment(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Constructs the CGI environment to be supplied to the invoked CGI script; relies heavily on Servlet API methods and findCGI
setChain(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setChangeSessionIdOnAuthentication(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
setChannel(NioChannel) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Set the underlying channel.
setChannel(NioChannel) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Set the underlying socket.
setChannel(Channel) - Method in class org.apache.tomcat.bayeux.MessageImpl
 
setChannel(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelProcessor
 
setChannel(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.HandshakeHandler
Setter for the channel
setChannel(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Setter for the channel
setChannelOptions(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint
Configure the channel options before being processed
setCharacterEncoding(String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Set the character encoding to be used to read the username and password.
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.Request
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.RequestFacade
 
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.Response
 
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setCharacterEncoding(String) - Method in class org.apache.catalina.core.DummyRequest
 
setCharacterEncoding(String) - Method in class org.apache.catalina.core.DummyResponse
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Request
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Response
 
SetCharacterEncodingFilter - Class in org.apache.catalina.filters
Example filter that sets the character encoding to be used in parsing the incoming request, either unconditionally or only if the client did not specify a character encoding.
SetCharacterEncodingFilter() - Constructor for class org.apache.catalina.filters.SetCharacterEncodingFilter
 
setCharEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
 
setCharEncoding(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
When the buffer is empty, read the data from the input channel.
setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
When the buffer is full, write the data to the output channel.
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to be a char[]
setCharsetMapper(CharsetMapper) - Method in interface org.apache.catalina.Context
Set the Locale to character set mapper for this Context.
setCharsetMapper(CharsetMapper) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper for this Context.
setCharsetMapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper class for this Context.
setCheckExists(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set whether to check for log file existence before logging.
setCiphers(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setCiphers(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setCipherSuite(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Cipher Suite available for negotiation in SSL handshake.
setClassesToInitialize(String) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setClassLoader(ClassLoader) - Method in class org.apache.jasper.JspCompilationContext
 
setClassName(String) - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
setClassName(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
setClient(Client) - Method in class org.apache.tomcat.bayeux.MessageImpl
 
setClientauth(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setClientauth(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setCluster(Cluster) - Method in interface org.apache.catalina.Container
Set the Cluster with which this Container is associated.
setCluster(Cluster) - Method in class org.apache.catalina.core.ContainerBase
Set the Cluster with which this Container is associated.
setClusterName(String) - Method in interface org.apache.catalina.Cluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setCode(int) - Method in class org.apache.tomcat.bayeux.HttpError
 
setCollection(boolean) - Method in class org.apache.naming.resources.ResourceAttributes
Set collection flag.
setComment(String) - Method in class org.apache.catalina.deploy.SessionCookie
 
setCommitted(boolean) - Method in class org.apache.coyote.Response
 
setCompilationException(JasperException) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the compilation exception for this JspServletWrapper.
setCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the compressableMimeTypes
setCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setCompressableMimeTypes(String[]) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Set compressable mime-type list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setCompressableMimeTypes(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Set compressable mime-type list List contains users agents separated by ',' : ie: "text/html,text/xml,text/plain"
setCompressableMimeTypes(String[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set compressable mime-type list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setCompressableMimeTypes(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set compressable mime-type list List contains users agents separated by ',' : ie: "text/html,text/xml,text/plain"
setCompressableMimeTypes(String[]) - Method in class org.apache.coyote.http11.Http11Processor
Set compressable mime-type list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setCompressableMimeTypes(String) - Method in class org.apache.coyote.http11.Http11Processor
Set compressable mime-type list List contains users agents separated by ',' : ie: "text/html,text/xml,text/plain"
setCompression(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Set compression level.
setCompression(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the compression
setCompression(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set compression level.
setCompression(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setCompression(String) - Method in class org.apache.coyote.http11.Http11Processor
Set compression level.
setCompression(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setCompressionLevel(int) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the compressionLevel
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the compressionMinSize
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the compressionMinSize
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set Minimum size to trigger compression.
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11Processor
Set Minimum size to trigger compression.
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setConcurrency(int) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setCondition(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setConditions(RewriteCond[]) - Method in class org.jboss.web.rewrite.RewriteRule
 
setCondPattern(String) - Method in class org.jboss.web.rewrite.RewriteCond
 
setConfigClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the class name of the context configurator.
setConfigClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in interface org.apache.catalina.Host
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context configuration class name.
setConfigErrMsg(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigSizeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigTimeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigTimeFmt(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfiguration(String) - Method in class org.jboss.web.rewrite.RewriteValve
 
setConfigured(boolean) - Method in interface org.apache.catalina.Context
Set the "correctly configured" flag for this Context.
setConfigured(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "correctly configured" flag for this Context.
setConnectionName(String) - Method in class org.apache.catalina.session.JDBCStore
Set the username to use to connect to the database.
setConnectionName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Set the username to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.session.JDBCStore
Set the password to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Set the password to use to connect to the database.
setConnectionURL(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Connection URL for this Store.
setConnectionURL(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the JDBC URL for the database where the log is stored.
setConnector(Connector) - Method in class org.apache.catalina.connector.Request
Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.apache.catalina.connector.Response
Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.apache.catalina.core.DummyRequest
 
setConnector(Connector) - Method in class org.apache.catalina.core.DummyResponse
 
setContainer(Container) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the Container to which this Valve is attached.
setContainer(Container) - Method in interface org.apache.catalina.Cluster
Set the Container associated with our Cluster
setContainer(Container) - Method in class org.apache.catalina.connector.Connector
Set the Container used for processing requests received by this Connector.
setContainer(Container) - Method in interface org.apache.catalina.Contained
Set the Container with which this instance is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardPipeline
Set the Container with which this Pipeline is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardService
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Container) - Method in interface org.apache.catalina.Loader
Set the Container with which this Loader has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Manager
Set the Container with which this Manager is associated.
setContainer(Container) - Method in class org.apache.catalina.realm.RealmBase
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Realm
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Service
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Container) - Method in class org.apache.catalina.session.ManagerBase
Set the Container with which this Manager is associated.
setContainer(Container) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Container with which this Manager has been associated.
setContainer(Container) - Method in class org.apache.catalina.session.StandardManager
Set the Container with which this Manager has been associated.
setContainer(Container) - Method in class org.apache.catalina.valves.ValveBase
Set the Container with which this Valve is associated, if any.
setContent(InputStream) - Method in class org.apache.naming.resources.Resource
Content mutator.
setContent(byte[]) - Method in class org.apache.naming.resources.Resource
Content mutator.
setContentDelimitation(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the contentDelimitation
setContentLength(int) - Method in class org.apache.catalina.connector.Request
Set the content length associated with this Request.
setContentLength(int) - Method in class org.apache.catalina.connector.Response
Set the content length (in bytes) for this Response.
setContentLength(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentLength(int) - Method in class org.apache.catalina.core.DummyRequest
 
setContentLength(int) - Method in class org.apache.catalina.core.DummyResponse
 
setContentLength(int) - Method in class org.apache.coyote.Request
 
setContentLength(int) - Method in class org.apache.coyote.Response
 
setContentLength(long) - Method in class org.apache.coyote.Response
 
setContentLength(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set content length.
setContentLength(int) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the content length
setContentLengthLong(long) - Method in class org.apache.catalina.connector.Response
 
setContentLengthLong(long) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentLengthLong(long) - Method in class org.apache.catalina.core.DummyResponse
 
setContentType(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setContentType(String) - Method in class org.apache.catalina.connector.Request
Set the content type (and optionally the character encoding) associated with this Request.
setContentType(String) - Method in class org.apache.catalina.connector.Response
Set the content type for this Response.
setContentType(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentType(String) - Method in class org.apache.catalina.core.DummyRequest
 
setContentType(String) - Method in class org.apache.catalina.core.DummyResponse
 
setContentType(String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
setContentType(String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Sets the value of the content-type header field.
setContentType(String) - Method in class org.apache.coyote.Request
 
setContentType(MessageBytes) - Method in class org.apache.coyote.Request
 
setContentType(String) - Method in class org.apache.coyote.Response
Sets the content type.
setContentType(String) - Method in class org.apache.jasper.JspCompilationContext
 
setContentType(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
Has no effect.
setContext(Context) - Method in class org.apache.catalina.connector.Request
Set the Context within which this Request is being processed.
setContext(Context) - Method in class org.apache.catalina.core.DummyRequest
 
setContext(Context) - Method in class org.apache.catalina.core.DummyResponse
 
setContext(String, String[], Context) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set context, used for wrapper mapping (request dispatcher).
setContextClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the Context implementation class for new web applications.
setContextClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context implementation class name.
setContextId(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set Session context id.
setContextPath(String) - Method in class org.apache.catalina.connector.Request
Set the context path for this Request.
setContextPath(String) - Method in class org.apache.catalina.core.DummyRequest
 
setController(ObjectName) - Method in class org.apache.catalina.connector.Connector
 
setController(ObjectName) - Method in class org.apache.catalina.realm.RealmBase
 
setController(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
setConverter() - Method in class org.apache.catalina.connector.InputBuffer
 
setConverter() - Method in class org.apache.catalina.connector.OutputBuffer
 
setCookie(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setCookieDomain(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Sets the domain to be used for sso cookies.
setCookieDomain(String) - Method in class org.jboss.web.rewrite.RewriteRule
 
setCookieHttpOnly(boolean) - Method in class org.apache.catalina.authenticator.SingleSignOn
 
setCookieHttpOnly(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setCookieLifetime(int) - Method in class org.jboss.web.rewrite.RewriteRule
 
setCookieName(String) - Method in class org.jboss.web.rewrite.RewriteRule
 
setCookiePath(String) - Method in class org.jboss.web.rewrite.RewriteRule
 
setCookies(Cookie[]) - Method in class org.apache.catalina.connector.Request
Set the set of cookies recieved with this Request.
setCookies(boolean) - Method in interface org.apache.catalina.Context
Set the "use cookies for session ids" flag.
setCookies(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "use cookies for session ids" flag.
setCookieSecure(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setCookieValue(String) - Method in class org.jboss.web.rewrite.RewriteRule
 
setCoyoteRequest(Request) - Method in class org.apache.catalina.connector.Request
Set the Coyote request.
setCoyoteResponse(Response) - Method in class org.apache.catalina.connector.Response
Set the Coyote response.
setCrawlerUserAgents(String) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Specify the regular expression (using Pattern) that will be used to identify crawlers based in the User-Agent header provided.
setCreation(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set creation.
setCreationDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Creation date mutator.
setCreationTime(long) - Method in interface org.apache.catalina.Session
Set the creation time for this session.
setCreationTime(long) - Method in class org.apache.catalina.session.StandardSession
Set the creation time for this session.
setCreationTime(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setCrossContext(boolean) - Method in interface org.apache.catalina.Context
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "allow crossing servlet contexts" flag.
setCurThreads(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the curThreads
setCurThreadsBusy(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the curThreadsBusy
setCustomAuthenticators(Map) - Method in class org.apache.catalina.startup.ContextConfig
Sets custom mappings of login methods to authenticators.
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the daemon
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
Set the specified date header to the specified value.
setDateHeader(String, long) - Method in class org.apache.catalina.connector.ResponseFacade
 
setDateHeader(String, long) - Method in class org.apache.catalina.core.DummyResponse
 
setDateHeader(String, long) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
setDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
setDateVariables(boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
setDeclare(String) - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
setDecodedRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setDecodedRequestURI(String) - Method in class org.apache.catalina.connector.Request
Set the decoded request URI.
setDecodedRequestURI(String) - Method in class org.apache.catalina.core.DummyRequest
 
setDefaultContentType(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setDefaultExpiresConfiguration(ExpiresFilter.ExpiresConfiguration) - Method in class org.apache.catalina.filters.ExpiresFilter
 
setDefaultHost(String) - Method in class org.apache.catalina.core.StandardEngine
Set the default host.
setDefaultHost(String) - Method in interface org.apache.catalina.Engine
Set the default hostname for this Engine.
setDefaultHostName(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set default host.
setDefaultWebapp(String) - Method in class org.apache.catalina.core.StandardHost
 
setDefaultWebapp(String) - Method in interface org.apache.catalina.Host
Set the default webapp name for this Host.
setDeferAccept(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setDeferAccept(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setDeferAccept(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
Set the defer accept
setDeferAccept(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the deferAccept
setDeferAccept(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setDeferredMethod(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setDeferredSyntaxAllowedAsLiteral(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setDeferredValue(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setDeny(String) - Method in class org.apache.catalina.filters.RequestFilter
Set the comma-delimited set of the deny expressions configured for this Filter, if any.
setDeny(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the comma-delimited set of the deny expressions configured for this Valve, if any.
setDescription(String) - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
setDescription(String) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
setDescription(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the description.
setDescription(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
setDescription(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setDescription(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setDescription(String) - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
 
setDescription(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setDescription(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Set the description of this web resource collection.
setDescription(String) - Method in interface org.apache.catalina.Wrapper
Set the description.
setDescription(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
 
setDescription(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setDescription(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Override the description property setter.
setDesirectConnType(int) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
setDesiredEntryAccessRatio(long) - Method in class org.apache.naming.resources.ResourceCache
Set the desired entry access ratio.
setDigest(String) - Method in class org.apache.catalina.realm.RealmBase
Set the digest algorithm used for storing credentials.
setDigestEncoding(String) - Method in class org.apache.catalina.realm.RealmBase
Sets the digest encoding charset.
setDirectory(String) - Method in class org.apache.catalina.session.FileStore
Set the directory path for this Store.
setDirectory(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the directory in which we create log files.
setDisableProxyCaching(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states if we add headers to disable caching by proxies.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the disableUploadTimeout
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the disableUploadTimeout
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the flag to control upload time-outs.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11Processor
Set the flag to control upload time-outs.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setDispatcher(String) - Method in class org.apache.catalina.deploy.FilterMap
This method will be used to set the current state of the FilterMap representing the state of when filters should be applied.
setDisplayName(String) - Method in interface org.apache.catalina.Context
Set the display name of this web application.
setDisplayName(String) - Method in class org.apache.catalina.core.StandardContext
Set the display name of this web application.
setDisplayName(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setDisplayName(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setDisplayName(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the display name of this security constraint.
setDisplayName(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setDistributable(boolean) - Method in interface org.apache.catalina.Context
Set the distributable flag for this web application.
setDistributable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the distributable flag for this web application.
setDistributable(boolean) - Method in interface org.apache.catalina.Manager
Set the distributable flag for the sessions supported by this Manager.
setDistributable(boolean) - Method in class org.apache.catalina.session.ManagerBase
Set the distributable flag for the sessions supported by this Manager.
setDocBase(String) - Method in interface org.apache.catalina.Context
Set the document root for this Context.
setDocBase(String) - Method in class org.apache.catalina.core.StandardContext
Set the document root for this Context.
setDocBase(String) - Method in class org.apache.naming.resources.BaseDirContext
Set the document root for this component.
setDocBase(String) - Method in class org.apache.naming.resources.FileDirContext
Set the document root.
setDocBase(String) - Method in class org.apache.naming.resources.WARDirContext
Set the document root.
setDoEmbedded(boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
Instructs the SmapGenerator whether to actually print any embedded SMAPs or not.
setDomain(String) - Method in class org.apache.catalina.core.ContainerBase
 
setDomain(String) - Method in class org.apache.catalina.core.StandardEngine
 
setDomain(String) - Method in class org.apache.catalina.deploy.SessionCookie
 
setDomain(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the domain
setDomain(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setDriverManagerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setDriverName(String) - Method in class org.apache.catalina.session.JDBCStore
Set the driver for this Store.
setDriverName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the database driver name.
setDuplicates(int) - Method in class org.apache.catalina.session.ManagerBase
 
setDynamic(boolean) - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
setDynamic(boolean) - Method in class org.apache.catalina.core.StandardWrapper
 
setDynamic(boolean) - Method in interface org.apache.catalina.Wrapper
Set a flag that indicates if the wrapper was added programmatically.
setDynamicAttributes(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setElIgnored(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setEnabled(boolean) - Method in class org.apache.catalina.core.StandardWrapper
Set the enabled value.
setEnabled(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
 
setEnabled(boolean) - Method in interface org.apache.catalina.Wrapper
Set the enabled value.
setEnabledProtocols(SSLServerSocket, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Set the SSL protocol variants to be enabled.
setEnabledProtocols(SSLEngine, String[]) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Set the SSL protocol variants to be enabled.
setEnableLookups(boolean) - Method in class org.apache.catalina.connector.Connector
Set the "enable DNS lookups" flag.
setEncoding(String) - Method in class org.apache.catalina.connector.InputBuffer
 
setEncoding(String) - Method in class org.apache.catalina.connector.OutputBuffer
 
setEncoding(String) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
setEncoding(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setEncoding(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the encoding.
setEncoding(String) - Method in class org.apache.tomcat.util.buf.UEncoder
 
setEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
 
setEnd(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setEnd(int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setEnd(long) - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Setter for the end
setEngineName(String) - Method in class org.apache.catalina.core.StandardContext
 
setEntropy(String) - Method in class org.apache.catalina.core.StandardService
 
setEntropy(String) - Method in interface org.apache.catalina.Service
Set the entropy increaser value.
setEntryPoints(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Entry points are URLs that will not be tested for the presence of a valid nonce.
setEnv(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setEnvironment(HttpServletRequest) - Method in class org.jboss.web.php.ScriptEnvironment
Constructs the CGI environment to be supplied to the invoked CGI script; relies heavliy on Servlet API methods and findCGI
setError(Throwable) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
setError() - Method in class org.apache.catalina.connector.Response
Set the error flag.
setError() - Method in class org.apache.catalina.core.DummyResponse
 
setError(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the error
setErrorCode(int) - Method in class org.apache.catalina.deploy.ErrorPage
Set the error code.
setErrorCode(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the error code (hack for default XmlMapper data type).
setErrorCount(int) - Method in class org.apache.catalina.core.StandardWrapper
 
setErrorCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setErrorCount(int) - Method in class org.apache.coyote.RequestInfo
 
setErrorException(Exception) - Method in class org.apache.coyote.Response
Set the error Exception that occurred during request processing.
setErrorOnUndeclaredNamespace(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setErrorPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setErrorPage(boolean) - Method in class org.apache.jasper.JspCompilationContext
 
setErrorReportValveClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the error report valve class for new web applications.
setErrorURI(String) - Method in class org.apache.coyote.Response
Set request URI that caused an error during request processing.
setETag(String) - Method in class org.apache.naming.resources.ResourceAttributes
Set strong ETag.
setEvent(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the event
setEventMode(boolean) - Method in class org.apache.catalina.connector.Request
Set event mode.
setExceptionType(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the exception type.
setExcludedResponseStatusCodes(int[]) - Method in class org.apache.catalina.filters.ExpiresFilter
 
setExecutor(Executor) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setExecutor(Executor) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setExecutor(Executor) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setExecutor(Executor) - Method in class org.apache.coyote.http11.Http11NioProtocol
Setter for the executor
setExecutor(Executor) - Method in class org.apache.coyote.http11.Http11Protocol
 
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the executor
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setExpectation(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the expectation
setExpectedTypeName(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setExpiredSessions(int) - Method in interface org.apache.catalina.Manager
Sets the number of sessions that have expired.
setExpiredSessions(int) - Method in class org.apache.catalina.session.ManagerBase
Sets the number of sessions that have expired.
setExpiresConfigurationByContentType(Map<String, ExpiresFilter.ExpiresConfiguration>) - Method in class org.apache.catalina.filters.ExpiresFilter
 
setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.apache.tomcat.util.buf.MessageBytes
 
setFairness(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setFieldName(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Sets the field name used to reference this file item.
setFieldName(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Sets the field name used to reference this file item.
setFieldName(String) - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
Sets the field name of the item, which caused the exception.
setFileCleaningTracker(FileCleaningTracker) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Sets the tracker, which is responsible for deleting temporary files.
setFileDateFormat(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the date format date based log rotation.
setFileItemFactory(FileItemFactory) - Method in class org.apache.tomcat.util.http.fileupload.FileUpload
Sets the factory class to use when creating file items.
setFileItemFactory(FileItemFactory) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the factory class to use when creating file items.
setFileName(String) - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
Sets the file name of the item, which caused the exception.
setFileName(String) - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Setter for the fileName
setFileSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the maximum allowed size of a single uploaded file, as opposed to FileUploadBase.getSizeMax().
setFileSizeThreshold(int) - Method in class org.apache.catalina.deploy.Multipart
 
setFilesystemBased(boolean) - Method in class org.apache.catalina.core.StandardContext
Force setting if filesystem based.
setFilter(Filter) - Method in class org.apache.catalina.core.ApplicationFilterConfig
Set the filter instance programmatically.
setFilterChain(ApplicationFilterChain) - Method in class org.apache.catalina.connector.Request
Set filter chain associated with the request.
setFilterChain(ApplicationFilterChain) - Method in class org.apache.catalina.connector.RequestFacade
Set filter chain associated with the request.
setFilterChain(FilterChain) - Method in class org.apache.catalina.core.DummyRequest
 
setFilterClass(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setFilterName(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setFilterName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setFlushLeftovers(boolean) - Method in class org.apache.coyote.Response
 
setForbidden(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setFormField(boolean) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Specifies whether or not a FileItem instance represents a simple form field.
setFormField(boolean) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Specifies whether or not a FileItem instance represents a simple form field.
setFragment(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setFunctionClass(String) - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
 
setFunctionMapper(FunctionMapper) - Method in class org.apache.jasper.el.ELContextImpl
 
setFunctionSignature(String) - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
 
setGcDaemonProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setGetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setGlobalProcessor(RequestGroupInfo) - Method in class org.apache.coyote.RequestInfo
 
setGone(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setGroup(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setHandler(AprEndpoint.Handler) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setHandler(JIoEndpoint.Handler) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setHandler(NioEndpoint.Handler) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setHeader(String, String) - Method in class org.apache.catalina.connector.Response
Set the specified header to the specified value.
setHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setHeader(String, String) - Method in class org.apache.catalina.core.DummyResponse
 
setHeader(String, String) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
setHeader(String, String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
setHeader(String, String) - Method in class org.apache.coyote.Response
 
setHeaderEncoding(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Specifies the character encoding to be used when reading the headers of individual part.
setHeaderEncoding(String) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Specifies the character encoding to be used when reading the headers of individual parts.
setHeaders(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Sets the file item headers.
setHeaders(FileItemHeaders) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
Sets the headers read from within an item.
setHook(ActionHook) - Method in class org.apache.coyote.Response
 
setHost(Host) - Method in class org.apache.catalina.connector.Request
Set the Host within which this Request is being processed.
setHost(Host) - Method in class org.apache.catalina.core.DummyRequest
 
setHost(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setHostNameC(char[]) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the hostNameC
setHttp09(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the http09
setHttp11(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the http11
setHttpOnly(boolean) - Method in class org.apache.catalina.deploy.SessionCookie
 
setHttpServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter
Server Port value if the RemoteIpFilter.protocolHeader indicates HTTP (i.e.
setHttpServerPort(int) - Method in class org.apache.catalina.valves.RemoteIpValve
Server Port value if the RemoteIpValve.protocolHeader is not null and does not indicate HTTP
setHttpsServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter
Server Port value if the RemoteIpFilter.protocolHeader indicates HTTPS
setHttpsServerPort(int) - Method in class org.apache.catalina.valves.RemoteIpValve
Server Port value if the RemoteIpValve.protocolHeader indicates HTTPS
setId(String) - Method in interface org.apache.catalina.Session
Set the session identifier for this session.
setId(String) - Method in class org.apache.catalina.session.StandardSession
Set the session identifier for this session.
setId(int) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setIgnore(boolean) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
setIgnoreAnnotations(boolean) - Method in interface org.apache.catalina.Context
Set the boolean on the annotations parsing for this web application.
setIgnoreAnnotations(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the boolean on the annotations parsing for this web application.
setImpact(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
setIncluded(boolean) - Method in class org.apache.catalina.connector.Response
Set the "processing inside an include" flag.
setIncluded(boolean) - Method in class org.apache.catalina.core.DummyResponse
 
setInfo(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
setInfoString(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setInitialized(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the initialized
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationContext
 
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
setInitParameter(String, String) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
setInitParameters(Map<String, String>) - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
setInitParameters(Map<String, String>) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
 
setInitParameters(Map<String, String>) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
setInput(InputStream) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets standard input to be passed on to the invoked cgi script
setInputBuffer(InputBuffer) - Method in class org.apache.coyote.Request
 
setInputLineCount(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets InputLineCount.
setInputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets InputStartLine.
setInputStream(ServletInputStream) - Method in class org.apache.catalina.connector.Request
 
setInputStream(InputStream) - Method in class org.apache.coyote.http11.InternalInputBuffer
Set the underlying socket input stream.
setInstanceManager(InstanceManager) - Method in interface org.apache.catalina.Context
Set the instance manager associated with this Context.
setInstanceManager(InstanceManager) - Method in class org.apache.catalina.core.StandardContext
 
setInt(int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the buffer to the representation of an int
setInternalProxies(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Comma delimited list of internal proxies.
setInternalProxies(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Comma delimited list of internal proxies.
setInterruptible(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
Set the specified integer header to the specified value.
setIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setIntHeader(String, int) - Method in class org.apache.catalina.core.DummyResponse
 
setIs(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setIsXml(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setJ2EEApplication(String) - Method in class org.apache.catalina.core.StandardContext
 
setJ2EEServer(String) - Method in class org.apache.catalina.core.StandardContext
 
setJarFile(JarFile, String) - Method in class org.apache.naming.resources.JARDirContext
Set the JAR file from which data will be read.
setJava2DDisposerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setJavaVMs(String[]) - Method in class org.apache.catalina.core.StandardContext
 
setJspFile(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the context-relative URI of the JSP file for this servlet.
setJspFile(String) - Method in interface org.apache.catalina.Wrapper
Set the context-relative URI of the JSP file for this servlet.
setJspReloadCount(int) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Resets the JSP reload counter.
setJspReloadCount(int) - Method in class org.apache.jasper.servlet.JspServlet
Resets the JSP reload counter.
setJspversion(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
setJvmRoute(String) - Method in class org.apache.catalina.core.StandardEngine
Set the cluster-wide unique identifier for this Engine.
setJvmRoute(String) - Method in interface org.apache.catalina.Engine
Set the JvmRouteId for this engine.
setKeepAlive(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the keepAlive
setKeepAlive(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
Set the keep-alive policy for this connection.
setKeepAlive(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
Set the keep-alive policy for this connection.
setKeepAlive(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
Set the keep-alive policy for this connection.
setKeepAlive(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Setter for the keepAlive
setKeepAliveTimeout(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.ajp.AjpProcessor
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the keepAliveTimeout
setKeepAliveTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
Set the keep alive timeout value
setKeepAliveTimeout(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the Keep-Alive timeout.
setKeepAliveTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeepAliveTimeout(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the keepAliveTimeout
setKeepAliveTimeout(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setKeepAliveTimeout(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setKey(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setKeyAlias(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setKeyAlias(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeypass(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setKeypass(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeystore(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setKeystore(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeytype(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setKeytype(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setLandingPage(String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Set the landing page to use when the FORM auth is mis-used.
setLargeIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setLast(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setLastModificationTest(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
setLastModified(long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Sets the value of the last-modified header field.
setLastModified(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set last modified.
setLastModified(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Deprecated. 
setLastModifiedDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Last modified date mutator.
setLastModifiedHttp(String) - Method in class org.apache.naming.resources.ResourceAttributes
 
setLastRequestProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
 
setLastWrite(int) - Method in class org.apache.coyote.Response
 
setLdapPoolProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setLimit(int) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Set the buffering limit.
setLimit(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.apache.tomcat.util.buf.CharChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.apache.tomcat.util.http.Parameters
 
setLineFileID(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets lineFileID.
setListener(Listener) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
setLoader(Loader) - Method in interface org.apache.catalina.Container
Set the Loader with which this Container is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.ContainerBase
Set the Loader with which this Container is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.StandardContext
Set the Loader with which this Context is associated.
setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
setLoadOnStartup(int) - Method in interface org.apache.catalina.Wrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartupString(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value from a (possibly null) string.
setLoadTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setLocalAddr(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the localAddr
setLocale(Locale) - Method in class org.apache.catalina.connector.Response
Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocale(Locale) - Method in class org.apache.catalina.connector.ResponseFacade
 
setLocale(Locale) - Method in class org.apache.catalina.core.DummyResponse
 
setLocale(Locale) - Method in class org.apache.coyote.Response
Called explicitely by user to set the Content-Language and the default encoding
setLocale(Locale) - Method in class org.apache.jasper.el.ELContextWrapper
 
setLocale(Locale) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
Has no effect.
setLocalName(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the localName
setLocalPort(int) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the localPort
setLocalPort(int) - Method in class org.apache.coyote.Request
 
setLocation(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the location.
setLocation(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
setLocation(String) - Method in class org.apache.catalina.deploy.Multipart
 
setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
 
setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
setLocked(boolean) - Method in class org.apache.catalina.util.ParameterMap
Set the locked state of this parameter map.
setLocked(boolean) - Method in class org.apache.catalina.util.ResourceSet
Set the locked state of this parameter map.
setLogicalName(String) - Method in interface org.apache.catalina.Context
Set the logical name for this web application.
setLogicalName(String) - Method in class org.apache.catalina.core.StandardContext
Set the logical name for this web application.
setLoginConfig(LoginConfig) - Method in interface org.apache.catalina.Context
Set the login configuration descriptor for this web application.
setLoginConfig(LoginConfig) - Method in class org.apache.catalina.core.StandardContext
Set the login configuration descriptor for this web application.
setLoginPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setLong(long) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the buffer to the representation of an long
setLowerCaseNames(boolean) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Sets the flag if parameter names are to be converted to lower case when name/value pairs are parsed.
setManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
setManagedResource(Object, String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Set the instance handle of the object against which we will execute all methods in this ModelMBean management interface.
setManager(Manager) - Method in interface org.apache.catalina.Container
Set the Manager with which this Container is associated.
setManager(Manager) - Method in class org.apache.catalina.core.ContainerBase
Set the Manager with which this Container is associated.
setManager(Manager) - Method in interface org.apache.catalina.Session
Set the Manager within which this Session is valid.
setManager(Manager) - Method in class org.apache.catalina.session.StandardSession
Set the Manager within which this Session is valid.
setManager(Manager) - Method in class org.apache.catalina.session.StoreBase
Set the Manager with which this Store is associated.
setManager(Manager) - Method in interface org.apache.catalina.Store
Set the Manager associated with this Store.
setMaxActive(int) - Method in interface org.apache.catalina.Manager
(Re)sets the maximum number of sessions that have been active at the same time.
setMaxActive(int) - Method in class org.apache.catalina.session.ManagerBase
 
setMaxActiveSessions(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the maximum number of active Sessions allowed, or -1 for no limit.
setMaxActiveSessions(int) - Method in class org.apache.catalina.session.StandardManager
Set the maximum number of actives Sessions allowed, or -1 for no limit.
setMaxAge(int) - Method in class org.apache.catalina.deploy.SessionCookie
 
setMaxAge(int) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setMaxAllocateIterations(int) - Method in class org.apache.naming.resources.ResourceCache
Set the maximum amount of iterations during a space allocation.
setMaxConnections(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the maxConnections
setMaxFileSize(long) - Method in class org.apache.catalina.deploy.Multipart
 
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the maxHttpHeaderSize
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxIdleBackup(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the option to back sessions up to the Store after they are used in a request.
setMaxIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the time in seconds after which a session should be swapped out of memory to disk.
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Manager
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.ManagerBase
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Session
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSession
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setMaxInactiveInterval(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setMaxInstances(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the maximum number of instances that will be allocated when a single thread model servlet is used.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the maxKeepAliveRequests
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the maxKeepAliveRequests
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the maximum number of Keep-Alive requests to honor.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the maximum number of Keep-Alive requests to honor.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxPostSize(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum size of a POST which will be automatically parsed by the container.
setMaxRequestSize(long) - Method in class org.apache.catalina.deploy.Multipart
 
setMaxRequestUri(String) - Method in class org.apache.coyote.RequestInfo
 
setMaxSavePostSize(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum size of a POST which will be saved by the container during authentication.
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the maxSavePostSize
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the maxSavePostSize
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the maximum size of a POST which will be buffered in SSL mode.
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the maximum size of a POST which will be buffered in SSL mode.
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxThreads(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setMaxThreads(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setMaxThreads(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxThreads(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
Setter for the maximum number of threads
setMaxThreads(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the maxThreads
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setMaxTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setMaxTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setMaxTime(long) - Method in class org.apache.coyote.RequestInfo
 
setMBeanServer(MBeanServer) - Method in class org.apache.tomcat.util.modeler.Registry
Set the MBeanServer to be utilized for our registered management beans.
setMessage(String) - Method in class org.apache.coyote.Response
Set the status message.
setMethod(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setMethod(String) - Method in class org.apache.catalina.connector.Request
Set the HTTP request method used for this Request.
setMethod(String) - Method in class org.apache.catalina.core.DummyRequest
 
setMethod - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
setMethodField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the HTTP request method.
setMethodSignature(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setMimeType(String) - Method in class org.apache.naming.resources.ResourceAttributes
 
setMinIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the minimum time in seconds that a session must be idle before it can be swapped out of memory due to maxActiveSession.
setMinTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setMserver(MBeanServer) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the mserver
setMultipartConfig(Multipart) - Method in class org.apache.catalina.core.StandardWrapper
Set the multipart configuration for this Servlet.
setMultipartConfig(MultipartConfigElement) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
setMultipartConfig(Multipart) - Method in interface org.apache.catalina.Wrapper
Set the multipart configuration for this Servlet.
setName(String) - Method in interface org.apache.catalina.Container
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in class org.apache.catalina.core.ContainerBase
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in class org.apache.catalina.core.StandardContext
 
setName(String) - Method in class org.apache.catalina.core.StandardEngine
 
setName(String) - Method in class org.apache.catalina.core.StandardHost
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - Method in class org.apache.catalina.core.StandardService
Set the name of this Service.
setName(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setName(String) - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
 
setName(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setName(String) - Method in class org.apache.catalina.deploy.jsp.TagFileInfo
 
setName(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Set the name of this web resource collection
setName(String) - Method in class org.apache.catalina.deploy.SessionCookie
 
setName(String) - Method in interface org.apache.catalina.Host
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - Method in interface org.apache.catalina.Service
Set the name of this Service.
setName(String) - Method in class org.apache.naming.resources.ResourceAttributes
Set name.
setName(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
 
setName(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setName(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Override the name property setter.
setName(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the name
setName(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setName(String) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setNameFromAttribute(String) - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
setNameGiven(String) - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
setNew(boolean) - Method in interface org.apache.catalina.Session
Set the isNew flag for this session.
setNew(boolean) - Method in class org.apache.catalina.session.StandardSession
Set the isNew flag for this session.
setNew(boolean) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setNext(Valve) - Method in interface org.apache.catalina.Valve
Set the next Valve in the pipeline containing this Valve.
setNext(Valve) - Method in class org.apache.catalina.valves.ValveBase
Set the Valve that follows this one in the pipeline it is part of.
setNext(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setNocase(boolean) - Method in class org.jboss.web.rewrite.RewriteCond
 
setNocase(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Set no compression user agent list.
setNoCompressionUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the noCompressionUserAgents
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the noCompressionUserAgents
setNoCompressionUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set no compression user agent list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set no compression user agent list.
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setNoCompressionUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11Processor
Set no compression user agent list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11Processor
Set no compression user agent list.
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setNoescape(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setNonBlocking(boolean) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Set the non blocking flag.
setNonBlocking(boolean) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Set the non blocking flag.
setNonBlocking(boolean) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Set the non blocking flag.
setNonBlocking(boolean) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Set the non blocking flag.
setNonceCacheSize(int) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setNonceCacheSize(int) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Sets the number of previously issued nonces that will be cached on a LRU basis to support parallel requests, limited use of the refresh and back in the browser and similar behaviors that may result in the submission of a previous nonce rather than the current one.
setNonceValidity(long) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setNosubreq(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setNote(String, Object) - Method in class org.apache.catalina.connector.Request
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.core.DummyRequest
 
setNote(String, Object) - Method in interface org.apache.catalina.Session
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.session.StandardSession
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(int, Object) - Method in class org.apache.coyote.Request
Used to store private data.
setNote(int, Object) - Method in class org.apache.coyote.Response
 
setNote(int, Object) - Method in class org.apache.tomcat.util.http.BaseRequest
 
setObjectName(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
setObjectName(ObjectName) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the oname
setOffset(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setOffset(int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the start offset of the bytes.
setOpaque(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setOption(SocketOption<T>, T) - Method in class org.apache.tomcat.util.net.NioChannel
Sets the value of a socket option.
setOptions(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set OpenSSL Option.
setOrnext(boolean) - Method in class org.jboss.web.rewrite.RewriteCond
 
setOutputBuffer(OutputBuffer) - Method in class org.apache.coyote.Response
 
setOutputFileName(String) - Method in class org.apache.jasper.compiler.SmapGenerator
Sets the filename (without path information) for the generated source file.
setOutputLineIncrement(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets OutputLineIncrement.
setOutputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets OutputStartLine.
setOutputStream(ServletOutputStream) - Method in class org.apache.catalina.connector.Response
 
setOutputStream(OutputStream) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Set the underlying socket output stream.
setOverride(boolean) - Method in interface org.apache.catalina.Context
Set the override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setPackageAccess() - Method in class org.apache.catalina.security.SecurityConfig
Set the security package.access value.
setPackageDefinition() - Method in class org.apache.catalina.security.SecurityConfig
Set the security package.definition value.
setPacketSize(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPacketSize(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setPageEncoding(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setParameters(String) - Method in interface org.jboss.web.rewrite.RewriteMap
 
setParent(Container) - Method in interface org.apache.catalina.Container
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.ContainerBase
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.StandardEngine
Disallow any attempt to set a parent for this Container, since an Engine is supposed to be at the top of the Container hierarchy.
setParent(Container) - Method in class org.apache.catalina.core.StandardWrapper
Set the parent Container of this Wrapper, but only if it is a Context.
setParent(Object) - Method in class org.apache.tomcat.util.buf.TimeStamp
Returns the owner of this stamp ( the object that is time-stamped ).
setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Container
Set the parent class loader (if any) for web applications.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.ContainerBase
Set the parent class loader (if any) for this web application.
setParseFailed(boolean) - Method in class org.apache.tomcat.util.http.Parameters
 
setPassword(String) - Static method in class org.apache.tomcat.jni.SSL
Set global Password for decrypting certificates and keys.
setPasswordCallback(PasswordCallback) - Static method in class org.apache.tomcat.jni.SSL
Set global Password callback for obtaining passwords.
setPath(String) - Method in interface org.apache.catalina.Context
Set the context path for this web application.
setPath(String) - Method in class org.apache.catalina.core.StandardContext
Set the context path for this Context.
setPath(String) - Method in class org.apache.catalina.deploy.jsp.TagFileInfo
 
setPath(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
setPath(String) - Method in class org.apache.catalina.deploy.SessionCookie
 
setPathInfo(String) - Method in class org.apache.catalina.connector.Request
Set the path information for this Request.
setPathInfo(String) - Method in class org.apache.catalina.core.DummyRequest
 
setPathname(String) - Method in class org.apache.catalina.session.StandardManager
Set the session persistence pathname to the specified value.
setPattern(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the logging pattern.
setPatternString(String) - Method in class org.jboss.web.rewrite.RewriteRule
 
setPaused(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the request processing paused flag for this Context.
setPaused(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the paused
setPersistent(boolean) - Method in interface org.apache.cometd.bayeux.Channel
 
setPersistent(boolean) - Method in class org.apache.tomcat.bayeux.ChannelImpl
 
setPluginAttribute(String, Object) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Associate the attribute with a value in the current tagplugin context.
setPollerSize(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPollerSize(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setPollerSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPollerSize(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setPollerSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setPollerSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPollerSize(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setPollTime(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPollTime(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPollTime(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPort(int) - Method in class org.apache.catalina.connector.Connector
Set the port number on which we listen for requests.
setPort(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPort(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setPort(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPort(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
Setter for the port number
setPort(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setPort(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the port
setPort(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPort(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setPos(long) - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Setter for the pos
setPositive(boolean) - Method in class org.jboss.web.rewrite.RewriteCond
 
setPrefix(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
setPrefix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file prefix.
setPrincipal(Principal) - Method in interface org.apache.catalina.Session
Set the authenticated Principal that is associated with this Session.
setPrincipal(Principal) - Method in class org.apache.catalina.session.StandardSession
Set the authenticated Principal that is associated with this Session.
setPrivileged(boolean) - Method in interface org.apache.catalina.Context
Set the privileged flag for this web application.
setPrivileged(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the privileged flag for this web application.
setProcessExpiresFrequency(int) - Method in class org.apache.catalina.session.ManagerBase
Set the manager checks frequency.
setProcessingTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setProcessingTime(long) - Method in class org.apache.catalina.session.ManagerBase
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
 
setProcessorCache(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setProcessorCache(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setProcessorCache(int) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the processorCache
setProcessorCache(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setProcessorCache(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setProgressListener(ProgressListener) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the progress listener.
setProperty(String, String) - Method in class org.apache.catalina.connector.Connector
Set a configured property.
setProperty(String, String) - Method in class org.apache.coyote.http11.Http11Protocol
Set a property.
setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setProperty(Object, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1).
setPropertyResolved(boolean) - Method in class org.apache.jasper.el.ELContextWrapper
 
setProtocol(String) - Method in interface org.apache.catalina.Cluster
Deprecated. 
setProtocol(String) - Method in class org.apache.catalina.connector.Connector
Set the Coyote protocol which will be used by the connector.
setProtocol(String) - Method in class org.apache.catalina.connector.Request
Set the protocol name and version associated with this Request.
setProtocol(String) - Method in class org.apache.catalina.core.DummyRequest
 
setProtocol(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the protocol
setProtocol(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setProtocolHandler() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Set the java.protocol.handler.pkgs system property.
setProtocolHandlerClassName(String) - Method in class org.apache.catalina.connector.Connector
Set the class name of the Coyote protocol handler which will be used by the connector.
setProtocolHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Header that holds the incoming protocol, usally named X-Forwarded-Proto.
setProtocolHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Header that holds the incoming protocol, usally named X-Forwarded-Proto.
setProtocolHeaderHttpsValue(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Case insensitive value of the protocol header to indicate that the incoming http request uses HTTPS.
setProtocolHeaderHttpsValue(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Case insensitive value of the protocol header to indicate that the incoming http request uses SSL.
setProtocols(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setProtocols(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
 
setProxiesHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
The proxiesHeader directive specifies a header into which mod_remoteip will collect a list of all of the intermediate client IP addresses trusted to resolve the actual remote IP.
setProxiesHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
The proxiesHeader directive specifies a header into which mod_remoteip will collect a list of all of the intermediate client IP addresses trusted to resolve the actual remote IP.
setProxyName(String) - Method in class org.apache.catalina.connector.Connector
Set the proxy server name for this Connector.
setProxyPort(int) - Method in class org.apache.catalina.connector.Connector
Set the proxy server port for this Connector.
setPublicId(String) - Method in interface org.apache.catalina.Context
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setPublicId(String) - Method in class org.apache.catalina.core.StandardContext
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setQsappend(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setQualifiedNames(boolean) - Method in class org.apache.catalina.util.DOMWriter
 
setQuery(MessageBytes) - Method in class org.apache.tomcat.util.http.Parameters
 
setQueryField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the URL part of the HTTP query.
setQueryString(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setQueryString(String) - Method in class org.apache.catalina.connector.Request
Set the query string for this Request.
setQueryString(String) - Method in class org.apache.catalina.core.DummyRequest
 
setQueryStringEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
 
setQuietShutdown(long, boolean) - Static method in class org.apache.tomcat.jni.SSLContext
Sets the "quiet shutdown" flag for ctx to be mode.
setRandomClass(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Specify the class to use to generate the nonces.
setrbb(long, ByteBuffer) - Static method in class org.apache.tomcat.jni.Socket
Set internal receive ByteBuffer.
setReadable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setReader(BufferedReader) - Method in class org.apache.catalina.connector.Request
Replaces the reader with an application provided one.
setReadListener(ReadListener) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
setReadListener(ReadListener) - Method in class org.apache.catalina.connector.InputBuffer
 
setReadNotifications(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the readNotifications
setRealm(Realm) - Method in interface org.apache.catalina.Container
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.core.ContainerBase
Set the Realm with which this Container is associated.
setRealmName(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setRealmPath(String) - Method in class org.apache.catalina.realm.RealmBase
 
setReconnectInterval(int) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
setRedirect(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setRedirectCode(int) - Method in class org.jboss.web.rewrite.RewriteRule
 
setRedirectPort(int) - Method in class org.apache.catalina.connector.Connector
Set the redirect port number.
setRefererField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the referer.
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
 
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
setRejectedSessions(int) - Method in interface org.apache.catalina.Manager
Sets the number of sessions that were not created because the maximum number of active sessions was reached.
setRejectedSessions(int) - Method in class org.apache.catalina.session.PersistentManagerBase
 
setRejectedSessions(int) - Method in class org.apache.catalina.session.StandardManager
 
setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
setRemainingName(Name) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
setRemoteAddr(String) - Method in class org.apache.catalina.connector.Request
Set the IP address of the remote client associated with this Request.
setRemoteAddr(String) - Method in class org.apache.catalina.core.DummyRequest
 
setRemoteAddr(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setRemoteAddr(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the remoteAddr
setRemoteHost(String) - Method in class org.apache.catalina.connector.Request
Set the fully qualified name of the remote client associated with this Request.
setRemoteHost(String) - Method in class org.apache.catalina.core.DummyRequest
 
setRemoteHost(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setRemoteHost(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the remoteHost
setRemoteHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote host.
setRemoteIPHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Name of the http header from which the remote ip is extracted.
setRemoteIpHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Name of the http header from which the remote ip is extracted.
setRemotePort(int) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the remotePort
setRemotePort(int) - Method in class org.apache.coyote.Request
 
setReplaceWelcomeFiles(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "replace welcome files" property.
setRepository(File) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Sets the directory used to temporarily store files that are larger than the configured size threshold.
setReqTime(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setRequest(Request) - Method in class org.apache.catalina.connector.InputBuffer
Associated Coyote request.
setRequest(Request) - Method in class org.apache.catalina.connector.Response
Set the Request with which this Response is associated.
setRequest(Request) - Method in class org.apache.catalina.core.DummyResponse
 
setRequest(Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Reads the request body and buffers it.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read the content length from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Read the content length from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Set the content length on the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Set the associated reauest.
setRequest(Request) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the request
setRequest(Request) - Method in interface org.apache.coyote.http11.InputFilter
Some filters need additional parameters from the request.
setRequest(Request) - Method in class org.apache.coyote.Response
 
setRequestAndResponse(ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
setRequestCount(int) - Method in class org.apache.catalina.core.StandardWrapper
 
setRequestCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setRequestCount(int) - Method in class org.apache.coyote.RequestInfo
 
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.connector.Request
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.core.DummyRequest
 
setRequestedSessionId(String) - Method in class org.apache.catalina.connector.Request
Set the requested session ID for this request.
setRequestedSessionId(String) - Method in class org.apache.catalina.core.DummyRequest
 
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.connector.Request
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.core.DummyRequest
 
setRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setRequestURI(String) - Method in class org.apache.catalina.connector.Request
Set the unparsed request URI for this Request.
setRequestURI(String) - Method in class org.apache.catalina.core.DummyRequest
 
setRequired(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpProcessor
 
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setRequireReauthentication(boolean) - Method in class org.apache.catalina.authenticator.SingleSignOn
Sets whether each request needs to be reauthenticated (by an Authenticator downstream in the pipeline) to the security Realm, or if this Valve can itself bind security info to the request, based on the presence of a valid SSO entry, without rechecking with the Realm
setResolveHosts(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the resolve hosts flag.
setResolveHosts(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Determines whether IP host name resolution is done.
setResolverName(Name) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
setResources(DirContext) - Method in interface org.apache.catalina.Container
Set the Resources object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.ContainerBase
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.StandardContext
Set the resources DirContext object with which this Container is associated.
setResourceType(String) - Method in class org.apache.naming.resources.ResourceAttributes
Type mutator.
setResponse(Response) - Method in class org.apache.catalina.connector.OutputBuffer
Associated Coyote response.
setResponse(Response) - Method in class org.apache.catalina.connector.Request
Set the Response with which this Request is associated.
setResponse(Response) - Method in class org.apache.catalina.core.DummyRequest
 
setResponse(HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets HttpServletResponse object used to set headers and send output to
setResponse(Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the response
setResponse(Response) - Method in interface org.apache.coyote.http11.OutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.Request
 
setRestricted(boolean) - Method in class org.apache.catalina.core.ApplicationContext
 
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Set restricted user agent list (which will downgrade the connector to HTTP/1.0 mode).
setRestrictedUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the restrictedUserAgents
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the restrictedUserAgents
setRestrictedUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set restricted user agent list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set restricted user agent list (which will downgrade the connector to HTTP/1.0 mode).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setRestrictedUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11Processor
Set restricted user agent list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11Processor
Set restricted user agent list (which will downgrade the connector to HTTP/1.0 mode).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setResumeNotification(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the resumeNotification
setReturnType(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
setReuseAddress(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the reuseAddress
setReverseConnection(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setReverseConnection(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setReverseConnection(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
Set the reverse connection
setReverseConnection(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the reverseConnection
setReverseConnection(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setRgOname(ObjectName) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the rgOname
setRole(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
setRootCause(Throwable) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
setRotatable(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the value is we should we rotate the logs
setRpName(ObjectName) - Method in class org.apache.coyote.RequestInfo
 
setRunAs(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the run-as identity for this servlet.
setRunAs(String) - Method in interface org.apache.catalina.Wrapper
Set the run-as identity for this servlet.
setRunAsRole(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
setRunning(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the running
setSaveOnRestart(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the option to save sessions to the Store when the Manager is shut down, then loaded when the Manager starts again.
setsbb(long, ByteBuffer) - Static method in class org.apache.tomcat.jni.Socket
Set internal send ByteBuffer.
setScheme(String) - Method in class org.apache.catalina.connector.Connector
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in class org.apache.catalina.connector.Request
Set the name of the scheme associated with this request.
setScheme(String) - Method in class org.apache.catalina.core.DummyRequest
 
setScheme(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setScheme(String) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the scheme.
setScope(String) - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
setScriptingInvalid(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setSecure(boolean) - Method in class org.apache.catalina.connector.Connector
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.apache.catalina.connector.Request
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in class org.apache.catalina.core.DummyRequest
 
setSecure(boolean) - Method in class org.apache.catalina.deploy.SessionCookie
 
setSecure(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setSecure(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the secure
setSecure(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSecure(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSecure(boolean) - Method in class org.apache.tomcat.util.http.BaseRequest
Set whether the request is secure or not.
setSecure(boolean) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setSecurePagesWithPragma(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states what headers we add to disable proxy caching.
setSecurityLoginConfigurationProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setSecurityPolicy(SecurityPolicy) - Method in interface org.apache.cometd.bayeux.Bayeux
Sets the security policy to be used in this Bayeux session
setSecurityPolicy(SecurityPolicy) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
setSecurityPolicyProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setSendfile(boolean) - Method in class org.apache.coyote.Request
 
setSendfileEnd(long) - Method in class org.apache.coyote.Response
 
setSendfilePath(String) - Method in class org.apache.coyote.Response
 
setSendfileSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSendfileSize(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSendfileSize(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sendfileSize
setSendfileSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSendfileStart(long) - Method in class org.apache.coyote.Response
 
setSequence(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sequence
setServer(String) - Method in class org.apache.catalina.core.StandardContext
 
setServer(Server) - Method in class org.apache.catalina.core.StandardService
Set the Server with which we are associated (if any).
setServer(Server) - Method in interface org.apache.catalina.Service
Set the Server with which we are associated (if any).
setServer(String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Set the server header name.
setServer(String) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the server
setServer(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the server header name.
setServer(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setServer(String) - Method in class org.apache.coyote.http11.Http11Processor
Set the server header name.
setServer(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setServer(MBeanServer) - Static method in class org.apache.tomcat.util.modeler.Registry
Deprecated.
Use the instance method
setServerName(String) - Method in class org.apache.catalina.connector.Request
Set the name of the server (virtual host) to process this request.
setServerName(String) - Method in class org.apache.catalina.core.DummyRequest
 
setServerPort(int) - Method in class org.apache.catalina.connector.Request
Set the port number of the server to process this request.
setServerPort(int) - Method in class org.apache.catalina.core.DummyRequest
 
setServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setServerPort(int) - Method in class org.apache.coyote.Request
 
setServerPort(int) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the server port
setServerSocketChannelFactory(NioServerSocketChannelFactory) - Method in class org.apache.tomcat.util.net.NioEndpoint
Setter for the serverSocketChannelFactory
setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setService(Service) - Method in class org.apache.catalina.connector.Connector
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.core.StandardEngine
Set the Service with which we are associated (if any).
setService(Service) - Method in interface org.apache.catalina.Engine
Set the Service with which we are associated (if any).
setServlet(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
Set the associated servlet instance.
setServlet(Servlet) - Method in interface org.apache.catalina.Wrapper
Set the associated servlet instance.
setServletClass(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the fully qualified servlet class name for this servlet.
setServletClass(String) - Method in interface org.apache.catalina.Wrapper
Set the fully qualified servlet class name for this servlet.
setServletClassLastModifiedTime(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the last-modified time of the servlet class file associated with this JspServletWrapper.
setServletClassName(String) - Method in class org.apache.jasper.JspCompilationContext
 
setServletName(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the name of this servlet.
setServletPackageName(String) - Method in class org.apache.jasper.JspCompilationContext
The package name into which the servlet class is generated.
setServletPath(String) - Method in class org.apache.catalina.connector.Request
Set the servlet path for this Request.
setServletPath(String) - Method in class org.apache.catalina.core.DummyRequest
 
setServletSecurity(ServletSecurityElement) - Method in class org.apache.catalina.core.StandardWrapper
Set an associated ServletSecurity on mappings which are currently associated with the Servlet.
setServletSecurity(ServletSecurityElement) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
setServletSecurity(ServletSecurityElement) - Method in interface org.apache.catalina.Wrapper
Set an associated ServletSecurity.
setSessionAppCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the App column for the table.
setSessionAverageAliveTime(int) - Method in interface org.apache.catalina.Manager
Sets the average time (in seconds) that expired sessions had been alive.
setSessionAverageAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
Sets the average time (in seconds) that expired sessions had been alive.
setSessionCookie(SessionCookie) - Method in interface org.apache.catalina.Context
Set the session cookie configuration.
setSessionCookie(SessionCookie) - Method in class org.apache.catalina.core.StandardContext
Set the session cookie configuration.
setSessionCounter(int) - Method in interface org.apache.catalina.Manager
Sets the total number of sessions created by this manager.
setSessionCounter(int) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionDataCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Data column for the table
setSessionIdCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Id column for the table.
setSessionIdLength(int) - Method in interface org.apache.catalina.Manager
Sets the session id length (in bytes) for Sessions created by this Manager.
setSessionIdLength(int) - Method in class org.apache.catalina.session.ManagerBase
Sets the session id length (in bytes) for Sessions created by this Manager.
setSessionInactiveInterval(int) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Specify the session timeout (in seconds) for a crawler's session.
setSessionLastAccessedCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Last Accessed column for the table
setSessionMaxAliveTime(int) - Method in interface org.apache.catalina.Manager
Sets the longest time (in seconds) that an expired session had been alive.
setSessionMaxAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
Sets the longest time (in seconds) that an expired session had been alive.
setSessionMaxInactiveCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Max Inactive column for the table
setSessionTable(String) - Method in class org.apache.catalina.session.JDBCStore
Set the table for this Store.
setSessionTimeout(int) - Method in interface org.apache.catalina.Context
Set the default session timeout (in minutes) for this web application.
setSessionTimeout(int) - Method in class org.apache.catalina.core.StandardContext
Set the default session timeout (in minutes) for this web application.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.catalina.core.ApplicationContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.catalina.core.StandardContext
 
setSessionValidCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Is Valid column for the table
setSetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setShortname(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
setShutdowType(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set SSL connection shutdown type
The following levels are available for level:
setSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the maximum allowed size of a complete request, as opposed to FileUploadBase.setFileSizeMax(long).
setSizeThreshold(int) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Sets the size threshold beyond which files are written directly to disk.
setSkip(int) - Method in class org.jboss.web.rewrite.RewriteRule
 
setSmallIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setSmallIcon(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setSocket(Socket) - Method in class org.apache.catalina.core.DummyRequest
 
setSocket(long) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Set the underlying socket.
setSocket(long) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Set the underlying socket.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the socketBuffer
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the socket buffer flag.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the socket buffer flag.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSocketBuffer(int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Set the socket buffer size.
setSocketFactory(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSocketOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process the specified connection.
setSocketOptions(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint
Set the options for the current socket.
setSoLinger(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setSoLinger(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setSoLinger(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSoLinger(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSoLinger(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the soLinger
setSoLinger(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setSoReceiveBuffer(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setSoReceiveBuffer(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSoSendBuffer(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setSoSendBuffer(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSoTimeout(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setSoTimeout(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setSoTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSoTimeout(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
Setter for the socket timeout
setSoTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the soTimeout
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
 
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
setSource(Object) - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Set the source to be used to load the mbeans
setSpareNotFoundEntries(int) - Method in class org.apache.naming.resources.ResourceCache
Set the amount of spare not found entries.
setSSLCACertificateFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCACertificateFile(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLCACertificateFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLCACertificateFile
setSSLCACertificateFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCACertificatePath(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCACertificatePath(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLCACertificatePath(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLCACertificatePath
setSSLCACertificatePath(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCARevocationFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCARevocationFile(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLCARevocationFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLCARevocationFile
setSSLCARevocationFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCARevocationPath(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCARevocationPath(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLCARevocationPath(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLCARevocationPath
setSSLCARevocationPath(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateChainFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCertificateChainFile(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLCertificateChainFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLCertificateChainFile
setSSLCertificateChainFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCertificateFile(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLCertificateFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLCertificateFile
setSSLCertificateFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateKeyFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCertificateKeyFile(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLCertificateKeyFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLCertificateKeyFile
setSSLCertificateKeyFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCipherSuite(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCipherSuite(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLCipherSuite(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLCipherSuite
setSSLCipherSuite(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLContext(SSLContext) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
 
setSSLContext(SSLContext) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSslContext(SSLContext) - Method in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
 
setSslContext(SSLContext) - Method in class org.apache.tomcat.util.net.NioEndpoint
Setter for the sslContext
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the sslEnabled
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSSLEnabled(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLEnabled
setSSLEnabled(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLEngine(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
setSslEngine(SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
Setter for the sslEngine
setSSLImplementation(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSSLInsecureRenegotiation(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLInsecureRenegotiation
setSSLInsecureRenegotiation(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLPassword(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLPassword(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLPassword(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLPassword
setSSLPassword(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLProtocol(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLProtocol(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLProtocol(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLProtocol
setSSLProtocol(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLRandomSeed(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
setSSLSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the sslSupport
setSSLSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11Processor
Set the SSL information for this HTTP connection.
setSSLVerifyClient(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLVerifyClient(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLVerifyClient(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLVerifyClient
setSSLVerifyClient(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLVerifyDepth(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLVerifyDepth(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLVerifyDepth(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the sSLVerifyDepth
setSSLVerifyDepth(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setStage(int) - Method in class org.apache.coyote.RequestInfo
 
setStart(long) - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Setter for the start
setStartChildren(boolean) - Method in class org.apache.catalina.core.ContainerBase
Set if children of this container will be started automatically when they are added to this container.
setStarted(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the started flag
setStarting(boolean) - Method in interface org.apache.catalina.Context
Set the application starting flag for this Context.
setStarting(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the application starting flag for this Context.
setStartTime(long) - Method in class org.apache.coyote.Request
 
setStartupTime(long) - Method in class org.apache.catalina.core.StandardContext
 
setStatus(int) - Method in class org.apache.catalina.connector.Response
Set the HTTP status to be returned with this response.
setStatus(int, String) - Method in class org.apache.catalina.connector.Response
Deprecated.
As of Version 2.1 of the Java Servlet API, this method has been deprecated due to the ambiguous meaning of the message parameter.
setStatus(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setStatus(int, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setStatus(int) - Method in class org.apache.catalina.core.DummyResponse
 
setStatus(int, String) - Method in class org.apache.catalina.core.DummyResponse
 
setStatus(int) - Method in class org.apache.coyote.Response
Set the response status
setStatus(int) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
setStatus(String) - Method in class org.apache.tomcat.bayeux.HttpError
 
setStatus(SocketStatus) - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelProcessor
 
setStatusField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the HTTP response status code.
setStore(Store) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Store object which will manage persistent Session storage for this Manager.
setStream(InputStream) - Method in class org.apache.catalina.core.DummyRequest
 
setStream(OutputStream) - Method in class org.apache.catalina.core.DummyResponse
 
setString(String) - Method in class org.apache.catalina.util.StringParser
Set the String we are currently parsing.
setString(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the content to be a string
setSub(String) - Method in class org.jboss.web.rewrite.Substitution
 
setSubstitution(Substitution) - Method in class org.jboss.web.rewrite.RewriteRule
 
setSubstitutionString(String) - Method in class org.jboss.web.rewrite.RewriteRule
 
setSuffix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file suffix.
setSupportedConnTypes(int) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
setSuspended(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
Set the suspended flag.
setSuspended(boolean) - Method in class org.apache.catalina.connector.Response
Set the suspended flag.
setSuspended(boolean) - Method in class org.apache.catalina.core.DummyResponse
 
setSwallowInput(boolean) - Method in class org.apache.coyote.http11.AbstractInternalInputBuffer
Set the swallow input flag.
setSwallowInput(boolean) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Set the swallow input flag.
setSwallowInput(boolean) - Method in class org.apache.coyote.http11.InternalInputBuffer
Set the swallow input flag.
setTableName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the table where the logs are stored.
setTagClassName(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setTagExtraInfo(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setTagFileJarUrl(String, URL) - Method in class org.apache.jasper.JspCompilationContext
 
setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
 
setTagName(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the tcpNoDelay
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setTestString(String) - Method in class org.jboss.web.rewrite.RewriteCond
 
setText(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
Set or replace the text value
setThreadBindingListener(ThreadBindingListener) - Method in interface org.apache.catalina.Context
Get the associated ThreadBindingListener.
setThreadBindingListener(ThreadBindingListener) - Method in class org.apache.catalina.core.StandardContext
Get the associated ThreadBindingListener.
setThreadPriority(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setThreadPriority(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setThreadPriority(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setThreadPriority(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
Setter for the thread priority
setThreadPriority(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the threadPriority
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setThreshold(int) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Specify the threshold (in seconds) used when checking for stuck threads.
setTimeout(int) - Method in class org.apache.catalina.connector.HttpEventImpl
 
setTimeout(long) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
setTimeout(int) - Method in class org.apache.catalina.connector.Request
Set connection timeout.
setTimeout(int) - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
setTimeout(int) - Method in class org.apache.coyote.ajp.AjpProcessor
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the timeout
setTimeout(int) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the timeout
setTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11Processor
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setTimeout(int) - Method in interface org.jboss.servlet.http.HttpEvent
This method sets the timeout in milliseconds of idle time on the connection.
setTimeout0(int) - Method in class org.apache.catalina.connector.Request
 
setTimestampField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the server-determined timestamp.
setTimeZone(TimeZone) - Method in class org.apache.catalina.util.Strftime
Change the timezone used to format dates
setTldScanTime(long) - Method in class org.apache.catalina.core.StandardContext
 
setTlibversion(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
setTokenPollerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpProcessor
 
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setTpOname(ObjectName) - Method in class org.apache.coyote.http11.Http11AbstractProtocol
Setter for the tpOname
setTrainThreshold(int) - Method in class org.apache.tomcat.util.buf.StringCache
 
setTrimDirectiveWhitespaces(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setTrustedProxies(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Comma delimited list of proxies that are trusted when they appear in the RemoteIpFilter.remoteIPHeader header.
setTrustedProxies(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Comma delimited list of proxies that are trusted when they appear in the RemoteIpValve.remoteIpHeader header.
setTTL(long) - Method in interface org.apache.cometd.bayeux.Message
Sets the time to live in milliseconds.
setTTL(long) - Method in class org.apache.tomcat.bayeux.MessageImpl
 
setTtl(long, long) - Static method in class org.apache.tomcat.jni.Poll
Set the socket time to live.
setType(HttpEvent.EventType) - Method in class org.apache.catalina.connector.HttpEventImpl
 
setType(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setType(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
 
setType(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
Used if a single component is loaded
setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
Used if a single component is loaded
setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
Used if a single component is loaded
setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Used if a single component is loaded
setType(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
 
setTypeValue(String) - Method in class org.jboss.web.rewrite.RewriteRule
 
setUnloadDelay(long) - Method in class org.apache.catalina.core.StandardContext
Set the value of the unloadDelay flag, which represents the amount of ms that the container will wait when unloading servlets.
setup(NioChannel, SocketStatus) - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelProcessor
 
setup() - Method in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Prepare the SendfileData
setupFromContext(ServletContext) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the ServletContext to set some CGI variables
setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the HttpServletRequest to set most CGI variables
setUri(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
setURIConverter(B2CConverter) - Method in class org.apache.catalina.connector.Request
Set the URI converter.
setURIEncoding(String) - Method in class org.apache.catalina.connector.Connector
Set the URI encoding to be used for the URI.
setUrlCacheProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setURLDecoder(UDecoder) - Method in class org.apache.tomcat.util.http.Parameters
 
setUrn(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
setUseBodyEncodingForURI(boolean) - Method in class org.apache.catalina.connector.Connector
Set if the entity body encoding should be used for the URI.
setUseContextClassLoader(boolean) - Static method in class org.apache.tomcat.util.modeler.Registry
Allow containers to isolate apps.
setUseIPVHosts(boolean) - Method in class org.apache.catalina.connector.Connector
Enable the use of IP-based virtual hosting.
setUseJsonFiltered(boolean) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
setUseLongContentLength(boolean) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
setUserAgentField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the user agent.
setUserConstraint(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the user data constraint for this security constraint.
setUserField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote user name.
setUserPrincipal(Principal) - Method in class org.apache.catalina.connector.Request
Set the Principal who has been authenticated for this Request.
setUserPrincipal(Principal) - Method in class org.apache.catalina.core.DummyRequest
 
setUseSendfile(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setUseSendfile(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setUseSendfile(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
Set the user send file
setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Setter for the useSendfile
setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setValid(boolean) - Method in interface org.apache.catalina.Session
Set the isValid flag for this session.
setValid(boolean) - Method in class org.apache.catalina.session.StandardSession
Set the isValid flag for this session.
setValid(boolean) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setValidate(boolean) - Method in class org.apache.catalina.realm.RealmBase
Set the "validate certificate chains" flag.
setValidateUri(boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setValidator(TagLibraryValidatorInfo) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
setValidatorClass(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
 
setValue(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
 
setValue(ELContext, Object) - Method in class org.apache.jasper.el.JspValueExpression
 
setValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Allow "set" operations - return a MessageBytes container for the header value ( existing header or new if this .
setValueA(long, String, String[]) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_MULTI_SZ
setValueB(long, String, byte[]) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_BINARY
setValueE(long, String, String) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_EXPAND_SZ
setValueI(long, String, int) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_DWORD
setValueJ(long, String, int) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_QWORD
setValues(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLString
Initializes the contents of the XMLString structure with the specified values.
setValues(XMLString) - Method in class org.apache.jasper.xmlparser.XMLString
Initializes the contents of the XMLString structure with copies of the given string structure.
setValueS(long, String, String) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_SZ
setVariableMapper(VariableMapper) - Method in class org.apache.jasper.el.ELContextImpl
 
setVariableValue(String, String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Set the named variable to the specified value.
setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
setVerify(long, int, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
setVerify(long, int, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
setVersion(String) - Method in interface org.apache.catalina.Context
Set the Servlet API version defined for the webapp.
setVersion(String) - Method in class org.apache.catalina.core.StandardContext
Set the Servlet API version defined for the webapp.
setVersion(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
For the version attribute.
setVersion(int) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setVirtualClasspath(String) - Method in class org.apache.naming.resources.VirtualDirContext
virtualClasspath attribute that will be automatically set from the Context virtualClasspath attribute from the context xml file.
setVirtualHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the virtual host information (this is in fact the server name).
setWorkDir(String) - Method in class org.apache.catalina.core.StandardContext
Set the work directory for this Context.
setWorkDir(String) - Method in class org.apache.catalina.core.StandardHost
Host work directory base.
setWorkerThreadName(String) - Method in class org.apache.coyote.RequestInfo
 
setWrapper(Wrapper) - Method in class org.apache.catalina.connector.Request
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - Method in interface org.apache.catalina.ContainerServlet
Set the Wrapper with which this Servlet is associated.
setWrapper(Wrapper) - Method in class org.apache.catalina.core.DummyRequest
 
setWrapperClass(String) - Method in interface org.apache.catalina.Context
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWriteable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setWriteListener(WriteListener) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
setWriteListener(WriteListener) - Method in class org.apache.catalina.connector.OutputBuffer
 
setWriteListener(WriteListener) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
setWriteListener(WriteListener) - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
 
setWriteNotification(boolean) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Setter for the writeNotification
setWriter(PrintWriter) - Method in class org.apache.catalina.connector.Response
 
setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
 
setWriterEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
 
setWriteResponseBodyStarted(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
setXmlParsingProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setXpoweredBy(boolean) - Method in class org.apache.catalina.connector.Connector
Enables or disables the generation of an X-Powered-By header (with value Servlet/2.4) for all servlet-generated responses returned by this Connector.
Shm - Class in org.apache.tomcat.jni
Shm
Shm() - Constructor for class org.apache.tomcat.jni.Shm
 
shortname - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
The preferred short name (prefix) as indicated in the TLD.
shtmlRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
default pattern for ssi filter content type matching
shutdown(long, int) - Static method in class org.apache.tomcat.jni.Socket
Shutdown either reading, writing, or both sides of a socket.
shutdown() - Static method in class org.jboss.web.php.Library
 
shutdownInput() - Method in class org.apache.tomcat.util.net.NioChannel
Shutdown the connection for reading without closing the channel.
shutdownOutput() - Method in class org.apache.tomcat.util.net.NioChannel
Shutdown the connection for writing without closing the channel.
simpleDateFormat - Variable in class org.apache.catalina.util.Strftime
 
SINGLE_SIGN_ON_COOKIE - Static variable in class org.apache.catalina.authenticator.Constants
 
singleByteBuffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
SingleSignOn - Class in org.apache.catalina.authenticator
A Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propogated to other web applications in the same security domain.
SingleSignOn() - Constructor for class org.apache.catalina.authenticator.SingleSignOn
 
SingleSignOnEntry - Class in org.apache.catalina.authenticator
A class that represents entries in the cache of authenticated users.
SingleSignOnEntry(Principal, String, String, String) - Constructor for class org.apache.catalina.authenticator.SingleSignOnEntry
Creates a new SingleSignOnEntry
SingleSignOnEntry() - Constructor for class org.apache.catalina.authenticator.SingleSignOnEntry
 
singleThreadModel - Variable in class org.apache.catalina.core.StandardWrapper
Does this servlet implement the SingleThreadModel interface?
size() - Method in class org.apache.jasper.runtime.CharBuffer
Obtain the current size of this buffer.
size - Variable in class org.apache.naming.resources.CacheEntry
 
size() - Method in class org.apache.naming.resources.ResourceAttributes
Retrieves the number of attributes in the attribute set.
size - Variable in class org.apache.tomcat.jni.FileInfo
The size of the file
size(long) - Static method in class org.apache.tomcat.jni.Shm
Retrieve the length of a shared memory segment in bytes.
size() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Return the current size of the byte array.
size - Variable in class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
 
size() - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns the current number of header fields.
size - Variable in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
 
size - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
size() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
size - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
size() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
How many elements are there in this queue?
size - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
size() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
size - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
 
size() - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
How many elements are there in this queue?
size - Variable in class org.apache.tomcat.util.net.NioEndpoint.Sendfile
 
SizeException(String, long, long) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeException
Creates a new instance.
SizeLimitExceededException(String, long, long) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeLimitExceededException
Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
skip(long) - Method in class org.apache.catalina.connector.CoyoteReader
 
skip(long) - Method in class org.apache.catalina.connector.InputBuffer
 
skip(long) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Skip characters.
skip(long) - Method in class org.apache.jasper.xmlparser.UCSReader
Skip characters.
skip(long) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Skip characters.
skip(long) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Skips the given number of bytes.
skip - Variable in class org.jboss.web.rewrite.RewriteRule
This flag forces the rewriting engine to skip the next num rules in sequence when the current rule matches.
skipChar(char) - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at the specified character, or until it moves past the end of the string.
skipChar(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips a character appearing immediately on the input.
skippingApplicationListener() - Method in interface org.jboss.web.CatalinaMessages
 
skippingApplicationListener() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
skippingApplicationListener$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
skipPreamble() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Finds the beginning of the first encapsulation.
skipSpaces() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips space characters appearing immediately on the input.
skipString(String) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips the specified string appearing immediately on the input.
skipText() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at a non-whitespace character, or until it moves past the end of the string.
skipTo(char) - Method in class org.apache.tomcat.util.json.JSONTokener
Skip characters until the next character is the requested character.
skipWhite() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at a whitespace character, or until it moves past the end of the string.
sleep(long) - Static method in class org.apache.tomcat.jni.Time
Sleep for the specified number of micro-seconds.
smallIcon - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
SMAP_ENCODING - Static variable in class org.apache.jasper.compiler.SmapUtil
 
SmapGenerator - Class in org.apache.jasper.compiler
Represents a source map (SMAP), which serves to associate lines of the input JSP file(s) to lines in the generated servlet in the final .class file, according to the JSR-045 spec.
SmapGenerator() - Constructor for class org.apache.jasper.compiler.SmapGenerator
 
SmapStratum - Class in org.apache.jasper.compiler
Represents the line and file mappings associated with a JSR-045 "stratum".
SmapStratum(String) - Constructor for class org.apache.jasper.compiler.SmapStratum
Constructs a new SmapStratum object for the given stratum name (e.g., JSP).
SmapStratum.LineInfo - Class in org.apache.jasper.compiler
Represents a single LineSection in an SMAP, associated with a particular stratum.
SmapUtil - Class in org.apache.jasper.compiler
Contains static utilities for generating SMAP data based on the current version of Jasper.
SmapUtil() - Constructor for class org.apache.jasper.compiler.SmapUtil
 
SO_RCV_BUFFER - Static variable in class org.apache.tomcat.util.net.Constants
 
SO_SND_BUFFER - Static variable in class org.apache.tomcat.util.net.Constants
 
SOCK_DGRAM - Static variable in class org.apache.tomcat.jni.Socket
 
SOCK_STREAM - Static variable in class org.apache.tomcat.jni.Socket
 
Sockaddr - Class in org.apache.tomcat.jni
Sockaddr
Sockaddr() - Constructor for class org.apache.tomcat.jni.Sockaddr
 
socket - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Socket associated with the current connection.
socket - Variable in class org.apache.coyote.ajp.AjpProcessor
Socket associated with the current connection.
socket - Variable in class org.apache.coyote.http11.Http11AprProcessor
Socket associated with the current connection.
socket - Variable in class org.apache.coyote.http11.Http11Processor
Socket associated with the current connection.
socket - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Underlying socket.
socket - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Underlying socket.
Socket - Class in org.apache.tomcat.jni
Socket
Socket() - Constructor for class org.apache.tomcat.jni.Socket
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketEventProcessor
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
socket - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketEventProcessor
 
socket - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
 
socket - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
socket - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
SOCKET_GET_APRS - Static variable in class org.apache.tomcat.jni.Socket
 
SOCKET_GET_IMPL - Static variable in class org.apache.tomcat.jni.Socket
 
SOCKET_GET_POOL - Static variable in class org.apache.tomcat.jni.Socket
 
SOCKET_GET_TYPE - Static variable in class org.apache.tomcat.jni.Socket
 
socketBindFailed(int, String) - Method in interface org.jboss.web.CoyoteMessages
 
socketBindFailed(int, String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
socketBindFailed$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
socketBuffer - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
socketBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Socket buffering.
socketBuffer - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
socketBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Socket buffering.
socketBuffer - Variable in class org.apache.coyote.http11.Http11Protocol
 
socketBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Socket buffer.
socketError(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
socketError(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
socketError$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
SocketEventProcessor(long, SocketStatus) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketEventProcessor
 
SocketEventProcessor(Socket, SocketStatus) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketEventProcessor
 
socketException(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
socketException(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
socketException$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
socketFactory - Variable in class org.apache.coyote.http11.Http11NioProtocol
 
socketFactory - Variable in class org.apache.coyote.http11.Http11Protocol
 
socketFactoryName - Variable in class org.apache.coyote.http11.Http11Protocol
Name of the socket factory.
SocketInfo() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
SocketInfo() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
 
SocketInputBuffer() - Constructor for class org.apache.coyote.ajp.AjpAprProcessor.SocketInputBuffer
 
SocketInputBuffer() - Constructor for class org.apache.coyote.ajp.AjpProcessor.SocketInputBuffer
 
SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
 
SocketList(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
SocketList(int) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
socketListenFailed(int, String) - Method in interface org.jboss.web.CoyoteMessages
 
socketListenFailed(int, String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
socketListenFailed$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
SocketOutputBuffer() - Constructor for class org.apache.coyote.ajp.AjpAprProcessor.SocketOutputBuffer
 
SocketOutputBuffer() - Constructor for class org.apache.coyote.ajp.AjpProcessor.SocketOutputBuffer
 
SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
 
SocketProcessor(long) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
 
SocketProcessor(Socket) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
sockets - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
sockets - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
sockets - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
sockets - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
 
SocketStatus - Enum in org.apache.tomcat.util.net
Someone, please change the enum name.
SocketTimeouts(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
SocketTimeouts(int) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
 
SocketWithOptionsProcessor(long) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
soLinger - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Socket linger.
soLinger - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket linger.
soLinger - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Socket linger.
soReceiveBuffer - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Receive buffer.
soReceiveBuffer - Variable in class org.apache.tomcat.util.net.AprEndpoint
Receive buffer.
sortAttributes(NamedNodeMap) - Method in class org.apache.catalina.util.DOMWriter
Returns a sorted list of attributes.
sortedKeys() - Method in class org.apache.tomcat.util.json.JSONObject
Get an enumeration of the keys of the JSONObject.
soSendBuffer - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Send buffer.
soSendBuffer - Variable in class org.apache.tomcat.util.net.AprEndpoint
Send buffer.
soTimeout - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Socket timeout.
soTimeout - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket timeout.
soTimeout - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Socket timeout.
SOURCE - Static variable in class org.apache.naming.resources.ResourceAttributes
Source.
source - Variable in class org.apache.tomcat.util.modeler.modules.ModelerSource
 
SP - Static variable in class org.apache.coyote.ajp.Constants
SP.
SP - Static variable in class org.apache.coyote.http11.Constants
SP.
SPACES - Static variable in class org.apache.jasper.compiler.ServletWriter
 
spareNotFoundEntries - Variable in class org.apache.naming.resources.ResourceCache
Spare amount of not found entries.
specialCharactersRepresentation - Static variable in class org.apache.jasper.tagplugins.jstl.Util
 
specifiedClassIsNotServlet(String) - Method in interface org.jboss.web.CatalinaMessages
 
specifiedClassIsNotServlet(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
specifiedClassIsNotServlet$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSI_FLAG_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store a flag used to mark this request as having been processed by the SSIServlet.
ssiCannotFindFile(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiCannotFindFile(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiCannotFindFile$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiCannotGetContext(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiCannotGetContext(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiCannotGetContext$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiCannotGetRequestDispatcher(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiCannotGetRequestDispatcher(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiCannotGetRequestDispatcher$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiCannotRemoveContext(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiCannotRemoveContext(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiCannotRemoveContext$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSICommand - Interface in org.apache.catalina.ssi
The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must implement.
SSIConditional - Class in org.apache.catalina.ssi
SSI command that handles all conditional directives.
SSIConditional() - Constructor for class org.apache.catalina.ssi.SSIConditional
 
SSIConfig - Class in org.apache.catalina.ssi
Implements the Server-side #exec command
SSIConfig() - Constructor for class org.apache.catalina.ssi.SSIConfig
 
ssiDirectiveError() - Method in interface org.jboss.web.CatalinaMessages
 
ssiDirectiveError() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiDirectiveError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSIEcho - Class in org.apache.catalina.ssi
Return the result associated with the supplied Server Variable.
SSIEcho() - Constructor for class org.apache.catalina.ssi.SSIEcho
 
ssiEchoInvlidEncoding(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiEchoInvlidEncoding(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiEchoInvlidEncoding$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSIExec - Class in org.apache.catalina.ssi
Implements the Server-side #exec command
SSIExec() - Constructor for class org.apache.catalina.ssi.SSIExec
 
ssiExecFailed(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiExecFailed(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiExecFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSIExternalResolver - Interface in org.apache.catalina.ssi
Interface used by SSIMediator to talk to the 'outside world' ( usually a servlet )
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIMediator
 
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIProcessor
 
ssiFailedNormalization(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiFailedNormalization(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiFailedNormalization$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiFailedRemovingFilename(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiFailedRemovingFilename(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiFailedRemovingFilename$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSIFilter - Class in org.apache.catalina.ssi
Filter to process SSI requests within a webpage.
SSIFilter() - Constructor for class org.apache.catalina.ssi.SSIFilter
 
SSIFlastmod - Class in org.apache.catalina.ssi
Implements the Server-side #flastmod command
SSIFlastmod() - Constructor for class org.apache.catalina.ssi.SSIFlastmod
 
ssiFlastmodFailed(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiFlastmodFailed(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiFlastmodFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSIFsize - Class in org.apache.catalina.ssi
Implements the Server-side #fsize command
SSIFsize() - Constructor for class org.apache.catalina.ssi.SSIFsize
 
ssiFsizeFailed(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiFsizeFailed(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiFsizeFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiInclude - Variable in class org.apache.catalina.ssi.SSIExec
 
SSIInclude - Class in org.apache.catalina.ssi
Implements the Server-side #include command
SSIInclude() - Constructor for class org.apache.catalina.ssi.SSIInclude
 
ssiIncludeFailed(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiIncludeFailed(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiIncludeFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiInvalidAttribute(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiInvalidAttribute(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiInvalidAttribute$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiInvalidNonVirtualPath(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiInvalidNonVirtualPath(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiInvalidNonVirtualPath$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiInvalidNonVirtualPathWithTraversal(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiInvalidNonVirtualPathWithTraversal(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiInvalidNonVirtualPathWithTraversal$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSIMediator - Class in org.apache.catalina.ssi
Allows the different SSICommand implementations to share data/talk to each other
SSIMediator(SSIExternalResolver, long, int) - Constructor for class org.apache.catalina.ssi.SSIMediator
 
ssiParseExtraNodes() - Method in interface org.jboss.web.CatalinaMessages
 
ssiParseExtraNodes() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiParseExtraNodes$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiParseNoNodes() - Method in interface org.jboss.web.CatalinaMessages
 
ssiParseNoNodes() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiParseNoNodes$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiParseUnusedNodes() - Method in interface org.jboss.web.CatalinaMessages
 
ssiParseUnusedNodes() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiParseUnusedNodes$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiParsingErrorBadParameterCount(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiParsingErrorBadParameterCount(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiParsingErrorBadParameterCount$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiParsingErrorNoParameters(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiParsingErrorNoParameters(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiParsingErrorNoParameters$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSIPrintenv - Class in org.apache.catalina.ssi
Implements the Server-side #printenv command
SSIPrintenv() - Constructor for class org.apache.catalina.ssi.SSIPrintenv
 
SSIProcessor - Class in org.apache.catalina.ssi
The entry point to SSI processing.
SSIProcessor(SSIExternalResolver, int, boolean) - Constructor for class org.apache.catalina.ssi.SSIProcessor
 
SSIServlet - Class in org.apache.catalina.ssi
Servlet to process SSI requests within a webpage.
SSIServlet() - Constructor for class org.apache.catalina.ssi.SSIServlet
 
SSIServletExternalResolver - Class in org.apache.catalina.ssi
An implementation of SSIExternalResolver that is used with servlets.
SSIServletExternalResolver(ServletContext, HttpServletRequest, HttpServletResponse, boolean, int, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver
 
SSIServletExternalResolver.ServletContextAndPath - Class in org.apache.catalina.ssi
 
ssiServletIncludeFailed(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiServletIncludeFailed(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiServletIncludeFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSIServletRequestUtil - Class in org.apache.catalina.ssi
 
SSIServletRequestUtil() - Constructor for class org.apache.catalina.ssi.SSIServletRequestUtil
 
SSISet - Class in org.apache.catalina.ssi
Implements the Server-side #set command
SSISet() - Constructor for class org.apache.catalina.ssi.SSISet
 
ssiSetFailed() - Method in interface org.jboss.web.CatalinaMessages
 
ssiSetFailed() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiSetFailed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSIStopProcessingException - Exception in org.apache.catalina.ssi
Exception used to tell SSIProcessor that it should stop processing SSI commands.
SSIStopProcessingException() - Constructor for exception org.apache.catalina.ssi.SSIStopProcessingException
 
ssiUnknownCommand(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiUnknownCommand(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiUnknownCommand$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiUnknownEncoding(String) - Method in interface org.jboss.web.CatalinaMessages
 
ssiUnknownEncoding(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssiUnknownEncoding$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ssl - Variable in class org.apache.coyote.http11.Http11AprProcessor
SSL enabled ?
SSL - Class in org.apache.tomcat.jni
SSL
SSL() - Constructor for class org.apache.tomcat.jni.SSL
 
SSL_AIDX_DSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_AIDX_MAX - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_AIDX_RSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_DSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_RSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_UNKNOWN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_ASN1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_ENGINE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_NETSCAPE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_PEM - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_PKCS12 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_SMIME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_TEXT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_UNDEF - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_OPTIONAL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_OPTIONAL_NO_CA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_REQUIRE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_UNSET - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_ALGKEYSIZE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_DESCRIPTION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_USEKEYSIZE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_VERSION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_A_KEY - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_A_SIG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_CERT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_CERT_CHAIN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_I_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_M_SERIAL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_M_VERSION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_S_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_V_END - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_V_REMAIN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_V_START - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_COMMONNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_COUNTRYNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_DESCRIPTION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_EMAILADDRESS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_GIVENNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_INITIALS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_LOCALITYNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_ORGANIZATIONALUNITNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_ORGANIZATIONNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_STATEORPROVINCENAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_SURNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_TITLE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_UNIQUEIDENTIFIER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_PROTOCOL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_A_KEY - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_A_SIG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_CERT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_I_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_M_SERIAL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_M_VERSION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_S_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_V_END - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_V_START - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SESSION_ID - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_MODE_CLIENT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_MODE_COMBINED - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_MODE_SERVER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_CIPHER_SERVER_PREFERENCE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_EPHEMERAL_RSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_MICROSOFT_SESS_ID_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_MSIE_SSLV2_RSA_PADDING - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_CA_DN_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_CHALLENGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_SSLv2 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_SSLv3 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_TLSv1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_PKCS1_CHECK_1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_PKCS1_CHECK_2 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_SINGLE_DH_USE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_SINGLE_ECDH_USE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_SSLEAY_080_CLIENT_DH_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_TLS_BLOCK_PADDING_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_TLS_D5_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_TLS_ROLLBACK_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_EXPORTCERTDATA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_FAKEBASICAUTH - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_OPTRENEGOTIATE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_RELSET - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_STDENVVARS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_STRICTREQUIRE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_SSLV2 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_SSLV3 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_TLSV1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SESSION_ID_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the session id being used for this SSL connection (as an object of type java.lang.String).
SSL_SESSION_ID_OLD_ATTR - Static variable in class org.apache.catalina.Globals
 
SSL_SHUTDOWN_TYPE_ACCURATE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SHUTDOWN_TYPE_STANDARD - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SHUTDOWN_TYPE_UNCLEAN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SHUTDOWN_TYPE_UNSET - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_1024 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_2048 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_4096 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_512 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_MAX - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_1024 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_2048 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_4096 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_512 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_CLIENT_ONCE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_FAIL_IF_NO_PEER_CERT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_PEER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_PEER_STRICT - Static variable in class org.apache.tomcat.jni.SSL
 
sslAttributes - Variable in class org.apache.catalina.connector.Request
Get SSL attributes.
SSLAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users.
SSLAuthenticator() - Constructor for class org.apache.catalina.authenticator.SSLAuthenticator
 
SSLCACertificateFile - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL CA certificate file.
SSLCACertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate file.
SSLCACertificatePath - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL CA certificate path.
SSLCACertificatePath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate path.
SSLCARevocationFile - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL CA revocation file.
SSLCARevocationFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation file.
SSLCARevocationPath - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL CA revocation path.
SSLCARevocationPath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation path.
SSLCertificateChainFile - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL certificate chain file.
SSLCertificateChainFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate chain file.
SSLCertificateFile - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL certificate file.
SSLCertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate file.
SSLCertificateKeyFile - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL certificate key file.
SSLCertificateKeyFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate key file.
SSLCipherSuite - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL cipher suite.
SSLCipherSuite - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL cipher suite.
SSLContext - Class in org.apache.tomcat.jni
SSL Context
SSLContext() - Constructor for class org.apache.tomcat.jni.SSLContext
 
sslContext - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL context.
sslContext - Variable in class org.apache.tomcat.util.net.NioEndpoint
SSL context.
sslEnabled - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
 
SSLEnabled - Variable in class org.apache.coyote.http11.Http11Protocol
 
SSLEnabled - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL engine.
SSLEnabled - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL engine.
SSLEngine - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
sslEngine - Variable in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
sslHandshakeData() - Method in interface org.jboss.web.CoyoteMessages
 
sslHandshakeData() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
sslHandshakeData$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
sslHandshakeError() - Method in interface org.jboss.web.CoyoteMessages
 
sslHandshakeError() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
sslHandshakeError$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
sslHandshakeTimeout() - Method in interface org.jboss.web.CoyoteMessages
 
sslHandshakeTimeout() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
sslHandshakeTimeout$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
sslImplementation - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
sslImplementation - Variable in class org.apache.coyote.http11.Http11Protocol
 
SSLImplementation - Class in org.apache.tomcat.util.net
SSLImplementation
SSLImplementation() - Constructor for class org.apache.tomcat.util.net.SSLImplementation
 
sslImplementationName - Variable in class org.apache.coyote.http11.Http11Protocol
Name of the SSL implementation.
sslInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
SSLInsecureRenegotiation - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL allow insecure renegotiation for the the client that does not support the secure renegotiation.
SSLInsecureRenegotiation - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL allow insecure renegotiation for the the client that does not support the secure renegotiation.
SSLPassword - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password).
SSLPassword - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password).
SSLProtocol - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL protocols.
SSLProtocol - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL protocols.
sslProxy - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
SSLRandomSeed - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
sslSessionTrackingModeIsExclusive(String) - Method in interface org.jboss.web.CatalinaMessages
 
sslSessionTrackingModeIsExclusive(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
sslSessionTrackingModeIsExclusive$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
SSLSocket - Class in org.apache.tomcat.jni
SSL Socket
SSLSocket() - Constructor for class org.apache.tomcat.jni.SSLSocket
 
sslSupport - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
SSL information.
sslSupport - Variable in class org.apache.coyote.http11.Http11Processor
SSL information.
SSLSupport - Interface in org.apache.tomcat.util.net
 
SSLSupport.CipherData - Class in org.apache.tomcat.util.net
Simple data class that represents the cipher being used, along with the corresponding effective key size.
SSLValve - Class in org.apache.catalina.valves
When using mod_proxy_http, the client SSL information is not included in the protocol (unlike mod_jk and mod_proxy_ajp).
SSLValve() - Constructor for class org.apache.catalina.valves.SSLValve
 
SSLVerifyClient - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL verify client.
SSLVerifyClient - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify client.
SSLVerifyDepth - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
SSL verify depth.
SSLVerifyDepth - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify depth.
sso - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The SingleSignOn implementation in our request processing chain, if there is one.
stacktrace() - Method in interface org.jboss.web.JasperMessages
 
stacktrace() - Method in class org.jboss.web.JasperMessages_$bundle
 
stacktrace$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
STAGE_ENDED - Static variable in class org.apache.coyote.Constants
 
STAGE_ENDINPUT - Static variable in class org.apache.coyote.Constants
 
STAGE_ENDOUTPUT - Static variable in class org.apache.coyote.Constants
 
STAGE_KEEPALIVE - Static variable in class org.apache.coyote.Constants
 
STAGE_NEW - Static variable in class org.apache.coyote.Constants
 
STAGE_PARSE - Static variable in class org.apache.coyote.Constants
 
STAGE_PREPARE - Static variable in class org.apache.coyote.Constants
 
STAGE_SERVICE - Static variable in class org.apache.coyote.Constants
 
STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
These classes/packages are automatically imported by the generated code.
StandardContext - Class in org.apache.catalina.core
Standard implementation of the Context interface.
StandardContext() - Constructor for class org.apache.catalina.core.StandardContext
Create a new StandardContext component with the default basic Valve.
StandardEngine - Class in org.apache.catalina.core
Standard implementation of the Engine interface.
StandardEngine() - Constructor for class org.apache.catalina.core.StandardEngine
Create a new StandardEngine component with the default basic Valve.
StandardHost - Class in org.apache.catalina.core
Standard implementation of the Host interface.
StandardHost() - Constructor for class org.apache.catalina.core.StandardHost
Create a new StandardHost component with the default basic Valve.
StandardManager - Class in org.apache.catalina.session
Standard implementation of the Manager interface that provides simple session persistence across restarts of this component (such as when the entire server is shut down and restarted, or when a particular web application is reloaded.
StandardManager() - Constructor for class org.apache.catalina.session.StandardManager
 
StandardPart - Class in org.apache.catalina.core
Adaptor to allow FileItem objects generated by the package renamed commons-upload to be used by the Servlet 3.0 upload API that expects Parts.
StandardPart(FileItem, Multipart) - Constructor for class org.apache.catalina.core.StandardPart
 
StandardPipeline - Class in org.apache.catalina.core
Standard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.
StandardPipeline() - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance with no associated Container.
StandardPipeline(Container) - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance that is associated with the specified Container.
StandardServer - Class in org.apache.catalina.core
Standard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.
StandardServer() - Constructor for class org.apache.catalina.core.StandardServer
Construct a default instance of this class.
StandardService - Class in org.apache.catalina.core
Standard implementation of the Service interface.
StandardService() - Constructor for class org.apache.catalina.core.StandardService
 
StandardSession - Class in org.apache.catalina.session
Standard implementation of the Session interface.
StandardSession(Manager) - Constructor for class org.apache.catalina.session.StandardSession
Construct a new Session associated with the specified Manager.
StandardSessionFacade - Class in org.apache.catalina.session
Facade for the StandardSession object.
StandardSessionFacade(StandardSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardSessionFacade(HttpSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardWrapper - Class in org.apache.catalina.core
Standard implementation of the Wrapper interface that represents an individual servlet definition.
StandardWrapper() - Constructor for class org.apache.catalina.core.StandardWrapper
Create a new StandardWrapper component with the default basic Valve.
StandardWrapperFacade - Class in org.apache.catalina.core
Facade for the StandardWrapper object.
StandardWrapperFacade(StandardWrapper) - Constructor for class org.apache.catalina.core.StandardWrapperFacade
Create a new facede around a StandardWrapper.
StandardWrapperFacade.Dynamic - Class in org.apache.catalina.core
 
start() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
start() - Method in class org.apache.catalina.authenticator.SingleSignOn
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Initialize the database we will be using for client verification and certificate validation (if any).
start() - Method in class org.apache.catalina.connector.Connector
Begin processing requests via this Connector.
start(Runnable) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
start() - Method in class org.apache.catalina.core.ContainerBase
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.core.StandardContext
Start this Context component.
start() - Method in class org.apache.catalina.core.StandardEngine
Start this Engine component.
start() - Method in class org.apache.catalina.core.StandardHost
Start this host.
start() - Method in class org.apache.catalina.core.StandardPipeline
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.core.StandardServer
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.core.StandardService
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.core.StandardWrapper
Start this component, pre-loading the servlet if the load-on-startup value is set appropriately.
start() - Method in interface org.apache.catalina.Lifecycle
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.realm.RealmBase
Prepare for the beginning of active use of the public methods of this component.
start - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
 
start() - Method in class org.apache.catalina.session.JDBCStore
Called once when this Store is first started.
start() - Method in class org.apache.catalina.session.PersistentManagerBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.session.StandardManager
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.session.StoreBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.startup.ContextConfig
Process a "start" event for this Context.
start() - Method in class org.apache.catalina.startup.EngineConfig
Process a "start" event for this Engine.
start() - Method in class org.apache.catalina.startup.HostConfig
Process a "start" event for this Host.
start() - Method in class org.apache.catalina.valves.AccessLogValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
start() - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Invoked by Tomcat on startup.
start() - Method in class org.apache.catalina.valves.SemaphoreValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
start() - Method in class org.apache.coyote.ajp.AjpProtocol
 
start() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
start() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
start() - Method in class org.apache.coyote.http11.Http11Protocol
 
start() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Start the protocol.
start() - Method in interface org.apache.coyote.ProtocolHandler
Start the protocol.
start() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
start() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Start the endpoint, creating acceptor, poller and sendfile threads, etc.
start - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
start() - Method in class org.apache.tomcat.util.net.AprEndpoint
Start the APR endpoint, creating acceptor, poller and sendfile threads.
start() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Start the background processing thread.
start() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
start() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Worker
Start the background processing thread.
start - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
start() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
start() - Method in class org.jboss.web.rewrite.RewriteValve
 
START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component start" event.
startAsync() - Method in class org.apache.catalina.connector.Request
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.Request
 
startAsync() - Method in class org.apache.catalina.connector.RequestFacade
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.RequestFacade
 
startAsync() - Method in class org.apache.catalina.core.DummyRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.DummyRequest
 
startBatch() - Method in interface org.apache.cometd.bayeux.Client
Starts a batch, no messages will be delivered until endBatch is called.
startBatch() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
startChildren - Variable in class org.apache.catalina.core.ContainerBase
Will children be started automatically when they are added.
started - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Has this component been started?
started - Variable in class org.apache.catalina.authenticator.SingleSignOn
Component started flag.
started - Variable in class org.apache.catalina.connector.Connector
Has this component been started yet?
started - Variable in class org.apache.catalina.core.ContainerBase
Has this component been started?
started - Variable in class org.apache.catalina.core.StandardPipeline
Has this component been started yet?
started - Variable in class org.apache.catalina.realm.RealmBase
Has this component been started?
started - Variable in class org.apache.catalina.session.PersistentManagerBase
Has this component been started yet?
started - Variable in class org.apache.catalina.session.StandardManager
Has this component been started yet?
started - Variable in class org.apache.catalina.session.StoreBase
Has this component been started yet?
started - Variable in class org.apache.catalina.valves.AccessLogValve
Has this component been started yet?
started - Variable in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
started - Variable in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
Has this component been started yet?
startHttpConnector(String) - Method in interface org.jboss.web.CoyoteLogger
 
startHttpConnector(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
startHttpConnector$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
starting - Variable in class org.apache.catalina.core.StandardContext
The application starting flag for this Context.
startingAjpProtocol(String) - Method in interface org.jboss.web.CoyoteLogger
 
startingAjpProtocol(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
startingAjpProtocol$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
startingFilter(String) - Method in interface org.jboss.web.CatalinaLogger
 
startingFilter(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
startingFilter$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
startingService(String) - Method in interface org.jboss.web.CatalinaLogger
 
startingService(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
startingService$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
startProcessing() - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
startProcessing() - Method in class org.apache.coyote.ajp.AjpProcessor
 
startProcessing() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
startProcessing() - Method in class org.apache.coyote.http11.Http11NioProcessor
Mark the start of processing
startProcessing() - Method in class org.apache.coyote.http11.Http11Processor
 
startProcessingParameter(String) - Method in interface org.jboss.web.CoyoteLogger
 
startProcessingParameter(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
startProcessingParameter$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
startRecursive() - Method in class org.apache.catalina.core.StandardContext
 
startsWith(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWith(byte[]) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
startsWith(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the message bytes starts with the specified string.
startsWith(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Return true if the given string starts with the given prefix ignoring case.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
startsWithStringArray(String[], String) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Checks if any entry in the string array starts with the specified value
startTime - Variable in class org.apache.catalina.core.StandardContext
 
startup() - Static method in class org.jboss.web.php.Library
 
StartUp() - Static method in class org.jboss.web.php.Library
 
STARTUP_LOGGER - Static variable in interface org.jboss.web.CatalinaLogger
A logger with the category of the package name.
startUpgrade() - Method in class org.apache.catalina.connector.Response
 
startUpgrade() - Method in class org.apache.catalina.connector.ResponseFacade
 
startUpgrade() - Method in interface org.jboss.servlet.http.UpgradableHttpServletResponse
Start the connection upgrade process.
startupTime - Variable in class org.apache.catalina.core.StandardContext
 
stat(FileInfo, String, int, long) - Static method in class org.apache.tomcat.jni.File
Get the specified file's stats.
StaticElement() - Constructor for class org.jboss.web.rewrite.Substitution.StaticElement
 
status - Variable in class org.apache.coyote.Response
Status code.
Status - Class in org.apache.tomcat.jni
Status
Status() - Constructor for class org.apache.tomcat.jni.Status
 
status - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketEventProcessor
 
status - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
status - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketEventProcessor
 
status - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
status - Variable in class org.apache.tomcat.util.net.NioEndpoint.ChannelProcessor
 
status(HttpServletResponse, int) - Static method in class org.jboss.web.php.SAPI
 
statusDescritpion() - Method in interface org.jboss.web.CatalinaMessages
 
statusDescritpion() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusDescritpion$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusDropsConnection(int) - Method in class org.apache.coyote.http11.Http11AbstractProcessor
Determine if we must drop the connection because of the HTTP status code.
statusDropsConnection(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Determine if we must drop the connection because of the HTTP status code.
statusDropsConnection(int) - Method in class org.apache.coyote.http11.Http11Processor
Determine if we must drop the connection because of the HTTP status code.
statusException() - Method in interface org.jboss.web.CatalinaMessages
 
statusException() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusException$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusHeader(int, String) - Method in interface org.jboss.web.CatalinaMessages
 
statusHeader(int, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusHeader$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusMessage() - Method in interface org.jboss.web.CatalinaMessages
 
statusMessage() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusMessage$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusMessages - Static variable in class org.apache.tomcat.util.http.HttpMessages
 
statusNote() - Method in interface org.jboss.web.CatalinaMessages
 
statusNote() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusNote$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusPages - Variable in class org.apache.catalina.core.StandardContext
The status code error pages for this web application, keyed by HTTP status code (as an Integer).
statusReport() - Method in interface org.jboss.web.CatalinaMessages
 
statusReport() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusReport$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusRootCause() - Method in interface org.jboss.web.CatalinaMessages
 
statusRootCause() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusRootCause$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusRootCauseInLogs(String) - Method in interface org.jboss.web.CatalinaMessages
 
statusRootCauseInLogs(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusRootCauseInLogs$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusType() - Method in interface org.jboss.web.CatalinaMessages
 
statusType() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
statusType$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
Stdlib - Class in org.apache.tomcat.jni
Stdlib
Stdlib() - Constructor for class org.apache.tomcat.jni.Stdlib
 
stop() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.authenticator.SingleSignOn
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Finalize the database we used for client verification and certificate validation (if any).
stop() - Method in class org.apache.catalina.connector.Connector
Terminate processing requests via this Connector.
stop() - Method in class org.apache.catalina.core.ContainerBase
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.core.StandardContext
Stop this Context component.
stop() - Method in class org.apache.catalina.core.StandardPipeline
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.core.StandardServer
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.core.StandardService
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.core.StandardWrapper
Stop this component, gracefully shutting down the servlet if it has been initialized.
stop() - Method in interface org.apache.catalina.Lifecycle
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.realm.RealmBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.session.JDBCStore
Gracefully terminate everything associated with our db.
stop() - Method in class org.apache.catalina.session.PersistentManagerBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.session.StandardManager
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.session.StoreBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.startup.ContextConfig
Process a "stop" event for this Context.
stop() - Method in class org.apache.catalina.startup.EngineConfig
Process a "stop" event for this Engine.
stop() - Method in class org.apache.catalina.startup.HostConfig
Process a "stop" event for this Host.
stop() - Method in class org.apache.catalina.valves.AccessLogValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
stop() - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Invoked by tomcat on shutdown.
stop() - Method in class org.apache.catalina.valves.SemaphoreValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
stop() - Method in class org.apache.tomcat.util.modeler.Registry
Lifecycle method - clean up the registry metadata.
stop() - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Reset all metadata cached by this registry.
stop() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Stop the endpoint.
stop() - Method in class org.apache.tomcat.util.net.AprEndpoint
Stop the endpoint.
stop() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
stop() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
stop() - Method in class org.jboss.web.rewrite.RewriteValve
 
STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component stop" event.
stopHttpConnector(String) - Method in interface org.jboss.web.CoyoteLogger
 
stopHttpConnector(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
stopHttpConnector$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
stopped - Variable in class org.apache.catalina.connector.Connector
The shutdown signal to our background thread
stoppingAjpProtocol(String) - Method in interface org.jboss.web.CoyoteLogger
 
stoppingAjpProtocol(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
stoppingAjpProtocol$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
stoppingFilter(String) - Method in interface org.jboss.web.CatalinaLogger
 
stoppingFilter(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
stoppingFilter$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
stoppingService(String) - Method in interface org.jboss.web.CatalinaLogger
 
stoppingService(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
stoppingService$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
store - Variable in class org.apache.catalina.session.PersistentManagerBase
Store object which will manage the Session store.
Store - Interface in org.apache.catalina
A Store is the abstraction of a Catalina component that provides persistent storage and loading of Sessions and their associated user data.
store() - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
 
storeAlreadyStarted() - Method in interface org.jboss.web.CatalinaMessages
 
storeAlreadyStarted() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
storeAlreadyStarted$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
StoreBase - Class in org.apache.catalina.session
Abstract implementation of the Store interface to support most of the functionality required by a Store.
StoreBase() - Constructor for class org.apache.catalina.session.StoreBase
 
storeName - Static variable in class org.apache.catalina.session.JDBCStore
Name to register for this Store, used for logging.
storeName - Static variable in class org.apache.catalina.session.StoreBase
Name to register for this Store, used for logging.
storeNotStarted() - Method in interface org.jboss.web.CatalinaMessages
 
storeNotStarted() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
storeNotStarted$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
STREAM_TERMINATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that that follows a delimiter of the last encapsulation in the stream (--).
streamAlreadyOpened() - Method in interface org.jboss.web.FileUploadMessages
 
streamAlreadyOpened() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
streamAlreadyOpened$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
streamClosed() - Method in interface org.jboss.web.CatalinaMessages
 
streamClosed() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
streamClosed() - Method in interface org.jboss.web.JasperMessages
 
streamClosed() - Method in class org.jboss.web.JasperMessages_$bundle
 
streamClosed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
streamClosed$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
streamContent() - Method in class org.apache.naming.resources.FileDirContext.FileResource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.JARDirContext.JARResource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.Resource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.WARDirContext.WARResource
Content accessor.
streamNotClosed() - Method in interface org.jboss.web.FileUploadMessages
 
streamNotClosed() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
streamNotClosed$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
Streams - Class in org.apache.tomcat.util.http.fileupload.util
Utility class for working with streams.
strerror(int) - Static method in exception org.apache.tomcat.jni.Error
Return a human readable string describing the specified error.
strftime - Variable in class org.apache.catalina.ssi.SSIMediator
 
Strftime - Class in org.apache.catalina.util
Converts dates to strings using the same format specifiers as strftime Note: This does not mimic strftime perfectly.
Strftime(String) - Constructor for class org.apache.catalina.util.Strftime
Create an instance of this date formatting class
Strftime(String, Locale) - Constructor for class org.apache.catalina.util.Strftime
Create an instance of this date formatting class
STRICT_AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Allow any authenticated user only if there are no web-app/security-roles
STRICT_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Use the strict servlet spec interpretation which requires that the user have one of the web-app/security-role/role-name
STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.catalina.Globals
The master flag which controls strict servlet specification compliance.
STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.tomcat.util.http.CookieSupport
If set to true, we parse cookies strictly according to the servlet, cookie and HTTP specs by default.
StringCache - Class in org.apache.tomcat.util.buf
This class implements a String cache for ByteChunk and CharChunk.
StringCache() - Constructor for class org.apache.tomcat.util.buf.StringCache
 
StringCache.ByteEntry - Class in org.apache.tomcat.util.buf
 
StringCache.CharEntry - Class in org.apache.tomcat.util.buf
 
StringElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.StringElement
 
StringParser - Class in org.apache.catalina.util
Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.
StringParser() - Constructor for class org.apache.catalina.util.StringParser
Construct a string parser with no preset string to be parsed.
StringParser(String) - Constructor for class org.apache.catalina.util.StringParser
Construct a string parser that is initialized to parse the specified string.
stringToValue(String) - Static method in class org.apache.tomcat.util.json.JSONObject
Try to convert a string into a number, boolean, or null.
stripSession(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Strips a servlet session ID from url.
strongETag - Variable in class org.apache.naming.resources.ResourceAttributes
Strong ETag.
stuckThreadCompleted(String, long, long, int) - Method in interface org.jboss.web.CatalinaLogger
 
stuckThreadCompleted(String, long, long, int) - Method in class org.jboss.web.CatalinaLogger_$logger
 
stuckThreadCompleted$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
stuckThreadDetected(String, long, long, Date, String, int, int, Throwable) - Method in interface org.jboss.web.CatalinaLogger
 
stuckThreadDetected(String, long, long, Date, String, int, int, Throwable) - Method in class org.jboss.web.CatalinaLogger_$logger
 
stuckThreadDetected$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
StuckThreadDetectionValve - Class in org.apache.catalina.valves
This valve allows to detect requests that take a long time to process, which might indicate that the thread that is processing it is stuck.
StuckThreadDetectionValve() - Constructor for class org.apache.catalina.valves.StuckThreadDetectionValve
 
sub - Variable in class org.jboss.web.rewrite.Substitution
 
subject - Variable in class org.apache.catalina.connector.Request
The Subject associated with the current AccessControllerContext
SUBJECT_ATTR - Static variable in class org.apache.catalina.Globals
The subject under which the AccessControlContext is running.
subscribe(Client) - Method in interface org.apache.cometd.bayeux.Channel
Subscribes a client to a channel.
subscribe(Client) - Method in class org.apache.tomcat.bayeux.ChannelImpl
 
subscribed(ChannelImpl) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
subscribers - Variable in class org.apache.tomcat.bayeux.ChannelImpl
A list of the current subscribers
subscription - Variable in class org.apache.tomcat.bayeux.RequestBase
 
SUBSCRIPTION_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - subscription field
subSequence(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
substituteVariables(String) - Method in class org.apache.catalina.ssi.SSIMediator
Applies variable substitution to the specified String and returns the new resolved string.
substitution - Variable in class org.jboss.web.rewrite.RewriteRule
 
Substitution - Class in org.jboss.web.rewrite
 
Substitution() - Constructor for class org.jboss.web.rewrite.Substitution
 
Substitution.MapElement - Class in org.jboss.web.rewrite
 
Substitution.RewriteCondBackReferenceElement - Class in org.jboss.web.rewrite
 
Substitution.RewriteRuleBackReferenceElement - Class in org.jboss.web.rewrite
 
Substitution.ServerVariableElement - Class in org.jboss.web.rewrite
 
Substitution.ServerVariableEnvElement - Class in org.jboss.web.rewrite
 
Substitution.ServerVariableHttpElement - Class in org.jboss.web.rewrite
 
Substitution.ServerVariableSslElement - Class in org.jboss.web.rewrite
 
Substitution.StaticElement - Class in org.jboss.web.rewrite
 
Substitution.SubstitutionElement - Class in org.jboss.web.rewrite
 
SubstitutionElement() - Constructor for class org.jboss.web.rewrite.Substitution.SubstitutionElement
 
substitutionString - Variable in class org.jboss.web.rewrite.RewriteRule
 
substract() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract() - Method in class org.apache.tomcat.util.buf.CharChunk
 
substract(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
substract(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
substractB() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substringBefore(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Return the subset of the given str that is before the first occurence of the given separator.
SUCCESSFUL_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - successful field
suffix - Variable in class org.apache.catalina.core.ContainerBase
 
suffix - Variable in class org.apache.catalina.core.StandardServer
 
suffix - Variable in class org.apache.catalina.core.StandardService
 
suffix - Variable in class org.apache.catalina.valves.AccessLogValve
The suffix that is added to log file filenames.
SUPP_CONNECTION_TYPE_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - supportedConnectionTypes field
suppConnTypes - Variable in class org.apache.tomcat.bayeux.RequestBase
 
suppConnTypesFlag - Variable in class org.apache.tomcat.bayeux.RequestBase
 
supplemental(char, char) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
support - Variable in class org.apache.catalina.core.ContainerBase
The property change support for this component.
support - Variable in class org.apache.catalina.core.StandardServer
The property change support for this component.
support - Variable in class org.apache.catalina.core.StandardService
The property change support for this component.
support - Variable in class org.apache.catalina.realm.RealmBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.ManagerBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.StoreBase
The property change support for this component.
SUPPORT_CALLBACK_POLL - Static variable in class org.apache.tomcat.bayeux.ClientImpl
 
SUPPORT_LONG_POLL - Static variable in class org.apache.tomcat.bayeux.ClientImpl
 
supportedConnTypes - Variable in class org.apache.tomcat.bayeux.ClientImpl
supported connection types, defaults to long-polling
supportedOptions() - Method in class org.apache.tomcat.util.net.NioChannel
Returns a set of the socket options supported by this channel.
supportsCallbackPoll() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
supportsLongPoll() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
suspend() - Method in class org.apache.catalina.connector.HttpEventImpl
 
suspend() - Method in class org.apache.catalina.connector.Request
 
suspend() - Method in interface org.jboss.servlet.http.HttpEvent
Suspend processing of the connection until the configured timeout occurs, or resume() is called.
suspiciousUrlPattern(String, String) - Method in interface org.jboss.web.CatalinaLogger
 
suspiciousUrlPattern(String, String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
suspiciousUrlPattern$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
swallowInput - Variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
Swallow input ? (in the case of an expectation)
swallowInput - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Swallow input ? (in the case of an expectation)
swallowInput - Variable in class org.apache.coyote.http11.InternalInputBuffer
Swallow input ? (in the case of an expectation)
swapIn(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Look for a session in the Store and, if found, restore it in the Manager's list of active sessions if appropriate.
swapOut(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove the session from the Manager's list of active sessions and write it out to the Store.
swValve - Variable in class org.apache.catalina.core.StandardWrapper
 
symbol - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
Symbol.
SymbolTable - Class in org.apache.jasper.xmlparser
This class is a symbol table implementation that guarantees that strings used as identifiers are unique references.
SymbolTable() - Constructor for class org.apache.jasper.xmlparser.SymbolTable
Constructs a symbol table with a default number of buckets.
SymbolTable(int) - Constructor for class org.apache.jasper.xmlparser.SymbolTable
Constructs a symbol table with a specified number of buckets.
SymbolTable.Entry - Class in org.apache.jasper.xmlparser
This class is a symbol table entry.
syncBeforeInvoke() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables before fragment invokation
syncBeginTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables at begin of tag file
syncEndTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables at end of tag file
syntaxError(String) - Method in class org.apache.tomcat.util.json.JSONTokener
Make a JSONException to signal a syntax error.
syntaxHighlight - Variable in class org.jboss.web.php.Handler
Are doing source sysntax highlight.
syslog(int, String) - Static method in class org.apache.tomcat.jni.OS
Log message.
sysloginit(String) - Static method in class org.apache.tomcat.jni.OS
Initialize system logging.

T

T_BYTES - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a byte[]
T_CHARS - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a char[]
T_NULL - Static variable in class org.apache.tomcat.util.buf.MessageBytes
 
T_STR - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a String
TAB_WIDTH - Static variable in class org.apache.jasper.compiler.ServletWriter
 
TABLE_SIZE - Static variable in class org.apache.jasper.xmlparser.SymbolTable
Default table size.
TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
TAG_FILE_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
The default package name for tag handlers generated from tag files
TagAttributeInfo - Class in org.apache.catalina.deploy.jsp
 
TagAttributeInfo() - Constructor for class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
tagAttributeInfos - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
tagClassName - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
TagConstants - Interface in org.apache.jasper.compiler
 
tagExtraInfo - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
TagFileInfo - Class in org.apache.catalina.deploy.jsp
 
TagFileInfo() - Constructor for class org.apache.catalina.deploy.jsp.TagFileInfo
 
tagFileJarUrl - Variable in class org.apache.jasper.JspCompilationContext
 
tagFileJarUrls - Variable in class org.apache.jasper.JspCompilationContext
 
tagFileProcessorAttrName() - Method in interface org.jboss.web.JasperMessages
 
tagFileProcessorAttrName() - Method in class org.jboss.web.JasperMessages_$bundle
 
tagFileProcessorAttrName$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
tagFileProcessorTagDynamic() - Method in interface org.jboss.web.JasperMessages
 
tagFileProcessorTagDynamic() - Method in class org.jboss.web.JasperMessages_$bundle
 
tagFileProcessorTagDynamic$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
tagFileProcessorVarAlias() - Method in interface org.jboss.web.JasperMessages
 
tagFileProcessorVarAlias() - Method in class org.jboss.web.JasperMessages_$bundle
 
tagFileProcessorVarAlias$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
tagFileProcessorVarNameFrom() - Method in interface org.jboss.web.JasperMessages
 
tagFileProcessorVarNameFrom() - Method in class org.jboss.web.JasperMessages_$bundle
 
tagFileProcessorVarNameFrom$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
tagFileProcessorVarNameGiven() - Method in interface org.jboss.web.JasperMessages
 
tagFileProcessorVarNameGiven() - Method in class org.jboss.web.JasperMessages_$bundle
 
tagFileProcessorVarNameGiven$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
tagFiles - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
TagHandlerPool - Class in org.apache.jasper.runtime
Pool of tag handlers that can be reused.
TagHandlerPool() - Constructor for class org.apache.jasper.runtime.TagHandlerPool
Constructs a tag handler pool with the default capacity.
TagHandlerPool(int) - Constructor for class org.apache.jasper.runtime.TagHandlerPool
Deprecated.
Use static getTagHandlerPool
TagInfo - Class in org.apache.catalina.deploy.jsp
 
TagInfo() - Constructor for class org.apache.catalina.deploy.jsp.TagInfo
 
tagInfo - Variable in class org.apache.jasper.JspCompilationContext
 
TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
TagLibraryInfo - Class in org.apache.catalina.deploy.jsp
 
TagLibraryInfo() - Constructor for class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
TagLibraryValidatorInfo - Class in org.apache.catalina.deploy.jsp
 
TagLibraryValidatorInfo() - Constructor for class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
 
taglibs - Variable in class org.apache.catalina.core.StandardContext
The JSP tag libraries for this web application, keyed by URI
tagName - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
TagPlugin - Interface in org.apache.jasper.compiler.tagplugin
This interface is to be implemented by the plugin author, to supply an alternate implementation of the tag handlers.
TagPluginContext - Interface in org.apache.jasper.compiler.tagplugin
This interface allows the plugin author to make inqueries about the properties of the current tag, and to use Jasper resources to generate direct Java codes in place of tag handler invocations.
TagPluginManager - Class in org.apache.jasper.compiler
Manages tag plugin optimizations.
TagPluginManager(ServletContext) - Constructor for class org.apache.jasper.compiler.TagPluginManager
 
tags - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
An array describing the tags that are defined in this tag library.
TagVariableInfo - Class in org.apache.catalina.deploy.jsp
 
TagVariableInfo() - Constructor for class org.apache.catalina.deploy.jsp.TagVariableInfo
 
tagVariableInfos - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
takeMessages() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
tb - Variable in class org.apache.tomcat.bayeux.BayeuxServlet
Reference to the global TomcatBayeux object
TCN_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_RECOMMENDED_PV - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCN_REQUIRED_MAJOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCN_REQUIRED_MINOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCN_REQUIRED_PATCH - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
tcpNoDelay - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Socket TCP no delay.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket TCP no delay.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Socket TCP no delay.
tellNew() - Method in class org.apache.catalina.session.StandardSession
Inform the listeners about the new session.
TEMP_VARIABLE_NAME_PREFIX - Static variable in class org.apache.jasper.Constants
Prefix to use for generated temporary variable names
tempGet(long) - Static method in class org.apache.tomcat.jni.Directory
Find an existing directory suitable as a temporary storage location.
terminate() - Static method in class org.apache.tomcat.jni.Library
 
terminate() - Static method in class org.jboss.web.php.Library
Terminate PHP Engine.
test - Variable in class org.jboss.web.rewrite.RewriteCond
 
testString - Variable in class org.jboss.web.rewrite.RewriteCond
 
TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
TextOptimizer - Class in org.apache.jasper.compiler
 
TextOptimizer() - Constructor for class org.apache.jasper.compiler.TextOptimizer
 
tfp - Variable in class org.apache.jasper.compiler.Compiler
 
thisAccessedTime - Variable in class org.apache.catalina.session.StandardSession
The current accessed time for this session.
thread - Variable in class org.apache.catalina.connector.Connector
The background thread.
thread - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
thread - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
threadBindingListener - Variable in class org.apache.catalina.core.StandardContext
 
ThreadBindingListener - Interface in org.apache.catalina
Callback for establishing naming association when entering the application scope.
threadFactory - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
The default thread factory
threadGroup - Variable in class org.apache.tomcat.util.net.NioServerSocketChannelFactory
 
threadName - Variable in class org.apache.catalina.session.JDBCStore
Name to register for the background thread.
ThreadNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.ThreadNameElement
 
threadPriority - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Priority of the acceptor and poller threads.
threadPriority - Variable in class org.apache.tomcat.util.net.AprEndpoint
Priority of the acceptor and poller threads.
threadPriority - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Priority of the acceptor and poller threads.
threadStart() - Method in class org.apache.catalina.core.ContainerBase
Start the background thread that will periodically check for session timeouts.
threadStop() - Method in class org.apache.catalina.core.ContainerBase
Stop the background thread that is periodically checking for session timeouts.
ThresholdingOutputStream - Class in org.apache.tomcat.util.http.fileupload
An output stream which triggers an event when a specified number of bytes of data have been written to it.
ThresholdingOutputStream(int) - Constructor for class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold.
thresholdReached() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Switches the underlying output stream from a memory based stream to one that is backed by disk.
thresholdReached() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Indicates that the configured threshold has been reached, and that a subclass should take whatever action necessary on this event.
THROW_POST_TOO_LARGE - Static variable in class org.apache.catalina.connector.Request
 
throwable - Variable in exception org.apache.catalina.connector.ClientAbortException
The underlying exception or error passed to our constructor (if any)
throwable - Variable in exception org.apache.catalina.LifecycleException
The underlying exception or error passed to our constructor (if any)
Time - Class in org.apache.tomcat.jni
Time
Time() - Constructor for class org.apache.tomcat.jni.Time
 
TimeElement() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
 
timeout - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Timeout.
timeout - Variable in class org.apache.coyote.ajp.AjpProcessor
Timeout.
timeout - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
Timeout.
timeout - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
This timeout represents the socket timeout which will be used while the adapter execution is in progress, unless disableUploadTimeout is set to true.
timeout - Variable in class org.apache.coyote.http11.Http11AprProcessor
Timeout.
timeout - Variable in class org.apache.coyote.http11.Http11AprProtocol
This timeout represents the socket timeout which will be used while the adapter execution is in progress, unless disableUploadTimeout is set to true.
timeout - Variable in class org.apache.coyote.http11.Http11Processor
Timeout.
timeout - Variable in class org.apache.coyote.http11.Http11Protocol
This timeout represents the socket timeout which will be used while the adapter execution is in progress, unless disableUploadTimeout is set to true.
timeout - Variable in class org.apache.tomcat.bayeux.BayeuxServlet
The timeout.
timeout - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
timeout - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
 
timeout - Variable in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
timeoutGet(long) - Static method in class org.apache.tomcat.jni.Socket
Query socket timeout for the specified socket
timeouts - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Structure used for storing timeouts.
timeouts - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
timeouts - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
timeouts - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Poller
Structure used for storing timeouts.
timeouts - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
timeouts - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
 
timeoutSet(long, long) - Static method in class org.apache.tomcat.jni.Socket
Setup socket timeout for the specified socket
timestamp - Variable in class org.apache.naming.resources.CacheEntry
 
TimeStamp - Class in org.apache.tomcat.util.buf
Main tool for object expiry.
TimeStamp() - Constructor for class org.apache.tomcat.util.buf.TimeStamp
 
TIMESTAMP_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - timestamp field
timestampFmt - Static variable in class org.apache.tomcat.bayeux.RequestBase
 
TIMEUP - Static variable in class org.apache.tomcat.jni.Status
 
TldDtdPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
 
tldScanTime - Variable in class org.apache.catalina.core.StandardContext
 
TldSchemaPublicId_20 - Static variable in class org.apache.catalina.startup.Constants
 
TldSchemaPublicId_21 - Static variable in class org.apache.catalina.startup.Constants
 
TldSchemaResourcePath_20 - Static variable in class org.apache.catalina.startup.Constants
 
TldSchemaResourcePath_21 - Static variable in class org.apache.catalina.startup.Constants
 
tlibversion - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
The version of the tag library.
tmpMB - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Temp message bytes used for processing.
tmpMB - Variable in class org.apache.coyote.ajp.AjpProcessor
Temp message bytes used for processing.
toArray() - Method in class org.apache.jasper.runtime.CharBuffer
Render this buffer as a character array.
toByteArray() - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
 
toByteArray() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Gets the curent contents of this byte stream as a byte array.
toBytes() - Method in class org.apache.tomcat.util.buf.MessageBytes
Unimplemented yet.
toChars() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert to char[] and fill the CharChunk.
toCharset(String) - Static method in class org.apache.tomcat.util.buf.EncodingToCharset
 
toClass(String, ClassLoader) - Static method in class org.apache.jasper.compiler.JspUtil
Returns the Class object associated with the class or interface with the given string name.
toEncoded(String, String) - Method in class org.apache.catalina.connector.Response
Return the specified URL with the specified session identifier suitably encoded.
toExternalForm(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
Override as part of the fix for 36534, to ensure toString is correct.
toExternalForm() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this URL.
toHttpMethod(String) - Method in class org.apache.catalina.startup.ContextConfig
Although this does not comply with the spec, it is likely Java method names will be used in the annotations.
toJavaSourceType(String) - Static method in class org.apache.jasper.compiler.JspUtil
Class.getName() return arrays in the form "[[[", where et, the element type can be one of ZBCDFIJS or L; It is converted into forms that can be understood by javac.
toJavaSourceTypeFromTld(String) - Static method in class org.apache.jasper.compiler.JspUtil
Handles taking input from TLDs 'java.lang.Object' -> 'java.lang.Object.class' 'int' -> 'int.class' 'void' -> 'Void.TYPE' 'int[]' -> 'int[].class'
toJSONArray(JSONArray) - Method in class org.apache.tomcat.util.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.apache.tomcat.util.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface org.apache.tomcat.util.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
TOKEN_AND - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_END - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_EQ - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_GE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_GT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LBRACE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_NOT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_NOT_EQ - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_OR - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_RBRACE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_STRING - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
tokenerBadChar(char, char) - Method in interface org.jboss.web.JSONMessages
 
tokenerBadChar(char, char) - Method in class org.jboss.web.JSONMessages_$bundle
 
tokenerBadChar$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
tokenerMissingValue() - Method in interface org.jboss.web.JSONMessages
 
tokenerMissingValue() - Method in class org.jboss.web.JSONMessages_$bundle
 
tokenerMissingValue$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
tokenerStepBack() - Method in interface org.jboss.web.JSONMessages
 
tokenerStepBack() - Method in class org.jboss.web.JSONMessages_$bundle
 
tokenerStepBack$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
tokenerSubstring() - Method in interface org.jboss.web.JSONMessages
 
tokenerSubstring() - Method in class org.jboss.web.JSONMessages_$bundle
 
tokenerSubstring$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
tokenerUnterminatedString() - Method in interface org.jboss.web.JSONMessages
 
tokenerUnterminatedString() - Method in class org.jboss.web.JSONMessages_$bundle
 
tokenerUnterminatedString$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
toLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns the lower case equivalent of the specified ASCII character.
TOMCAT_BAYEUX_ATTR - Static variable in class org.apache.tomcat.bayeux.BayeuxServlet
Attribute to hold the TomcatBayeux object in the servlet context
TOMCAT_CSS - Static variable in class org.apache.catalina.util.TomcatCSS
 
tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Use Tomcat authentication ?
tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Should authentication be done in the native webserver layer, or in the Servlet container ?
tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpProcessor
Use Tomcat authentication ?
tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpProtocol
Should authentication be done in the native webserver layer, or in the Servlet container ?
tomcatBayeux - Variable in class org.apache.tomcat.bayeux.RequestBase
 
TomcatBayeux - Class in org.apache.tomcat.bayeux
 
TomcatBayeux() - Constructor for class org.apache.tomcat.bayeux.TomcatBayeux
 
TomcatCSS - Class in org.apache.catalina.util
 
TomcatCSS() - Constructor for class org.apache.catalina.util.TomcatCSS
 
TomcatResolver - Class in org.jboss.web.rewrite
 
TomcatResolver(Request) - Constructor for class org.jboss.web.rewrite.TomcatResolver
 
tooManyHooks(int) - Method in interface org.jboss.web.CoyoteMessages
 
tooManyHooks(int) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
tooManyHooks$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
toString() - Method in class org.apache.catalina.authenticator.SingleSignOn
Return a String rendering of this object.
toString() - Method in exception org.apache.catalina.connector.ClientAbortException
Return a formatted string that describes this exception.
toString() - Method in class org.apache.catalina.connector.CoyotePrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.connector.HttpEventImpl
 
toString() - Method in class org.apache.catalina.connector.Request
 
toString() - Method in class org.apache.catalina.ContainerEvent
Return a string representation of this event.
toString() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return a String representation of this object.
toString() - Method in class org.apache.catalina.core.StandardContext
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardEngine
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardHost
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardServer
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardService
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardWrapper
Return a String representation of this component.
toString() - Method in class org.apache.catalina.deploy.ApplicationParameter
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ErrorPage
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.FilterDef
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.FilterMap
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.LoginConfig
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.SecurityCollection
Return a String representation of this security collection.
toString() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return a String representation of this security constraint.
toString() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
 
toString() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
toString() - Method in class org.apache.catalina.filters.ExpiresFilter
 
toString() - Method in exception org.apache.catalina.LifecycleException
Return a formatted string that describes this exception.
toString() - Method in class org.apache.catalina.realm.GenericPrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
toString() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Print important CGI environment information in a easy-to-read HTML table
toString() - Method in class org.apache.catalina.session.StandardSession
Return a string representation of this object.
toString() - Method in class org.apache.catalina.SessionEvent
Return a string representation of this event.
toString() - Method in class org.apache.catalina.util.XMLWriter
Retrieve generated XML.
toString() - Method in class org.apache.catalina.valves.RequestDumperValve
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.valves.ValveBase
Return a String rendering of this object.
toString() - Method in class org.apache.coyote.Request
 
toString() - Method in class org.apache.jasper.compiler.SmapGenerator
 
toString() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
 
toString() - Method in class org.apache.jasper.compiler.SmapStratum
 
toString() - Method in class org.apache.jasper.runtime.CharBuffer
Render this buffer as a String.
toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString() - Method in class org.apache.jasper.xmlparser.XMLString
Returns a string representation of this object.
toString() - Method in class org.apache.naming.resources.CacheEntry
 
toString() - Method in class org.apache.tomcat.bayeux.ChannelImpl
 
toString() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
toString() - Method in class org.apache.tomcat.bayeux.HttpError
 
toString(byte[]) - Static method in class org.apache.tomcat.bayeux.TomcatBayeux
 
toString(byte[], int, int) - Static method in class org.apache.tomcat.bayeux.TomcatBayeux
 
toString() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
toString() - Method in class org.apache.tomcat.util.buf.CharChunk
 
toString() - Method in class org.apache.tomcat.util.buf.MessageBytes
Compute the string value
toString() - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
toString() - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
toString(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
 
toString(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
 
toString() - Method in class org.apache.tomcat.util.http.BaseRequest
** SLOW ** for debugging only!
toString() - Method in class org.apache.tomcat.util.http.Cookies
EXPENSIVE!!! only for debugging.
toString() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Gets the curent contents of this byte stream as a string.
toString(String) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Gets the curent contents of this byte stream as a string using the specified encoding.
toString() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns a string representation of this object.
toString() - Method in class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
Gets a string describing the delete strategy.
toString() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Returns a string representation of this object.
toString() - Method in class org.apache.tomcat.util.http.MimeHeaders
EXPENSIVE!!! only for debugging.
toString() - Method in class org.apache.tomcat.util.http.ServerCookie
 
toString() - Method in class org.apache.tomcat.util.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.apache.tomcat.util.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.apache.tomcat.util.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.apache.tomcat.util.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.apache.tomcat.util.json.JSONStringer
Return the JSON text.
toString() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
toString() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return a string representation of this managed bean.
toString() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Return a string representation of this notification descriptor.
toString() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Displays the list of sockets in the pollers.
toString() - Method in class org.apache.tomcat.util.net.NioChannel
 
toString() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this object.
toString() - Method in class org.jboss.web.rewrite.RewriteCond
String representation.
toString() - Method in class org.jboss.web.rewrite.RewriteRule
String representation.
toStringInternal() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
toStringInternal() - Method in class org.apache.tomcat.util.buf.CharChunk
 
touch(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
Access notification.
toUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns the upper case equivalent of the specified ASCII character.
tpOname - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
tpOname - Variable in class org.apache.coyote.ajp.AjpProtocol
 
tpOname - Variable in class org.apache.coyote.http11.Http11AbstractProtocol
 
tpOname - Variable in class org.apache.coyote.http11.Http11Protocol
 
track(File, Object) - Method in class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(File, Object, FileDeleteStrategy) - Method in class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(String, Object) - Method in class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(String, Object, FileDeleteStrategy) - Method in class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
trainThreshold - Static variable in class org.apache.tomcat.util.buf.StringCache
 
TRANSFERENCODING - Static variable in class org.apache.coyote.ajp.Constants
 
TRANSFERENCODING - Static variable in class org.apache.coyote.http11.Constants
 
translate - Static variable in class org.apache.catalina.util.Strftime
 
translateCommand(StringBuilder, String, int, boolean) - Method in class org.apache.catalina.util.Strftime
Try to get the Java Date/Time formatting associated with the C standard provided.
TRANSPORT_CALLBACK_POLL - Static variable in interface org.apache.cometd.bayeux.Bayeux
Transport types - callback polling
TRANSPORT_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - transport field
TRANSPORT_FLASH - Static variable in interface org.apache.cometd.bayeux.Bayeux
Transport types - flash
TRANSPORT_IFRAME - Static variable in interface org.apache.cometd.bayeux.Bayeux
Transport types - iframe
TRANSPORT_LONG_POLL - Static variable in interface org.apache.cometd.bayeux.Bayeux
Transport types - long polling
treeLookup(Name) - Method in class org.apache.naming.resources.JARDirContext
Entry tree lookup.
treeLookup(Name) - Method in class org.apache.naming.resources.WARDirContext
Entry tree lookup.
trimDirectiveWhitespaces - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
trunc(long, long) - Static method in class org.apache.tomcat.jni.File
Truncate the file's length to the specified offset
TRUSTED_PROXIES_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
trylock(long) - Static method in class org.apache.tomcat.jni.Global
Attempt to acquire the lock for the given mutex.
trylock(long) - Static method in class org.apache.tomcat.jni.Lock
Attempt to acquire the lock for the given mutex.
type - Variable in class org.apache.catalina.core.ContainerBase
 
type - Variable in class org.apache.catalina.core.StandardServer
 
type - Variable in class org.apache.catalina.core.StandardService
 
type - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
type - Variable in class org.apache.catalina.realm.RealmBase
 
type - Variable in class org.apache.naming.NamingEntry
The type instance variable is used to avoid unsing RTTI when doing lookups.
TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Type.
type - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
 
type - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
type - Variable in class org.jboss.web.rewrite.RewriteCond.LexicalCondition
-1: < 0: = 1: >
type - Variable in class org.jboss.web.rewrite.RewriteCond.ResourceCondition
0: -d (is directory ?) 1: -f (is regular file ?) 2: -s (is regular file with size ?)
type - Variable in class org.jboss.web.rewrite.RewriteRule
Force the MIME-type of the target file to be MIME-type.
typeValue - Variable in class org.jboss.web.rewrite.RewriteRule
 

U

UCS2BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS2LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS4BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS4LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCSReader - Class in org.apache.jasper.xmlparser
Reader for UCS-2 and UCS-4 encodings.
UCSReader(InputStream, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
Constructs an ASCII reader from the specified input stream using the default buffer size.
UCSReader(InputStream, int, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
Constructs an ASCII reader from the specified input stream and buffer size.
UDecoder - Class in org.apache.tomcat.util.buf
All URL decoding happens here.
UDecoder() - Constructor for class org.apache.tomcat.util.buf.UDecoder
 
UEncoder - Class in org.apache.tomcat.util.buf
Efficient implementation for encoders.
UEncoder() - Constructor for class org.apache.tomcat.util.buf.UEncoder
 
uid(String, long) - Static method in class org.apache.tomcat.jni.User
Get the userid for the specified username This function is available only if APR_HAS_USER is defined.
uidcompare(long, long) - Static method in class org.apache.tomcat.jni.User
Compare two user identifiers for equality.
uidCurrent(long) - Static method in class org.apache.tomcat.jni.User
Get the userid (and groupid) of the calling process This function is available only if APR_HAS_USER is defined.
unavailable(UnavailableException) - Method in class org.apache.catalina.core.StandardWrapper
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unavailable(UnavailableException) - Method in interface org.apache.catalina.Wrapper
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unavailable() - Method in interface org.jboss.web.CatalinaMessages
 
unavailable() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unavailable() - Method in interface org.jboss.web.JasperMessages
 
unavailable() - Method in class org.jboss.web.JasperMessages_$bundle
 
unavailable$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unavailable$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unbalancedEndTag(String) - Method in interface org.jboss.web.JasperMessages
 
unbalancedEndTag(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unbalancedEndTag$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unbind() - Method in interface org.apache.catalina.ThreadBindingListener
 
unbind(String) - Method in class org.apache.naming.resources.AliasDirContext
 
unbind(Name) - Method in class org.apache.naming.resources.BaseDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.BaseDirContext
Unbinds the named object.
unbind() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a class loader.
unbind(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a class loader.
unbind(String) - Method in class org.apache.naming.resources.FileDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.JARDirContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.ProxyDirContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.WARDirContext
Unbinds the named object.
UNBIND_THREAD_EVENT - Static variable in interface org.apache.catalina.Context
The LifecycleEvent type sent to unbind context information to the thread.
unbindThread(ClassLoader) - Method in class org.apache.catalina.core.StandardContext
Unbind thread.
unbindThread() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a thread.
unCapitalize(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
undefinedPosition() - Method in interface org.jboss.web.JasperMessages
 
undefinedPosition() - Method in class org.jboss.web.JasperMessages_$bundle
 
undefinedPosition$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
undeployApps() - Method in class org.apache.catalina.startup.HostConfig
Undeploy all deployed applications.
unescape(String) - Method in class org.apache.catalina.connector.Request
 
unexpectedAjpMessage(int) - Method in interface org.jboss.web.CoyoteLogger
 
unexpectedAjpMessage(int) - Method in class org.jboss.web.CoyoteLogger_$logger
 
unexpectedAjpMessage$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
unexpectedCharactersAfterBoundary() - Method in interface org.jboss.web.FileUploadMessages
 
unexpectedCharactersAfterBoundary() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
unexpectedCharactersAfterBoundary$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
unexpectedEndOfStream() - Method in interface org.jboss.web.FileUploadMessages
 
unexpectedEndOfStream() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
unexpectedEndOfStream$str() - Method in class org.jboss.web.FileUploadMessages_$bundle
 
unexpectedEof() - Method in interface org.jboss.web.CoyoteMessages
 
unexpectedEof() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
unexpectedEof$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
unexpectedError(Throwable) - Method in interface org.jboss.web.CoyoteLogger
 
unexpectedError(Throwable) - Method in class org.jboss.web.CoyoteLogger_$logger
 
unexpectedError$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
ungetc(byte, long) - Static method in class org.apache.tomcat.jni.File
Put a character back onto a specified stream.
unimplementedDynamicAttributes(String) - Method in interface org.jboss.web.JasperMessages
 
unimplementedDynamicAttributes(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unimplementedDynamicAttributes$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
uninitializedMessageDigest() - Method in interface org.jboss.web.CatalinaMessages
 
uninitializedMessageDigest() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
uninitializedMessageDigest$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unit - Variable in class org.apache.catalina.filters.ExpiresFilter.Duration
 
unit - Static variable in class org.apache.coyote.http11.AbstractInternalInputBuffer
The default time unit
unknownAttributeType(String, String) - Method in interface org.jboss.web.JasperMessages
 
unknownAttributeType(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownAttributeType$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownAuthMode(String) - Method in interface org.jboss.web.CatalinaMessages
 
unknownAuthMode(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unknownAuthMode$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unknownFileName(String) - Method in interface org.jboss.web.JasperMessages
 
unknownFileName(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownFileName$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownFilter(String) - Method in interface org.jboss.web.CoyoteLogger
 
unknownFilter(String) - Method in class org.jboss.web.CoyoteLogger_$logger
 
unknownFilter$str() - Method in class org.jboss.web.CoyoteLogger_$logger
 
unknownFilterNameInMapping(String) - Method in interface org.jboss.web.CatalinaMessages
 
unknownFilterNameInMapping(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unknownFilterNameInMapping$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unknownFunction(String) - Method in interface org.jboss.web.JasperMessages
 
unknownFunction(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownFunction$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownFunctionPrefix(String) - Method in interface org.jboss.web.JasperMessages
 
unknownFunctionPrefix(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownFunctionPrefix$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownServletNameInMapping(String) - Method in interface org.jboss.web.CatalinaMessages
 
unknownServletNameInMapping(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unknownServletNameInMapping$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unknownSourceJvm(String) - Method in interface org.jboss.web.JasperLogger
 
unknownSourceJvm(String) - Method in class org.jboss.web.JasperLogger_$logger
 
unknownSourceJvm$str() - Method in class org.jboss.web.JasperLogger_$logger
 
unknownTag(String, String) - Method in interface org.jboss.web.JasperMessages
 
unknownTag(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownTag$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownTagPrefix(String, String) - Method in interface org.jboss.web.JasperMessages
 
unknownTagPrefix(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownTagPrefix$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unknownTargetJvm(String) - Method in interface org.jboss.web.JasperLogger
 
unknownTargetJvm(String) - Method in class org.jboss.web.JasperLogger_$logger
 
unknownTargetJvm$str() - Method in class org.jboss.web.JasperLogger_$logger
 
unload() - Method in class org.apache.catalina.core.StandardWrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload() - Method in interface org.apache.catalina.Manager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.PersistentManagerBase
Save all currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.StandardManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in interface org.apache.catalina.Wrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload(String) - Method in class org.apache.naming.resources.ResourceCache
 
unloadDelay - Variable in class org.apache.catalina.core.StandardContext
Amount of ms that the container will wait for servlets to unload.
unloadDelay - Variable in class org.apache.catalina.core.StandardWrapper
Wait time for servlet unload in ms.
unloading - Variable in class org.apache.catalina.core.StandardWrapper
Are we unloading our servlet instance at the moment?
unlock(long) - Static method in class org.apache.tomcat.jni.File
Remove any outstanding locks on the file.
unlock(long) - Static method in class org.apache.tomcat.jni.Global
Release the lock for the given mutex.
unlock(long) - Static method in class org.apache.tomcat.jni.Lock
Release the lock for the given mutex.
unlockAccept() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Unlock the server socket accept using a bogus connection.
unlockAccept() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
unlockAccept() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
unparsedURI() - Method in class org.apache.coyote.Request
 
unquotedAttributeValue() - Method in interface org.jboss.web.JasperMessages
 
unquotedAttributeValue() - Method in class org.jboss.web.JasperMessages_$bundle
 
unquotedAttributeValue$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unregister(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one.
unregister(AjpAprProcessor) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
unregister(AjpProcessor) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
unregister(Http11Processor) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
unregisterComponent(String) - Method in class org.apache.tomcat.util.modeler.Registry
Unregister a component.
unregisterComponent(ObjectName) - Method in class org.apache.tomcat.util.modeler.Registry
Unregister a component.
unregisterComponent(String, String) - Method in class org.apache.tomcat.util.modeler.Registry
 
unregisterComponent(String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Unregister a component.
unregisterRegistry(ClassLoader) - Method in class org.apache.tomcat.util.modeler.Registry
Called by a registry or by the container to unload a loader
unresolvableAbsoluteUri(String) - Method in interface org.jboss.web.JasperMessages
 
unresolvableAbsoluteUri(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unresolvableAbsoluteUri$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
UNSET - Static variable in class org.apache.tomcat.jni.SSL
 
unsubscribe(Client) - Method in interface org.apache.cometd.bayeux.Channel
Unsubscribes a client from a channel
unsubscribe(Client) - Method in class org.apache.tomcat.bayeux.ChannelImpl
 
unsubscribed(ChannelImpl) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
unsupportedAprVersion(String) - Method in interface org.jboss.web.CoyoteMessages
 
unsupportedAprVersion(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
unsupportedAprVersion$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
unsupportedByteOrderForEncoding(String) - Method in interface org.jboss.web.JasperMessages
 
unsupportedByteOrderForEncoding(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unsupportedByteOrderForEncoding$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unsupportedCrl(String) - Method in interface org.jboss.web.CoyoteMessages
 
unsupportedCrl(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
unsupportedCrl$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
unsupportedEncoding(String) - Method in interface org.jboss.web.JasperMessages
 
unsupportedEncoding(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unsupportedEncoding$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unsupportedPageDirectiveLanguage() - Method in interface org.jboss.web.JasperMessages
 
unsupportedPageDirectiveLanguage() - Method in class org.jboss.web.JasperMessages_$bundle
 
unsupportedPageDirectiveLanguage$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unsupportedSessionTrackingMode(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
unsupportedSessionTrackingMode(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unsupportedSessionTrackingMode$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
unsupportedTagDirectiveLanguage() - Method in interface org.jboss.web.JasperMessages
 
unsupportedTagDirectiveLanguage() - Method in class org.jboss.web.JasperMessages_$bundle
 
unsupportedTagDirectiveLanguage$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unsupportedXmlVersion(String) - Method in interface org.jboss.web.JasperMessages
 
unsupportedXmlVersion(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unsupportedXmlVersion$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unterminatedAttribute(String) - Method in interface org.jboss.web.JasperMessages
 
unterminatedAttribute(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unterminatedAttribute$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unterminatedQuotes() - Method in interface org.jboss.web.JasperMessages
 
unterminatedQuotes() - Method in class org.jboss.web.JasperMessages_$bundle
 
unterminatedQuotes$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
unterminatedTag(String) - Method in interface org.jboss.web.JasperMessages
 
unterminatedTag(String) - Method in class org.jboss.web.JasperMessages_$bundle
 
unterminatedTag$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
update(String, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Updates any SingleSignOnEntry found under key ssoId with the given authentication data.
update(long, long, int) - Method in interface org.apache.tomcat.util.http.fileupload.ProgressListener
Updates the listeners status information.
updateCounters() - Method in class org.apache.coyote.Request
 
updateCredentials(Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Updates the SingleSignOnEntry to reflect the latest security information associated with the caller.
updateField(ObjectName, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
updateField(ObjectName, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
Callback from the BaseMBean to notify that an attribute has changed.
updateReadyStatus() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Checks & sets ready status
UpgradableHttpServletResponse - Interface in org.jboss.servlet.http
Upgradable HTTP Servlet response.
upgrade(Class<T>) - Method in class org.apache.catalina.connector.Request
 
upgrade(Class<T>) - Method in class org.apache.catalina.connector.RequestFacade
 
upgrade(Class<T>) - Method in class org.apache.catalina.core.DummyRequest
 
UPGRADE - Static variable in class org.apache.coyote.ActionCode
Ask for a protocol upgrade
upgradeError() - Method in interface org.jboss.web.CatalinaMessages
 
upgradeError() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
upgradeError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
upgradeHandler - Variable in class org.apache.catalina.connector.Request
Upgrade handler.
upgradeHandlerDestroyError(String) - Method in interface org.jboss.web.CatalinaMessages
 
upgradeHandlerDestroyError(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
upgradeHandlerDestroyError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
uri - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
URI_ENCODING - Static variable in class org.apache.catalina.connector.Connector
 
URIConverter - Variable in class org.apache.catalina.connector.Request
URI byte to char converter (not recycled).
URIEncoding - Variable in class org.apache.catalina.connector.Connector
URI encoding.
Url - Class in org.apache.jasper.tagplugins.jstl.core
 
Url() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Url
 
URL - Class in org.apache.tomcat.util.net
URL is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of java.net.URL, but without the ability to open a stream or connection.
URL(String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified String representation.
URL(URL, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object by parsing a string representation relative to a specified context.
URL(String, String, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified components.
URL(String, String, int, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified components.
URLDecode(String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(String, String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(String, String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(byte[]) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLDecode(byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLDecode(byte[], String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLEncode(String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
URL encodes a string, based on the supplied character encoding.
urlEncode(CharChunk, ByteChunk) - Method in class org.apache.tomcat.util.buf.UEncoder
 
urlEncoder - Static variable in class org.apache.catalina.connector.CoyoteAdapter
Encoder for the Location URL in HTTP redirects.
urlEncoder - Variable in class org.apache.catalina.connector.Response
URL encoder.
urlEncoder - Static variable in class org.apache.catalina.core.StandardContext
Array containing the safe characters set.
urlEncoder - Static variable in class org.apache.catalina.servlets.DefaultServlet
Array containing the safe characters set.
urlEncoder - Static variable in class org.apache.catalina.ssi.SSIMediator
 
URLEncoder - Class in org.apache.catalina.util
This class is very similar to the java.net.URLEncoder class.
URLEncoder() - Constructor for class org.apache.catalina.util.URLEncoder
 
urlPatterns - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
urlPatternStartsWithSlash(String) - Method in interface org.jboss.web.CatalinaLogger
 
urlPatternStartsWithSlash(String) - Method in class org.jboss.web.CatalinaLogger_$logger
 
urlPatternStartsWithSlash$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
urlWithNoProtocol(String) - Method in interface org.jboss.web.CoyoteMessages
 
urlWithNoProtocol(String) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
urlWithNoProtocol$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
urn - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
The "reliable" URN indicated in the TLD.
URN_JSPTAGDIR - Static variable in interface org.apache.jasper.compiler.TagConstants
 
URN_JSPTLD - Static variable in interface org.apache.jasper.compiler.TagConstants
 
USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
USE_BODY_ENCODING_FOR_QUERY_STRING - Static variable in class org.apache.catalina.connector.Connector
 
USE_CUSTOM_STATUS_MSG_IN_HEADER - Static variable in class org.apache.coyote.Constants
If true, custom HTTP status messages will be used in headers.
USE_INSTANCE_MANAGER_FOR_TAGS - Static variable in class org.apache.jasper.Constants
 
USE_PRINCIPAL_FROM_SESSION - Static variable in class org.apache.catalina.connector.Request
 
useAcceptRanges - Variable in class org.apache.catalina.servlets.DefaultServlet
Should the Accept-Ranges: bytes header be send with static resources?
useAttributes - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
useAvailable() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Available bytes (note that due to encoding, this may not correspond )
useAvailable() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Available bytes (note that due to encoding, this may not correspond )
useBodyEncodingForURI - Variable in class org.apache.catalina.connector.Connector
URI encoding as body.
usedOutputStreamAfterWriter() - Method in interface org.jboss.web.JasperMessages
 
usedOutputStreamAfterWriter() - Method in class org.jboss.web.JasperMessages_$bundle
 
usedOutputStreamAfterWriter$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
usedWriterAfterOutputStream() - Method in interface org.jboss.web.JasperMessages
 
usedWriterAfterOutputStream() - Method in class org.jboss.web.JasperMessages_$bundle
 
usedWriterAfterOutputStream$str() - Method in class org.jboss.web.JasperMessages_$bundle
 
useIPVHosts - Variable in class org.apache.catalina.connector.Connector
Flag to use IP-based virtual hosting.
useJsonFiltered - Variable in class org.apache.tomcat.bayeux.ClientImpl
Does this client use json-comment-filtered messages
useJsonFiltered() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
useLongContentLength - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Use long contentLength as you have more 4 GB output.
user - Variable in class org.apache.tomcat.jni.FileInfo
The user id that owns the file
User - Class in org.apache.tomcat.jni
User
User() - Constructor for class org.apache.tomcat.jni.User
 
userAuthenticated(String) - Method in interface org.jboss.web.CatalinaMessages
 
userAuthenticated(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
userAuthenticated$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
userDoesNotHaveRole(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
userDoesNotHaveRole(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
userDoesNotHaveRole$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
UserElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.UserElement
 
usergid(String, long) - Static method in class org.apache.tomcat.jni.User
Get the groupid for the specified username This function is available only if APR_HAS_USER is defined.
userHasRole(String, String) - Method in interface org.jboss.web.CatalinaMessages
 
userHasRole(String, String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
userHasRole$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
username - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
username(long, long) - Static method in class org.apache.tomcat.jni.User
Get the user name for a specified userid This function is available only if APR_HAS_USER is defined.
userNotAuthenticated(String) - Method in interface org.jboss.web.CatalinaMessages
 
userNotAuthenticated(String) - Method in class org.jboss.web.CatalinaMessages_$bundle
 
userNotAuthenticated$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
userPrincipal - Variable in class org.apache.catalina.connector.Request
User principal.
userPrincipal - Variable in class org.apache.catalina.realm.GenericPrincipal
The authenticated Principal to be exposed to applications.
userSet(long, String, String) - Static method in class org.apache.tomcat.jni.Procattr
Set the username used for running process
useSendfile - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Use sendfile for sending static files.
useSendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
Use sendfile for sending static files.
useSocketBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Socket buffer (extra buffering to reduce number of packets sent).
usingInputStream - Variable in class org.apache.catalina.connector.Request
Using stream flag.
usingJavaIoConnector() - Method in interface org.jboss.web.CatalinaLogger
 
usingJavaIoConnector() - Method in class org.jboss.web.CatalinaLogger_$logger
 
usingJavaIoConnector$str() - Method in class org.jboss.web.CatalinaLogger_$logger
 
usingOutputStream - Variable in class org.apache.catalina.connector.Response
Using output stream flag.
usingReader - Variable in class org.apache.catalina.connector.Request
Using writer flag.
usingWriter - Variable in class org.apache.catalina.connector.Response
Using writer flag.
UTF8Decoder - Class in org.apache.tomcat.util.buf
Moved from ByteChunk - code to convert from UTF8 bytes to chars.
UTF8Decoder() - Constructor for class org.apache.tomcat.util.buf.UTF8Decoder
 
utf8DecodingEof() - Method in interface org.jboss.web.CoyoteMessages
 
utf8DecodingEof() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
utf8DecodingEof$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
utf8DecodingFailure(int, int, int, int) - Method in interface org.jboss.web.CoyoteMessages
 
utf8DecodingFailure(int, int, int) - Method in interface org.jboss.web.CoyoteMessages
 
utf8DecodingFailure(int, int, int, int) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
utf8DecodingFailure(int, int, int) - Method in class org.jboss.web.CoyoteMessages_$bundle
 
utf8DecodingFailure3$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
utf8DecodingFailure4$str() - Method in class org.jboss.web.CoyoteMessages_$bundle
 
UTF8Reader - Class in org.apache.jasper.xmlparser
 
UTF8Reader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.UTF8Reader
Constructs a UTF-8 reader from the specified input stream, buffer size and MessageFormatter.
UTF_8 - Static variable in class org.apache.tomcat.util.buf.EncodingToCharset
 
Util - Class in org.apache.jasper.tagplugins.jstl
Util contains some often used consts, static methods and embedded class to support the JSTL tag plugin.
Util() - Constructor for class org.apache.jasper.tagplugins.jstl.Util
 
Util.ImportResponseWrapper - Class in org.apache.jasper.tagplugins.jstl
Wraps responses to allow us to retrieve results as Strings.
UTIL_LOGGER - Static variable in interface org.jboss.web.CoyoteLogger
A logger with the category of the package name.
UUID_LENGTH - Static variable in class org.apache.tomcat.bayeux.UUIDGenerator
 
UUID_VERSION - Static variable in class org.apache.tomcat.bayeux.UUIDGenerator
 
UUIDGenerator - Class in org.apache.tomcat.bayeux
simple generation of a UUID
UUIDGenerator() - Constructor for class org.apache.tomcat.bayeux.UUIDGenerator
 

V

valid - Variable in class org.apache.tomcat.jni.FileInfo
The bitmask describing valid fields of this apr_finfo_t structure including all available 'wanted' fields and potentially more
VALID_SCHEME_CHAR - Static variable in class org.apache.jasper.tagplugins.jstl.Util
 
validate - Variable in class org.apache.catalina.realm.RealmBase
Should we validate client certificate chains when they are presented?
validate() - Method in class org.apache.catalina.servlets.DefaultServlet.Range
Validate range.
validate(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Validate entry.
validate() - Method in interface org.apache.tomcat.bayeux.BayeuxRequest
Validates a specific request.
validate() - Method in class org.apache.tomcat.bayeux.request.MetaConnectRequest
Check client request for validity.
validate() - Method in class org.apache.tomcat.bayeux.request.MetaDisconnectRequest
Check client request for validity.
validate() - Method in class org.apache.tomcat.bayeux.request.MetaHandshakeRequest
Check client request for validity.
validate() - Method in class org.apache.tomcat.bayeux.request.MetaSubscribeRequest
Check client request for validity.
validate() - Method in class org.apache.tomcat.bayeux.request.MetaUnsubscribeRequest
Check client request for validity.
validate() - Method in class org.apache.tomcat.bayeux.request.PublishRequest
Check client request for validity.
validate() - Method in class org.apache.tomcat.bayeux.RequestBase
 
validateExpressions(Mark, String, Class, FunctionMapper, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Deprecated.
now delegated to the org.apache.el Package
validateFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Validate the supplied FilterMap.
validateSecurityRoles() - Method in class org.apache.catalina.startup.ContextConfig
Validate the usage of security role names in the web application deployment descriptor.
validateUri - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Should the URI be validated as required by RFC2617? Can be disabled in reverse proxies where the proxy has modified the URI.
validateURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
Validate the syntax of a proposed <url-pattern> for conformance with specification requirements.
validator - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
validatorClass - Variable in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
 
ValidAttribute(String, boolean, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
ValidAttribute(String, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
ValidAttribute(String) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
value - Variable in class org.apache.naming.NamingEntry
 
value - Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
value - Variable in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
value(boolean) - Method in class org.apache.tomcat.util.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.apache.tomcat.util.json.JSONWriter
Append a double value.
value(long) - Method in class org.apache.tomcat.util.json.JSONWriter
Append a long value.
value(Object) - Method in class org.apache.tomcat.util.json.JSONWriter
Append an object value.
value - Variable in class org.jboss.web.rewrite.Substitution.StaticElement
 
valueB - Variable in class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
 
valueBound(HttpSessionBindingEvent) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
valueOf(String) - Static method in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.filters.ExpiresFilter.StartingPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.AprEndpoint.Handler.SocketState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.JIoEndpoint.Handler.SocketState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.NioEndpoint.Handler.SocketState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SocketStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.servlet.http.HttpEvent.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.filters.ExpiresFilter.StartingPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
 
values() - Static method in enum org.apache.tomcat.util.net.AprEndpoint.Handler.SocketState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.JIoEndpoint.Handler.SocketState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.NioEndpoint.Handler.SocketState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SocketStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.servlet.http.HttpEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesEnumerator(String) - Constructor for class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
 
valueUnbound(HttpSessionBindingEvent) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
Valve - Interface in org.apache.catalina
A Valve is a request processing component associated with a particular Container.
valveAlreadyStarted() - Method in interface org.jboss.web.CatalinaMessages
 
valveAlreadyStarted() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
valveAlreadyStarted$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
ValveBase - Class in org.apache.catalina.valves
Convenience base class for implementations of the Valve interface.
ValveBase() - Constructor for class org.apache.catalina.valves.ValveBase
 
valveNotStarted() - Method in interface org.jboss.web.CatalinaMessages
 
valveNotStarted() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
valveNotStarted$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
VALVES_LOGGER - Static variable in interface org.jboss.web.CatalinaLogger
A logger with the category of the package name.
VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
VARIABLE_NAMES - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
VariableResolverImpl - Class in org.apache.jasper.el
 
VariableResolverImpl(ELContext) - Constructor for class org.apache.jasper.el.VariableResolverImpl
 
version - Variable in class org.apache.catalina.core.StandardContext
Version number.
version - Variable in class org.apache.tomcat.bayeux.RequestBase
 
version() - Static method in class org.apache.tomcat.jni.SSL
 
Version - Class in org.jboss.web
 
VERSION - Static variable in class org.jboss.web.Version
The current version.
VERSION_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - version field
versionMajor - Variable in class org.apache.catalina.core.StandardContext
Version number.
versionMinor - Variable in class org.apache.catalina.core.StandardContext
Version number.
versionString() - Static method in class org.apache.tomcat.jni.Library
 
versionString() - Static method in class org.apache.tomcat.jni.SSL
 
VirtualDirContext - Class in org.apache.naming.resources
Extended FileDirContext implementation that will allow loading of tld files from the META-INF directory (or subdirectories) in classpath.
VirtualDirContext() - Constructor for class org.apache.naming.resources.VirtualDirContext
 
VOID_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Void filters (input and output).
VOID_FILTER - Static variable in class org.apache.coyote.http11.Constants
Void filters (input and output).
VoidInputFilter - Class in org.apache.coyote.http11.filters
Void input filter, which returns -1 when attempting a read.
VoidInputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidInputFilter
 
VoidOutputFilter - Class in org.apache.coyote.http11.filters
Void output filter, which silently swallows bytes written.
VoidOutputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidOutputFilter
 

W

W3cDatatypesDTDPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cDatatypesDTDResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cSchemaDTDPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cSchemaDTDResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cSchemaPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cSchemaResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
 
wait(long, int[], int) - Static method in class org.apache.tomcat.jni.Proc
Wait for a child process to die
WAIT_FOR_THREAD - Static variable in class org.apache.tomcat.util.net.Constants
 
waitAllProcs(long, int[], int, long) - Static method in class org.apache.tomcat.jni.Proc
Wait for any current child process to die and return information about that child.
wakeup() - Method in class org.apache.catalina.connector.Request
 
WAKEUP - Static variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
wakeup() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
WAKEUP - Static variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
 
wakeup() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
 
WAKEUP - Static variable in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
wakeup() - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
wakeup(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
Set the wakeup flag.
wantClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Flag to state that we would like client authentication.
wantClientAuth - Variable in class org.apache.tomcat.util.net.jsse.NioJSSESocketChannelFactory
Flag to state that we would like client authentication.
WARDirContext - Class in org.apache.naming.resources
WAR Directory Context implementation.
WARDirContext() - Constructor for class org.apache.naming.resources.WARDirContext
Builds a WAR directory context using the given environment.
WARDirContext(Hashtable) - Constructor for class org.apache.naming.resources.WARDirContext
Builds a WAR directory context using the given environment.
WARDirContext(ZipFile, WARDirContext.Entry) - Constructor for class org.apache.naming.resources.WARDirContext
Constructor used for returning fake subcontexts.
WARDirContext.Entry - Class in org.apache.naming.resources
Entries structure.
WARDirContext.WARResource - Class in org.apache.naming.resources
This specialized resource implementation avoids opening the IputStream to the WAR right away.
WARResource(ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.WARResource
 
weakETag - Variable in class org.apache.naming.resources.ResourceAttributes
Weak ETag.
webappResources - Variable in class org.apache.catalina.core.StandardContext
Non proxied resources.
webDavClientProblemXp() - Method in interface org.jboss.web.CatalinaMessages
 
webDavClientProblemXp() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
webDavClientProblemXp$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
webDavClientProblemXpRootOnly() - Method in interface org.jboss.web.CatalinaMessages
 
webDavClientProblemXpRootOnly() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
webDavClientProblemXpRootOnly$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
WebdavFixFilter - Class in org.apache.catalina.filters
Filter that attempts to force MS WebDAV clients connecting on port 80 to use a WebDAV client that actually works.
WebdavFixFilter() - Constructor for class org.apache.catalina.filters.WebdavFixFilter
 
WebdavServlet - Class in org.apache.catalina.servlets
Servlet which adds support for WebDAV level 2.
WebdavServlet() - Constructor for class org.apache.catalina.servlets.WebdavServlet
 
WebDtdPublicId_22 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdPublicId_23 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdResourcePath_22 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdResourcePath_23 - Static variable in class org.apache.catalina.startup.Constants
 
WebLogger - Interface in org.jboss.web
Logging IDs 7500-8000
WebLogger_$logger - Class in org.jboss.web
Warning this class consists of generated code.
WebLogger_$logger(Logger) - Constructor for class org.jboss.web.WebLogger_$logger
 
WebMessages - Interface in org.jboss.web
Logging IDs 7000-7500
WebMessages_$bundle - Class in org.jboss.web
Warning this class consists of generated code.
WebMessages_$bundle() - Constructor for class org.jboss.web.WebMessages_$bundle
 
WebSchemaPublicId_24 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaPublicId_25 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaResourcePath_24 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaResourcePath_25 - Static variable in class org.apache.catalina.startup.Constants
 
WELCOME_FILES_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we record the set of welcome files (as an object of type String[]) for this application.
welcomeFiles - Variable in class org.apache.catalina.core.StandardContext
The welcome files for this application.
welcomeResources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
When - Class in org.apache.jasper.tagplugins.jstl.core
 
When() - Constructor for class org.apache.jasper.tagplugins.jstl.core.When
 
wildcardWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
workBase() - Method in class org.apache.catalina.core.StandardContext
 
workDir - Variable in class org.apache.catalina.core.StandardContext
The pathname to the work directory for this context (relative to the server's home if not absolute).
Worker() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Worker
 
Worker() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
workers - Variable in class org.apache.tomcat.util.net.AprEndpoint
Available workers.
workers - Variable in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
 
workers - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Available workers.
workers - Variable in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
 
WorkerStack(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
 
WorkerStack(int) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
 
WRAPPED_RESPONSE_IN_LOGIN - Static variable in class org.apache.catalina.connector.Request
 
wrapper - Variable in class org.apache.catalina.connector.Request
Associated wrapper.
wrapper - Variable in class org.apache.catalina.core.DummyRequest
 
Wrapper - Interface in org.apache.catalina
A Wrapper is a Container that represents an individual servlet definition from the deployment descriptor of the web application.
Wrapper() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
wrapper - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
wrapperClass - Variable in class org.apache.catalina.core.StandardContext
 
wrapperClassName - Variable in class org.apache.catalina.core.StandardContext
Java class name of the Wrapper class implementation we use.
wrapperHasNoChild() - Method in interface org.jboss.web.CatalinaMessages
 
wrapperHasNoChild() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
wrapperHasNoChild$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
wrapperLifecycles - Variable in class org.apache.catalina.core.StandardContext
The set of classnames of LifecycleListeners that will be added to each newly created Wrapper by createWrapper().
wrapperListeners - Variable in class org.apache.catalina.core.StandardContext
The set of classnames of ContainerListeners that will be added to each newly created Wrapper by createWrapper().
wrapperParentMustBeContext() - Method in interface org.jboss.web.CatalinaMessages
 
wrapperParentMustBeContext() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
wrapperParentMustBeContext$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
wrapperPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
write(int) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(byte[]) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(char[], int, int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(String, int, int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(byte[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(char[]) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(char[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(String, int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Append a string to the buffer
write(String) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(int) - Method in class org.apache.catalina.core.DummyResponse
 
write(byte[]) - Method in class org.apache.catalina.core.DummyResponse
 
write(byte[], int, int) - Method in class org.apache.catalina.core.DummyResponse
 
write(String) - Method in class org.apache.catalina.core.StandardPart
 
write(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(char[], int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(String, int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(byte[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
write(byte[], int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
write(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
write(int) - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Write to our buffer.
write(long, TimeUnit) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Perform a write operation.
write(MessageBytes) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(ByteChunk) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(CharChunk) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
This method will write the contents of the specyfied char buffer to the output stream, without filtering.
write(byte[]) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
This method will write the contents of the specyfied byte buffer to the output stream, without filtering.
write(String) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
This method will write the contents of the specyfied String to the output stream, without filtering.
write(int) - Method in class org.apache.coyote.http11.AbstractInternalOutputBuffer
This method will print the specified integer to the output stream, without filtering.
write(int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(MessageBytes) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(ByteChunk) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(CharChunk) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will write the contents of the specyfied char buffer to the output stream, without filtering.
write(byte[]) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will write the contents of the specyfied byte buffer to the output stream, without filtering.
write(String) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will write the contents of the specyfied String to the output stream, without filtering.
write(int) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will print the specified integer to the output stream, without filtering.
write(long, TimeUnit) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
 
write(MessageBytes) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(ByteChunk) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(CharChunk) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied char buffer to the output stream, without filtering.
write(byte[]) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied byte buffer to the output stream, without filtering.
write(String) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied String to the output stream, without filtering.
write(int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will print the specified integer to the output stream, without filtering.
write(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
write(char[], int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
write(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
write(String, int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
write(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
write(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a single character.
write(char[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a portion of an array of characters.
write(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write an array of characters.
write(String, int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a portion of a String.
write(byte[]) - Method in interface org.apache.tomcat.jni.BIOCallback
Write data
write(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file.
write(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Write the bytes to byte array.
write(int) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Write a byte to byte array.
write(InputStream) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Writes the entire contents of the specified input stream to this byte stream.
write(File) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
A convenience method to write an uploaded item to disk.
write(File) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
A convenience method to write an uploaded item to disk.
write(int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(Writer) - Method in class org.apache.tomcat.util.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.apache.tomcat.util.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
WRITE - Static variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
write() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
write(ByteBuffer) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
Deprecated.
write(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
write(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
write(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Deprecated.
(use writeBytes(...) instead)
write(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.NioChannel
 
write(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.NioChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class org.apache.tomcat.util.net.NioChannel
Writes a sequence of bytes to this channel from a subsequence of the given buffers.
WRITE - Static variable in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
write() - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
 
write(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.ChannelInfo
Set the write flag.
write(HttpServletResponse, byte[], int) - Static method in class org.jboss.web.php.SAPI
 
writeable - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
writeb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file.
writeByte(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
writeBytes(ByteBuffer) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
writeBytes(ByteBuffer, long, TimeUnit) - Method in class org.apache.tomcat.util.net.jsse.SecureNioChannel
 
writeBytes(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Writes a sequence of bytes to this channel from the given buffer.
writeBytes(ByteBuffer, long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioChannel
Write a sequence of bytes in blocking mode.
writeData(String) - Method in class org.apache.catalina.util.XMLWriter
Write data.
writeElement(String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeElement(String, String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspMethodExpression
 
writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspValueExpression
 
writeFull(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file, ensuring that all of the data is written before returning.
writeFullb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file, ensuring that all of the data is written before returning.
writeListenerAlreadySet() - Method in interface org.jboss.web.CatalinaMessages
 
writeListenerAlreadySet() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
writeListenerAlreadySet$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
writeNotification - Variable in class org.apache.coyote.http11.Http11AbstractProcessor
True if a write has been requested.
writeNotification - Variable in class org.apache.coyote.http11.Http11AprProcessor
 
writeObject(ObjectOutputStream) - Method in class org.apache.catalina.session.StandardSession
Write a serialized version of this session object to the specified object output stream.
writeObjectData(ObjectOutputStream) - Method in class org.apache.catalina.session.StandardSession
Write a serialized version of the contents of this session object to the specified object output stream, without requiring that the StandardSession itself have been serialized.
writeOut(Writer) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
writeOut(Writer) - Method in class org.apache.jasper.runtime.CharBuffer
Write the content of this buffer out to the supplied Writer object.
writeProperty(String, String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeProperty(String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeProperty(String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writer - Variable in class org.apache.catalina.connector.Response
The associated writer.
writer - Variable in class org.apache.catalina.util.XMLWriter
Writer.
writer - Variable in class org.apache.catalina.valves.AccessLogValve
The PrintWriter to which we are currently logging, if any.
writer - Variable in class org.apache.jasper.JspCompilationContext
 
writer - Variable in class org.apache.tomcat.util.json.JSONWriter
The writer that will receive the output.
writerAlreadyUsed() - Method in interface org.jboss.web.CatalinaMessages
 
writerAlreadyUsed() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
writerAlreadyUsed$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
writerMisplacedArray() - Method in interface org.jboss.web.JSONMessages
 
writerMisplacedArray() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerMisplacedArray$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerMisplacedArrayEnd() - Method in interface org.jboss.web.JSONMessages
 
writerMisplacedArrayEnd() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerMisplacedArrayEnd$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerMisplacedKey() - Method in interface org.jboss.web.JSONMessages
 
writerMisplacedKey() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerMisplacedKey$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerMisplacedObject() - Method in interface org.jboss.web.JSONMessages
 
writerMisplacedObject() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerMisplacedObject$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerMisplacedObjectEnd() - Method in interface org.jboss.web.JSONMessages
 
writerMisplacedObjectEnd() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerMisplacedObjectEnd$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerNestingError() - Method in interface org.jboss.web.JSONMessages
 
writerNestingError() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerNestingError$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerNestingTooDeep() - Method in interface org.jboss.web.JSONMessages
 
writerNestingTooDeep() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerNestingTooDeep$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerNull() - Method in interface org.jboss.web.JSONMessages
 
writerNull() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerNull$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerNullKey() - Method in interface org.jboss.web.JSONMessages
 
writerNullKey() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerNullKey$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerValueOutOfSequence() - Method in interface org.jboss.web.JSONMessages
 
writerValueOutOfSequence() - Method in class org.jboss.web.JSONMessages_$bundle
 
writerValueOutOfSequence$str() - Method in class org.jboss.web.JSONMessages_$bundle
 
writeSession(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Write the provided session to the Store without modifying the copy in memory or triggering passivation events.
writeText(String) - Method in class org.apache.catalina.util.XMLWriter
Write text.
writeTimeout - Variable in class org.apache.coyote.http11.AbstractInternalOutputBuffer
Write timeout
writeTo(OutputStream) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Writes the entire contents of this byte stream to the specified output stream.
writeTo(OutputStream) - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Writes the data from this output stream to the specified output stream, after it has been closed.
writev(long, byte[][]) - Static method in class org.apache.tomcat.jni.File
Write data from aray of byte arrays to the specified file.
writevFull(long, byte[][]) - Static method in class org.apache.tomcat.jni.File
Write data from aray of byte arrays to the specified file, ensuring that all of the data is written before returning.
writeXml(Node, OutputStream) - Static method in class org.apache.tomcat.util.DomUtil
 
writeXMLHeader() - Method in class org.apache.catalina.util.XMLWriter
Write XML Header.
wrongRootElement(String, String) - Method in interface org.jboss.web.JasperMessages
 
wrongRootElement(String, String) - Method in class org.jboss.web.JasperMessages_$bundle
 
wrongRootElement$str() - Method in class org.jboss.web.JasperMessages_$bundle
 

X

X_POWERED_BY - Static variable in class org.apache.catalina.connector.Connector
 
X_POWERED_BY - Static variable in class org.apache.catalina.connector.CoyoteAdapter
 
XForwardedRequest(HttpServletRequest) - Constructor for class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
XHttpServletResponse(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
XMLChar - Class in org.apache.jasper.xmlparser
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.jasper.xmlparser.XMLChar
 
XMLEncodingDetector - Class in org.apache.jasper.xmlparser
 
XMLEncodingDetector() - Constructor for class org.apache.jasper.xmlparser.XMLEncodingDetector
Constructor
XmlEscape(String) - Static method in class org.apache.jasper.runtime.PageContextImpl
 
XMLString - Class in org.apache.jasper.xmlparser
This class is used as a structure to pass text contained in the underlying character buffer of the scanner.
XMLString() - Constructor for class org.apache.jasper.xmlparser.XMLString
Default constructor.
XMLString(char[], int, int) - Constructor for class org.apache.jasper.xmlparser.XMLString
Constructs an XMLString structure preset with the specified values.
XMLString(XMLString) - Constructor for class org.apache.jasper.xmlparser.XMLString
Constructs an XMLString structure with copies of the values in the given structure.
XMLStringBuffer - Class in org.apache.jasper.xmlparser
XMLString is a structure used to pass character arrays.
XMLStringBuffer() - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
 
XMLStringBuffer(int) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
 
XMLStringBuffer(char) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from a char.
XMLStringBuffer(String) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from a String.
XMLStringBuffer(char[], int, int) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from the specified character array.
XMLStringBuffer(XMLString) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from the specified XMLString.
XMLWriter - Class in org.apache.catalina.util
XMLWriter helper class.
XMLWriter() - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.
XMLWriter(Writer) - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.
xpoweredBy - Variable in class org.apache.catalina.connector.Connector
Is generation of X-Powered-By response header enabled/disabled?
XPrintWriter(PrintWriter, HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Constructor for class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
XServletOutputStream(ServletOutputStream, HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Constructor for class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
xslTransformerError() - Method in interface org.jboss.web.CatalinaMessages
 
xslTransformerError() - Method in class org.jboss.web.CatalinaMessages_$bundle
 
xslTransformerError$str() - Method in class org.jboss.web.CatalinaMessages_$bundle
 

Z

Z - Static variable in class org.apache.coyote.ajp.Constants
'Z'.
Z - Static variable in class org.apache.coyote.http11.Constants
'Z'.

_

_200_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
_200_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
_400_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
_400_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
_404_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
_404_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
_jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
_jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
 
_jspx_page_context - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
JBoss Web 8.0.0.Alpha1

Copyright © 2016 JBoss by Red Hat. All rights reserved.