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'.
abort() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 2 of authenticating a Subject when Phase 1 fails.
absoluteBase - Variable in class org.apache.naming.resources.FileDirContext
Absolute normalized filename of the base.
AbstractCatalinaTask - Class in org.apache.catalina.ant
Abstract base class for Ant tasks that interact with the Manager web application for dynamically deploying and undeploying applications.
AbstractCatalinaTask() - Constructor for class org.apache.catalina.ant.AbstractCatalinaTask
 
AbstractObjectCreationFactory - Class in org.apache.tomcat.util.digester
Abstract base class for ObjectCreationFactory implementations.
AbstractObjectCreationFactory() - Constructor for class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
 
AbstractRulesImpl - Class in org.apache.tomcat.util.digester
AbstractRuleImpl provides basic services for Rules implementations.
AbstractRulesImpl() - Constructor for class org.apache.tomcat.util.digester.AbstractRulesImpl
 
accept(NodeVisitor) - Method in interface org.apache.el.parser.Node
 
accept(NodeVisitor) - Method in class org.apache.el.parser.SimpleNode
 
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
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
 
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
 
accessJMXConnection(Project, String, String, String, String, String, String) - Static method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get Current Connection from ref parameter or create a new one!
accessJMXValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Get value from MBeans attribute
accessJMXValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
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.ByteSentElement(boolean) - Constructor for class org.apache.catalina.valves.AccessLogValve.ByteSentElement
if conversion is true, write '-' instead of 0 - %b
AccessLogValve.CookieElement - Class in org.apache.catalina.valves
write a specific cookie - %{xxx}c
AccessLogValve.CookieElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.CookieElement
 
AccessLogValve.DateAndTimeElement - Class in org.apache.catalina.valves
write date and time, in Common Log Format - %t
AccessLogValve.DateAndTimeElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.DateAndTimeElement
 
AccessLogValve.ElapsedTimeElement - Class in org.apache.catalina.valves
write time taken to process the request - %D, %T
AccessLogValve.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
AccessLogValve.HeaderElement - Class in org.apache.catalina.valves
write incoming headers - %{xxx}i
AccessLogValve.HeaderElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.HeaderElement
 
AccessLogValve.HostElement - Class in org.apache.catalina.valves
write remote host name - %h
AccessLogValve.HostElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.HostElement
 
AccessLogValve.HttpStatusCodeElement - Class in org.apache.catalina.valves
write HTTP status code of the response - %s
AccessLogValve.HttpStatusCodeElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.HttpStatusCodeElement
 
AccessLogValve.LocalAddrElement - Class in org.apache.catalina.valves
write local IP address - %A
AccessLogValve.LocalAddrElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalAddrElement
 
AccessLogValve.LocalPortElement - Class in org.apache.catalina.valves
write local port on which this request was received - %p
AccessLogValve.LocalPortElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalPortElement
 
AccessLogValve.LocalServerNameElement - Class in org.apache.catalina.valves
write local server name - %v
AccessLogValve.LocalServerNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalServerNameElement
 
AccessLogValve.LogicalUserNameElement - Class in org.apache.catalina.valves
write remote logical username from identd (always returns '-') - %l
AccessLogValve.LogicalUserNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LogicalUserNameElement
 
AccessLogValve.MethodElement - Class in org.apache.catalina.valves
write request method (GET, POST, etc.) - %m
AccessLogValve.MethodElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.MethodElement
 
AccessLogValve.ProtocolElement - Class in org.apache.catalina.valves
write request protocol - %H
AccessLogValve.ProtocolElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.ProtocolElement
 
AccessLogValve.QueryElement - Class in org.apache.catalina.valves
write Query string (prepended with a '?'
AccessLogValve.QueryElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.QueryElement
 
AccessLogValve.RemoteAddrElement - Class in org.apache.catalina.valves
write remote IP address - %a
AccessLogValve.RemoteAddrElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RemoteAddrElement
 
AccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
write an attribute in the ServletRequest - %{xxx}r
AccessLogValve.RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestAttributeElement
 
AccessLogValve.RequestElement - Class in org.apache.catalina.valves
write first line of the request (method and request URI) - %r
AccessLogValve.RequestElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestElement
 
AccessLogValve.RequestURIElement - Class in org.apache.catalina.valves
write requested URL path - %U
AccessLogValve.RequestURIElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestURIElement
 
AccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
write a specific response header - %{xxx}o
AccessLogValve.ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.ResponseHeaderElement
 
AccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
write an attribute in the HttpSession - %{xxx}s
AccessLogValve.SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.SessionAttributeElement
 
AccessLogValve.SessionIdElement - Class in org.apache.catalina.valves
write user session ID - %S
AccessLogValve.SessionIdElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.SessionIdElement
 
AccessLogValve.StringElement - Class in org.apache.catalina.valves
write any string
AccessLogValve.StringElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.StringElement
 
AccessLogValve.ThreadNameElement - Class in org.apache.catalina.valves
write thread name - %I
AccessLogValve.ThreadNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.ThreadNameElement
 
AccessLogValve.UserElement - Class in org.apache.catalina.valves
write remote user that was authenticated (if any), else '-' - %u
AccessLogValve.UserElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.UserElement
 
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.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. a flush() on the servlet output stream or writer, called by a servlet ).
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_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_WRITE - Static variable in class org.apache.coyote.ActionCode
Ask for a write callback
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.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.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
 
adCompat - Variable in class org.apache.catalina.realm.JNDIRealm
Should we ignore PartialResultExceptions when iterating over NamingEnumerations?
add(Session) - Method in interface org.apache.catalina.Manager
Add this Session to the set of active Sessions for this Manager.
add(HttpServletRequest, PrintWriter, String, boolean) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Add host with the given parameters.
add(PrintWriter, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Add a host using the specified parameters.
add(HttpServletRequest, String) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Add a host using the specified parameters.
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(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
 
add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
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(String, Rule) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Registers a new Rule instance matching the specified pattern.
add(String, Rule) - Method in interface org.apache.tomcat.util.digester.Rules
Register a new Rule instance matching the specified pattern.
add(String, Rule) - Method in class org.apache.tomcat.util.digester.RulesBase
Register a new Rule instance matching the specified pattern.
add(String, Rule) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Adds a Rule to be fired on given pattern.
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_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_escapes(String) - Method in exception org.apache.el.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
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.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.
addAfter(String) - Method in class org.apache.catalina.deploy.WebOrdering
 
addAfter(OrderingResolver.Ordering) - Method in class org.apache.catalina.startup.OrderingResolver.Ordering
 
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, String) - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
Add an additional attribute name to property name mapping.
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.
addArg(Arg) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
addArg(Arg) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
addAsyncListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.DummyRequest
 
addAsyncListener(AsyncListener) - Method in class org.apache.catalina.core.DummyRequest
 
addAttribute(String, String) - Method in class org.apache.jasper.xmlparser.TreeNode
Add an attribute to this node, replacing any existing attribute with the same name.
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.
addAuthenticator(Authenticator, String) - Method in class org.apache.catalina.startup.Embedded
 
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
 
addBefore(String) - Method in class org.apache.catalina.deploy.WebOrdering
 
addBefore(OrderingResolver.Ordering) - Method in class org.apache.catalina.startup.OrderingResolver.Ordering
 
addBuiltinCommands() - Method in class org.apache.catalina.ssi.SSIProcessor
 
addCallMethod(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add an "call method" rule for a method which accepts no arguments.
addCallMethod(String, String, int) - Method in class org.apache.tomcat.util.digester.Digester
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, String[]) - Method in class org.apache.tomcat.util.digester.Digester
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, Class[]) - Method in class org.apache.tomcat.util.digester.Digester
Add an "call method" rule for the specified parameters.
addCallParam(String, int) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule for the specified parameters.
addCallParam(String, int, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule for the specified parameters.
addCallParam(String, int, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule.
addCallParam(String, int, int) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule that sets a parameter from the stack.
addCallParamPath(String, int) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule that sets a parameter from the current Digester matching path.
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(TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Add a new child node to this node.
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.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 .
addConfiguredRedirector(RedirectorElement) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Add a RedirectorElement to this task.
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.
addConnector(Connector) - Method in class org.apache.catalina.startup.Embedded
Add a new Connector to the set of defined Connectors.
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) - Method in class org.apache.catalina.startup.Tomcat
Add a context - programmatic mode, no web.xml used.
addContext(StandardHost, String, String) - Method in class org.apache.catalina.startup.Tomcat
 
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.ssi.ResponseIncludeWrapper
 
addDefault(Rule) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Adds a rule to be fired when wrapped implementation returns no matches
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.
AddDefaultCharsetFilter.ResponseWrapper(HttpServletResponse) - Constructor for class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
addDefaultMapper(String) - Method in class org.apache.catalina.core.StandardWrapper
Add a default Mapper implementation if none have been configured explicitly.
addEjb(ContextEjb) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified EJBs in the naming context.
addEjb(ContextEjb) - Method in class org.apache.catalina.deploy.NamingResources
Add an EJB resource reference for this web application.
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
 
addEngine(Engine) - Method in class org.apache.catalina.startup.Embedded
Add a new Engine to the set of defined Engines.
addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified environment entries in the naming context.
addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.deploy.NamingResources
Add an environment entry for this web application.
addEnvironment(String, String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add an environment entry for this web application.
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.
addEscapes(String) - Static method in error org.apache.el.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
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
addFactoryCreate(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, ObjectCreationFactory) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class, String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, ObjectCreationFactory, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addField() - Method in class org.apache.tomcat.util.http.Parameters
Create a new, unitialized entry.
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(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
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.
addFragment(String, WebOrdering) - Method in class org.apache.catalina.deploy.WebOrder
 
addFunction(String, String, Method) - Method in class org.apache.el.lang.FunctionMapperImpl
 
addFunctionInfo(FunctionInfo) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
addHandler(ContextHandler) - Method in class org.apache.catalina.deploy.ContextService
 
addHandler(HandlerRef) - Method in class org.apache.naming.ServiceRef
 
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.ssi.ResponseIncludeWrapper
 
addHeader(String, String) - Method in class org.apache.coyote.Response
 
addHeader(String, String) - Method in class org.apache.tomcat.util.http.fileupload.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.
addInjectionTarget(Injectable, Map<String, Map<String, String>>) - Method in class org.apache.catalina.core.StandardContext
 
addInjectionTarget(String, String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
addInjectionTarget(String, String) - Method in interface org.apache.catalina.deploy.Injectable
 
addInjectionTarget(String, String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
addInjectionTarget(String, String) - Method in class org.apache.catalina.deploy.ResourceBase
 
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.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
 
addJarsFromClassPath(Vector, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Add elements from the classpath cp to a Vector jars as file URLs (We use Vector for JDK 1.1 compat).
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.ContextJarRepository
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ServerJarRepository
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 class org.apache.catalina.core.StandardThreadExecutor
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.loader.LegacyWebappClassLoader
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.LegacyWebappLoader
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoader
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappLoader
Add a lifecycle event 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.startup.Embedded
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.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.
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)
addLocalEjb(ContextLocalEjb) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified local EJBs in the naming context.
addLocalEjb(ContextLocalEjb) - Method in class org.apache.catalina.deploy.NamingResources
Add a local EJB resource reference for this web application.
addLogger(Logger) - Method in class org.apache.juli.ClassLoaderLogManager
Add the specified logger to the classloader local configuration.
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
 
addMessageDestination(MessageDestination) - Method in class org.apache.catalina.core.StandardContext
Add a message destination for this web application.
addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.core.StandardContext
Add a message destination reference for this web application.
addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.deploy.NamingResources
Add a message destination reference for this web application.
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.
addName(String) - Method in class org.apache.catalina.deploy.WebAbsoluteOrdering
 
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.
addObjectCreate(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, Class) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, String, Class) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectParam(String, int, Object) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule that sets a parameter from a caller-provided object.
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.
addParam(String, String) - Method in class org.apache.tomcat.util.http.Parameters
 
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(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.
addPermission(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path.
addPermission(URL) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for URL.
addPermission(Permission) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
If there is a Java SecurityManager create a Permission.
addPermission(String) - Method in class org.apache.catalina.loader.WebappClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path.
addPermission(URL) - Method in class org.apache.catalina.loader.WebappClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for URL.
addPermission(Permission) - Method in class org.apache.catalina.loader.WebappClassLoader
If there is a Java SecurityManager create a Permission.
addPortcomponent(String, String) - Method in class org.apache.catalina.deploy.ContextService
 
addPortName(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
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 class org.apache.catalina.deploy.NamingResources
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 class org.apache.catalina.loader.LegacyWebappLoader
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.WebappLoader
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.
addRealm(Realm) - Method in class org.apache.catalina.realm.CombinedRealm
Add a realm to the list of realms that will be used to authenticate users.
addRepository(String) - Method in interface org.apache.catalina.Loader
Add a new repository to the set of repositories for this class loader.
addRepository(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - Method in class org.apache.catalina.loader.LegacyWebappLoader
Add a new repository to the set of repositories for this class loader.
addRepository(String) - Method in interface org.apache.catalina.loader.Reloader
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - Method in class org.apache.catalina.loader.WebappLoader
Add a new repository to the set of repositories for this class loader.
addRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
addResource(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
addResource(ContextResource) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource reference for this web application.
addResource(String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add a resource reference for this web application.
addResource(Context, Resource) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process a Resource annotation to set up a Resource.
addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource environment reference for this web application.
addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resource link in the naming context.
addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource link for this web application.
addResourceLink(String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add a resource link reference for this web application.
address - Variable in class org.apache.catalina.ha.backend.Proxy
 
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.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.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).
addRole(String, String) - Method in class org.apache.catalina.startup.Tomcat
 
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
addRule(String, Rule) - Method in class org.apache.tomcat.util.digester.Digester
Register a new Rule matching the specified pattern.
addRuleInstances(Digester) - Method in class org.apache.catalina.realm.MemoryRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.ContextRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.EngineRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.HostRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.NamingRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.RealmRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.TldRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.WebOrderingRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.WebRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in interface org.apache.tomcat.util.digester.RuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.tomcat.util.digester.RuleSetBase
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleSet(RuleSet) - Method in class org.apache.tomcat.util.digester.Digester
Register a set of Rule instances defined in a RuleSet.
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.
addService(ContextService) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified web service in the naming context.
addService(Service) - Method in class org.apache.catalina.core.StandardServer
Add a new Service to the set of defined Services.
addService(ContextService) - Method in class org.apache.catalina.deploy.NamingResources
Add a web service reference for this web application.
addService(Service) - Method in interface org.apache.catalina.Server
Add a new Service to the set of defined Services.
addServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the addServiced method on the deployer.
addServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Add a serviced application to the list.
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
 
addServlet(String, String, String) - Method in class org.apache.catalina.startup.Tomcat
 
addServlet(StandardContext, String, String) - Static method in class org.apache.catalina.startup.Tomcat
Equivalent with .
addServlet(StandardContext, String, Servlet) - Static method in class org.apache.catalina.startup.Tomcat
Use an existing servlet, no class.forName or initialization will be performed
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
 
addSetNext(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set next" rule for the specified parameters.
addSetNext(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set next" rule for the specified parameters.
addSetProperties(String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set properties" rule for the specified parameters.
addSetProperties(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set properties" rule with a single overridden parameter.
addSetProperties(String, String[], String[]) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set properties" rule with overridden parameters.
addSetProperty(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set property" rule for the specified parameters.
addSetRoot(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add SetRootRule with the specified parameters.
addSetRoot(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add SetRootRule with the specified parameters.
addSetTop(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set top" rule for the specified parameters.
addSetTop(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set top" rule for the specified parameters.
addSmap(String, String) - Method in class org.apache.jasper.compiler.SmapGenerator
Adds the given string as an embedded SMAP with the given stratum name.
addSoapHeaders(String, String) - Method in class org.apache.catalina.deploy.ContextHandler
 
addSoapRole(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
addStartupNotifyClass(Class<?>) - Method in class org.apache.catalina.startup.ContextConfig.ServletContainerInitializerInfo
 
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.
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.
addSystemResource(File) - Static method in class org.apache.catalina.util.ExtensionValidator
Checks to see if the given system JAR file contains a MANIFEST, and adds it to the container's manifest resources.
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
 
addText(String) - Method in class org.apache.catalina.ant.jmx.Arg
 
addTimestamp(StringBuilder, Date) - Method in class org.apache.juli.OneLineFormatter
 
addToClassPath(Vector, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Add all the jar files in a dir to the classpath, represented as a Vector of URLs.
addToDeliveryQueue(ClientImpl, JSONObject) - Method in class org.apache.tomcat.bayeux.RequestBase
 
addToEnvironment(String, Object) - Method in class org.apache.naming.NamingContext
Adds a new environment property to the environment of this context.
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.
addToEnvironment(String, Object) - Method in class org.apache.naming.SelectorContext
Adds a new environment property to the environment of this context.
addToolsJar(Vector) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
addToPoller(long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Add specified socket to one of the pollers.
addURL(URL) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Add the specified URL to the classloader.
addURLPattern(String) - Method in class org.apache.catalina.deploy.FilterMap
 
addUrlPattern(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
addUser(String, String) - Method in class org.apache.catalina.startup.Tomcat
Add a user for the in-memory realm.
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
 
addWatchedResource(String) - Method in interface org.apache.catalina.Context
Add a resource which will be watched for reloading by the host auto deployer.
addWatchedResource(String) - Method in class org.apache.catalina.core.StandardContext
Add a new watched resource to the set recognized by this Context.
addWatchedResources(HostConfig.DeployedApplication, String, Context) - Method in class org.apache.catalina.startup.HostConfig
Add watched resources to the specified Context.
addWebapp(String, String) - Method in class org.apache.catalina.startup.Tomcat
Add a webapp using normal WEB-INF/web.xml if found.
addWebapp(StandardHost, String, String) - Method in class org.apache.catalina.startup.Tomcat
 
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.
adjustBeginLineColumn(int, int) - Method in class org.apache.el.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
Adjust the URL pattern to begin with a leading slash, if appropriate (i.e. we are running a servlet 2.2 application).
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 - Variable in class org.apache.catalina.deploy.WebOrdering
 
after - Variable in class org.apache.catalina.startup.OrderingResolver.Ordering
 
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 service() method of a servlet 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_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.
afterOthers - Variable in class org.apache.catalina.deploy.WebOrdering
 
afterOthers - Variable in class org.apache.catalina.startup.OrderingResolver.Ordering
 
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.SocketInputBuffer() - Constructor for class org.apache.coyote.ajp.AjpAprProcessor.SocketInputBuffer
 
AjpAprProcessor.SocketOutputBuffer - Class in org.apache.coyote.ajp
This class is an output buffer which will write data to an output stream.
AjpAprProcessor.SocketOutputBuffer() - Constructor for class org.apache.coyote.ajp.AjpAprProcessor.SocketOutputBuffer
 
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
 
AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol) - Constructor for class org.apache.coyote.ajp.AjpAprProtocol.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
 
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.SocketInputBuffer() - Constructor for class org.apache.coyote.ajp.AjpProcessor.SocketInputBuffer
 
AjpProcessor.SocketOutputBuffer - Class in org.apache.coyote.ajp
This class is an output buffer which will write data to an output stream.
AjpProcessor.SocketOutputBuffer() - Constructor for class org.apache.coyote.ajp.AjpProcessor.SocketOutputBuffer
 
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
 
AjpProtocol.AjpConnectionHandler(AjpProtocol) - Constructor for class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
algorithm - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The message digest algorithm to be used when generating session identifiers.
algorithm - Variable in class org.apache.catalina.session.ManagerBase
The message digest algorithm to be used when generating session identifiers.
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.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.
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.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
 
allPermission - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
All permission.
allPermission - Variable in class org.apache.catalina.loader.WebappClassLoader
All permission.
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
ALT_DD_ATTR - Static variable in class org.apache.jasper.Constants
 
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.
alternateURL - Variable in class org.apache.catalina.realm.JNDIRealm
An alternate URL, to which, we should connect if connectionURL fails.
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.
alwaysLog - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Flag which indicates that, if redirected, output should also be always sent to the log.
And() - Method in class org.apache.el.parser.ELParser
 
AND0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
AND1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
antiJARLocking - Variable in class org.apache.catalina.core.StandardContext
The antiJARLocking flag for this Context.
antiLocking() - Method in class org.apache.catalina.startup.ContextConfig
 
antiResourceLocking - Variable in class org.apache.catalina.core.StandardContext
The antiResourceLocking flag for this Context.
appBase - Variable in class org.apache.catalina.manager.ManagerServlet
The host appBase.
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.
appContextProtection - Variable in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Protect against the memory leak caused when the first call to sun.awt.AppContext.getAppContext() is triggered by a web application.
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.
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.
APPLICATION - Static variable in class org.apache.catalina.util.ManifestResource
 
APPLICATION_ERROR - Static variable in class org.apache.catalina.manager.HTMLManagerServlet
 
APPLICATION_MESSAGE - Static variable in class org.apache.catalina.manager.HTMLManagerServlet
 
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
 
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
 
ApplicationFilterConfigFacade.Dynamic(ApplicationFilterConfig) - Constructor for class org.apache.catalina.core.ApplicationFilterConfigFacade.Dynamic
 
ApplicationFilterFactory - Class in org.apache.catalina.core
Factory for the creation and caching of Filters and creationg of Filter Chains.
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.
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.
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
 
apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.apache.jasper.compiler.TagPluginManager
 
appName - Variable in class org.apache.catalina.realm.JAASRealm
The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules.
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 ERROR VALUES APR_ENOSTAT APR was unable to perform a stat on the file APR_ENOPOOL APR was not provided a pool with which to allocate memory APR_EBADDATE APR was given an invalid date APR_EINVALSOCK APR was given an invalid socket APR_ENOPROC APR was not given a process structure APR_ENOTIME APR was not given a time structure APR_ENODIR APR was not given a directory structure APR_ENOLOCK APR was not given a lock structure APR_ENOPOLL APR was not given a poll structure APR_ENOSOCKET APR was not given a socket APR_ENOTHREAD APR was not given a thread structure APR_ENOTHDKEY APR was not given a thread key structure APR_ENOSHMAVAIL There is no more shared memory available APR_EDSOOPEN APR was unable to open the dso object.
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 STATUS VALUES APR_INCHILD Program is currently executing in the child APR_INPARENT Program is currently executing in the parent APR_DETACH The thread is detached APR_NOTDETACH The thread is not detached APR_CHILD_DONE The child has finished executing APR_CHILD_NOTDONE The child has not finished executing APR_TIMEUP The operation did not finish before the timeout APR_INCOMPLETE The operation was incomplete although some processing was performed and the results are partially valid APR_BADCH Getopt found an option not in the option string APR_BADARG Getopt found an option that is missing an argument and an argument was specified in the option string APR_EOF APR has encountered the end of the file APR_NOTFOUND APR was unable to find the socket in the poll structure APR_ANONYMOUS APR is using anonymous shared memory APR_FILEBASED APR is using a file name as the key to the shared memory APR_KEYBASED APR is using a shared key as the key to the shared memory APR_EINIT Ininitalizer value.
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 !
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 ... buggy os?
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.Acceptor() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Acceptor
 
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.Poller(boolean) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Poller
 
AprEndpoint.Sendfile - Class in org.apache.tomcat.util.net
Sendfile class.
AprEndpoint.Sendfile() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
AprEndpoint.SendfileData - Class in org.apache.tomcat.util.net
SendfileData class.
AprEndpoint.SendfileData() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
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.SocketEventProcessor(long, SocketStatus) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketEventProcessor
 
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.SocketInfo() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
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.SocketList(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
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.SocketProcessor(long) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
 
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.SocketTimeouts(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
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.SocketWithOptionsProcessor(long) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
AprEndpoint.Worker - Class in org.apache.tomcat.util.net
Server processor class.
AprEndpoint.Worker() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Worker
 
AprEndpoint.WorkerStack - Class in org.apache.tomcat.util.net
 
AprEndpoint.WorkerStack(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
 
aprInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
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
 
aprVersionString() - Static method in class org.apache.tomcat.jni.Library
 
Arg - Class in org.apache.catalina.ant.jmx
 
Arg() - Constructor for class org.apache.catalina.ant.jmx.Arg
 
arguments(String[]) - Method in class org.apache.catalina.startup.Catalina
Process the specified command line arguments, and return true if we should continue processing; otherwise return false.
ArithmeticNode - Class in org.apache.el.parser
 
ArithmeticNode(int) - Constructor for class org.apache.el.parser.ArithmeticNode
 
array() - Method in class org.apache.tomcat.util.json.JSONWriter
Begin appending a new array.
ARRAY_TYPE - Static variable in class org.apache.tomcat.util.http.Parameters
 
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.
ArrayStack - Class in org.apache.tomcat.util.digester
Imported copy of the ArrayStack class from Commons Collections, which was the only direct dependency from Digester.
ArrayStack() - Constructor for class org.apache.tomcat.util.digester.ArrayStack
Constructs a new empty ArrayStack.
ArrayStack(int) - Constructor for class org.apache.tomcat.util.digester.ArrayStack
Constructs a new empty ArrayStack with an initial size.
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.Streams
This convenience method allows to read a org.apache.commons.fileupload.FileItemStream's content into a string.
asString(InputStream, String) - Static method in class org.apache.tomcat.util.http.fileupload.Streams
This convenience method allows to read a org.apache.commons.fileupload.FileItemStream's content into a string, using the given character encoding.
AstAnd - Class in org.apache.el.parser
 
AstAnd(int) - Constructor for class org.apache.el.parser.AstAnd
 
AstBracketSuffix - Class in org.apache.el.parser
 
AstBracketSuffix(int) - Constructor for class org.apache.el.parser.AstBracketSuffix
 
AstChoice - Class in org.apache.el.parser
 
AstChoice(int) - Constructor for class org.apache.el.parser.AstChoice
 
AstCompositeExpression - Class in org.apache.el.parser
 
AstCompositeExpression(int) - Constructor for class org.apache.el.parser.AstCompositeExpression
 
AstDeferredExpression - Class in org.apache.el.parser
 
AstDeferredExpression(int) - Constructor for class org.apache.el.parser.AstDeferredExpression
 
AstDiv - Class in org.apache.el.parser
 
AstDiv(int) - Constructor for class org.apache.el.parser.AstDiv
 
AstDotSuffix - Class in org.apache.el.parser
 
AstDotSuffix(int) - Constructor for class org.apache.el.parser.AstDotSuffix
 
AstDynamicExpression - Class in org.apache.el.parser
 
AstDynamicExpression(int) - Constructor for class org.apache.el.parser.AstDynamicExpression
 
AstEmpty - Class in org.apache.el.parser
 
AstEmpty(int) - Constructor for class org.apache.el.parser.AstEmpty
 
AstEqual - Class in org.apache.el.parser
 
AstEqual(int) - Constructor for class org.apache.el.parser.AstEqual
 
AstFalse - Class in org.apache.el.parser
 
AstFalse(int) - Constructor for class org.apache.el.parser.AstFalse
 
AstFloatingPoint - Class in org.apache.el.parser
 
AstFloatingPoint(int) - Constructor for class org.apache.el.parser.AstFloatingPoint
 
AstFunction - Class in org.apache.el.parser
 
AstFunction(int) - Constructor for class org.apache.el.parser.AstFunction
 
AstGreaterThan - Class in org.apache.el.parser
 
AstGreaterThan(int) - Constructor for class org.apache.el.parser.AstGreaterThan
 
AstGreaterThanEqual - Class in org.apache.el.parser
 
AstGreaterThanEqual(int) - Constructor for class org.apache.el.parser.AstGreaterThanEqual
 
AstIdentifier - Class in org.apache.el.parser
 
AstIdentifier(int) - Constructor for class org.apache.el.parser.AstIdentifier
 
AstInteger - Class in org.apache.el.parser
 
AstInteger(int) - Constructor for class org.apache.el.parser.AstInteger
 
AstLessThan - Class in org.apache.el.parser
 
AstLessThan(int) - Constructor for class org.apache.el.parser.AstLessThan
 
AstLessThanEqual - Class in org.apache.el.parser
 
AstLessThanEqual(int) - Constructor for class org.apache.el.parser.AstLessThanEqual
 
AstLiteralExpression - Class in org.apache.el.parser
 
AstLiteralExpression(int) - Constructor for class org.apache.el.parser.AstLiteralExpression
 
AstMinus - Class in org.apache.el.parser
 
AstMinus(int) - Constructor for class org.apache.el.parser.AstMinus
 
AstMod - Class in org.apache.el.parser
 
AstMod(int) - Constructor for class org.apache.el.parser.AstMod
 
AstMult - Class in org.apache.el.parser
 
AstMult(int) - Constructor for class org.apache.el.parser.AstMult
 
AstNegative - Class in org.apache.el.parser
 
AstNegative(int) - Constructor for class org.apache.el.parser.AstNegative
 
AstNot - Class in org.apache.el.parser
 
AstNot(int) - Constructor for class org.apache.el.parser.AstNot
 
AstNotEqual - Class in org.apache.el.parser
 
AstNotEqual(int) - Constructor for class org.apache.el.parser.AstNotEqual
 
AstNull - Class in org.apache.el.parser
 
AstNull(int) - Constructor for class org.apache.el.parser.AstNull
 
AstOr - Class in org.apache.el.parser
 
AstOr(int) - Constructor for class org.apache.el.parser.AstOr
 
AstPlus - Class in org.apache.el.parser
 
AstPlus(int) - Constructor for class org.apache.el.parser.AstPlus
 
AstString - Class in org.apache.el.parser
 
AstString(int) - Constructor for class org.apache.el.parser.AstString
 
AstTrue - Class in org.apache.el.parser
 
AstTrue(int) - Constructor for class org.apache.el.parser.AstTrue
 
AstValue - Class in org.apache.el.parser
 
AstValue(int) - Constructor for class org.apache.el.parser.AstValue
 
AstValue.Target - Class in org.apache.el.parser
 
AstValue.Target() - Constructor for class org.apache.el.parser.AstValue.Target
 
ASYNC - Static variable in class org.apache.catalina.deploy.FilterMap
 
ASYNC_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
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).
asyncListeners - Variable in class org.apache.catalina.connector.Request
Async listeners.
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 - Variable in class org.apache.catalina.ant.JMXGetTask
The attribute you wish to alter
attribute - Variable in class org.apache.catalina.ant.JMXSetTask
The attribute you wish to alter
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
 
attributeName - Variable in class org.apache.tomcat.util.digester.CallParamRule
The attribute from which to save the parameter value
attributeName - Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
The attribute containing an override class name if it is present.
attributeName - Variable in class org.apache.tomcat.util.digester.ObjectCreateRule
The attribute containing an override class name if it is present.
attributeName - Variable in class org.apache.tomcat.util.digester.ObjectParamRule
The attribute which we are attempting to match
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.Http11AprProtocol
 
attributes - Variable in class org.apache.coyote.http11.Http11Protocol
 
attributes - Variable in class org.apache.jasper.xmlparser.TreeNode
The attributes of this node, keyed by attribute name, Instantiated only if required.
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.ServerSocketFactory
 
attrsSet(String, int, int, long) - Static method in class org.apache.tomcat.jni.File
Set attributes of the specified file.
AUTH - Static variable in class org.apache.naming.ResourceRef
Auth address type.
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, byte[]) - Method in class org.apache.catalina.realm.CombinedRealm
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.CombinedRealm
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(String, String) - Method in class org.apache.catalina.realm.CombinedRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.CombinedRealm
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(Connection, String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.JAASRealm
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.JAASRealm
Return the Principal associated with the specified username and digest, if there is one; otherwise return null.
authenticate(String, CallbackHandler) - Method in class org.apache.catalina.realm.JAASRealm
Perform the actual JAAS authentication
authenticate(String, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(Connection, String, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(DirContext, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
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.LockOutRealm
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.LockOutRealm
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(String, String) - Method in class org.apache.catalina.realm.LockOutRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.LockOutRealm
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(String, String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
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.
authentication - Variable in class org.apache.catalina.realm.JNDIRealm
The type of authentication to use
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.
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.
authenticators - Static variable in class org.apache.catalina.startup.ContextConfig
The set of Authenticators that we know how to configure.
authenticators - Variable in class org.apache.catalina.startup.Embedded
Custom mappings of login methods to authenticators
authMethod - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The authentication methdod to be used.
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 ?
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.catalina.core.StandardServer
Wait until a proper shutdown command is received, then return.
await() - Method in interface org.apache.catalina.Server
Wait until a proper shutdown command is received, then return.
await() - Method in class org.apache.catalina.startup.Catalina
Await and shutdown.
await - Variable in class org.apache.catalina.startup.Embedded
Use await.
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.

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.
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.ContextJarRepository
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.core.ServerJarRepository
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.JarRepository
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 class org.apache.catalina.loader.LegacyWebappLoader
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.loader.WebappLoader
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.ValveBase
Execute a periodic task, such as reloading, etc.
backgroundProcessorDelay - Variable in class org.apache.catalina.core.ContainerBase
The processor delay for this component.
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.
backup(int) - Method in class org.apache.el.parser.SimpleCharStream
Backup a number of characters.
BADLY_ESCAPED_STRING_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
base - Variable in class org.apache.el.parser.AstValue.Target
 
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.
basedir - Variable in class org.apache.catalina.startup.Tomcat
 
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
 
BaseRedirectorHelperTask - Class in org.apache.catalina.ant
Abstract base class to add output redirection support for Catalina Ant tasks.
BaseRedirectorHelperTask() - Constructor for class org.apache.catalina.ant.BaseRedirectorHelperTask
 
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
 
BaseSessionComparator - Class in org.apache.catalina.manager.util
Comparator which permits to compare on a session's content
BaseSessionComparator() - Constructor for class org.apache.catalina.manager.util.BaseSessionComparator
 
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.
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.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.
bean - Variable in class org.apache.catalina.ant.JMXGetTask
The full bean name
bean - Variable in class org.apache.catalina.ant.JMXSetTask
The full bean name
BeanFactory - Class in org.apache.naming.factory
Object factory for any Resource conforming to the JavaBean spec.
BeanFactory() - Constructor for class org.apache.naming.factory.BeanFactory
 
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 - Variable in class org.apache.catalina.deploy.WebOrdering
 
before - Variable in class org.apache.catalina.startup.OrderingResolver.Ordering
 
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 service() method of a servlet 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_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.
beforeOthers - Variable in class org.apache.catalina.deploy.WebOrdering
 
beforeOthers - Variable in class org.apache.catalina.startup.OrderingResolver.Ordering
 
beforeStart() - Method in class org.apache.catalina.startup.ContextConfig
Process a "before start" event for this Context.
begin(Attributes) - Method in class org.apache.catalina.startup.ConnectorCreateRule
Process the beginning of this element.
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.CopyParentClassLoaderRule
Handle the beginning of an XML element.
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.LifecycleListenerRule
Handle the beginning of an XML element.
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.SetAllPropertiesRule
Handle the beginning of an XML element.
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.SetContextPropertiesRule
Handle the beginning of an XML element.
begin(Attributes) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Process the start of this element.
begin(Attributes) - Method in class org.apache.tomcat.util.digester.CallParamRule
Process the start of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Process the beginning of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.NodeCreateRule
Implemented to replace the content handler currently in use by a NodeBuilder.
begin(Attributes) - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Process the beginning of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.ObjectParamRule
Process the start of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.PathCallParamRule
Process the start of this element.
begin(Attributes) - Method in class org.apache.tomcat.util.digester.Rule
Deprecated. Use the begin method with namespace and name parameters instead.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.Rule
This method is called when the beginning of a matching XML element is encountered.
begin(Attributes) - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
Process the beginning of this element.
begin(Attributes) - Method in class org.apache.tomcat.util.digester.SetPropertyRule
Process the beginning of this element.
beginColumn - Variable in class org.apache.el.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.el.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.el.parser.SimpleCharStream
Start.
BIGDECIMAL - Static variable in class org.apache.el.lang.ELArithmetic
 
BIGINTEGER - Static variable in class org.apache.el.lang.ELArithmetic
 
binaryContent - Variable in class org.apache.catalina.loader.ResourceEntry
Binary content of the resource.
binaryContent - Variable in class org.apache.naming.resources.Resource
Binary content.
bind(Name, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(Name, Object, boolean) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
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(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object.
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
bindAsUser(DirContext, User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check credentials by binding to the directory as the user
bindAttributes(MBeanServerConnection, String, String, ObjectName) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
bindClassLoader(Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a class loader.
bindClassLoader(Object, Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindContext(Object, Context) - Static method in class org.apache.naming.ContextBindings
Binds a context name.
bindContext(Object, Context, Object) - Static method in class org.apache.naming.ContextBindings
Binds a context name.
bindings - Variable in class org.apache.naming.NamingContext
Bindings in this Context.
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(Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
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
block - Variable in class org.apache.catalina.valves.SemaphoreValve
Block until a permit is available.
body - Variable in class org.apache.jasper.xmlparser.TreeNode
The body text associated with this node (if any).
body(String) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Process the body text of this element.
body(String) - Method in class org.apache.tomcat.util.digester.CallParamRule
Process the body text of this element.
body(String) - Method in class org.apache.tomcat.util.digester.Rule
Deprecated. Use the body method with namespace and name parameters instead.
body(String, String, String) - Method in class org.apache.tomcat.util.digester.Rule
This method is called when the body of a matching XML element is encountered.
BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
BODY_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
BODY_HEADER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
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.
bodyText - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The body text collected from this element.
bodyText - Variable in class org.apache.tomcat.util.digester.Digester
The body text of the current element.
bodyTexts - Variable in class org.apache.tomcat.util.digester.Digester
The stack of body text string buffers for surrounding elements.
bodyTextStack - Variable in class org.apache.tomcat.util.digester.CallParamRule
Stack is used to allow nested body text to be processed.
Boolean() - Method in class org.apache.el.parser.ELParser
 
BooleanNode - Class in org.apache.el.parser
 
BooleanNode(int) - Constructor for class org.apache.el.parser.BooleanNode
 
booleanParameter(HttpServletRequest, String, boolean, boolean) - Method in class org.apache.catalina.manager.host.HostManagerServlet
extract boolean value from checkbox with default
booleanValue(String) - Static method in class org.apache.jasper.compiler.JspUtil
Convert a String value to 'boolean'.
Bootstrap - Class in org.apache.catalina.startup
Boostrap loader for Catalina.
Bootstrap() - Constructor for class org.apache.catalina.startup.Bootstrap
 
BOUNDARY_PREFIX - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that precedes a boundary (CRLF--).
BracketSuffix() - Method in class org.apache.el.parser.ELParser
 
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.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.
bufcolumn - Variable in class org.apache.el.parser.SimpleCharStream
 
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 - Variable in class org.apache.el.parser.SimpleCharStream
 
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
 
bufline - Variable in class org.apache.el.parser.SimpleCharStream
 
bufpos - Variable in class org.apache.el.parser.SimpleCharStream
Position in buffer.
buildInjectionMap(NamingResources) - Method in class org.apache.catalina.core.StandardContext
 
bundle - Static variable in class org.apache.el.util.MessageFactory
 
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.
byteEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
Enabled ?
BYTES_PER_INT - Static variable in class org.apache.tomcat.bayeux.UUIDGenerator
 

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.
cache - Variable in class org.apache.tomcat.util.digester.RulesBase
The set of registered Rule instances, keyed by the matching pattern.
CACHE_SIZE - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
 
cacheClassName - Variable in class org.apache.naming.resources.ProxyDirContext
Cache class.
cached - Variable in class org.apache.naming.resources.BaseDirContext
Cached.
CACHED_DTD_PUBLIC_IDS - Static variable in class org.apache.jasper.Constants
List of the Public IDs that we cache, and their associated location.
CACHED_DTD_RESOURCE_PATHS - Static variable in class org.apache.jasper.Constants
 
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.
cacheRemovalWarningTime - Variable in class org.apache.catalina.realm.LockOutRealm
If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged.
cacheSize - Variable in class org.apache.catalina.realm.LockOutRealm
Number of users that have failed authentication to keep in cache.
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.
callbackHandler - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The callback handler responsible for answering our requests.
callMain(Class, String[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
callMethod0(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
callMethod1(Object, String, Object, String, ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
callMethodN(Object, String, Object[], Class[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
CallMethodRule - Class in org.apache.tomcat.util.digester
Rule implementation that calls a method on an object on the stack (normally the top/parent object), passing arguments collected from subsequent CallParamRule rules or from the body of this element.
CallMethodRule(Digester, String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use CallMethodRule.CallMethodRule(String methodName,int paramCount) instead.
CallMethodRule(Digester, String, int, String[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use CallMethodRule.CallMethodRule(String methodName,int paramCount, String [] paramTypes) instead.
CallMethodRule(Digester, String, int, Class[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use CallMethodRule.CallMethodRule(String methodName,int paramCount, Class [] paramTypes) instead.
CallMethodRule(String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(int, String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(String) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(int, String) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(String, int, String[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(int, String, int, String[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(String, int, Class[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(int, String, int, Class[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
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.
CallParamRule - Class in org.apache.tomcat.util.digester
Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
CallParamRule(Digester, int) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use CallParamRule.CallParamRule(int paramIndex) instead.
CallParamRule(Digester, int, String) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use CallParamRule.CallParamRule(int paramIndex, String attributeName) instead.
CallParamRule(int) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Construct a "call parameter" rule that will save the body text of this element as the parameter value.
CallParamRule(int, String) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Construct a "call parameter" rule that will save the value of the specified attribute as the parameter value.
CallParamRule(int, boolean) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Construct a "call parameter" rule.
CallParamRule(int, int) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Constructs a "call parameter" rule which sets a parameter from the stack.
canCreate(Client, String, Message) - Method in interface org.apache.cometd.bayeux.SecurityPolicy
 
canHandshake(Message) - Method in interface org.apache.cometd.bayeux.SecurityPolicy
 
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.
Catalina - Class in org.apache.catalina.startup
Startup/Shutdown shell program for Catalina.
Catalina() - Constructor for class org.apache.catalina.startup.Catalina
 
Catalina.CatalinaShutdownHook - Class in org.apache.catalina.startup
Shutdown hook which will perform a clean shutdown of Catalina if needed.
Catalina.CatalinaShutdownHook() - Constructor for class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
CATALINA_BASE_TOKEN - Static variable in class org.apache.catalina.startup.Bootstrap
 
CATALINA_HOME_TOKEN - Static variable in class org.apache.catalina.startup.Bootstrap
 
catalinaLoader - Variable in class org.apache.catalina.startup.Bootstrap
 
CatalinaProperties - Class in org.apache.catalina.startup
Utility class to read the bootstrap Catalina configuration.
CatalinaProperties() - Constructor for class org.apache.catalina.startup.CatalinaProperties
 
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.AprEndpoint
The Request attribute key for the client certificate chain.
CERTIFICATE_KEY - Static variable in class org.apache.tomcat.util.net.JIoEndpoint
The Request attribute key for the client certificate chain.
CERTIFICATE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the client certificate chain.
certificates - Variable in class org.apache.catalina.loader.ResourceEntry
Certificates (if the resource was loaded from a JAR).
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.
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.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.
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 Exposes a run method used to actually invoke the CGI.
CGIServlet.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.HTTPHeaderInputStream - Class in org.apache.catalina.servlets
This is an input stream specifically for reading HTTP headers.
ch - Variable in class org.apache.jasper.xmlparser.XMLString
The character array.
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(Session) - Method in interface org.apache.catalina.Manager
Change the session ID of the current session to a new randomly generated session ID.
changeSessionId(Session) - 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.tomcat.bayeux.MessageImpl
 
channel - Variable in class org.apache.tomcat.bayeux.RequestBase
 
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
channels - Variable in class org.apache.tomcat.bayeux.TomcatBayeux
a list of all active channels
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.
characters(char[], int, int) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of character data received from the body of an XML element.
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
 
charset - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The charset used during URL encoding.
CHARSET - Static variable in class org.apache.catalina.manager.Constants
 
CHARSET - Static variable in class org.apache.catalina.manager.host.Constants
 
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(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the check method on the deployer.
check() - Method in class org.apache.catalina.startup.HostConfig
Check status of all webapps.
check(String) - Method in class org.apache.catalina.startup.HostConfig
Check status of a specific webapp, for use with stuff like management 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
 
checkCredentials(DirContext, User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check whether the given User can be authenticated with the given credentials.
checkError() - Method in class org.apache.catalina.connector.CoyoteWriter
 
checkError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
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
 
checkParameter() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
check correct lb and worker pararmeter
checkResources(HostConfig.DeployedApplication) - Method in class org.apache.catalina.startup.HostConfig
Check resources for redeployment and reloading.
checkScope(String, Node, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Checks to see if the given scope is valid.
checkSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Check a submitted security token.
checkSendfile(HttpServletRequest, HttpServletResponse, 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.
checkType(Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
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
 
checkWritable() - Method in class org.apache.naming.NamingContext
Throws a naming exception is Context is not writable.
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.el.parser.SimpleNode
 
children - Variable in class org.apache.jasper.xmlparser.TreeNode
The children of this node, instantiated only if required.
children - Variable in class org.apache.juli.ClassLoaderLogManager.LogNode
 
children - Variable in class org.apache.naming.resources.JARDirContext.Entry
 
children - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
Choice() - Method in class org.apache.el.parser.ELParser
 
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).
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.
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.AprEndpoint
The Request attribute key for the cipher suite.
CIPHER_SUITE_KEY - Static variable in class org.apache.tomcat.util.net.JIoEndpoint
The Request attribute key for the cipher suite.
CIPHER_SUITE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the cipher suite.
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.
CLASS_LOADER_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store the class loader used for loading servlets (as an object of type java.lang.ClassLoader).
CLASS_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store the class path for our application class loader (as an object of type String), delimited with the appropriate path delimiter for this platform.
classesPath - Variable in class org.apache.catalina.core.ContextJarRepository
Classes path, which is essentially an exploded Jar.
classFileName - Variable in class org.apache.jasper.JspCompilationContext
 
classLoader - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
classLoader - Variable in class org.apache.tomcat.util.digester.Digester
The class loader to use for instantiating application objects.
ClassLoaderFactory - Class in org.apache.catalina.startup
Utility class for building class loaders for Catalina.
ClassLoaderFactory() - Constructor for class org.apache.catalina.startup.ClassLoaderFactory
 
classLoaderLoggers - Variable in class org.apache.juli.ClassLoaderLogManager
Map containing the classloader information, keyed per classloader.
ClassLoaderLogManager - Class in org.apache.juli
Per classloader LogManager implementation.
ClassLoaderLogManager() - Constructor for class org.apache.juli.ClassLoaderLogManager
 
ClassLoaderLogManager.ClassLoaderLogInfo - Class in org.apache.juli
 
ClassLoaderLogManager.LogNode - Class in org.apache.juli
 
ClassLoaderLogManager.RootLogger - Class in org.apache.juli
This class is needed to instantiate the root of each per classloader hierarchy.
ClassLoaderLogManager.RootLogger() - Constructor for class org.apache.juli.ClassLoaderLogManager.RootLogger
 
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.digester.FactoryCreateRule
The Java class name of the ObjectCreationFactory to be created.
className - Variable in class org.apache.tomcat.util.digester.ObjectCreateRule
The Java class name of the object to be created.
className - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
ClassNameMBean - Class in org.apache.catalina.mbeans
A convenience base class for ModelMBean implementations where the underlying base class (and therefore the set of supported properties) is different for varying implementations of a standard interface.
ClassNameMBean() - Constructor for class org.apache.catalina.mbeans.ClassNameMBean
Construct a ModelMBean with default ModelMBeanInfo information.
classPath - Variable in class org.apache.jasper.JspCompilationContext
 
classPathAdd(URL[], String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Adds classpath entries from a vector of URL's to the "tc_path_add" System property.
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.digester.AbstractRulesImpl
Clear all existing Rule instance registrations.
clear() - Method in class org.apache.tomcat.util.digester.Digester
Clear the current contents of the object stack.
clear() - Method in interface org.apache.tomcat.util.digester.Rules
Clear all existing Rule instance registrations.
clear() - Method in class org.apache.tomcat.util.digester.RulesBase
Clear all existing Rule instance registrations.
clear() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Clears all Rule's
clear() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
clear() - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
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.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.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
 
clearJdbcDriverRegistrations() - Method in class org.apache.catalina.loader.JdbcLeakPrevention
 
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
 
clearNodeScope(Node) - Method in class org.apache.el.parser.JJTELParserState
 
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
 
clearReferences() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Clear references.
clearReferences() - Method in class org.apache.catalina.loader.WebappClassLoader
Clear references.
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.
clientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
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(int) - Method in class org.apache.catalina.ha.backend.TcpSender
Close connection.
close(Connection) - Method in class org.apache.catalina.realm.DataSourceRealm
Close the specified database connection.
close(Connection) - Method in class org.apache.catalina.realm.JDBCRealm
Close the specified database connection.
close(DirContext) - Method in class org.apache.catalina.realm.JNDIRealm
Close any open connection to the directory server for this Realm.
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.juli.FileHandler
Close the currently open log file (if any).
close() - Method in class org.apache.naming.NamingContext
Closes this context.
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() - Method in class org.apache.naming.SelectorContext
Closes this context.
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 interface org.apache.tomcat.util.http.fileupload.Closeable
Closes the object.
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.LimitedInputStream
Closes this input stream and releases any system resources associated with the stream.
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 class org.apache.tomcat.util.log.SystemLogHandler
 
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
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
closeJARs(boolean) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Used to periodically signal to the classloader to release JAR resources.
closeJARs(boolean) - Method in class org.apache.catalina.loader.LegacyWebappLoader
Used to periodically signal to the classloader to release JAR resources.
closeNodeScope(Node, int) - Method in class org.apache.el.parser.JJTELParserState
 
closeNodeScope(Node, boolean) - Method in class org.apache.el.parser.JJTELParserState
 
closeQuietly(InputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Unconditionally close an InputStream.
closeRedirector() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Ask redirector to close all the streams.
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.
cnonce - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Client generated nonce.
codeBase - Variable in class org.apache.catalina.loader.ResourceEntry
URL of the codebase from where the object was loaded.
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic
 
coerce(Object) - Method in class org.apache.el.lang.ELArithmetic
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
coerce(String, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
COERCE_TO_ZERO - Static variable in class org.apache.el.parser.AstValue
 
coerceToBoolean(Object) - Static method in class org.apache.el.lang.ELSupport
 
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(Object) - Static method in class org.apache.el.lang.ELSupport
 
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
 
coerceToEnum(Object, Class) - Static method in class org.apache.el.lang.ELSupport
 
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
 
coerceToNumber(Object) - Static method in class org.apache.el.lang.ELSupport
 
coerceToNumber(Number, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
coerceToNumber(Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
coerceToNumber(String, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
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
 
coerceToString(Object) - Static method in class org.apache.el.lang.ELSupport
 
coerceToType(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
 
coerceToType(Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
CollectedInfo - Class in org.apache.catalina.ha.backend
 
CollectedInfo(String, int) - Constructor for class org.apache.catalina.ha.backend.CollectedInfo
 
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 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
COLON_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
COLON_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
column - Variable in class org.apache.el.parser.SimpleCharStream
 
COMBINED_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMBINED_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
CombinedRealm - Class in org.apache.catalina.realm
Realm implementation that contains one or more realms.
CombinedRealm() - Constructor for class org.apache.catalina.realm.CombinedRealm
 
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.
COMMA - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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.catalina.realm.JAASMemoryLoginModule
Phase 2 of authenticating a Subject when Phase 1 was successful.
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.catalina.realm.JAASMemoryLoginModule
Has our own commit() returned successfully?
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
 
commonLoader - Variable in class org.apache.catalina.startup.Bootstrap
 
commonRole - Variable in class org.apache.catalina.realm.JNDIRealm
Add this role to every authenticated user
comparator - Variable in class org.apache.catalina.manager.util.ReverseComparator
 
compare(Object, Object) - Method in class org.apache.catalina.manager.util.BaseSessionComparator
 
compare(Object, Object) - Method in class org.apache.catalina.manager.util.ReverseComparator
 
compare(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
Compare() - Method in class org.apache.el.parser.ELParser
 
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.
compareCredentials(DirContext, User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check whether the credentials presented by the user match those retrieved from the directory.
compareTo(Object) - Method in class org.apache.naming.resources.JARDirContext.Entry
 
compareTo(Object) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
compCtx - Variable in class org.apache.catalina.core.NamingContextListener
Comp context.
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
 
compilerClasspath - Variable in class org.apache.catalina.core.StandardContext
Compiler classpath to use.
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.
component - Variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
The owning Catalina component that we are attached to.
composeName(Name, Name) - Method in class org.apache.naming.NamingContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.NamingContext
Composes the name of this context with a name relative to this context.
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.
composeName(Name, Name) - Method in class org.apache.naming.SelectorContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.SelectorContext
Composes the name of this context with a name relative to this context.
CompositeExpression() - Method in class org.apache.el.parser.ELParser
 
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.Http11AprProtocol
Integrated compression support.
compression - Variable in class org.apache.coyote.http11.Http11Protocol
Integrated compression support.
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.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.
ConcurrentCache<K,V> - Class in org.apache.el.util
 
ConcurrentCache(int) - Constructor for class org.apache.el.util.ConcurrentCache
 
condition - Variable in class org.apache.catalina.valves.AccessLogValve
Are we doing conditional logging. default false.
conditionalState - Variable in class org.apache.catalina.ssi.SSIMediator
 
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.ant.DeployTask
URL of the context configuration file for this application, if any.
config - Variable in class org.apache.catalina.ant.InstallTask
Deprecated. URL of the context configuration file for this application, if any.
config - Variable in class org.apache.catalina.ssi.SSIFilter
 
configBase - Variable in class org.apache.catalina.manager.host.HostManagerServlet
Path where context descriptors should be deployed.
configBase - Variable in class org.apache.catalina.manager.ManagerServlet
Path where context descriptors should be deployed.
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.
CONFIGBASE_MKDIRS - Static variable in class org.apache.catalina.core.StandardContext
 
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
 
configFile - Variable in class org.apache.catalina.core.StandardContext
The path to a file to save this Context information.
configFile - Variable in class org.apache.catalina.startup.Catalina
Pathname to the server configuration file.
configFile() - Method in class org.apache.catalina.startup.Catalina
Return a File object representing our configuration file.
configSizeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
 
configTimeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
 
configure() - Method in class org.apache.tomcat.util.digester.Digester
Provide a hook for lazy configuration of this Digester instance.
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.
configured - Variable in class org.apache.tomcat.util.digester.Digester
Has this Digester been configured yet.
configureInjectionRules(Digester, String) - Method in class org.apache.catalina.startup.WebRuleSet
 
configureNamingRules(Digester) - Method in class org.apache.catalina.startup.WebRuleSet
 
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.
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
connectionAttempt - Variable in class org.apache.catalina.realm.JNDIRealm
The number of connection attempts.
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.realm.JDBCRealm
The connection username to use when trying to connect to the database.
connectionName - Variable in class org.apache.catalina.realm.JNDIRealm
The connection username for the server we will contact.
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.realm.JDBCRealm
The connection URL to use when trying to connect to the database.
connectionPassword - Variable in class org.apache.catalina.realm.JNDIRealm
The connection password for the server we will contact.
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.
connectionReaders - Variable in class org.apache.catalina.ha.backend.TcpSender
 
connections - Variable in class org.apache.catalina.ha.backend.TcpSender
Active connections.
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.realm.JDBCRealm
The connection URL to use when trying to connect to the database.
connectionURL - Variable in class org.apache.catalina.realm.JNDIRealm
The connection URL for the server we will contact.
connectionURL - Variable in class org.apache.catalina.session.JDBCStore
Connection string to use when connecting to the DB.
connectionWriters - Variable in class org.apache.catalina.ha.backend.TcpSender
 
Connector - Class in org.apache.catalina.connector
Implementation of a Coyote connector for Tomcat 5.x.
Connector() - Constructor for class org.apache.catalina.connector.Connector
 
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 - Variable in class org.apache.catalina.startup.Tomcat
 
ConnectorCreateRule - Class in org.apache.catalina.startup
Rule implementation that creates a connector.
ConnectorCreateRule() - Constructor for class org.apache.catalina.startup.ConnectorCreateRule
 
ConnectorMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.coyote.tomcat5.CoyoteConnector component.
ConnectorMBean() - Constructor for class org.apache.catalina.mbeans.ConnectorMBean
Construct a ModelMBean with default ModelMBeanInfo information.
connectors - Variable in class org.apache.catalina.core.StandardService
The set of Connectors associated with this Service.
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.loader
 
Constants() - Constructor for class org.apache.catalina.loader.Constants
 
Constants - Class in org.apache.catalina.manager
 
Constants() - Constructor for class org.apache.catalina.manager.Constants
 
Constants - Class in org.apache.catalina.manager.host
 
Constants() - Constructor for class org.apache.catalina.manager.host.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.factory
Static constants for this package.
Constants() - Constructor for class org.apache.naming.factory.Constants
 
Constants - Class in org.apache.naming.resources
Static constants for this package.
Constants() - Constructor for class org.apache.naming.resources.Constants
 
Constants.AccessLog - Class in org.apache.catalina.valves
 
Constants.AccessLog() - Constructor for class org.apache.catalina.valves.Constants.AccessLog
 
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.ContextJarRepository
The Container with which this Pipeline is associated.
container - Variable in class org.apache.catalina.core.NamingContextListener
Associated container.
container - Variable in class org.apache.catalina.core.ServerJarRepository
The Container with which this Pipeline is associated.
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.
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.ContainerBackgroundProcessor() - Constructor for class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
ContainerBase.PrivilegedAddChild - Class in org.apache.catalina.core
Perform addChild with the permissions of this class.
containerClassLoader - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
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.NamingContextListener
Acknowledge the occurrence of the specified event.
containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.ServiceMapperListener
 
containerEvent(ContainerEvent) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
containerEvent(ContainerEvent) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Handle a ContainerEvent from one of the Containers we are interested in.
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
containerLog - Variable in class org.apache.catalina.valves.ValveBase
Container log
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.Http11AprProcessor
Thread local marker.
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.
containsNulls(Object[]) - Static method in class org.apache.el.lang.ELSupport
 
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.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.manager.host.HostManagerServlet
The Context container associated with our web application.
context - Variable in class org.apache.catalina.manager.ManagerServlet
The Context container associated with our web application.
context - Variable in class org.apache.catalina.realm.JNDIRealm
The directory context linking us to our directory server.
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 - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
ContextAccessController - Class in org.apache.naming
Handles the access control on the JNDI contexts.
ContextAccessController() - Constructor for class org.apache.naming.ContextAccessController
 
ContextBindings - Class in org.apache.naming
Handles the associations : Catalina context name with the NamingContext Calling thread with the NamingContext
ContextBindings() - Constructor for class org.apache.naming.ContextBindings
 
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
 
contextConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the default configuration file, if it exists.
ContextConfig.ContextErrorHandler - Class in org.apache.catalina.startup
 
ContextConfig.ContextErrorHandler() - Constructor for class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
ContextConfig.ServletContainerInitializerInfo - Class in org.apache.catalina.startup
 
ContextConfig.ServletContainerInitializerInfo(Class<?>, Class<?>[]) - Constructor for class org.apache.catalina.startup.ContextConfig.ServletContainerInitializerInfo
 
contextDescriptors - Variable in class org.apache.catalina.manager.ManagerServlet
Path used to store context descriptors.
contextDestroyed(ServletContextEvent) - Method in class org.apache.tomcat.util.http.fileupload.FileCleanerCleanup
Called when the web application is being destroyed.
contextDigester - Static variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to process web application context files.
ContextEjb - Class in org.apache.catalina.deploy
Representation of an EJB resource reference for a web application, as represented in a <ejb-ref> element in the deployment descriptor.
ContextEjb() - Constructor for class org.apache.catalina.deploy.ContextEjb
 
ContextEnvironment - Class in org.apache.catalina.deploy
Representation of an application environment entry, as represented in an <env-entry> element in the deployment descriptor.
ContextEnvironment() - Constructor for class org.apache.catalina.deploy.ContextEnvironment
 
ContextEnvironmentMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.deploy.ContextEnvironment component.
ContextEnvironmentMBean() - Constructor for class org.apache.catalina.mbeans.ContextEnvironmentMBean
Construct a ModelMBean with default ModelMBeanInfo information.
contextFactory - Variable in class org.apache.catalina.realm.JNDIRealm
The JNDI context factory used to acquire our InitialContext.
ContextHandler - Class in org.apache.catalina.deploy
Representation of a handler reference for a web service, as represented in a <handler> element in the deployment descriptor.
ContextHandler() - Constructor for class org.apache.catalina.deploy.ContextHandler
 
contextInitialized(ServletContextEvent) - Method in class org.apache.tomcat.util.http.fileupload.FileCleanerCleanup
Called when the web application is initialized.
ContextJarRepository - Class in org.apache.catalina.core
Context specific implementation for a JAR repository, which will manage JARs from /WEB-INF/lib in an efficient way.
ContextJarRepository() - Constructor for class org.apache.catalina.core.ContextJarRepository
Construct a new ContextJarRepository instance with no associated Container.
ContextJarRepository(Container) - Constructor for class org.apache.catalina.core.ContextJarRepository
Construct a new ContextJarRepository instance that is associated with the specified Container.
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.
ContextLocalEjb - Class in org.apache.catalina.deploy
Representation of a local EJB resource reference for a web application, as represented in a <ejb-local-ref> element in the deployment descriptor.
ContextLocalEjb() - Constructor for class org.apache.catalina.deploy.ContextLocalEjb
 
contextName - Variable in class org.apache.naming.resources.ProxyDirContext
Context name.
contextPath - Variable in class org.apache.catalina.core.DummyRequest
 
contextPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
ContextResource - Class in org.apache.catalina.deploy
Representation of a resource reference for a web application, as represented in a <resource-ref> element in the deployment descriptor.
ContextResource() - Constructor for class org.apache.catalina.deploy.ContextResource
 
ContextResourceEnvRef - Class in org.apache.catalina.deploy
Representation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.
ContextResourceEnvRef() - Constructor for class org.apache.catalina.deploy.ContextResourceEnvRef
 
ContextResourceLink - Class in org.apache.catalina.deploy
Representation of a resource link for a web application, as represented in a <ResourceLink> element in the server configuration file.
ContextResourceLink() - Constructor for class org.apache.catalina.deploy.ContextResourceLink
 
ContextResourceLinkMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.deploy.ContextResourceLink component.
ContextResourceLinkMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceLinkMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContextResourceMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.deploy.ContextResource component.
ContextResourceMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContextRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Context or DefaultContext definition element.
ContextRuleSet() - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
ContextRuleSet(String) - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
ContextRuleSet(String, boolean) - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
contexts - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
ContextService - Class in org.apache.catalina.deploy
Representation of a web service reference for a web application, as represented in a <service-ref> element in the deployment descriptor.
ContextService() - Constructor for class org.apache.catalina.deploy.ContextService
 
ContextTransaction - Class in org.apache.catalina.deploy
Representation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.
ContextTransaction() - Constructor for class org.apache.catalina.deploy.ContextTransaction
 
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(TreeNode, Node) - Method in class org.apache.jasper.xmlparser.ParserUtils
Create and return a TreeNode that corresponds to the specified Node, including processing all of the attributes and children nodes.
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
 
convert(String, Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
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.
convertStringToType(String, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Convert string to datatype FIXME How we can transfer values from ant project reference store (ref)?
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.
cookieDomain - Variable in class org.apache.catalina.authenticator.SingleSignOn
Optional SSO cookie domain.
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.
cookiesParsed - Variable in class org.apache.catalina.connector.Request
Cookies parsed flag.
CookieSupport - Class in org.apache.tomcat.util.http
Static constants for this package.
copy(File, File) - Method in class org.apache.catalina.core.StandardContext
Copy a file.
copy(File, File) - Static method in class org.apache.catalina.manager.ManagerServlet
Copy the specified file or directory to the destination.
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.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.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.
copyDirContext(DirContext, File) - Method in class org.apache.catalina.core.ContextJarRepository
Copy directory.
copyInternal(File, File, byte[]) - Static method in class org.apache.catalina.manager.ManagerServlet
Copy the specified file or directory to the destination.
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.
CopyParentClassLoaderRule - Class in org.apache.catalina.startup
Rule that copies the parentClassLoader property from the next-to-top item on the stack (which must be a Container) to the top item on the stack (which must also be a Container).
CopyParentClassLoaderRule() - Constructor for class org.apache.catalina.startup.CopyParentClassLoaderRule
Construct a new instance of this Rule.
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).
count - Variable in class org.apache.tomcat.util.http.Parameters
 
countAllocated - Variable in class org.apache.catalina.core.StandardWrapper
The count of allocations that are currently active for STM servlets.
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
 
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.
create() - Method in class org.apache.catalina.core.StandardContext
 
create() - Method in class org.apache.catalina.startup.Catalina
 
create - Variable in class org.apache.catalina.startup.ContextRuleSet
Should the context be created.
create() - Method in class org.apache.el.lang.FunctionMapperFactory
 
create() - Method in class org.apache.el.lang.VariableMapperFactory
 
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.
createAccessLoggerValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new AccessLoggerValve.
createAjpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new AjpConnector
createClassLoader(File[], File[], ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createClassLoader(File[], File[], URL[], ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createClassLoader(String[], Integer[], ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
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
 
createConnector(InetAddress, int, boolean) - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return a new TCP/IP socket connector based on the specified properties.
createConnector(String, int, boolean) - Method in class org.apache.catalina.startup.Embedded
 
createConnector(InetAddress, int, String) - Method in class org.apache.catalina.startup.Embedded
 
createConnector(String, int, String) - Method in class org.apache.catalina.startup.Embedded
 
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.
createContext(String, String) - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return a Context that will process all HTTP requests received from one of the associated Connectors, and directed to the specified context path on the virtual host to which this Context is connected.
createContextDigester() - Static method in class org.apache.catalina.startup.ContextConfig
Create (if necessary) and return a Digester configured to process the context configuration descriptor for an application.
createDataSourceRealm(String, String, String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new DataSource Realm.
createDigester() - Static method in class org.apache.catalina.startup.HostConfig
Create the digester which will be used to parse context config files.
createDigester(Registry) - Static method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
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.
createEngine() - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return an Engine that will process all HTTP requests received from one of the associated Connectors, based on the specified properties.
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) - Method in class org.apache.catalina.core.ApplicationFilterFactory
Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
createFragmentOrderingDigester() - Static method in class org.apache.catalina.startup.ContextConfig
Create (if necessary) and return a Digester configured to process web fragments ordering.
createFragmentsOrder() - Method in class org.apache.catalina.startup.ContextConfig
Parse fragments order.
createHost(String, String) - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return a Host that will process all HTTP requests received from one of the associated Connectors, and directed to the specified virtual host.
createHttpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new HttpConnector
createHttpsConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new HttpsConnector
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.DiskFileItemFactory
Create a new org.apache.commons.fileupload.disk.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
 
createJDBCRealm(String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new JDBC Realm.
createJMXConnection(String, String, String, String, String) - Static method in class org.apache.catalina.ant.jmx.JMXAccessorTask
create a new JMX Connection with auth when username and password is set.
createJNDIRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new JNDI Realm.
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
 
createLoader(ClassLoader) - Method in class org.apache.catalina.startup.Embedded
Create and return a class loader manager that can be customized, and then attached to a Context, before it is started.
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.
createMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the interesting global JNDI resources.
createMBeans(String, Context) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the interesting global JNDI resources in the specified naming context.
createMBeans(Connector) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Connector and its nested components.
createMBeans(Context) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Context and its nested components.
createMBeans(ContextEnvironment) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified ContextEnvironment entry.
createMBeans(ContextResource) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified ContextResource entry.
createMBeans(ContextResourceLink) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified ContextResourceLink entry.
createMBeans(Engine) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Engine and its nested components.
createMBeans(Host) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Host and its nested components.
createMBeans(MBeanFactory) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for MBeanFactory.
createMBeans(NamingResources) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified NamingResources and its nested components.
createMBeans(Server) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Server and its nested components.
createMBeans(Service) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Service and its nested components.
createMemoryRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Memory Realm.
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.apache.el.ExpressionFactoryImpl
 
createMethodExpression(Class, Class[]) - Method in class org.apache.el.lang.ExpressionBuilder
 
createNode(String) - Static method in class org.apache.el.lang.ExpressionBuilder
 
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.
createObject(Attributes) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObject(Attributes) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObjectName(String, String) - Method in class org.apache.catalina.connector.Connector
 
createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.ContainerBase
 
createObjectName(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
Create an ObjectName for this ContextResource object.
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, ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Service object.
createObjectName(String, ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextResource object.
createObjectName(String, ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextResourceLink object.
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.
createPrincipal(String, Subject, LoginContext) - Method in class org.apache.catalina.realm.JAASRealm
Identify and return a java.security.Principal instance representing the authenticated user for the specified Subject.
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
 
createProperty(Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
create result as property with name from attribute resultproperty
createProperty(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
create result as property with name from property prefix When result is an array and isSeparateArrayResults is true, resultproperty used as prefix (resultproperty.0-array.length and store the result array length at resultproperty.length.
createRegistry() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the registry of managed object descriptions.
createRemoteAddrValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Remote Address Filter Valve.
createRemoteHostValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Remote Host Filter Valve.
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.
createRequestDumperValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Request Dumper Valve.
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.
createSAXException(String, Exception) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(Exception) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createServer() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the MBeanServer with which we will be registering our DynamicMBean implementations.
createServlet(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
 
createServlet(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
createSession() - Method in interface org.apache.catalina.Manager
Deprecated.  
createSession(String) - 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() - Method in class org.apache.catalina.session.ManagerBase
Deprecated.  
createSession(String) - 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) - 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.
createSingleSignOn(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Single Sign On Valve.
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.
createStandardContext(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardContext.
createStandardContext(String, String, String, boolean, boolean, boolean, boolean) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardContext.
createStandardHost(String, String, String, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardHost.
createStandardManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardManager.
createStartDigester() - Method in class org.apache.catalina.startup.Catalina
Create and configure the Digester we will be using for startup.
createStopDigester() - Method in class org.apache.catalina.startup.Catalina
Create and configure the Digester we will be using for shutdown.
createSubcontext(Name) - Method in class org.apache.naming.NamingContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.NamingContext
Creates and binds a new context.
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.
createSubcontext(Name) - Method in class org.apache.naming.SelectorContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.SelectorContext
Creates and binds a new context.
createTldDigester() - Static method in class org.apache.catalina.startup.ContextConfig
Create (if necessary) and return a Digester configured to process tag library descriptors.
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
 
createValueExpression(ELContext, String, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
 
createValueExpression(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
 
createValueExpression(Class) - Method in class org.apache.el.lang.ExpressionBuilder
 
createWebappLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Web Application Loader.
createWebDigester() - Static method in class org.apache.catalina.startup.ContextConfig
Create (if necessary) and return a Digester configured to process the web application deployment descriptor (web.xml).
createWebFragmentDigester() - Static method in class org.apache.catalina.startup.ContextConfig
Create (if necessary) and return a Digester configured to process the web application fragment descriptors (web-fragment.xml).
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).
creationFactory - Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
The object creation factory we will use to instantiate objects as required based on the attributes specified in the matched XML element.
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
 
credentials(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return a PreparedStatement configured to perform the SELECT required to retrieve user credentials for the specified username.
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
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
 
curChar - Variable in class org.apache.el.parser.ELParserTokenManager
 
CURRENT_REQ_ATTR - Static variable in interface org.apache.tomcat.bayeux.BayeuxRequest
 
currentDate - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Current formatted date.
currentDateGenerated - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Instant on which the currentDate object was generated.
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.
currentToken - Variable in exception org.apache.el.parser.ParseException
This is the last token that has been consumed successfully.
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.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.catalina.core.StandardThreadExecutor
 
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
dataSourceName - Variable in class org.apache.catalina.realm.DataSourceRealm
The name of the JNDI JDBC DataSource
DataSourceRealm - Class in org.apache.catalina.realm
Implmentation of Realm that works with any JDBC JNDI DataSource.
DataSourceRealm() - Constructor for class org.apache.catalina.realm.DataSourceRealm
 
date - Variable in class org.apache.naming.resources.DirContextURLConnection
Date.
DateTool - Class in org.apache.catalina.util
Common place for date utils.
DateTool() - Constructor for class org.apache.catalina.util.DateTool
 
dbConnection - Variable in class org.apache.catalina.realm.JDBCRealm
The connection to the database.
DBCP_DATASOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
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.manager.host.HostManagerServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.manager.ManagerServlet
The debugging detail level for this servlet.
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
 
debugStream - Variable in class org.apache.el.parser.ELParserTokenManager
Debug output.
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
decodedQuery - Variable in class org.apache.tomcat.util.http.Parameters
 
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 - Static variable in interface org.apache.el.parser.ELParserConstants
Lexical state.
DEFAULT_ALGORITHM - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The default message digest algorithm to use if we cannot use the requested one.
DEFAULT_ALGORITHM - Static variable in class org.apache.catalina.session.ManagerBase
The default message digest algorithm to use if we cannot use the requested one.
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.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_EJB_FACTORY - Static variable in class org.apache.naming.factory.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_FACTORY - Static variable in class org.apache.naming.EjbRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.HandlerRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceEnvRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceLinkRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ServiceRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.TransactionRef
Default factory for this reference.
DEFAULT_HANDLER_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_HEADER_SIZE - Static variable in class org.apache.tomcat.util.http.MimeHeaders
Initial size - should be == average number of headers per request XXX make it configurable ( fine-tuning of web-apps )
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_LOCALE - Static variable in class org.apache.coyote.Constants
 
DEFAULT_MIME_MAPPINGS - Static variable in class org.apache.catalina.startup.Tomcat
TODO: would a properties resource be better ?
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_OPENEJB_FACTORY - Static variable in class org.apache.naming.factory.OpenEjbFactory
 
DEFAULT_RESOURCE - Static variable in class org.apache.catalina.util.CharsetMapper
Default properties resource name.
DEFAULT_RESOURCE_ENV_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_RESOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_RESOURCE_LINK_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
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_SERVICE_FACTORY - Static variable in class org.apache.naming.factory.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.DiskFileItemFactory
The default threshold above which uploads will be stored on disk.
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_TRANSACTION_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_XMLDECL_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
defaultContentType - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
defaultContextXml - Variable in class org.apache.catalina.core.StandardContext
Override the default context xml location.
DefaultContextXml - Static variable in class org.apache.catalina.startup.Constants
 
defaultContextXml - Variable in class org.apache.catalina.startup.ContextConfig
The default web application's context file location.
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.
DefaultInstanceManager - Class in org.apache.catalina.core
 
DefaultInstanceManager(Context, Map<String, Map<String, String>>, Context, ClassLoader) - Constructor for class org.apache.catalina.core.DefaultInstanceManager
 
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
 
defaultRealm - Variable in class org.apache.catalina.startup.Tomcat
 
DefaultResolver - Static variable in class org.apache.jasper.el.ELResolverImpl
Deprecated. - Use getDefaultResolver(). Needs to be made private
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
 
DefaultServlet.Range() - Constructor for class org.apache.catalina.servlets.DefaultServlet.Range
 
defaultSessionTrackingModes - Variable in class org.apache.catalina.core.StandardContext
Session tracking modes.
defaultWebConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the default configuration file, if it exists.
defaultWebXml - Variable in class org.apache.catalina.core.StandardContext
Override the default web xml location.
DefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
 
defaultWebXml - Variable in class org.apache.catalina.startup.ContextConfig
The default web application's deployment descriptor location.
defaultWrapper - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
deferAccept - Variable in class org.apache.tomcat.util.net.AprEndpoint
Defer accept.
DeferredExpression() - Method in class org.apache.el.parser.ELParser
 
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.
delegate - Variable in class org.apache.catalina.core.StandardContext
The "follow standard delegation model" flag that will be used to configure our ClassLoader.
delegate - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
Should this class loader delegate to the parent class loader before searching its own repositories (i.e. the usual Java2 delegation model)?
delegate - Variable in class org.apache.catalina.loader.WebappClassLoader
Should this class loader delegate to the parent class loader before searching its own repositories (i.e. the usual Java2 delegation model)?
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 subdirectories 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.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.loader.LegacyWebappClassLoader
Delete the specified directory, including all of its contents and subdirectories recursively.
deleteDir(File) - Static method in class org.apache.catalina.loader.WebappClassLoader
Delete the specified directory, including all of its contents and subdirectories recursively.
deleteDir(File) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and subdirectories 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.valves.RequestFilterValve
The set of deny regular expressions we will evaluate.
deny - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of deny expressions.
deploy(PrintWriter, String, String, boolean, HttpServletRequest) - Method in class org.apache.catalina.manager.ManagerServlet
Deploy a web application archive (included in the current request) at the specified context path.
deploy(PrintWriter, String, String) - Method in class org.apache.catalina.manager.ManagerServlet
Install an application for the specified path from the specified web application archive.
deploy(PrintWriter, String, String, String, boolean) - Method in class org.apache.catalina.manager.ManagerServlet
Install an application for the specified path from the specified web application archive.
deployApps() - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployApps(String) - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployDescriptor(String, File, String) - Method in class org.apache.catalina.startup.HostConfig
 
deployDescriptors(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy XML context descriptors.
deployDirectories(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy directories.
deployDirectory(String, File, String) - Method in class org.apache.catalina.startup.HostConfig
 
deployed - Variable in class org.apache.catalina.manager.ManagerServlet
File object representing the directory into which the deploy() command will store the WAR and context configuration files that have been uploaded.
deployed - Variable in class org.apache.catalina.startup.HostConfig
Map of deployed applications.
deployInternal(String, String, String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Deploy an application for the specified path from the specified web application archive.
deploymentCount - Static variable in class org.apache.catalina.startup.ContextConfig
Deployment count.
deploymentExists(String) - Method in class org.apache.catalina.startup.HostConfig
Check if a webapp is already deployed in this host.
DeployTask - Class in org.apache.catalina.ant
Ant task that implements the /deploy command, supported by the Tomcat manager application.
DeployTask() - Constructor for class org.apache.catalina.ant.DeployTask
 
deployWAR(String, File, String) - Method in class org.apache.catalina.startup.HostConfig
 
deployWARs(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy WAR files.
deployXML - Variable in class org.apache.catalina.startup.HostConfig
Should we deploy XML Context config files?
DEREF_ALIASES - Static variable in class org.apache.catalina.realm.JNDIRealm
Constant that holds the name of the environment property for specifying the manner in which aliases should be dereferenced.
derefAliases - Variable in class org.apache.catalina.realm.JNDIRealm
How aliases should be dereferenced during search operations.
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 - Static variable in class org.apache.naming.ResourceRef
Description address type.
description - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
 
description - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
descriptors - Variable in class org.apache.catalina.mbeans.ServerLifecycleListener
Semicolon separated list of paths containing MBean desciptor resources.
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.WebdavFixFilter
 
destroy() - Method in class org.apache.catalina.loader.LegacyWebappLoader
 
destroy() - Method in class org.apache.catalina.loader.WebappLoader
 
destroy() - Method in class org.apache.catalina.manager.host.HostManagerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.manager.ManagerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.manager.StatusManagerServlet
Finalize this servlet.
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.Bootstrap
Destroy the Catalina Daemon.
destroy() - Method in class org.apache.catalina.startup.Catalina
 
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.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.naming.NamingService
Destroy servlet container (if any is running).
destroy() - Method in interface org.apache.naming.NamingServiceMBean
Destroy servlet container (if any is running).
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.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.JIoEndpoint
Deallocate APR memory pools, and close server socket.
destroy() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Poller
Destroy the poller.
DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component destroy" event.
destroyInstance(Object) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
destroyInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
 
destroyMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Destroy the MBeans for the interesting global JNDI resources.
destroyMBeans(Connector, Service) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Connector and its nested components.
destroyMBeans(Context) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Context and its nested components.
destroyMBeans(ContextEnvironment) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified ContextEnvironment entry.
destroyMBeans(ContextResource) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified ContextResource entry.
destroyMBeans(ContextResourceLink) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified ContextResourceLink entry.
destroyMBeans(Engine) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Engine and its nested components.
destroyMBeans(Host) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Host and its nested components.
destroyMBeans(NamingResources) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified NamingResources and its nested components.
destroyMBeans(Server) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Server and its related components.
destroyMBeans(Service) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Service and its nested components.
destroySubcontext(Name) - Method in class org.apache.naming.NamingContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.NamingContext
Destroys the named context and removes it from the namespace.
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.
destroySubcontext(Name) - Method in class org.apache.naming.SelectorContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.SelectorContext
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.
devRandomSource - Variable in class org.apache.catalina.session.ManagerBase
 
didMerge - Variable in class org.apache.tomcat.util.http.Parameters
 
didQueryParameters - Variable in class org.apache.tomcat.util.http.Parameters
 
digest - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Return the MessageDigest implementation to be used when creating session identifiers.
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 - Variable in class org.apache.catalina.session.ManagerBase
Return the MessageDigest implementation to be used when creating session identifiers.
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
 
digestEncoding - Variable in class org.apache.catalina.realm.RealmBase
The encoding charset for the digest.
digester - Static variable in class org.apache.catalina.startup.HostConfig
The Digester instance used to parse context descriptors.
digester - Variable in class org.apache.catalina.util.SchemaResolver
The disgester instance for which this class is the entity resolver.
digester - Variable in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
The associated Digester instance that was set up by FactoryCreateRule upon initialization.
Digester - Class in org.apache.tomcat.util.digester
A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.
Digester() - Constructor for class org.apache.tomcat.util.digester.Digester
Construct a new Digester with default properties.
Digester(SAXParser) - Constructor for class org.apache.tomcat.util.digester.Digester
Construct a new Digester, allowing a SAXParser to be passed in.
Digester(XMLReader) - Constructor for class org.apache.tomcat.util.digester.Digester
Construct a new Digester, allowing an XMLReader to be passed in.
digester - Variable in class org.apache.tomcat.util.digester.Rule
The Digester with which this Rule is associated.
digester - Variable in class org.apache.tomcat.util.digester.RulesBase
The Digester instance with which this Rules instance is associated.
digester - Static variable in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
DigesterFactory - Class in org.apache.catalina.startup
Wrapper class around the Digester that hide Digester's initialization details
DigesterFactory() - Constructor for class org.apache.catalina.startup.DigesterFactory
 
DIGIT - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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
 
disable_tracing() - Method in class org.apache.el.parser.ELParser
Disable tracing.
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.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
The default implementation of the FileItem interface.
DiskFileItem(String, String, boolean, String, int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.DiskFileItem
Constructs a new DiskFileItem instance.
DiskFileItemFactory - Class in org.apache.tomcat.util.http.fileupload
The default org.apache.commons.fileupload.FileItemFactory implementation.
DiskFileItemFactory() - Constructor for class org.apache.tomcat.util.http.fileupload.DiskFileItemFactory
Constructs an unconfigured instance of this class.
DiskFileItemFactory(int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.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.
dispatcherType - Variable in class org.apache.catalina.connector.Request
The current dispatcher type.
displayClassPath(String, URL[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Debug method, display the classpath
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
 
displaySessionDetailPage(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
displaySessionsListPage(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
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.
DIV0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
DIV1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
divide(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
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.
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.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.
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.manager.host.HostManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.JMXProxyServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.ManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.StatusManagerServlet
Process a GET request for the specified resource.
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
 
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.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
 
DomUtil.NullResolver() - Constructor for class org.apache.tomcat.util.DomUtil.NullResolver
 
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
 
Done() - Method in class org.apache.el.parser.SimpleCharStream
Reset buffer when finished.
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.manager.HTMLManagerServlet
Process a POST request for the specified resource.
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.manager.ManagerServlet
Process a PUT request for the specified resource.
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 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.
doRFC2254Encoding(String) - Method in class org.apache.catalina.realm.JNDIRealm
Given an LDAP search string, returns the string with certain characters escaped according to RFC 2254 guidelines.
doSessions(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
doSetParentLogger(Logger, Logger) - Static method in class org.apache.juli.ClassLoaderLogManager
Set parent child relationship between the two specified loggers.
DOT - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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
 
DotSuffix() - Method in class org.apache.el.parser.ELParser
 
DOUBLE - Static variable in class org.apache.el.lang.ELArithmetic
 
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.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.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.realm.JDBCRealm
Instance of the JDBC Driver class we use as a connection factory.
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.realm.JDBCRealm
The JDBC driver to use.
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.
dump(String) - Method in class org.apache.el.parser.SimpleNode
 
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
 
duplicates - Variable in class org.apache.catalina.session.ManagerBase
 
dynamic - Variable in class org.apache.catalina.core.ApplicationFilterConfig
Dynamic flag.
dynamic - Variable in class org.apache.catalina.core.StandardWrapper
Dynamic flag.
dynamicAttributes - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
DynamicExpression() - Method in class org.apache.el.parser.ELParser
 

E

EAGAIN - Static variable in class org.apache.tomcat.jni.Status
 
echoResult(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
EINPROGRESS - Static variable in class org.apache.tomcat.jni.Status
 
EINTR - Static variable in class org.apache.tomcat.jni.Status
 
EjbFactory - Class in org.apache.naming.factory
Object factory for EJBs.
EjbFactory() - Constructor for class org.apache.naming.factory.EjbFactory
 
EjbRef - Class in org.apache.naming
Represents a reference address to an EJB.
EjbRef(String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
EjbRef(String, String, String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
ELArithmetic - Class in org.apache.el.lang
A helper class of Arithmetic defined by the EL Specification
ELArithmetic() - Constructor for class org.apache.el.lang.ELArithmetic
 
ELArithmetic.BigDecimalDelegate - Class in org.apache.el.lang
 
ELArithmetic.BigDecimalDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
ELArithmetic.BigIntegerDelegate - Class in org.apache.el.lang
 
ELArithmetic.BigIntegerDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
ELArithmetic.DoubleDelegate - Class in org.apache.el.lang
 
ELArithmetic.DoubleDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
ELArithmetic.LongDelegate - Class in org.apache.el.lang
 
ELArithmetic.LongDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.LongDelegate
 
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
 
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.el.parser
 
ELParser(InputStream) - Constructor for class org.apache.el.parser.ELParser
Constructor with InputStream.
ELParser(InputStream, String) - Constructor for class org.apache.el.parser.ELParser
Constructor with InputStream and supplied encoding
ELParser(Reader) - Constructor for class org.apache.el.parser.ELParser
Constructor.
ELParser(ELParserTokenManager) - Constructor for class org.apache.el.parser.ELParser
Constructor with generated Token Manager.
ELParser - Class in org.apache.jasper.compiler
This class implements a parser for EL expressions.
ELParser(String) - Constructor for class org.apache.jasper.compiler.ELParser
 
ELParserConstants - Interface in org.apache.el.parser
Token literal values and constants.
ELParserTokenManager - Class in org.apache.el.parser
Token Manager.
ELParserTokenManager(SimpleCharStream) - Constructor for class org.apache.el.parser.ELParserTokenManager
Constructor.
ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.el.parser.ELParserTokenManager
Constructor.
ELParserTreeConstants - Interface in org.apache.el.parser
 
ELResolverImpl - Class in org.apache.jasper.el
 
ELResolverImpl(VariableResolver) - Constructor for class org.apache.jasper.el.ELResolverImpl
 
ELSupport - Class in org.apache.el.lang
A helper class that implements the EL Specification
ELSupport() - Constructor for class org.apache.el.lang.ELSupport
 
Embedded - Class in org.apache.catalina.startup
Convenience class to embed a Catalina servlet container environment inside another application.
Embedded() - Constructor for class org.apache.catalina.startup.Embedded
Construct a new instance of this class with default properties.
Embedded(Realm) - Constructor for class org.apache.catalina.startup.Embedded
Construct a new instance of this class with specified properties.
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 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
empty() - Method in class org.apache.tomcat.util.digester.ArrayStack
Return true if this stack is currently empty.
EMPTY_ARRAY - Static variable in class org.apache.catalina.session.StandardSession
Type array.
EMPTY_LIST - Static variable in class org.apache.tomcat.bayeux.ClientImpl
 
EMPTY_STRING - Static variable in class org.apache.el.util.ReflectionUtil
 
enable() - Method in class org.apache.catalina.core.DummyResponse
 
ENABLE_CLEAR_REFERENCES - Static variable in class org.apache.catalina.loader.LegacyWebappClassLoader
 
ENABLE_CLEAR_REFERENCES - Static variable in class org.apache.catalina.loader.WebappClassLoader
 
enable_tracing() - Method in class org.apache.el.parser.ELParser
Enable tracing.
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
 
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(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[]) - 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
 
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, 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 - Variable in class org.apache.tomcat.util.http.Parameters
 
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
 
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.
end - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
 
end() - Method in class org.apache.catalina.startup.ConnectorCreateRule
Process the end of this element.
end() - Method in class org.apache.catalina.startup.SetNextNamingRule
Process the end of this element.
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() - 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() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Process the end of this element.
end(String, String) - Method in class org.apache.tomcat.util.digester.CallParamRule
Process any body texts now.
end(String, String) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Process the end of this element.
end() - Method in class org.apache.tomcat.util.digester.NodeCreateRule
Pop the Node off the top of the stack.
end() - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Process the end of this element.
end() - Method in class org.apache.tomcat.util.digester.Rule
Deprecated. Use the end method with namespace and name parameters instead.
end(String, String) - Method in class org.apache.tomcat.util.digester.Rule
This method is called when the end of a matching XML element is encountered.
end() - Method in class org.apache.tomcat.util.digester.SetNextRule
Process the end of this element.
end() - Method in class org.apache.tomcat.util.digester.SetRootRule
Process the end of this element.
end() - Method in class org.apache.tomcat.util.digester.SetTopRule
Process the end of this element.
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_CHUNK - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End chunk.
END_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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. since batches can be nested, messages will only be delivered after the endBatch has been called as many times as startBatch has.
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.
endColumn - Variable in class org.apache.el.parser.Token
The column number of the last character of this Token.
endDocument() - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the end of the document being reached.
endElement(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the end of an XML element being reached.
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.
endLine - Variable in class org.apache.el.parser.Token
The line number of the last character of this Token.
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.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.
endPrefixMapping(String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification that a namespace prefix is going out of scope.
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.Http11Processor
 
endRequest() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
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.manager.host.HostManagerServlet
The associated engine.
engine - Variable in class org.apache.catalina.startup.EngineConfig
The Engine we are associated with.
engine - Variable in class org.apache.catalina.startup.Tomcat
 
engineBase() - Method in class org.apache.catalina.core.StandardContext
Return a File object representing the base directory for the entire servlet container (i.e. the Engine container if present).
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
 
engineName - Variable in class org.apache.catalina.core.StandardContext
Name of the engine.
EngineRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Engine definition element.
EngineRuleSet() - Constructor for class org.apache.catalina.startup.EngineRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
EngineRuleSet(String) - Constructor for class org.apache.catalina.startup.EngineRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
engines - Variable in class org.apache.catalina.startup.Embedded
The set of Engines that have been deployed in this server.
entityResolver - Variable in class org.apache.tomcat.util.digester.Digester
The EntityResolver used by the SAX parser.
entityValidator - Variable in class org.apache.catalina.util.SchemaResolver
The URLs of dtds and schemas that have been registered, keyed by the public identifier that corresponds.
entityValidator - Variable in class org.apache.tomcat.util.digester.Digester
The URLs of entityValidator that have been registered, keyed by the public identifier that corresponds.
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.authenticator.AuthenticatorBase
A String initialization parameter used to increase the entropy of the initialization of our random number generator.
entropy - Variable in class org.apache.catalina.session.ManagerBase
A String initialization parameter used to increase the entropy of the initialization of our random number generator.
ENTRY - Static variable in class org.apache.naming.NamingEntry
 
entry - Variable in class org.apache.naming.resources.JARDirContext.Entry
 
entry - Variable in class org.apache.naming.resources.JARDirContext.JARResource
 
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.NamingContext
Environment.
env - Variable in class org.apache.naming.resources.BaseDirContext
Environment.
env - Variable in class org.apache.naming.resources.ProxyDirContext
Environment.
env - Variable in class org.apache.naming.SelectorContext
Environment.
envCtx - Variable in class org.apache.catalina.core.NamingContextListener
Env context.
EOF - Static variable in interface org.apache.el.parser.ELParserConstants
End of File.
eof(long) - Static method in class org.apache.tomcat.jni.File
Are we at the end of the file
eol - Variable in exception org.apache.el.parser.ParseException
The end of line string for this machine.
EQ0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
EQ1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
equal(long, long) - Static method in class org.apache.tomcat.jni.Address
See if the IP addresses in two APR socket addresses are equivalent.
Equality() - Method in class org.apache.el.parser.ELParser
 
equals(Object) - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
equals(Object) - Method in class org.apache.catalina.util.URL
Compare two URLs for equality.
equals(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
equals(Object) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
equals(Object) - Method in class org.apache.el.MethodExpressionImpl
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class org.apache.el.MethodExpressionLiteral
 
equals(Object) - Method in class org.apache.el.ValueExpressionImpl
 
equals(Object) - Method in class org.apache.el.ValueExpressionLiteral
 
equals(ValueExpressionLiteral) - Method in class org.apache.el.ValueExpressionLiteral
 
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.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(SAXParseException) - Method in class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
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.Http11AprProcessor
Error flag.
error - Variable in class org.apache.coyote.http11.Http11Processor
Error flag.
Error - Exception in org.apache.tomcat.jni
Error
error(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a parsing error to the application supplied error handler (if any).
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
 
ERROR_MESSAGE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward an HTTP status message (as an object of type STring) to an error page.
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
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
 
errorException - Variable in class org.apache.coyote.Response
Holds request error exception.
ErrorHandler - Interface in org.apache.jasper.compiler
Interface for handling JSP parse and javac compilation errors.
errorHandler - Variable in class org.apache.tomcat.util.digester.Digester
The application-supplied error handler that is notified when parsing warnings, errors, or fatal errors occur.
errorOnUndeclaredNamespace - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
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
 
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
 
errorURI - Variable in class org.apache.coyote.Response
Request error URI.
escape(String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
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(Object) - Static method in class org.apache.catalina.manager.JspHelper
 
escapeXml(String) - Static method in class org.apache.catalina.manager.JspHelper
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> & < -> < > -> > " -> " ' -> ' See also OutSupport.writeEscapedXml().
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
 
eval() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
This method evaluates the condition It support for operation ">,>=,<,<=" the types long and double.
eval() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
 
evaluate(VariableResolver) - Method in class org.apache.jasper.el.ExpressionImpl
 
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.
EvaluationContext - Class in org.apache.el.lang
 
EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class org.apache.el.lang.EvaluationContext
 
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.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.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 - 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
 
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.
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.
exactWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
EXCEPTION_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward a Java exception (as an object of type Throwable) to an error page.
EXCEPTION_PAGE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward the request URI (as an object of type String) of the page on which an error occurred.
EXCEPTION_TYPE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward a Java exception type (as an object of type Class) to an error page.
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.
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.
excludes - Variable in class org.apache.catalina.startup.SetAllPropertiesRule
 
execute() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command.
execute(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command, based on the configured properties.
execute(String, InputStream, String, int) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command, based on the configured properties.
execute() - Method in class org.apache.catalina.ant.DeployTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.InstallTask
Deprecated. Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Execute the specified command.
execute() - Method in class org.apache.catalina.ant.JMXGetTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JMXQueryTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JMXSetTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ListTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ReloadTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.RemoveTask
Deprecated. Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ResourcesTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ServerinfoTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.SessionsTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.StartTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.StopTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.UndeployTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ValidatorTask
Execute the specified command.
execute(Runnable) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
execute(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call execute() - any ant-like task should work
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
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 - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
Executor - Interface in org.apache.catalina
 
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(String) - Method in class org.apache.catalina.deploy.NamingResources
Return true if the name specified already exists.
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(Host, URL) - Static method in class org.apache.catalina.startup.ExpandWar
Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(Host, URL, String) - Static method in class org.apache.catalina.startup.ExpandWar
Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(InputStream, File, String) - Static method in class org.apache.catalina.startup.ExpandWar
Expand the specified input stream into the specified directory, creating a file named from the specified relative path.
expand(String) - Static method in class org.apache.tomcat.jni.OS
Expand environment variables.
ExpandBuff(boolean) - Method in class org.apache.el.parser.SimpleCharStream
 
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.
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.Http11AprProcessor
Is there an expectation ?
expectation - Variable in class org.apache.coyote.http11.Http11Processor
Is there an expectation ?
expectedTokenSequences - Variable in exception org.apache.el.parser.ParseException
Each entry in this array is an array of integers.
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.
expireSession(String) - Method in class org.apache.catalina.session.ManagerBase
 
expireSessions(String, HttpServletRequest) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Extract the expiration request parameter
expireSessions(PrintWriter, String, HttpServletRequest) - Method in class org.apache.catalina.manager.ManagerServlet
Extract the expiration request parameter
expiring - Variable in class org.apache.catalina.session.StandardSession
We are currently processing a session expiration, so bypass certain IllegalStateException tests.
explodedJars - Variable in class org.apache.catalina.core.ContextJarRepository
Map for the File instances.
explodedJarsArray - Variable in class org.apache.catalina.core.ContextJarRepository
Array of the exploded Jars, as convenience.
EXPONENT - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
Expression() - Method in class org.apache.el.parser.ELParser
 
EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ExpressionBuilder - Class in org.apache.el.lang
 
ExpressionBuilder(String, ELContext) - Constructor for class org.apache.el.lang.ExpressionBuilder
 
ExpressionEvaluatorImpl - Class in org.apache.jasper.el
 
ExpressionEvaluatorImpl(ExpressionFactory) - Constructor for class org.apache.jasper.el.ExpressionEvaluatorImpl
 
ExpressionFactoryImpl - Class in org.apache.el
 
ExpressionFactoryImpl() - Constructor for class org.apache.el.ExpressionFactoryImpl
 
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
extendedAccessLogInfo - Static variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The descriptive information about this implementation.
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.CookieElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
 
ExtendedAccessLogValve.DateElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.DateElement() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
 
ExtendedAccessLogValve.PatternTokenizer - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.PatternTokenizer(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
ExtendedAccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
 
ExtendedAccessLogValve.RequestHeaderElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
 
ExtendedAccessLogValve.RequestParameterElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestParameterElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
 
ExtendedAccessLogValve.ResponseAllHeaderElement - Class in org.apache.catalina.valves
write a specific response header - x-O(xxx)
ExtendedAccessLogValve.ResponseAllHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
 
ExtendedAccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
 
ExtendedAccessLogValve.ServletContextElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.ServletContextElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
 
ExtendedAccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
 
ExtendedAccessLogValve.TimeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.TimeElement() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
 
Extension - Class in org.apache.catalina.util
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
Extension() - Constructor for class org.apache.catalina.util.Extension
 
ExtensionValidator - Class in org.apache.catalina.util
Ensures that all extension dependies are resolved for a WEB application are met.
ExtensionValidator() - Constructor for class org.apache.catalina.util.ExtensionValidator
 
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.
FACTORY - Static variable in class org.apache.naming.factory.Constants
 
factory - Variable in class org.apache.tomcat.util.digester.Digester
The SAXParserFactory that is created the first time we need it.
FactoryCreateRule - Class in org.apache.tomcat.util.digester
Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack.
FactoryCreateRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(String className) instead.
FactoryCreateRule(Digester, Class) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(Class clazz) instead.
FactoryCreateRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(String className, String attributeName) instead.
FactoryCreateRule(Digester, Class, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(Class clazz, String attributeName) instead.
FactoryCreateRule(Digester, ObjectCreationFactory) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(ObjectCreationFactory creationFactory) instead.
FactoryCreateRule(String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(Class) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(String, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(Class, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(ObjectCreationFactory) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
FactoryCreateRule(String, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(Class, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(String, String, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(Class, String, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(ObjectCreationFactory, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
failedUsers - Variable in class org.apache.catalina.realm.LockOutRealm
Users whose last authentication attempt failed.
failOnError - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether to fail (with a BuildException) if ManagerServlet returns an error.
failureCount - Variable in class org.apache.catalina.realm.LockOutRealm
The number of times in a row a user has to fail authentication to be locked out.
fairness - Variable in class org.apache.catalina.valves.SemaphoreValve
Fairness of the semaphore.
fakeAttributes - Variable in class org.apache.tomcat.util.digester.Digester
Fake attributes map (attributes are often used for object creation).
fakeOutputStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Fake internal output stream.
FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
FALSE - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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
 
fatalError(SAXParseException) - Method in class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
fatalError(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a fatal parsing error to the application supplied error handler (if any).
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).
fields - Variable in class org.apache.tomcat.util.http.Parameters
 
file - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader.PrivilegedFindResource
 
file - Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource
 
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
 
FILE_CLEANING_TRACKER_ATTRIBUTE - Static variable in class org.apache.tomcat.util.http.fileupload.FileCleanerCleanup
Attribute name, which is used for storing an instance of FileCleaningTracker in the web application.
FileCleanerCleanup - Class in org.apache.tomcat.util.http.fileupload
A servlet context listener, which ensures that the FileCleaner's reaper thread is terminated, when the web application is destroyed.
FileCleanerCleanup() - Constructor for class org.apache.tomcat.util.http.fileupload.FileCleanerCleanup
 
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
 
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".
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.FileResource(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResource
 
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).
FileDirContext.FileResourceAttributes(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
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)
FileHandler - Class in org.apache.juli
Implementation of Handler that appends log messages to a file named {prefix}.
FileHandler() - Constructor for class org.apache.juli.FileHandler
 
FileHandler(String, String, String) - Constructor for class org.apache.juli.FileHandler
 
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
Default implementation of the FileItemHeaders interface.
FileItemHeadersImpl() - Constructor for class org.apache.tomcat.util.http.fileupload.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
An iterator, as returned by FileUploadBase.getItemIterator(RequestContext).
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.
FileItemStream.ItemSkippedException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileItemStream.ItemSkippedException
 
fileName - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
files - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
Repositories translated as path in the work directory (for Jasper originally), but which is used to generate fake URLs should getURLs be called.
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
 
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.
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.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.
FileUploadBase.FileUploadIOException - Exception in org.apache.tomcat.util.http.fileupload
This exception is thrown for hiding an inner FileUploadException in an IOException.
FileUploadBase.FileUploadIOException(FileUploadException) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException
Creates a FileUploadIOException with the given cause.
FileUploadBase.InvalidContentTypeException - Exception in org.apache.tomcat.util.http.fileupload
Thrown to indicate that the request is not a multipart request.
FileUploadBase.InvalidContentTypeException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.InvalidContentTypeException
Constructs a InvalidContentTypeException with no detail message.
FileUploadBase.InvalidContentTypeException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.InvalidContentTypeException
Constructs an InvalidContentTypeException with the specified detail message.
FileUploadBase.IOFileUploadException - Exception in org.apache.tomcat.util.http.fileupload
Thrown to indicate an IOException.
FileUploadBase.IOFileUploadException(String, IOException) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.IOFileUploadException
Creates a new instance with the given cause.
FileUploadBase.SizeException - Exception in org.apache.tomcat.util.http.fileupload
This exception is thrown, if a requests permitted size is exceeded.
FileUploadBase.SizeException(String, long, long) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeException
Creates a new instance.
FileUploadBase.SizeLimitExceededException - Exception in org.apache.tomcat.util.http.fileupload
Thrown to indicate that the request size exceeds the configured maximum.
FileUploadBase.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.
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.
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.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(Sockaddr, long) - Static method in class org.apache.tomcat.jni.Address
Fill the Sockaddr class from apr_sockaddr_t
FillBuff() - Method in class org.apache.el.parser.SimpleCharStream
 
filter(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Filter classes.
filter(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Filter classes.
filter(Object) - Static method in class org.apache.catalina.manager.StatusTransformer
Filter the specified message string for characters that are sensitive in HTML.
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.
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.
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
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.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
 
findAttribute(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return the value of the specified node attribute if it exists, or null otherwise.
findAttributes() - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator of the attribute names of this node.
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.
findBooleanSetters(Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
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.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.
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
findChild(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return the first child node of this node with the specified name, if there is one; 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.
findChildren() - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator of all children of this node.
findChildren(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator over all children of this node that have the specified name.
findChildWithAtt(Node, String, String, String) - Static method in class org.apache.tomcat.util.DomUtil
Find the first direct child with a given attribute.
findClass(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Find the specified class in our local repositories, if possible.
findClass(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the specified class in our local repositories, if possible.
findClassInternal(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Find specified class in local repositories.
findClassInternal(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find specified class in local repositories.
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.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.
findContainer() - Method in class org.apache.catalina.connector.Connector
 
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.
findEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjbs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined EJB resource references for this application.
findEnvironment(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironments() - Method in class org.apache.catalina.deploy.NamingResources
Return the set of defined environment entries for this web application.
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
findExplodedJars() - Method in class org.apache.catalina.core.ContextJarRepository
Find all exploded Jars managed by the JARRepository.
findExplodedJars() - Method in class org.apache.catalina.core.ServerJarRepository
Find all exploded Jars managed by the JARRepository.
findExplodedJars() - Method in interface org.apache.catalina.JarRepository
Find all exploded Jars managed by the JARRepository.
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.
findFirst(String) - Method in class org.apache.tomcat.util.http.Parameters
 
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.
findJar(String) - Method in class org.apache.catalina.core.ContextJarRepository
Find the JarFile corresponding to the path.
findJar(String) - Method in class org.apache.catalina.core.ServerJarRepository
Find the JarFile corresponding to the path.
findJar(String) - Method in interface org.apache.catalina.JarRepository
Find the JarFile corresponding to the path.
findJars() - Method in class org.apache.catalina.core.ContextJarRepository
Find all JarFile managed by the JARRepository.
findJars() - Method in class org.apache.catalina.core.ServerJarRepository
Find all JarFile managed by the JARRepository.
findJars() - Method in interface org.apache.catalina.JarRepository
Find all JarFile managed by the JARRepository.
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.ContextJarRepository
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.ServerJarRepository
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 class org.apache.catalina.core.StandardThreadExecutor
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.loader.LegacyWebappClassLoader
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.loader.WebappClassLoader
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.loader.WebappLoader
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.startup.Embedded
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.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.
findLoadedClass0(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Finds the class with the given name if it has previously been loaded and cached by this class loader, and return the Class object.
findLoadedClass0(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Finds the class with the given name if it has previously been loaded and cached by this class loader, and return the Class object.
findLoadedResource(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Finds the resource with the given name if it has previously been loaded and cached by this class loader, and return an input stream to the resource data.
findLoadedResource(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Finds the resource with the given name if it has previously been loaded and cached by this class loader, and return an input stream to the resource data.
findLoaderRepositories() - Method in interface org.apache.catalina.Loader
Return the set of loader repositories defined for this class loader.
findLoaderRepositories() - Method in class org.apache.catalina.loader.LegacyWebappLoader
 
findLoaderRepositories() - Method in class org.apache.catalina.loader.WebappLoader
 
findLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the local EJB resource reference with the specified name, if any; otherwise, return null.
findLocalEjbs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined local EJB resource references for this application.
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.
findMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
Return the message destination with the specified name, if any; otherwise, return null.
findMessageDestinationRef(String) - Method in class org.apache.catalina.core.StandardContext
Return the message destination ref with the specified name, if any; otherwise, return null.
findMessageDestinationRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the message destination reference with the specified name, if any; otherwise, return null.
findMessageDestinationRefs() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined message destination refs for this web application.
findMessageDestinationRefs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined message destination references for this application.
findMessageDestinations() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined message destinations for this web application.
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.
findMethods(Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
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.
findNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Digester
Return the currently mapped namespace URI for the specified prefix, if any; otherwise return null.
findNext(int) - Method in class org.apache.tomcat.util.http.Parameters
 
findNotChars(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Find the first character !
findObjectName(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Return the managed bean definition for the specified bean type
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.
findPrincipal(Request, String, Realm) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Parse the specified authorization credentials, and return the associated Principal that these credentials authenticate (if any) from the specified Realm.
findRepositories() - Method in interface org.apache.catalina.Loader
Return the set of repositories defined for this class loader.
findRepositories() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Return a String array of the current repositories for this class loader.
findRepositories() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Return the set of repositories defined for this class loader.
findRepositories() - Method in interface org.apache.catalina.loader.Reloader
Return a String array of the current repositories for this class loader.
findRepositories() - Method in class org.apache.catalina.loader.WebappLoader
Return the set of repositories defined for this class loader.
findResource(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Find the specified resource in our local repository, and return a URL refering to it, or null if this resource cannot be found.
findResource(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the specified resource in our local repository, and return a URL refering to it, or null if this resource cannot be found.
findResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRefs() - Method in class org.apache.catalina.deploy.NamingResources
Return the set of resource environment reference names for this web application.
findResourceInternal(File, String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Find specified resource in local repositories.
findResourceInternal(String, String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Find specified resource in local repositories.
findResourceInternal(File, String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find specified resource in local repositories.
findResourceInternal(String, String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find specified resource in local repositories.
findResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource link with the specified name, if any; otherwise return null.
findResourceLinks() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined resource links for this application.
findResources() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined resource references for this application.
findResources(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Return an enumeration of URLs representing all of the resources with the given name.
findResources(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Return an enumeration of URLs representing all of the resources with the given name.
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.
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.JAASMemoryLoginModule
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 class org.apache.catalina.deploy.NamingResources
Return the web service reference for the specified name, if any; 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 class org.apache.catalina.deploy.NamingResources
Return the defined web service references for this application.
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.
findStream() - Method in class org.apache.tomcat.util.log.SystemLogHandler
Find PrintStream to which the output must be written to.
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.
findVoidSetters(Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findWatchedResources() - Method in interface org.apache.catalina.Context
Return the set of watched resources for this Context.
findWatchedResources() - Method in class org.apache.catalina.core.StandardContext
Return the set of watched resources for this Context.
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
 
finish() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Clean up after parsing is complete.
finish() - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Clean up after parsing is complete.
finish() - Method in class org.apache.tomcat.util.digester.Rule
This method is called after all parsing methods have been called, to allow Rules to remove temporary data.
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.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.
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.
fixDocBase() - Method in class org.apache.catalina.startup.ContextConfig
Adjust docBase.
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
 
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.
FLOATING_POINT_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
FloatingPoint() - Method in class org.apache.el.parser.ELParser
 
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.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.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() - Method in class org.apache.juli.FileHandler
Flush the writer.
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() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
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.InternalAprOutputBuffer
Callback to write data from the buffer.
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.InternalAprOutputBuffer
Flush leftover bytes.
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.
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(LogRecord) - Method in class org.apache.juli.JdkLoggerFormatter
 
format(LogRecord) - Method in class org.apache.juli.OneLineFormatter
 
format - Static variable in class org.apache.naming.resources.ResourceAttributes
HTTP date format.
format - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
HTTP date format.
formatCache - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Formatter cache.
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.
formatNumber(long) - Static method in class org.apache.catalina.manager.JspHelper
 
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.
formats - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
The set of SimpleDateFormat formats to use in getDateHeader().
formatSeconds(Object) - Static method in class org.apache.catalina.manager.StatusTransformer
Formats the given time (given in seconds) as a string.
formatSize(Object, boolean) - Static method in class org.apache.catalina.manager.StatusTransformer
Display the given size in bytes, either as KB or MB.
formatSize(long, String) - Method in class org.apache.catalina.ssi.SSIFsize
 
formatTime(Object, boolean) - Static method in class org.apache.catalina.manager.StatusTransformer
Display the given time in ms, either as ms or s.
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
 
forName(String) - Static method in class org.apache.el.util.ReflectionUtil
 
forNamePrimitive(String) - Static method in class org.apache.el.util.ReflectionUtil
 
ForTokens - Class in org.apache.jasper.tagplugins.jstl.core
 
ForTokens() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForTokens
 
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_CONTEXT_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original context path is stored on an forwarded dispatcher request.
FORWARD_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
FORWARD_PATH_INFO_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original path info is stored on an forwarded dispatcher request.
FORWARD_QUERY_STRING_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original query string is stored on an forwarded dispatcher request.
FORWARD_REQUEST_URI_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original request URI is stored on an forwarded dispatcher request.
FORWARD_SERVLET_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original servlet path is stored on an forwarded dispatcher request.
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
 
fragment - Variable in class org.apache.catalina.startup.WebRuleSet
The fragment flag
fragmentOrderingDigester - Static variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to parse fragment ordering.
fragments - Variable in class org.apache.catalina.deploy.WebOrder
 
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.
fromStack - Variable in class org.apache.tomcat.util.digester.CallParamRule
Is the parameter to be set from the stack?
fTableSize - Variable in class org.apache.jasper.xmlparser.SymbolTable
 
FULL - Static variable in class org.apache.catalina.servlets.DefaultServlet
Full range marker.
Function() - Method in class org.apache.el.parser.ELParser
 
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
 
FunctionMapperFactory - Class in org.apache.el.lang
 
FunctionMapperFactory(FunctionMapper) - Constructor for class org.apache.el.lang.FunctionMapperFactory
 
FunctionMapperImpl - Class in org.apache.el.lang
 
FunctionMapperImpl() - Constructor for class org.apache.el.lang.FunctionMapperImpl
 
FunctionMapperImpl - Class in org.apache.jasper.el
 
FunctionMapperImpl(FunctionMapper) - Constructor for class org.apache.jasper.el.FunctionMapperImpl
 
FunctionMapperImpl.Function - Class in org.apache.el.lang
 
FunctionMapperImpl.Function(String, String, Method) - Constructor for class org.apache.el.lang.FunctionMapperImpl.Function
 
FunctionMapperImpl.Function() - Constructor for class org.apache.el.lang.FunctionMapperImpl.Function
 
functions - Variable in class org.apache.el.lang.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.
FUNCTIONSUFFIX - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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

GE0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
GE1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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.
generateParseException() - Method in class org.apache.el.parser.ELParser
Generate ParseException.
generateRSATempKey(int) - Static method in class org.apache.tomcat.jni.SSL
Generate temporary RSA key.
generateSessionId() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Generate and return a new session identifier for the cookie that identifies an SSO principal.
generateSessionId() - 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.
GenericParser - Class in org.apache.tomcat.util.digester
Create a SAXParser configured to support XML Schema and DTD.
GenericParser() - Constructor for class org.apache.tomcat.util.digester.GenericParser
 
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() - Method in class org.apache.catalina.util.Queue
Get the first object out of the queue.
GET - Static variable in class org.apache.coyote.ajp.Constants
GET.
GET - Static variable in class org.apache.coyote.http11.Constants
GET.
get(K) - Method in class org.apache.el.util.ConcurrentCache
 
get(String) - Static method in class org.apache.el.util.MessageFactory
 
get(String, Object) - Static method in class org.apache.el.util.MessageFactory
 
get(String, Object, Object) - Static method in class org.apache.el.util.MessageFactory
 
get(String, Object, Object, Object) - Static method in class org.apache.el.util.MessageFactory
 
get(String, Object, Object, Object, Object) - Static method in class org.apache.el.util.MessageFactory
 
get(String, Object, Object, Object, Object, Object) - Static method in class org.apache.el.util.MessageFactory
 
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.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.JIoEndpoint
 
getAccessCount() - Method in class org.apache.naming.resources.ResourceCache
Return the access count.
getAccessCount() - Method in class org.apache.tomcat.util.buf.StringCache
 
getActiveCount() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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.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
 
getAdCompat() - Method in class org.apache.catalina.realm.JNDIRealm
Returns the current settings for handling PartialResultExceptions
getAddress() - Method in class org.apache.catalina.core.StandardServer
Return the address on which we listen to for shutdown commands.
getAddress() - Method in interface org.apache.catalina.Server
Return the address on which we listen to for shutdown commands.
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.Http11Protocol
 
getAddress() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getAddress() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getAfter() - Method in class org.apache.catalina.deploy.WebOrdering
 
getAlgorithm() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the message digest algorithm for this Manager.
getAlgorithm() - Method in class org.apache.catalina.session.ManagerBase
Return the message digest algorithm for this Manager.
getAlgorithm() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAliases() - Method in class org.apache.catalina.core.StandardHost
 
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.valves.RequestFilterValve
Return a comma-delimited set of the allow expressions configured for this Valve, if any; otherwise, return null.
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.
getAlternateURL() - Method in class org.apache.catalina.realm.JNDIRealm
Getter for property alternateURL.
getAntiJARLocking() - Method in class org.apache.catalina.core.StandardContext
Return the antiJARLocking flag for this Context.
getAntiJARLocking() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
 
getAntiJARLocking() - Method in class org.apache.catalina.loader.WebappClassLoader
 
getAntiResourceLocking() - Method in class org.apache.catalina.core.StandardContext
Return the antiResourceLocking flag for this Context.
getAppBase() - Method in class org.apache.catalina.core.StandardContext
Get app base.
getAppBase() - Method in class org.apache.catalina.core.StandardHost
Return the application root for this Host.
getAppBase() - Method in interface org.apache.catalina.Host
Return the application root for this Host.
getAppBase() - Method in class org.apache.catalina.manager.ManagerServlet
Return a File object representing the "application root" directory for our associated 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.
getAppName() - Method in class org.apache.catalina.realm.JAASRealm
getter for the appName member variable
getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
getArray(String, Object[]) - Static method in class org.apache.el.util.MessageFactory
 
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() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
getAttribute() - Method in class org.apache.catalina.ant.JMXGetTask
Get method for the attribute name
getAttribute() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the attribute name
getAttribute(String) - Method in class org.apache.catalina.connector.Connector
Return a configured property.
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(PrintWriter, String, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
getAttribute(String) - Method in class org.apache.catalina.mbeans.ConnectorMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
Obtain and return the value of a specific attribute of this MBean.
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.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(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call void getAttribute( String )
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.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.Request
 
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
 
getAuth() - Method in class org.apache.catalina.deploy.ContextResource
 
getAuthConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the authorization constraint present flag for this security constraint.
getAuthentication() - Method in class org.apache.catalina.realm.JNDIRealm
Return the type of authentication to use.
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.catalina.util.URL
Return the authority part of the URL.
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
 
getAutoDeploy() - Method in class org.apache.catalina.core.StandardHost
Return the value of the auto deploy flag.
getAutoDeploy() - Method in interface org.apache.catalina.Host
Return the value of the auto deploy flag.
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 class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
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
 
getAvailableExtensionCount() - Method in class org.apache.catalina.util.ManifestResource
Gets the number of available extensions
getAvailableExtensions() - Method in class org.apache.catalina.util.ManifestResource
Gets the list of available extensions
getAwait() - Method in class org.apache.catalina.startup.Bootstrap
 
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.Http11Protocol
 
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).
getBean() - Method in class org.apache.catalina.ant.JMXGetTask
Get method for the bean name
getBean() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the bean name
getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
getBefore() - Method in class org.apache.catalina.deploy.WebOrdering
 
getBeginColumn() - Method in class org.apache.el.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.el.parser.SimpleCharStream
Get token beginning line number.
getBlock() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getBody() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getBody() - Method in class org.apache.jasper.xmlparser.TreeNode
Return the body text associated with this node (if any).
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.
getBoundContext() - Method in class org.apache.naming.SelectorContext
Get the bound context.
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
 
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.
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.
getCacheRemovalWarningTime() - Method in class org.apache.catalina.realm.LockOutRealm
Get the minimum period a failed authentication must remain in the cache to avoid generating a warning if it is removed from the cache to make space for a new entry.
getCacheSize() - Method in class org.apache.catalina.realm.LockOutRealm
Get the maximum number of users for which authentication failure will be kept in the cache.
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.
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.
getCatalinaBase() - Static method in class org.apache.catalina.startup.Bootstrap
Get the value of the catalina.base environment variable.
getCatalinaBase() - Method in class org.apache.catalina.startup.Embedded
 
getCatalinaHome() - Static method in class org.apache.catalina.startup.Bootstrap
Get the value of the catalina.home environment variable.
getCatalinaHome() - Method in class org.apache.catalina.startup.Embedded
 
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(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.tomcat.bayeux.MessageImpl
 
getChannel() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getChannel(String, boolean) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
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.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() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
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.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.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?
getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
 
getClassLoader() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
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.catalina.loader.LegacyWebappLoader
Return the Java class loader to be used by this Container.
getClassLoader() - Method in class org.apache.catalina.loader.WebappLoader
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?
getClassLoader() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to a class loader.
getClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
Return the class loader to be used for instantiating application objects when required.
getClassLoaderInfo(ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
Retrieve the configuration associated with the specified classloader.
getClassLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getClassName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
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.mbeans.ClassNameMBean
Return the fully qualified Java class name of the managed object for this MBean.
getClassName() - Method in class org.apache.catalina.session.ManagerBase
Returns the name of the implementation class.
getClassName(String) - Method in class org.apache.catalina.startup.ContextConfig
Get class name given a path to a classfile.
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.catalina.loader.LegacyWebappLoader
Classpath, as set in org.apache.catalina.jsp_classpath context property
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?
getClassPath(Vector) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Return a URL[] that can be used to construct a class loader
getClassPath(String, String, String, boolean) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Construct a URL classpath from files in a directory, a cpath property, and tools.jar.
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.Http11Protocol
 
getClientId() - Method in class org.apache.tomcat.bayeux.RequestBase
 
getClientImpl(HttpEvent) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
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.
getColumn() - Method in class org.apache.el.parser.SimpleCharStream
Deprecated.  
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
 
getCommonRole() - Method in class org.apache.catalina.realm.JNDIRealm
Return the common role
getComparableObject(Session) - Method in class org.apache.catalina.manager.util.BaseSessionComparator
 
getComparator(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
getCompContext() - Method in class org.apache.catalina.core.NamingContextListener
Return the comp context.
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.
getCompilerClasspath() - Method in class org.apache.catalina.core.StandardContext
Return the compiler classpath.
getCompilerSourceVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerSourceVM() - Method in interface org.apache.jasper.Options
Compiler source VM, e.g. 1.3, 1.4, or 1.5.
getCompilerTargetVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerTargetVM() - Method in interface org.apache.jasper.Options
The compiler target VM, e.g. 1.1, 1.2, 1.3, 1.4, or 1.5.
getCompletedTaskCount() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11Protocol
 
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
 
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
 
getConfig() - Method in class org.apache.catalina.ant.DeployTask
 
getConfig() - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
getConfigBase() - Method in class org.apache.catalina.core.StandardContext
Get config base.
getConfigBase(String) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Get config base.
getConfigBase() - Method in class org.apache.catalina.startup.ContextConfig
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.
getConfigClass() - Method in class org.apache.catalina.startup.UserConfig
Return the Context configuration class name.
getConfigErrMsg() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigFile() - Method in interface org.apache.catalina.Context
Return the path to a file to save this Context information.
getConfigFile() - Method in class org.apache.catalina.core.StandardContext
Return the path to a file to save this Context information.
getConfigFile(String) - Method in class org.apache.catalina.manager.ManagerServlet
Given a context path, get the config file name.
getConfigFile() - Method in class org.apache.catalina.startup.Catalina
 
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
 
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.realm.JDBCRealm
Return the username to use to connect to the database.
getConnectionName() - Method in class org.apache.catalina.realm.JNDIRealm
Return the connection username for this Realm.
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.realm.JDBCRealm
Return the password to use to connect to the database.
getConnectionPassword() - Method in class org.apache.catalina.realm.JNDIRealm
Return the connection password for this Realm.
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.realm.JDBCRealm
Return the URL to use to connect to the database.
getConnectionURL() - Method in class org.apache.catalina.realm.JNDIRealm
Return the connection URL for this Realm.
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
 
getConnector() - Method in class org.apache.catalina.startup.Tomcat
Get the default http connector.
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.ContextJarRepository
Return the Container with which this Pipeline is associated.
getContainer() - Method in class org.apache.catalina.core.ServerJarRepository
Return the Container with which this Pipeline is associated.
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 class org.apache.catalina.deploy.NamingResources
Get the container with which the naming resources are associated.
getContainer() - Method in interface org.apache.catalina.JarRepository
Return the Container with which this JARRepository has been associated.
getContainer() - Method in interface org.apache.catalina.Loader
Return the Container with which this Loader has been associated.
getContainer() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Return the Container with which this Logger has been associated.
getContainer() - Method in class org.apache.catalina.loader.WebappLoader
Return the Container with which this Logger 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.ServletRequestContext
Retrieve the content length of the request.
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.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.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.el.lang.EvaluationContext
 
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.
getContextClass() - Method in class org.apache.catalina.startup.UserConfig
Return the Context implementation class name.
getContextFactory() - Method in class org.apache.catalina.realm.JNDIRealm
Return the JNDI context factory for this Realm.
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.loader.LegacyWebappLoader
 
getController() - Method in class org.apache.catalina.loader.WebappLoader
 
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.
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
 
getCorePoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getCount() - Method in class org.apache.tomcat.util.digester.Digester
Return the current depth of the element stack.
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.
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.
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.
getCurrentElementName() - Method in class org.apache.tomcat.util.digester.Digester
Return the name of the XML element that is currently being processed.
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
 
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
 
getCurrentTimeMillis() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
getCurrentUri() - Method in class org.apache.coyote.RequestInfo
 
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.
getDataSourceName() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the name of the JNDI JDBC DataSource.
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
 
getDebug() - Method in class org.apache.tomcat.util.digester.Digester
Deprecated. This method now always returns 0. Digester uses the apache jakarta commons-logging library; see the documentation for that library for more information.
getDeclare() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
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.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
 
getDefaultContextXml() - Method in class org.apache.catalina.core.StandardContext
 
getDefaultContextXml() - Method in class org.apache.catalina.startup.ContextConfig
Return the location of the default context file
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.
getDefaultLibraryPath() - Static method in class org.apache.tomcat.jni.LibraryLoader
 
getDefaultMetaPath() - Static method in class org.apache.tomcat.jni.LibraryLoader
 
getDefaultPlatformCpu() - Static method in class org.apache.tomcat.jni.LibraryLoader
 
getDefaultPlatformName() - Static method in class org.apache.tomcat.jni.LibraryLoader
 
getDefaultResolver() - Static method in class org.apache.jasper.el.ELResolverImpl
 
getDefaults() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets Rule's which will be fired when the wrapped implementation returns no matches
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
 
getDefaultWebXml() - Method in class org.apache.catalina.core.StandardContext
 
getDefaultWebXml() - Method in class org.apache.catalina.startup.ContextConfig
Return the location of the default deployment descriptor
getDeferAccept() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getDeferAccept() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
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
 
getDelegate() - Method in class org.apache.catalina.core.StandardContext
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in interface org.apache.catalina.Loader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Return the "delegate first" flag for this class loader.
getDelegate() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in class org.apache.catalina.loader.WebappClassLoader
Return the "delegate first" flag for this class loader.
getDelegate() - Method in class org.apache.catalina.loader.WebappLoader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelimiter() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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
getDeploymentTime(String) - Method in class org.apache.catalina.startup.HostConfig
Get the instant where an application was deployed.
getDeployOnStartup() - Method in class org.apache.catalina.core.StandardHost
Return the value of the deploy on startup flag.
getDeployOnStartup() - Method in interface org.apache.catalina.Host
Return the value of the deploy on startup flag.
getDerefAliases() - Method in class org.apache.catalina.realm.JNDIRealm
Return the derefAliases setting to be used.
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.ContextEnvironment
 
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.MessageDestination
 
getDescription() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getDescription() - Method in class org.apache.catalina.deploy.ResourceBase
 
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.
getDescriptors() - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
 
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.authenticator.AuthenticatorBase
Return the MessageDigest object to be used for calculating session identifiers.
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.
getDigest() - Method in class org.apache.catalina.session.ManagerBase
Return the MessageDigest object to be used for calculating session identifiers.
getDigestEncoding() - Method in class org.apache.catalina.realm.RealmBase
Returns the digest encoding charset.
getDigester() - Method in class org.apache.catalina.realm.MemoryRealm
Return a configured Digester to use for processing the XML input file, creating a new one if necessary.
getDigester() - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - Method in class org.apache.tomcat.util.digester.Rule
Return the Digester with which this Rule is associated.
getDigester() - Method in interface org.apache.tomcat.util.digester.Rules
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in class org.apache.tomcat.util.digester.RulesBase
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets digester using these Rules
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.
getDirectoryContextEnvironment() - Method in class org.apache.catalina.realm.JNDIRealm
Create our directory context configuration.
getDirectoryName() - Method in class org.apache.catalina.startup.UserConfig
Return the directory name for user web applications.
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.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
 
getDisplayCreationTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayInactiveTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayLastAccessedTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
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.ContextService
 
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.MessageDestination
 
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 ?
getDisplayTTLForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayUsedTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDistinguishedName(DirContext, String, SearchResult) - Method in class org.apache.catalina.realm.JNDIRealm
Returns the distinguished name of a search result.
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.manager.ManagerServlet
Given a context path, get the doc abse.
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.
getDocumentLocator() - Method in class org.apache.tomcat.util.digester.Digester
Gets the document locator associated with our parser.
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.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.realm.JDBCRealm
Return the JDBC driver that will be used.
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.
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.el.lang.EvaluationContext
 
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.el.lang.EvaluationContext
 
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
 
getEnabledProtocols(SSLServerSocket, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
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(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
 
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
 
getEndColumn() - Method in class org.apache.el.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.apache.el.parser.SimpleCharStream
Get token end line number.
getEngine() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the enclosing Engine for this Manager.
getEngine() - Method in class org.apache.catalina.startup.Tomcat
Access to the engine, for further customization.
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
 
getEntityResolver() - Method in class org.apache.tomcat.util.digester.Digester
Return the Entity Resolver used by the SAX parser.
getEntropy() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the entropy increaser value, or compute a semi-useful value if this String has not yet been set.
getEntropy() - Method in class org.apache.catalina.session.ManagerBase
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
 
getEnvContext() - Method in class org.apache.catalina.core.NamingContextListener
Return the env context.
getEnvironment() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI environment
getEnvironment() - Method in class org.apache.naming.NamingContext
Retrieves the environment in effect for this context.
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.apache.naming.SelectorContext
Retrieves the environment in effect for this context.
getEnvironments() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of the set of defined environment entries for this web application
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.
getErrorHandler() - Method in class org.apache.tomcat.util.digester.Digester
Return the error handler for this Digester.
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.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.
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.Http11Protocol
 
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.el.ValueExpressionImpl
 
getExpectedType() - Method in class org.apache.el.ValueExpressionLiteral
 
getExpectedType() - Method in class org.apache.jasper.el.JspValueExpression
 
getExpectedTypeName() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
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.
getExplodedJars() - Method in class org.apache.catalina.core.ContextJarRepository
Get the exploded Jar map.
getExplodedJars() - Method in class org.apache.catalina.core.ServerJarRepository
Get the exploded Jar map.
getExplodedJars() - Method in interface org.apache.catalina.JarRepository
Get the exploded Jar map.
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.el.MethodExpressionImpl
Returns the original String used to create this Expression, unmodified.
getExpressionString() - Method in class org.apache.el.MethodExpressionLiteral
 
getExpressionString() - Method in class org.apache.el.ValueExpressionImpl
Returns the type the result of the expression will be coerced to after evaluation.
getExpressionString() - Method in class org.apache.el.ValueExpressionLiteral
 
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
getExtensionName() - Method in class org.apache.catalina.util.Extension
 
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.
getFactory() - Method in class org.apache.tomcat.util.digester.Digester
Return the SAXParserFactory we will use, creating one if necessary.
getFactory(Attributes) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Return an instance of our associated object creation factory, creating one if necessary.
getFactoryClassName() - Method in class org.apache.naming.EjbRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.HandlerRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.ResourceEnvRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.ResourceLinkRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.ResourceRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.ServiceRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.TransactionRef
Retrieves the class name of the factory of the object to which this reference refers.
getFailureCount() - Method in class org.apache.catalina.realm.LockOutRealm
Get the number of failed authentication attempts required to lock the user account.
getFailures() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
getFairness() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getFakeAttributes() - Method in class org.apache.tomcat.util.digester.Digester
Return the fake attributes list.
getFeature(String) - Method in class org.apache.tomcat.util.digester.Digester
Returns a flag indicating whether the requested feature is supported by the underlying implementation of org.xml.sax.XMLReader.
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
 
getFieldName() - Method in class org.apache.tomcat.util.http.fileupload.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(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.catalina.util.URL
Return the filename part of the URL.
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.DiskFileItemFactory
Returns the tracker, which is responsible for deleting temporary files.
getFileCleaningTracker(ServletContext) - Static method in class org.apache.tomcat.util.http.fileupload.FileCleanerCleanup
Returns the instance of FileCleaningTracker, which is associated with the given ServletContext.
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(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Retrieves the file name from the Content-disposition header.
getFilesByExt(String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Return all files with a given extension in a dir
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.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).
getFloatingPoint() - Method in class org.apache.el.parser.AstFloatingPoint
 
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
 
getFragments() - Method in class org.apache.catalina.deploy.WebOrder
 
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.el.lang.EvaluationContext
 
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.
getGlobal() - Method in class org.apache.catalina.deploy.ContextResourceLink
 
getGlobalNamingContext() - Method in class org.apache.catalina.core.StandardServer
Return the global naming resources context.
getGlobalNamingResources() - Method in class org.apache.catalina.core.StandardServer
Return the global naming resources.
getGlobalNamingResources() - Method in interface org.apache.catalina.Server
Return the global naming resources.
getGlobalProcessor() - Method in class org.apache.coyote.RequestInfo
 
getGroup() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
getGroup() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The (optional) group to which this MBean belongs.
getHandler(String) - Method in class org.apache.catalina.deploy.ContextService
 
getHandler() - Method in class org.apache.naming.ServiceRef
Add and Get Handlers classes.
getHandler() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getHandler() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getHandlerclass() - Method in class org.apache.catalina.deploy.ContextHandler
 
getHandlers() - Method in class org.apache.catalina.deploy.ContextService
 
getHandlersSize() - Method in class org.apache.naming.ServiceRef
 
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.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.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.
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 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.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() - Method in class org.apache.tomcat.util.http.fileupload.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(String) - Method in class org.apache.tomcat.util.http.fileupload.FileItemHeadersImpl
 
getHeaders() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
Returns the collection of headers defined locally within this item.
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.
getHome() - Method in class org.apache.catalina.deploy.ContextEjb
 
getHome() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getHome(String) - Method in class org.apache.catalina.startup.HomesUserDatabase
Return an absolute pathname to the home directory for the specified user.
getHome(String) - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return an absolute pathname to the home directory for the specified user.
getHome(String) - Method in interface org.apache.catalina.startup.UserDatabase
Return an absolute pathname to the home directory for the specified user.
getHomeBase() - Method in class org.apache.catalina.startup.UserConfig
Return the base directory containing user home directories.
getHook() - Method in class org.apache.coyote.Response
 
getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The Host of the JMX JSR 160 MBeanServer to be used.
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.catalina.startup.Tomcat
 
getHost() - Method in class org.apache.catalina.util.URL
Return the host name part of the URL.
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
 
getHostname() - Method in class org.apache.catalina.core.StandardContext
 
getHostName() - Method in class org.apache.naming.resources.ProxyDirContext
Return the host name.
getHosts() - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
getHttpServletRequest() - Method in class org.apache.catalina.connector.HttpEventImpl
 
getHttpServletResponse() - Method in class org.apache.catalina.connector.HttpEventImpl
 
getIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Returns the Java encoding name for the specified IANA encoding name.
getIcon() - Method in class org.apache.catalina.deploy.ContextService
 
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. hashtable lookup )
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.
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.
getIf() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getIf() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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.
getImage() - Method in interface org.apache.el.parser.Node
 
GetImage() - Method in class org.apache.el.parser.SimpleCharStream
Get token literal value.
getImage() - Method in class org.apache.el.parser.SimpleNode
 
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.SSLImplementation
 
getImplementationURL() - Method in class org.apache.catalina.util.Extension
 
getImplementationVendor() - Method in class org.apache.catalina.util.Extension
 
getImplementationVendorId() - Method in class org.apache.catalina.util.Extension
 
getImplementationVersion() - Method in class org.apache.catalina.util.Extension
 
getInactiveTimeForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
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.ant.jmx.JMXAccessorCondition
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
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.DigestAuthenticator
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.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.ContextJarRepository
Return descriptive information about this implementation class.
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.ServerJarRepository
Return descriptive information about this implementation class.
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.JarRepository
Return descriptive information about this JARRepository implementation and the corresponding version number, in the format <description>/<version>.
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 class org.apache.catalina.loader.LegacyWebappLoader
Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.loader.WebappLoader
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.MemoryRealm
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 class org.apache.catalina.startup.Embedded
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
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.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
 
getInitialContext(Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Get a new (writable) initial context.
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
 
getInjectionTargets() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getInjectionTargets() - Method in interface org.apache.catalina.deploy.Injectable
 
getInjectionTargets() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getInjectionTargets() - Method in class org.apache.catalina.deploy.ResourceBase
 
getInputBuffer() - Method in class org.apache.coyote.Request
 
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.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.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
 
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.
getInteger() - Method in class org.apache.el.parser.AstInteger
 
getInterestClasses() - Method in class org.apache.catalina.startup.ContextConfig.ServletContainerInitializerInfo
 
getInternalid() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
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
 
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.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
 
getJar() - Method in class org.apache.catalina.deploy.WebOrdering
 
getJarName(List<WebOrdering>, String) - Method in class org.apache.catalina.startup.ContextConfig
Get the jar name corresponding to the ordering name.
getJarPath() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Return the JAR path.
getJarRepository() - Method in interface org.apache.catalina.Container
Return the JarRepository with which this Container is associated.
getJarRepository() - Method in class org.apache.catalina.core.ContainerBase
Return the JarRepository with which this Container is associated.
getJars() - Method in class org.apache.catalina.core.ContextJarRepository
Get the JarFile map.
getJars() - Method in class org.apache.catalina.core.ServerJarRepository
Get the JarFile map.
getJars() - Method in interface org.apache.catalina.JarRepository
Get the JarFile map.
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
 
getJaxrpcmappingfile() - Method in class org.apache.catalina.deploy.ContextService
 
getJMXConnection() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Get JMXConnection (default look at jmx.server project reference from jmxOpen Task)
getJMXConnection() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getJMXConnection() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
get JMXConnection
getJmxName() - Method in class org.apache.catalina.core.ContainerBase
 
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.Http11Protocol
Return the Keep-Alive policy for the connection.
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Number of keepalive sockets.
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.Http11AprProtocol
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.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?
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.
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.Http11Protocol
 
getKeystore(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeystorePassword() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeytype() - Method in class org.apache.coyote.http11.Http11Protocol
 
getLargeIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getLargeIcon() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getLargeIcon() - Method in class org.apache.catalina.deploy.MessageDestination
 
getLargestPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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
getLastFailureTime() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
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.
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
 
getLbForceSession() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLbRecovertime() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLbRetries() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLbStickySession() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
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
 
getLine() - Method in class org.apache.el.parser.SimpleCharStream
Deprecated.  
getLink() - Method in class org.apache.catalina.deploy.ContextEjb
 
getLink() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getLink() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
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
 
getLiveDeploy() - Method in class org.apache.catalina.core.StandardHost
Return the value of the live deploy flag.
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.
getLoaderClass() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Return the ClassLoader class name.
getLoaderClass() - Method in class org.apache.catalina.loader.WebappLoader
Return the ClassLoader class name.
getLoaderRepositories() - Method in class org.apache.catalina.loader.LegacyWebappLoader
 
getLoaderRepositoriesString() - Method in class org.apache.catalina.loader.LegacyWebappLoader
 
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
 
getLocal() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
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
 
getLocalDataSource() - Method in class org.apache.catalina.realm.DataSourceRealm
Return if the datasource will be looked up in the webapp JNDI Context.
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.el.lang.EvaluationContext
 
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.el.parser.AstFunction
 
getLocalparts() - Method in class org.apache.catalina.deploy.ContextHandler
 
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.Request
 
getLocalWar() - Method in class org.apache.catalina.ant.DeployTask
 
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
 
getLockOutTime() - Method in class org.apache.catalina.realm.LockOutRealm
Get the period for which an account will be locked.
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.
getLogger(String) - Method in class org.apache.juli.ClassLoaderLogManager
Get the logger associated with the specified name inside the classloader local configuration.
getLogger() - Method in class org.apache.tomcat.util.digester.Digester
Return the current Logger associated with this instance of the Digester
getLoggerNames() - Method in class org.apache.juli.ClassLoaderLogManager
Get an enumeration of the logger names currently defined in the classloader local configuration.
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.
getManager(String) - Static method in class org.apache.catalina.util.StringManager
Get the StringManager for a particular package.
getManager(String) - Static method in class org.apache.naming.StringManager
Get the StringManager for a particular package.
getManager(String) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package.
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
 
getMatch() - Method in class org.apache.tomcat.util.digester.Digester
Return the current rule match path
getMatchAllServletNames() - Method in class org.apache.catalina.deploy.FilterMap
 
getMatchAllUrlPatterns() - Method in class org.apache.catalina.deploy.FilterMap
 
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.
getMaxFileSize() - Method in class org.apache.catalina.deploy.Multipart
 
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. -1 means sessions are not backed up.
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.
getMaxIdleTime() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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.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.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.catalina.core.StandardThreadExecutor
 
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.Http11Protocol
 
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
 
getMBeanAttributeType(MBeanServerConnection, String, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Get MBean Attriute from Mbean Server
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.
getMbeansFile() - Method in class org.apache.catalina.core.StandardEngine
 
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() - Method in exception org.apache.el.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.el.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage(String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, String, String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, Object[]) - Static method in class org.apache.jasper.compiler.Localizer
 
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() - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
getMethod(Object, Object, Class[]) - Static method in class org.apache.el.util.ReflectionUtil
Returns a method based on the criteria
getMethod - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionImpl
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionLiteral
 
getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.el.parser.AstIdentifier
 
getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.el.parser.AstValue
 
getMethodInfo(EvaluationContext, Class[]) - Method in interface org.apache.el.parser.Node
 
getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.el.parser.SimpleNode
 
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
 
getMinSpareThreads() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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.
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.
getMultiport() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The name used at remote MbeanServer
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.NamingContextListener
Return the "name" property.
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.StandardThreadExecutor
 
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.ContextEnvironment
 
getName() - Method in interface org.apache.catalina.deploy.Injectable
 
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.MessageDestination
 
getName() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getName() - Method in class org.apache.catalina.deploy.ResourceBase
 
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 class org.apache.catalina.deploy.WebAbsoluteOrdering
 
getName() - Method in class org.apache.catalina.deploy.WebOrdering
 
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.CombinedRealm
 
getName() - Method in class org.apache.catalina.realm.DataSourceRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getName() - Method in class org.apache.catalina.realm.JAASRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.JDBCRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.JNDIRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.MemoryRealm
Return a short name for this Realm implementation.
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.Http11AprProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11Protocol
 
getName() - Method in class org.apache.jasper.xmlparser.TreeNode
Return the name of this node.
getName() - Method in class org.apache.naming.NamingService
Retruns the Catalina component name.
getName() - Method in interface org.apache.naming.NamingServiceMBean
Retruns the JNDI component name.
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.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(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(int) - Method in class org.apache.tomcat.util.http.Parameters
Returns the Nth header name This may be used to iterate through all header fields.
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.AprEndpoint
 
getName() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
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.NamingContext
Retrieves the full name of this context within its own namespace.
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.
getNameInNamespace() - Method in class org.apache.naming.SelectorContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
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.
getNameParser(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNamePrefix() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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.
getNamespaceAware() - Method in class org.apache.tomcat.util.digester.Digester
Return the "namespace aware" flag for parsers we create.
getNamespaceuri(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.Rule
Return the namespace URI for which this Rule is relevant, if any.
getNamespaceURI() - Method in interface org.apache.tomcat.util.digester.Rules
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.RulesBase
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in interface org.apache.tomcat.util.digester.RuleSet
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.RuleSetBase
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets namespace to apply to Rule's added
getNamingContext() - Method in class org.apache.catalina.core.NamingContextListener
Return the associated naming context.
getNamingContextListener() - Method in class org.apache.catalina.core.StandardContext
Naming context listener accessor.
getNamingContextName() - Method in class org.apache.catalina.core.StandardContext
Get naming context full name.
getNamingResources() - Method in interface org.apache.catalina.Context
Return the naming resources associated with this web application.
getNamingResources() - Method in class org.apache.catalina.core.StandardContext
Return the naming resources associated with this web application.
getNamingResources() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getNamingResources() - Method in class org.apache.catalina.deploy.ContextTransaction
 
getNamingResources() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getNamingResources() - Method in class org.apache.catalina.deploy.ResourceBase
 
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
getNextToken() - Method in class org.apache.el.parser.ELParser
Get the next Token.
getNextToken() - Method in class org.apache.el.parser.ELParserTokenManager
Get the next Token.
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.InternalAprInputBuffer
Get the non blocking flag value.
getNonBlocking() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Get the non blocking flag value.
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.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.BeanFactory
Create a new Bean instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.EjbFactory
Crete a new EJB instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.OpenEjbFactory
Crete a new EJB instance using OpenEJB.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceEnvFactory
Crete a new Resource env instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceFactory
Crete a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceLinkFactory
Create a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.TransactionFactory
Crete a new User transaction instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Crete a new Context's instance.
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.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
 
getOperation() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getOperation() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
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
 
getOptions() - Method in class org.apache.jasper.JspCompilationContext
Get hold of the Options object for this context.
getOrder() - Method in class org.apache.catalina.deploy.WebAbsoluteOrdering
 
getOriginalDocBase() - Method in class org.apache.catalina.core.StandardContext
Return the original document root 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.
getOutputName() - Method in class org.apache.el.parser.AstFunction
 
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.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.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.
getOverlays() - Method in class org.apache.catalina.startup.ContextConfig
 
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
 
getOverride() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getOverride() - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
 
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(EvaluationContext) - Method in class org.apache.el.parser.AstBracketSuffix
 
getParameters(EvaluationContext) - Method in class org.apache.el.parser.AstDotSuffix
 
getParameters(String, String, KeyStore) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Return the initialization parameters for the TrustManager.
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.
getParser() - Method in class org.apache.tomcat.util.digester.Digester
Return the SAXParser we will use to parse the input stream.
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.ant.AbstractCatalinaTask
 
getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The login password for the Manager application.
getPassword() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the password credential (if any) associated with the SSO.
getPassword(String) - Method in class org.apache.catalina.realm.CombinedRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the password associated with the given principal's user name.
getPassword(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the password associated with the given principal's user name.
getPassword() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getPassword(String) - Method in class org.apache.catalina.realm.JAASRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the password associated with the given principal's user name.
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.ant.DeployTask
 
getPath() - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
getPath() - Method in class org.apache.catalina.ant.ReloadTask
 
getPath() - Method in class org.apache.catalina.ant.RemoveTask
Deprecated.  
getPath() - Method in class org.apache.catalina.ant.SessionsTask
 
getPath() - Method in class org.apache.catalina.ant.StartTask
 
getPath() - Method in class org.apache.catalina.ant.StopTask
 
getPath() - Method in class org.apache.catalina.ant.UndeployTask
 
getPath() - Method in class org.apache.catalina.ant.ValidatorTask
 
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.catalina.util.URL
Return the path part of the URL.
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.realm.MemoryRealm
Return the pathname of our XML file containing user definitions.
getPathname() - Method in class org.apache.catalina.session.StandardManager
Return the session persistence pathname, if any.
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.
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.catalina.loader.LegacyWebappClassLoader
Get the Permissions for a CodeSource.
getPermissions(CodeSource) - Method in class org.apache.catalina.loader.WebappClassLoader
Get the Permissions for a CodeSource.
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.http11.Http11AprProtocol
 
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
 
getPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The Port of the JMX JSR 160 MBeanServer to be used.
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.catalina.core.StandardServer
Return the port number we listen to for shutdown commands.
getPort() - Method in interface org.apache.catalina.Server
Return the port number we listen to for shutdown commands.
getPort() - Method in class org.apache.catalina.util.URL
Return the port number part of the URL.
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.Http11Protocol
 
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.
getPortlink(String) - Method in class org.apache.catalina.deploy.ContextService
 
getPortName(int) - Method in class org.apache.catalina.deploy.ContextHandler
 
getPortNamesSize() - Method in class org.apache.catalina.deploy.ContextHandler
 
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.
getPrefix() - Method in class org.apache.el.parser.AstFunction
 
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(String) - Method in class org.apache.catalina.realm.CombinedRealm
 
getPrincipal(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JAASRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the given user name.
getPrincipal(DirContext, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the Principal associated with the given user name.
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.
getPrincipals() - Method in class org.apache.catalina.realm.MemoryRealm
Returns the principals for this realm.
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.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.
getProperties() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
get all properties, when project is there got all project Properties
getProperty(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
get all Properties
getProperty(String) - Method in class org.apache.catalina.connector.Connector
Return a configured property.
getProperty(String) - Method in class org.apache.catalina.deploy.ContextTransaction
Return a configured property.
getProperty(String) - Method in class org.apache.catalina.deploy.ResourceBase
Return a configured property.
getProperty(String) - Static method in class org.apache.catalina.startup.CatalinaProperties
Return specified property value.
getProperty(String, String) - Static method in class org.apache.catalina.startup.CatalinaProperties
Return specified property value.
getProperty(String) - Method in class org.apache.coyote.http11.Http11Protocol
Get a property
getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
 
getProperty(String) - Method in class org.apache.juli.ClassLoaderLogManager
Get the value of the specified property in the classloader local configuration.
getProperty(String) - Method in class org.apache.tomcat.util.digester.Digester
Return the current value of the specified property for the underlying XMLReader implementation.
getProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
getProperty(String) - Method in interface org.apache.tomcat.util.IntrospectionUtils.PropertySource
 
getPropertyDescriptor(Object, Object) - Static method in class org.apache.el.util.ReflectionUtil
 
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.catalina.realm.JNDIRealm
Return the protocol to be used.
getProtocol() - Method in class org.apache.catalina.util.URL
Return the protocol name part of the URL.
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.
getProtocols() - Method in class org.apache.coyote.http11.Http11Protocol
 
getProxyElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getProxyList() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
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.
getProxyURL() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
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.
getPublicId() - Method in class org.apache.tomcat.util.digester.Digester
Return the public identifier of the DTD we are currently parsing under, if any.
getQualifiedNames() - Method in class org.apache.catalina.util.DOMWriter
 
getQuery() - Method in class org.apache.catalina.ant.JMXQueryTask
Get method for the JMX query string
getQuery() - Method in class org.apache.catalina.util.URL
Return the query part of the URL.
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
 
getQueueSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getRandom() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the random number generator instance we should use for generating session identifiers.
getRandom() - Method in class org.apache.catalina.session.ManagerBase
Return the random number generator instance we should use for generating session identifiers.
getRandomBytes(byte[]) - Method in class org.apache.catalina.session.ManagerBase
 
getRandomClass() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the random number generator class name.
getRandomClass() - Method in class org.apache.catalina.session.ManagerBase
Return the random number generator class name.
getRandomFile() - Method in class org.apache.catalina.session.ManagerBase
 
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
 
getReader() - Method in class org.apache.tomcat.util.digester.Digester
Deprecated. Use getXMLReader() instead, which can throw a SAXException if the reader cannot be instantiated
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.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.core.StandardEngine
Provide a default in case no explicit configuration is set
getRealm() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRealm() - Method in class org.apache.catalina.startup.Embedded
Return the default Realm for our Containers.
getRealmName() - Method in class org.apache.catalina.deploy.LoginConfig
 
getRealmPath() - Method in class org.apache.catalina.realm.RealmBase
 
getRealms() - Method in class org.apache.catalina.realm.CombinedRealm
Return the set of Realms that this Realm is wrapping
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.
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
 
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.catalina.ant.jmx.JMXAccessorCondition
 
getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getRef() - Method in class org.apache.catalina.util.URL
Return the reference part of the URL.
getRef() - Method in class org.apache.tomcat.util.net.URL
Return the reference part of the URL.
getReferrals() - Method in class org.apache.catalina.realm.JNDIRealm
Returns the current settings for handling JNDI referrals.
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.
getReloadable() - Method in interface org.apache.catalina.Context
Return the reloadable flag for this web application.
getReloadable() - Method in class org.apache.catalina.core.StandardContext
Return the reloadable flag for this web application.
getReloadable() - Method in interface org.apache.catalina.Loader
Return the reloadable flag for this Loader.
getReloadable() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Return the reloadable flag for this Loader.
getReloadable() - Method in class org.apache.catalina.loader.WebappLoader
Return the reloadable flag for this Loader.
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
 
getRemote() - Method in class org.apache.catalina.deploy.ContextEjb
 
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.coyote.RequestInfo
 
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
 
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.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
 
getRepositories() - Method in class org.apache.catalina.loader.LegacyWebappLoader
 
getRepositoriesString() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Extra repositories for this loader
getRepository() - Method in class org.apache.catalina.loader.WebappClassLoader
 
getRepository() - Method in class org.apache.tomcat.util.http.fileupload.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.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.
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
 
getRequiredExtensionCount() - Method in class org.apache.catalina.util.ManifestResource
Gets the number of required extensions
getRequiredExtensions() - Method in class org.apache.catalina.util.ManifestResource
Gets the list of required extensions
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 RealmgetResource(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.catalina.loader.LegacyWebappClassLoader
Find the resource with the given name.
getResource(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the resource with the given name.
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.catalina.loader.LegacyWebappClassLoader
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourceAsStream(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the resource with the given name, and return an input stream that can be used for reading it.
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
getResourceLinks() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of all the defined resource link references for this application.
getResourceName() - Method in class org.apache.catalina.util.ManifestResource
Gets the name of the resource
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.
getResources() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Get associated resources.
getResources() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of all the defined resource references for this application.
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.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.Http11AprProtocol
 
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11Protocol
 
getResultproperty() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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.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
 
getRole() - Method in class org.apache.tomcat.util.modeler.OperationInfo
The role of this operation ("getter", "setter", "operation", or "constructor").
getRoleBase() - Method in class org.apache.catalina.realm.JNDIRealm
Return the base element for role searches.
getRoleClassNames() - Method in class org.apache.catalina.realm.JAASRealm
 
getRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
Return the role name attribute name for this Realm.
getRoleNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user role table that names a role.
getRoleNameCol() - Method in class org.apache.catalina.realm.JDBCRealm
Return the column in the user role table that names a role.
getRoleNested() - Method in class org.apache.catalina.realm.JNDIRealm
Return the "The nested group search flag" flag.
getRoles(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the roles associated with the given user name.
getRoles(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the roles associated with the given user name
getRoles() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRoles(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the roles associated with the gven user name.
getRoles(DirContext, User) - Method in class org.apache.catalina.realm.JNDIRealm
Return a List of roles associated with the given User.
getRoleSearch() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting roles in this Realm.
getRoleSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
Return the "search subtree for roles" flag.
getRoot() - Method in class org.apache.tomcat.util.digester.Digester
When the Digester is being used as a SAXContentHandler, this method allows you to access the root object that has been created after parsing.
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
 
getRuleNamespaceURI() - Method in class org.apache.tomcat.util.digester.Digester
Return the namespace URI that will be applied to all subsequently added Rule objects.
getRules() - Method in class org.apache.tomcat.util.digester.Digester
Return the Rules implementation object containing our rules collection and associated matching policy.
getRulesValidation() - Method in class org.apache.tomcat.util.digester.Digester
Return the rules validation flag.
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.
getSAXLogger() - Method in class org.apache.tomcat.util.digester.Digester
Gets the logger used for logging SAX-related information.
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(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.tomcat.util.http.BaseRequest
Get the scheme
getScope() - Method in class org.apache.catalina.deploy.ContextResource
 
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?
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
 
getSendfileSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSendfileSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
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.catalina.startup.Tomcat
Get the server object.
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).
getServerBuilt() - Static method in class org.apache.catalina.util.ServerInfo
Return the server built time for this version of Tomcat.
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
 
getServerNumber() - Static method in class org.apache.catalina.util.ServerInfo
Return the server's version number.
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.coyote.Request
 
getServerPort() - Method in class org.apache.coyote.RequestInfo
 
getServerPort() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the server port
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
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).
getService() - Method in class org.apache.catalina.startup.Tomcat
Get the service object.
getServiceendpoints() - Method in class org.apache.catalina.deploy.ContextService
Declares a client dependency on the container to resolving a Service Endpoint Interface to a WSDL port.
getServiceNames() - Method in class org.apache.catalina.core.StandardServer
Return the JMX service names.
getServiceqname() - Method in class org.apache.catalina.deploy.ContextService
 
getServiceqname(int) - Method in class org.apache.catalina.deploy.ContextService
 
getServiceqnameLocalpart() - Method in class org.apache.catalina.deploy.ContextService
 
getServiceqnameNamespaceURI() - Method in class org.apache.catalina.deploy.ContextService
 
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.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
 
getServletContainerInitializer() - Method in class org.apache.catalina.startup.ContextConfig.ServletContainerInitializerInfo
 
getServletContainerInitializerInfo() - Method in class org.apache.catalina.startup.ContextConfig
 
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.catalina.manager.HTMLManagerServlet
 
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
getSessionForPathAndId(String, String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
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.
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
getSessionsForPath(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
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
 
getShutdown() - Method in class org.apache.catalina.core.StandardServer
Return the shutdown command string we are waiting for.
getShutdown() - Method in interface org.apache.catalina.Server
Return the shutdown command string we are waiting for.
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.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.DiskFileItemFactory
Returns the size threshold beyond which files are written directly to disk.
getSmallIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getSmallIcon() - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
getSmallIcon() - Method in class org.apache.catalina.deploy.MessageDestination
 
getSoapRole(int) - Method in class org.apache.catalina.deploy.ContextHandler
 
getSoapRolesSize() - Method in class org.apache.catalina.deploy.ContextHandler
 
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.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
 
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.Http11Protocol
 
getSoLinger() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSoLinger() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
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.Http11Protocol
 
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.
getSpecificationVendor() - Method in class org.apache.catalina.util.Extension
 
getSpecificationVersion() - Method in class org.apache.catalina.util.Extension
 
getSSLCACertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA certificate file.
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.tomcat.util.net.AprEndpoint
 
getSSLCARevocationFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA revocation file.
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.tomcat.util.net.AprEndpoint
 
getSSLCertificateChainFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate chain file.
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.tomcat.util.net.AprEndpoint
 
getSSLCertificateKeyFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate key file.
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.tomcat.util.net.AprEndpoint
 
getSSLEngine() - Method in class org.apache.catalina.core.AprLifecycleListener
 
getSSLImplementation() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.tomcat.util.net.AprEndpoint
 
getSSLProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL protocol.
getSSLProtocol() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLRandomSeed() - Method in class org.apache.catalina.core.AprLifecycleListener
 
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(Socket) - Method in class org.apache.tomcat.util.net.SSLImplementation
 
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.tomcat.util.net.AprEndpoint
 
getSSLVerifyDepth() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL verify depth.
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.
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.
getStartTime() - Method in class org.apache.catalina.core.StandardContext
Gets the time this context was started.
getStartTime() - Method in class org.apache.coyote.Request
 
getStartupNotifySet() - Method in class org.apache.catalina.startup.ContextConfig.ServletContainerInitializerInfo
 
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
 
getState() - Method in class org.apache.naming.NamingService
Returns the state.
getState() - Method in interface org.apache.naming.NamingServiceMBean
Returns the state.
getStateString() - Method in class org.apache.naming.NamingService
Returns a String representation of the state.
getStateString() - Method in interface org.apache.naming.NamingServiceMBean
Returns a String representation of the state.
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.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(String) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle.
getString(String, Object[]) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString() - Method in class org.apache.catalina.util.StringParser
Return the String we are currently parsing.
getString() - Method in class org.apache.el.parser.AstString
 
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(String) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle.
getString(String, Object[]) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
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.DiskFileItem
Returns the contents of the file as a String, using the specified encoding.
getString() - Method in class org.apache.tomcat.util.http.fileupload.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.
getString(String) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object...) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getStringInternal(String) - Method in class org.apache.catalina.util.StringManager
 
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
 
getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file suffix.
GetSuffix(int) - Method in class org.apache.el.parser.SimpleCharStream
Get the suffix.
getSupportedConnTypes() - Method in class org.apache.tomcat.bayeux.ClientImpl
 
getSwallowOutput() - Method in interface org.apache.catalina.Context
Return the value of the swallowOutput flag.
getSwallowOutput() - Method in class org.apache.catalina.core.StandardContext
Return the value of the swallowOutput flag.
getTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
 
getTag() - Method in class org.apache.catalina.ant.DeployTask
 
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
 
getTargetClass() - Method in class org.apache.catalina.deploy.InjectionTarget
 
getTargetName() - Method in class org.apache.catalina.deploy.InjectionTarget
 
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.Http11Protocol
 
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.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
 
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
getThread() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to a thread.
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.catalina.core.StandardThreadExecutor
 
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.Http11Protocol
 
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.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.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'.
getTLDs() - Method in class org.apache.catalina.startup.ContextConfig
 
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
 
getToken(int) - Method in class org.apache.el.parser.ELParser
Get the specific Token.
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
 
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
 
getTransaction() - Method in class org.apache.catalina.deploy.NamingResources
Get the transaction object.
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?
getTrustManagers(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Gets the intialized trust managers.
getTrustStore(String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getTtl() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
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.
getTTLForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
getType() - Method in class org.apache.catalina.ant.jmx.Arg
 
getType() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getType() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
getType() - Method in class org.apache.catalina.ant.ResourcesTask
 
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.ContextEnvironment
 
getType() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
getType() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getType() - Method in class org.apache.catalina.deploy.ResourceBase
 
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(EvaluationContext) - Method in class org.apache.el.parser.ArithmeticNode
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstChoice
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstCompositeExpression
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstEmpty
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstFloatingPoint
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstFunction
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstInteger
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstLiteralExpression
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstNegative
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstNot
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstNull
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstString
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstValue
 
getType(EvaluationContext) - Method in class org.apache.el.parser.BooleanNode
 
getType(EvaluationContext) - Method in interface org.apache.el.parser.Node
 
getType(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
 
getType(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
getType(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
 
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.
getUniqueValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Finds and returns a unique header field with the given name.
getUnless() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getUnless() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getUnloadDelay() - Method in class org.apache.catalina.core.StandardContext
Return the value of the unloadDelay flag.
getUnpackWAR() - Method in class org.apache.catalina.core.StandardContext
Unpack WAR flag accessor.
getUpdate() - Method in class org.apache.catalina.ant.DeployTask
 
getUri() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getURI(File) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Get URL.
getURI(File) - Method in class org.apache.catalina.loader.WebappClassLoader
Get URL.
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.
getUrl() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The URL of the JMX JSR 160 MBeanServer to be used.
getURL(File, boolean) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Get URL.
getURL(File, boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
Get URL.
getURL(String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Construct a file url from a file, using a base dir
getURLClassLoader(URL[], ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Construct a URLClassLoader.
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
 
getURLs() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Returns the search path of URLs for loading classes and resources.
getURLs() - Method in class org.apache.catalina.loader.WebappClassLoader
Returns the search path of URLs for loading classes and resources.
getUrn() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
getUsage() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
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.
getUseContextClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
Return the boolean as to whether the context classloader should be used.
getUsedTimeForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
getUseExactMatch() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Should MethodUtils.invokeExactMethod be used for the reflection.
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
getUser(DirContext, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUser(DirContext, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUser(DirContext, String, String, int) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUserBase() - Method in class org.apache.catalina.realm.JNDIRealm
Return the base element for user searches.
getUserByPattern(DirContext, String, String[], String) - Method in class org.apache.catalina.realm.JNDIRealm
Use the distinguished name to locate the directory entry for the user with the specified username and return a User object; otherwise return null.
getUserByPattern(DirContext, String, String, String[], int) - Method in class org.apache.catalina.realm.JNDIRealm
Use the UserPattern configuration attribute to locate the directory entry for the user with the specified username and return a User object; otherwise return null.
getUserBySearch(DirContext, String, String[]) - Method in class org.apache.catalina.realm.JNDIRealm
Search the directory to return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUserClass() - Method in class org.apache.catalina.startup.UserConfig
Return the user database class name for this component.
getUserClassNames() - Method in class org.apache.catalina.realm.JAASRealm
 
getUserConfig() - Method in class org.apache.catalina.startup.HomesUserDatabase
Return the UserConfig listener with which we are associated.
getUserConfig() - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return the UserConfig listener with which we are associated.
getUserConfig() - Method in interface org.apache.catalina.startup.UserDatabase
Return the UserConfig listener with which we are associated.
getUserConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the user data constraint for this security constraint.
getUserCredCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user table that holds the user's credentials.
getUserCredCol() - Method in class org.apache.catalina.realm.JDBCRealm
Return the column in the user table that holds the user's credentials.
getUserInfo() - Method in class org.apache.catalina.util.URL
Return the user info part of the URL.
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.ant.AbstractCatalinaTask
 
getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The login username for the JMX MBeanServer.
getUsername() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the username provided by the user as part of the authentication process.
getUserNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user table that holds the user's name.
getUserNameCol() - Method in class org.apache.catalina.realm.JDBCRealm
Return the column in the user table that holds the user's name.
getUserPassword() - Method in class org.apache.catalina.realm.JNDIRealm
Return the password attribute used to retrieve the user password.
getUserPattern() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting users in this Realm.
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
 
getUserRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
Return the user role name attribute name for this Realm.
getUserRoleTable() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the table that holds the relation between user's and roles.
getUserRoleTable() - Method in class org.apache.catalina.realm.JDBCRealm
Return the table that holds the relation between user's and roles.
getUsers() - Method in class org.apache.catalina.startup.HomesUserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in interface org.apache.catalina.startup.UserDatabase
Return an enumeration of the usernames defined on this server.
getUserSearch() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting users in this Realm.
getUserSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
Return the "search subtree for users" flag.
getUserTable() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the table that holds user data..
getUserTable() - Method in class org.apache.catalina.realm.JDBCRealm
Return the table that holds user data..
getUseSendfile() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getUseSendfile() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getUseSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getUseShutdownHook() - Method in class org.apache.catalina.startup.Catalina
 
getValidate() - Method in class org.apache.catalina.realm.RealmBase
Return the "validate certificate chains" flag.
getValidating() - Method in class org.apache.tomcat.util.digester.Digester
Return the validating parser 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.ant.jmx.Arg
 
getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
getValue() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the attribute value
getValue() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getValue() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
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(EvaluationContext) - Method in class org.apache.el.parser.AstAnd
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstBracketSuffix
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstChoice
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstCompositeExpression
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDiv
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDotSuffix
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstEmpty
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstEqual
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFalse
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFloatingPoint
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFunction
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstGreaterThan
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstGreaterThanEqual
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstInteger
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLessThan
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLessThanEqual
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLiteralExpression
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMinus
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMod
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMult
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNegative
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNot
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNotEqual
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNull
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstOr
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstPlus
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstString
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstTrue
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstValue
 
getValue(EvaluationContext) - Method in interface org.apache.el.parser.Node
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
 
getValue() - Method in class org.apache.el.parser.Token
An optional attribute value of the Token.
getValue(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
getValue(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
 
getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
 
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(int) - Method in class org.apache.tomcat.util.http.Parameters
Returns the Nth header value This may be used to iterate through all header fields.
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
 
getValueReference(EvaluationContext) - Method in class org.apache.el.parser.AstValue
 
getValueReference(EvaluationContext) - Method in interface org.apache.el.parser.Node
 
getValueReference(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
 
getValueReference(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
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.el.lang.EvaluationContext
 
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.
getVirtualHost() - Method in class org.apache.coyote.RequestInfo
 
getWar() - Method in class org.apache.catalina.ant.DeployTask
 
getWar() - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
getWeb() - Method in class org.apache.catalina.deploy.WebOrder
 
getWebAbsoluteOrdering() - Method in interface org.apache.catalina.Context
Return the absolute ordering that is configured for this context, or null if no absolute ordering has been defined.
getWebAbsoluteOrdering() - Method in class org.apache.catalina.core.StandardContext
Return the absolute ordering that is configured for this context, or null if no absolute ordering has been defined.
getWebFragments() - Method in class org.apache.catalina.startup.ContextConfig
 
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.
getWorker() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerClusterDomain() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerDisabled() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerLb() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerLoadFactor() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerRedirect() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerStopped() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
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
 
getWorkerType() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkingDirectory() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI 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.manager.host.HostManagerServlet
Return the Wrapper with which we are associated.
getWrapper() - Method in class org.apache.catalina.manager.ManagerServlet
Return the Wrapper with which we are associated.
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
 
getWriteMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
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.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
 
getWsdlfile() - Method in class org.apache.catalina.deploy.ContextService
 
getXMLReader() - Method in class org.apache.tomcat.util.digester.Digester
Return the XMLReader to be used for parsing the input document.
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.catalina.manager.ManagerServlet
The global JNDI NamingContext for this server, if available.
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
 
GLOBALNAME - Static variable in class org.apache.naming.ResourceLinkRef
Description address type.
globalPool() - Static method in class org.apache.tomcat.jni.Library
 
globalRequestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of global request processors object names.
GlobalResourcesLifecycleListener - Class in org.apache.catalina.mbeans
Implementation of LifecycleListener that instantiates the set of MBeans associated with global JNDI resources that are subject to management.
GlobalResourcesLifecycleListener() - Constructor for class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
 
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
 
gmtZone - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
 
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
GT0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
GT1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
guessDisplayLocaleFromSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Try to get user locale from the session, if possible.
guessDisplayUserFromSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Try to get user name from the session, if possible.
guessInstall(String, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
guessInstall(String, String, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Guess a product install/home by analyzing the class path.
guessLocaleFromSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Try to get user locale from the session, if possible.
guessLocaleFromSession(HttpSession) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
guessUserFromSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Try to get user from the session, if possible.
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
 
GzipOutputFilter.FakeOutputStream() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 

H

H_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Size of basic packet header
handle(Callback[]) - Method in class org.apache.catalina.realm.JAASCallbackHandler
Retrieve the information requested in the provided Callbacks.
handleBayeux(String, HttpEvent) - Method in class org.apache.tomcat.bayeux.BayeuxServlet
 
handleErrorFlush(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles error output with the ERR priority and flushes the stream.
handleErrorOutput(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles error output with the ERR priority.
handleFlush(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with the INFO priority and flushes the stream.
handleFlush(String, int) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with ERR priority to error stream and all other pritorities to output stream, then flushes the stream.
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.
handleNotification(Notification, Object) - Method in class org.apache.catalina.manager.StatusManagerServlet
 
handleOutput(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with the INFO priority.
handleOutput(String, int) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with ERR priority to error stream and all other pritorities to output stream.
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_CLASS - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_LOCALPART - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_NAME - Static variable in class org.apache.naming.HandlerRef
HandlerName address type.
HANDLER_NAMESPACE - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PARAMNAME - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PARAMVALUE - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PORTNAME - Static variable in class org.apache.naming.HandlerRef
Handler PortName address type.
HANDLER_SOAPROLE - Static variable in class org.apache.naming.HandlerRef
Handler SoapRole address type.
HandlerRef - Class in org.apache.naming
Represents a reference handler for a web service.
HandlerRef(String, String) - Constructor for class org.apache.naming.HandlerRef
Service Reference.
HandlerRef(String, String, String, String) - Constructor for class org.apache.naming.HandlerRef
Service Reference.
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); } }
handlesTypes - Variable in class org.apache.catalina.startup.ContextConfig
 
handlesTypesArray - Variable in class org.apache.catalina.startup.ContextConfig
Used to speed up scanning for the services interest classes.
handshake(long) - Static method in class org.apache.tomcat.jni.SSLSocket
Do a SSL handshake.
handshake(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
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
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.
hasClient(String) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
 
hasExternalRepositories - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
Has external repositories.
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.el.lang.FunctionMapperImpl.Function
 
hashCode() - Method in class org.apache.el.MethodExpressionImpl
Returns the hash code for this Expression.
hashCode() - Method in class org.apache.el.MethodExpressionLiteral
 
hashCode() - Method in class org.apache.el.ValueExpressionImpl
 
hashCode() - Method in class org.apache.el.ValueExpressionLiteral
 
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
 
hasHook(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Test if the object implements a particular method
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())
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.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
 
hasMoreElements() - Method in class org.apache.tomcat.util.http.Parameters.NamesEnumeration
 
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.
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.
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_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).
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
 
HeartbeatListener - Class in org.apache.catalina.ha.backend
 
HeartbeatListener() - Constructor for class org.apache.catalina.ha.backend.HeartbeatListener
 
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.
hexadecimal - Static variable in class org.apache.catalina.util.URLEncoder
 
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
 
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.
HomesUserDatabase - Class in org.apache.catalina.startup
Concrete implementation of the UserDatabase interface considers all directories in a directory whose pathname is specified to our constructor to be "home" directories for those users.
HomesUserDatabase() - Constructor for class org.apache.catalina.startup.HomesUserDatabase
Initialize a new instance of this user database component.
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.manager.host.HostManagerServlet
The associated host.
host - Variable in class org.apache.catalina.manager.ManagerServlet
The associated host.
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 - Variable in class org.apache.catalina.startup.Tomcat
 
HOST - Static variable in class org.apache.naming.resources.ProxyDirContext
 
host - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
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
 
HostConfig.DeployedApplication - Class in org.apache.catalina.startup
This class represents the state of a deployed application, as well as the monitored resources.
HostConfig.DeployedApplication(String) - Constructor for class org.apache.catalina.startup.HostConfig.DeployedApplication
 
HostContextXml - Static variable in class org.apache.catalina.startup.Constants
 
HostManagerServlet - Class in org.apache.catalina.manager.host
Servlet that enables remote management of the virtual hosts installed on the server.
HostManagerServlet() - Constructor for class org.apache.catalina.manager.host.HostManagerServlet
 
hostName - Variable in class org.apache.catalina.core.StandardContext
Associated host name.
hostname - Variable in class org.apache.catalina.startup.Tomcat
 
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.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).
HostRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Host definition element.
HostRuleSet() - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
HostRuleSet(String) - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
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.
HTML_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
HTML_HEADER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
HTML_TAIL_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
HTML_TAIL_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
HTMLHostManagerServlet - Class in org.apache.catalina.manager.host
Servlet that enables remote management of the virtual hosts deployed on the server.
HTMLHostManagerServlet() - Constructor for class org.apache.catalina.manager.host.HTMLHostManagerServlet
 
HTMLManagerServlet - Class in org.apache.catalina.manager
Servlet that enables remote management of the web applications deployed within the same virtual host as this web application is.
HTMLManagerServlet() - Constructor for class org.apache.catalina.manager.HTMLManagerServlet
 
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.
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.
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
 
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
 
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_RESPONSE_DATE_HEADER - Static variable in class org.apache.catalina.util.DateTool
Format for http response header date field
HttpError - Class in org.apache.tomcat.bayeux
 
HttpError(int, String, Throwable) - Constructor for class org.apache.tomcat.bayeux.HttpError
 
HttpEventImpl - Class in org.apache.catalina.connector
 
HttpEventImpl(Request, Response) - Constructor for class org.apache.catalina.connector.HttpEventImpl
 
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
 

I

ib - Variable in class org.apache.catalina.connector.CoyoteInputStream
 
ib - Variable in class org.apache.catalina.connector.CoyoteReader
 
IC_PREFIX - Static variable in class org.apache.naming.SelectorContext
Initial context prefix.
id - Variable in class org.apache.catalina.session.StandardSession
The session identifier of this Session.
id - Variable in class org.apache.el.parser.SimpleNode
 
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
Identifier() - Method in class org.apache.el.parser.ELParser
 
IDENTIFIER - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of ignorable whitespace received from the body of an XML element.
ignoreAnnotations - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
ignoreAnnotations - Variable in class org.apache.catalina.core.StandardContext
Ignore annotations.
ILLEGAL_CHARACTER - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
image - Variable in class org.apache.el.parser.SimpleNode
 
image - Variable in class org.apache.el.parser.Token
The string image of the token.
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
 
IMPL_OBJ_START - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
Import - Class in org.apache.jasper.tagplugins.jstl.core
 
Import() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Import
 
IN_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
Lexical state.
inBuf - Variable in class org.apache.el.parser.SimpleCharStream
 
INC_SERVLET_PATH - Static variable in class org.apache.jasper.Constants
Servlet context and request attributes that the JSP engine uses.
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_CONTEXT_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the context path of the included servlet is stored on an included dispatcher request.
INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
INCLUDE_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
INCLUDE_PATH_INFO_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the path info of the included servlet is stored on an included dispatcher request.
INCLUDE_QUERY_STRING_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the query string of the included servlet is stored on an included dispatcher request.
INCLUDE_REQUEST_URI_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the request URI of the included servlet is stored on an included dispatcher request.
INCLUDE_SERVLET_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the servlet path of the included servlet is stored on an included dispatcher request.
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
 
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.DigestAuthenticator
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 - Variable in class org.apache.catalina.core.ContextJarRepository
Descriptive information about this implementation.
info - Variable in class org.apache.catalina.core.ServerJarRepository
Descriptive information about this 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.DataSourceRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JAASRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JDBCRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JNDIRealm
Descriptive information about this Realm implementation.
info - Variable in class org.apache.catalina.realm.MemoryRealm
Descriptive information about this Realm implementation.
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.startup.Embedded
Descriptive information about this server 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
 
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.WebdavFixFilter
 
init(String, int) - Method in class org.apache.catalina.ha.backend.CollectedInfo
 
init(HeartbeatListener) - Method in class org.apache.catalina.ha.backend.MultiCastSender
 
init(HeartbeatListener) - Method in interface org.apache.catalina.ha.backend.Sender
Set the configuration parameters
init(HeartbeatListener) - Method in class org.apache.catalina.ha.backend.TcpSender
 
init() - Method in class org.apache.catalina.loader.LegacyWebappLoader
 
init() - Method in class org.apache.catalina.loader.WebappLoader
 
init() - Method in class org.apache.catalina.manager.host.HostManagerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
init() - Method in class org.apache.catalina.manager.JMXProxyServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.manager.ManagerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.manager.StatusManagerServlet
Initialize this servlet.
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.Bootstrap
Initialize daemon.
init(String[]) - Method in class org.apache.catalina.startup.Bootstrap
Load the Catalina daemon.
init() - Method in class org.apache.catalina.startup.ContextConfig
Process a "init" event for this Context.
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.Http11AprProtocol
Start the protocol
init() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.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.JIoEndpoint
 
init() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Poller
Create the poller.
INIT_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component init" event.
initBaseDir() - Method in class org.apache.catalina.startup.Tomcat
 
initDirs() - Method in class org.apache.catalina.startup.Embedded
 
INITIAL_SIZE - Static variable in class org.apache.tomcat.util.http.Cookies
 
INITIAL_SIZE - Static variable in class org.apache.tomcat.util.http.Parameters
 
INITIAL_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
initialContext - Static variable in class org.apache.naming.java.javaURLContextFactory
Initial context.
initialContext - Variable in class org.apache.naming.SelectorContext
Request for an initial context.
initialize() - Method in class org.apache.catalina.connector.Connector
Initialize this connector (create ServerSocket here!)
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(Subject, CallbackHandler, Map, Map) - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Initialize this LoginModule with the specified configuration information.
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() - Method in class org.apache.tomcat.util.digester.Digester
Provides a hook for lazy initialization of this Digester instance.
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.NamingContextListener
Initialized flag.
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.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
 
initializeFilters() - Method in class org.apache.coyote.http11.Http11AprProcessor
Initialize standard input and output filters.
initializeFilters() - Method in class org.apache.coyote.http11.Http11Processor
Initialize standard input and output filters.
initNaming() - Method in class org.apache.catalina.startup.Embedded
Initialize naming - this should only enable java:env and root naming.
initParams - Variable in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
 
initSimpleAuth() - Method in class org.apache.catalina.startup.Tomcat
Initialize an in-memory realm.
initSocket(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
 
initStreams() - Method in class org.apache.catalina.startup.Embedded
 
initWebappDefaults(StandardContext) - Static method in class org.apache.catalina.startup.Tomcat
Provide default configuration for a context.
INJECT_TAGS - Static variable in class org.apache.jasper.Constants
 
Injectable - Interface in org.apache.catalina.deploy
 
InjectionTarget - Class in org.apache.catalina.deploy
 
InjectionTarget() - Constructor for class org.apache.catalina.deploy.InjectionTarget
 
InjectionTarget(String, String) - Constructor for class org.apache.catalina.deploy.InjectionTarget
 
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
 
input_stream - Variable in class org.apache.el.parser.ELParserTokenManager
 
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.Http11AprProcessor
Input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Input.
InputBuffer - Interface in org.apache.coyote
Input buffer.
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.el.parser.SimpleCharStream
 
inputStream - Variable in class org.apache.naming.resources.Resource
Input stream.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Underlying input buffer.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input buffer.
installSmap(String[]) - Static method in class org.apache.jasper.compiler.SmapUtil
 
InstallTask - Class in org.apache.catalina.ant
Deprecated. Replaced by DeployTask
InstallTask() - Constructor for class org.apache.catalina.ant.InstallTask
Deprecated.  
instance - Variable in class org.apache.catalina.core.StandardWrapper
The (single) initialized instance of this servlet.
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(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
 
INSTANCEOF - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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.
Integer() - Method in class org.apache.el.parser.ELParser
 
INTEGER_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
interestClasses - Variable in class org.apache.catalina.startup.ContextConfig.ServletContainerInitializerInfo
 
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.
InternalAprInputBuffer.SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
 
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.
InternalAprOutputBuffer.SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
 
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.
InternalInputBuffer.InputStreamInputBuffer() - Constructor for class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
 
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.
InternalOutputBuffer.OutputStreamOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
 
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
IntrospectionUtils() - Constructor for class org.apache.tomcat.util.IntrospectionUtils
 
IntrospectionUtils.AttributeHolder - Interface in org.apache.tomcat.util
 
IntrospectionUtils.PropertySource - Interface in org.apache.tomcat.util
 
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
 
invalidateSessions(String, String[]) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Invalidate HttpSessions
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(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.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.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.ValveBase
The implementation-specific logic represented by this Valve.
invoke(ELContext, Object[]) - Method in class org.apache.el.MethodExpressionImpl
Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
invoke(ELContext, Object[]) - Method in class org.apache.el.MethodExpressionLiteral
 
invoke(EvaluationContext, Class[], Object[]) - Method in class org.apache.el.parser.AstIdentifier
 
invoke(EvaluationContext, Class[], Object[]) - Method in class org.apache.el.parser.AstValue
 
invoke(EvaluationContext, Class[], Object[]) - Method in interface org.apache.el.parser.Node
 
invoke(EvaluationContext, Class[], Object[]) - Method in class org.apache.el.parser.SimpleNode
 
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_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
INVOKED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the Invoker servlet will store the invoking servlet path, if it was used to execute a servlet indirectly instead of through a servlet mapping.
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_DIR - Static variable in class org.apache.catalina.startup.ClassLoaderFactory
 
IS_GLOB - Static variable in class org.apache.catalina.startup.ClassLoaderFactory
 
IS_JAR - Static variable in class org.apache.catalina.startup.ClassLoaderFactory
 
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_URL - Static variable in class org.apache.catalina.startup.ClassLoaderFactory
 
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.
isAfter(OrderingResolver.Ordering) - Method in class org.apache.catalina.startup.OrderingResolver.Ordering
Check (recursively) if a fragment is after the specified fragment.
isAfterInternal(OrderingResolver.Ordering, Set<OrderingResolver.Ordering>) - Method in class org.apache.catalina.startup.OrderingResolver.Ordering
 
isAfterOthers() - Method in class org.apache.catalina.deploy.WebOrdering
 
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
 
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
 
isAttributebinding() - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
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?
isAwait() - Method in class org.apache.catalina.startup.Embedded
 
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.
isBefore(OrderingResolver.Ordering) - Method in class org.apache.catalina.startup.OrderingResolver.Ordering
Check (recursively) if a fragment is before the specified fragment.
isBeforeInternal(OrderingResolver.Ordering, Set<OrderingResolver.Ordering>) - Method in class org.apache.catalina.startup.OrderingResolver.Ordering
 
isBeforeOthers() - Method in class org.apache.catalina.deploy.WebOrdering
 
isBigDecimalOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
isBigIntegerOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
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 ?
isChangeSessionIdOnAuthentication() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
isCheckExists() - Method in class org.apache.catalina.valves.AccessLogValve
Check for file existence before logging.
isClassLoaderBound() - Static method in class org.apache.naming.ContextBindings
Tests if current class loader is bound to a context.
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 interface org.apache.tomcat.util.http.fileupload.Closeable
Returns, whether the object is already closed.
isClosed() - Method in class org.apache.tomcat.util.http.fileupload.LimitedInputStream
Returns, whether this stream is already closed.
isClosed() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns, whether the stream 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
 
isCompatibleWith(Extension) - Method in class org.apache.catalina.util.Extension
Return true if the specified Extension (which represents an optional package required by this application) is satisfied by this Extension (which represents an optional package that is already installed.
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.
isConvert() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
isDaemon() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isDeployed(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the isDeployed method on the deployer.
isDeployed(String) - Method in class org.apache.catalina.startup.HostConfig
Has the specified application been deployed?
isDeployXML() - Method in class org.apache.catalina.core.StandardHost
Deploy XML Context config files flag accessor.
isDeployXML() - Method in class org.apache.catalina.startup.HostConfig
Return the deploy XML config file flag for this component.
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
 
isDoubleOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
isDoubleStringOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
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.
isEcho() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
isELIgnored() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isEmpty() - Method in class org.apache.catalina.util.Queue
Is the queue empty?
isEmpty(String) - Method in class org.apache.tomcat.util.digester.Digester
Is the stack with the given name empty?
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
 
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
 
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
 
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
 
isExactMatch() - Method in class org.apache.tomcat.util.digester.SetNextRule
Is exact matching being used.
isExactMatch() - Method in class org.apache.tomcat.util.digester.SetRootRule
Is exact matching being used.
isExactMatch() - Method in class org.apache.tomcat.util.digester.SetTopRule
Is exact matching being used.
isExceptionPresent() - Method in class org.apache.coyote.Response
 
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.
isFailOnError() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Returns the value of the failOnError property.
isFakeAttribute(Object, String) - Method in class org.apache.tomcat.util.digester.Digester
Determine if an attribute is a fake attribute.
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.ResponseFacade
 
isFirstAfterOthers() - Method in class org.apache.catalina.startup.OrderingResolver.Ordering
Check is a fragment marked as after others is before a fragment that is not.
isFormField() - Method in class org.apache.tomcat.util.http.fileupload.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.
isFulfilled() - Method in class org.apache.catalina.util.Extension
 
isFulfilled() - Method in class org.apache.catalina.util.ManifestResource
Returns true if all required extension dependencies have been meet for this ManifestResource object.
isHighSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns whether the given character is a high surrogate
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
 
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
 
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.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?
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
isLastBeforeOthers() - Method in class org.apache.catalina.startup.OrderingResolver.Ordering
Check is a fragment marked as before others is after a fragment that is not.
isLazy() - Method in class org.apache.catalina.core.StandardContext
 
isLiteralText() - Method in class org.apache.el.MethodExpressionImpl
 
isLiteralText() - Method in class org.apache.el.MethodExpressionLiteral
 
isLiteralText() - Method in class org.apache.el.ValueExpressionImpl
 
isLiteralText() - Method in class org.apache.el.ValueExpressionLiteral
 
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.
isLongOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
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.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. no chars or bytes have been added to the buffer.
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
 
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.
isNumber(Object) - Static method in class org.apache.el.lang.ELArithmetic
 
isNumberType(Class<?>) - Static method in class org.apache.el.lang.ELArithmetic
 
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.
isPackageSealed(String, Manifest) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Returns true if the specified package name is sealed according to the given manifest.
isPackageSealed(String, Manifest) - Method in class org.apache.catalina.loader.WebappClassLoader
Returns true if the specified package name is sealed according to the given manifest.
isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
 
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.
isPropertyResolved() - Method in class org.apache.el.lang.EvaluationContext
 
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.
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(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
 
isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
 
isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
 
isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstValue
 
isReadOnly(EvaluationContext) - Method in interface org.apache.el.parser.Node
 
isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
 
isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
 
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
 
isReady() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
 
isReady() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Gets ready status
isRedirectStreams() - Method in class org.apache.catalina.startup.Embedded
Return true if redirction of standard streams is enabled.
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 ?
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.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
 
isSeparatearrayresults() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
isServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the isServiced method on the deployer.
isServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Is application serviced ?
isServlet22() - Method in class org.apache.catalina.core.StandardContext
Are we processing a version 2.2 deployment descriptor?
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.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
 
isStringFloat(String) - Static method in class org.apache.el.lang.ELSupport
 
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.
isSupported(String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
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 - Variable in class org.apache.jasper.JspCompilationContext
 
isTagFile() - Method in class org.apache.jasper.JspCompilationContext
 
isTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
isThreadBound() - Static method in class org.apache.naming.ContextBindings
Tests if current thread is bound to a context.
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.
isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isUnavailable() - Method in class org.apache.catalina.core.StandardWrapper
Is this servlet currently unavailable?
isUnavailable() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
isUnavailable() - Method in interface org.apache.catalina.Wrapper
Is this servlet currently unavailable?
isUnpackWARs() - Method in class org.apache.catalina.core.StandardHost
Unpack WARs flag accessor.
isUnpackWARs() - Method in class org.apache.catalina.startup.HostConfig
Return the unpack WARs flag.
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
 
isUseContextClassLoader() - Method in class org.apache.catalina.realm.JAASRealm
Returns whether to use the context or default ClassLoader.
isUseNaming() - Method in class org.apache.catalina.core.StandardContext
Returns true if the internal naming support is used.
isUseNaming() - Method in class org.apache.catalina.startup.Embedded
Return true if naming is enabled.
isUseRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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
 
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 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.
isWritable(Object) - Static method in class org.apache.naming.ContextAccessController
Returns if a context is writable.
isWritable() - Method in class org.apache.naming.NamingContext
Returns true if writing is allowed on this context.
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
 
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?
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
 
JAASCallbackHandler - Class in org.apache.catalina.realm
Implementation of the JAAS CallbackHandler interface, used to negotiate delivery of the username and credentials that were specified to our constructor.
JAASCallbackHandler(JAASRealm, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler configured with the specified values.
JAASCallbackHandler(JAASRealm, String, String, String, String, String, String, String, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler for DIGEST authentication.
JAASMemoryLoginModule - Class in org.apache.catalina.realm
Implementation of the JAAS LoginModule interface, primarily for use in testing JAASRealm.
JAASMemoryLoginModule() - Constructor for class org.apache.catalina.realm.JAASMemoryLoginModule
 
JAASRealm - Class in org.apache.catalina.realm
Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS).
JAASRealm() - Constructor for class org.apache.catalina.realm.JAASRealm
 
jar - Variable in class org.apache.catalina.deploy.WebOrdering
 
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.Entry(String, JarEntry) - Constructor for class org.apache.naming.resources.JARDirContext.Entry
 
JARDirContext.JARResource - Class in org.apache.naming.resources
This specialized resource implementation avoids opening the IputStream to the JAR right away.
JARDirContext.JARResource(JarEntry) - Constructor for class org.apache.naming.resources.JARDirContext.JARResource
 
jarFiles - Variable in class org.apache.catalina.core.ContextJarRepository
Map for the JarFile instances.
jarFiles - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarFilesArray - Variable in class org.apache.catalina.core.ContextJarRepository
Array of the JarFiles, as convenience.
jarNames - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarPath - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The path which will be monitored for added Jar files.
jarRealFiles - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarRepository - Variable in class org.apache.catalina.core.ContainerBase
The JarRepository with which this Container is associated.
JarRepository - Interface in org.apache.catalina
A JarRepository manages a set of Jars associated with a Context, and allows efficient access to them.
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
 
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) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
Constructor.
JavacErrorDetail(String, int, String, int, StringBuilder, JspCompilationContext) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
 
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
 
javaURLContextFactory - Class in org.apache.naming.java
Context factory for the "java:" namespace.
javaURLContextFactory() - Constructor for class org.apache.naming.java.javaURLContextFactory
 
javaVMs - Variable in class org.apache.catalina.core.StandardContext
The Java virtual machines on which this module is running.
JAXP_SCHEMA_LANGUAGE - Variable in class org.apache.tomcat.util.digester.Digester
Deprecated. This is now managed by ParserFeatureSetterFactory
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.tomcat.util.digester.GenericParser
The JAXP 1.2 property to set up the schemaLanguage used.
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.tomcat.util.digester.XercesParser
The JAXP 1.2 property to set up the schemaLanguage used.
JAXRPCMAPPING - Static variable in class org.apache.naming.ServiceRef
Jaxrpcmapping address type.
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.
JdbcLeakPrevention - Class in org.apache.catalina.loader
This class is loaded by the WebappClassLoader to enable it to deregister JDBC drivers forgotten by the web application.
JdbcLeakPrevention() - Constructor for class org.apache.catalina.loader.JdbcLeakPrevention
 
JDBCRealm - Class in org.apache.catalina.realm
Implmentation of Realm that works with any JDBC supported database.
JDBCRealm() - Constructor for class org.apache.catalina.realm.JDBCRealm
 
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
 
JdkLoggerFormatter - Class in org.apache.juli
A more compact formatter.
JdkLoggerFormatter() - Constructor for class org.apache.juli.JdkLoggerFormatter
 
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.Acceptor() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.Acceptor
 
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.Poller() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.Poller
 
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.SocketEventProcessor(Socket, SocketStatus) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketEventProcessor
 
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.SocketInfo() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
 
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.SocketList(int) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketList
 
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.SocketProcessor(Socket) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
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.SocketTimeouts(int) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
 
JIoEndpoint.Worker - Class in org.apache.tomcat.util.net
 
JIoEndpoint.Worker() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
JIoEndpoint.WorkerStack - Class in org.apache.tomcat.util.net
 
JIoEndpoint.WorkerStack(int) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
 
jj_nt - Variable in class org.apache.el.parser.ELParser
Next token.
jjFillToken() - Method in class org.apache.el.parser.ELParserTokenManager
 
jjnewLexState - Static variable in class org.apache.el.parser.ELParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.el.parser.ELParserTokenManager
Token literal values.
jjtAddChild(Node, int) - Method in interface org.apache.el.parser.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class org.apache.el.parser.SimpleNode
 
JJTAND - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTBRACKETSUFFIX - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTCHOICE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
jjtClose() - Method in interface org.apache.el.parser.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class org.apache.el.parser.SimpleNode
 
JJTCOMPOSITEEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTDEFERREDEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTDIV - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTDOTSUFFIX - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTDYNAMICEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTELParserState - Class in org.apache.el.parser
 
JJTELParserState() - Constructor for class org.apache.el.parser.JJTELParserState
 
JJTEMPTY - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTFALSE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTFLOATINGPOINT - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTFUNCTION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
jjtGetChild(int) - Method in interface org.apache.el.parser.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.apache.el.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface org.apache.el.parser.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.apache.el.parser.SimpleNode
 
jjtGetParent() - Method in interface org.apache.el.parser.Node
 
jjtGetParent() - Method in class org.apache.el.parser.SimpleNode
 
JJTGREATERTHAN - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTGREATERTHANEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTIDENTIFIER - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTINTEGER - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTLESSTHAN - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTLESSTHANEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTLITERALEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTMINUS - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTMOD - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTMULT - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTNEGATIVE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
jjtNodeName - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTNOT - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTNOTEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTNULL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
jjtOpen() - Method in interface org.apache.el.parser.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class org.apache.el.parser.SimpleNode
 
JJTOR - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTPLUS - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
jjtree - Variable in class org.apache.el.parser.ELParser
 
jjtSetParent(Node) - Method in interface org.apache.el.parser.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.apache.el.parser.SimpleNode
 
JJTSTRING - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTTRUE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTVALUE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTVOID - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
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
 
JKStatusUpdateTask - Class in org.apache.catalina.ant
Ant task that implements the /status command, supported by the mod_jk status (1.2.9) application.
JKStatusUpdateTask() - Constructor for class org.apache.catalina.ant.JKStatusUpdateTask
 
JMX_SERVICE_PREFIX - Static variable in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
JMX_SERVICE_SUFFIX - Static variable in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
JMXAccessorCondition - Class in org.apache.catalina.ant.jmx
Definition: <path id="catalina_ant"> <fileset dir="${catalina.home}/lib"> <include name="catalina-ant.jar"/> </fileset> </path> <typedef name="jmxCondition" classname="org.apache.catalina.ant.jmx.JMXAccessorCondition" classpathref="catalina_ant"/> <taskdef name="jmxOpen" classname="org.apache.catalina.ant.jmx.JMXAccessorTask" classpathref="catalina_ant"/> Usage: Wait for start backup node <target name="wait"> <jmxOpen host="${jmx.host}" port="${jmx.port}" username="${jmx.username}" password="${jmx.password}" /> <waitfor maxwait="${maxwait}" maxwaitunit="second" timeoutproperty="server.timeout" > <and> <socket server="${server.name}" port="${server.port}"/> <http url="${url}"/> <jmxCondition name="Catalina:type=IDataSender,host=localhost,senderAddress=192.168.111.1,senderPort=9025" operation="==" attribute="connected" value="true" /> <jmxCondition operation="&lt;" name="Catalina:j2eeType=WebModule,name=//${tomcat.application.host}${tomcat.application.path},J2EEApplication=none,J2EEServer=none" attribute="startupTime" value="250" /> </and> </waitfor> <fail if="server.timeout" message="Server ${url} don't answer inside ${maxwait} sec" /> <echo message="Server ${url} alive" /> </target> Allowed operation between jmx attribute and reference value: == equals !
JMXAccessorCondition() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
JMXAccessorCreateTask - Class in org.apache.catalina.ant.jmx
Create new MBean at JMX JSR 160 MBeans Server.
JMXAccessorCreateTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
JMXAccessorEqualsCondition - Class in org.apache.catalina.ant.jmx
Definition <path id="catalina_ant"> <fileset dir="${catalina.home}/lib"> <include name="catalina-ant.jar"/> </fileset> </path> <typedef name="jmxEquals" classname="org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition" classpathref="catalina_ant"/> usage: Wait for start backup node <target name="wait"> <waitfor maxwait="${maxwait}" maxwaitunit="second" timeoutproperty="server.timeout" > <and> <socket server="${server.name}" port="${server.port}"/> <http url="${url}"/> <jmxEquals host="localhost" port="9014" username="controlRole" password="tomcat" name="Catalina:type=IDataSender,host=localhost,senderAddress=192.168.111.1,senderPort=9025" attribute="connected" value="true" /> </and> </waitfor> <fail if="server.timeout" message="Server ${url} don't answer inside ${maxwait} sec" /> <echo message="Server ${url} alive" /> </target>
JMXAccessorEqualsCondition() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
JMXAccessorGetTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorGetTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
JMXAccessorInvokeTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorInvokeTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
JMXAccessorQueryTask - Class in org.apache.catalina.ant.jmx
Query for Mbeans.
JMXAccessorQueryTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
JMXAccessorSetTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorSetTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
JMXAccessorTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorTask
 
JMXAccessorUnregisterTask - Class in org.apache.catalina.ant.jmx
unregister a MBean at JMX JSR 160 MBeans Server.
JMXAccessorUnregisterTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
 
jmxCreate(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
create new Mbean and when set from ClassLoader Objectname
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
Execute the specified command, based on the configured properties.
jmxGet(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
JMXGetTask - Class in org.apache.catalina.ant
Ant task that implements the JMX Get command (/jmxproxy/?
JMXGetTask() - Constructor for class org.apache.catalina.ant.JMXGetTask
 
jmxInvoke(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
JMXProxyServlet - Class in org.apache.catalina.manager
This servlet will dump JMX attributes in a simple format and implement proxy services for modeler.
JMXProxyServlet() - Constructor for class org.apache.catalina.manager.JMXProxyServlet
 
jmxQuery(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Call Mbean server for some mbeans with same domain, attributes.
JMXQueryTask - Class in org.apache.catalina.ant
Ant task that implements the JMX Query command (/jmxproxy/?
JMXQueryTask() - Constructor for class org.apache.catalina.ant.JMXQueryTask
 
jmxSet(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
JMXSetTask - Class in org.apache.catalina.ant
Ant task that implements the JMX Set command (/jmxproxy/?
JMXSetTask() - Constructor for class org.apache.catalina.ant.JMXSetTask
 
jmxUuregister(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
Unregister Mbean
JndiPermission - Class in org.apache.naming
Java SecurityManager Permission class for JNDI name based file resources The JndiPermission extends the BasicPermission.
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
JNDIRealm - Class in org.apache.catalina.realm
Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs.
JNDIRealm() - Constructor for class org.apache.catalina.realm.JNDIRealm
 
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
 
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 - Variable in class org.apache.catalina.startup.WebRuleSet
The SetJspConfig rule used to parse the web.xml
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
 
JspConfig.JspProperty(String, String, String, String, ArrayList<String>, ArrayList<String>, String, String, String, String, String) - Constructor for class org.apache.jasper.compiler.JspConfig.JspProperty
 
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(Mark, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Node, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Mark, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Node, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(String, String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Mark, String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Mark, String, String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Node, String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Node, String, String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(String, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Node, String, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
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.
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
 
JspFactoryImpl.PageContextPool() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl.PageContextPool
 
jspFile - Variable in class org.apache.catalina.core.StandardWrapper
The context-relative URI of the JSP file for this servlet.
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
 
JspHelper - Class in org.apache.catalina.manager
Helper JavaBean for JSPs, because JSTL 1.1/EL 2.0 is too dumb to to what I need (call methods with parameters), or I am too dumb to use it correctly. :)
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
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
 
JspUtil.ValidAttribute(String, boolean, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
JspUtil.ValidAttribute(String, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
JspUtil.ValidAttribute(String) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
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.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_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.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.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_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.AprEndpoint
The Request attribute key for the key size.
KEY_SIZE_KEY - Static variable in class org.apache.tomcat.util.net.JIoEndpoint
The Request attribute key for the key size.
KEY_SIZE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
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.
kind - Variable in class org.apache.el.parser.Token
An integer that describes the kind of this token.

L

largeIcon - Variable in class org.apache.catalina.deploy.jsp.TagInfo
 
LAST - Static variable in class org.apache.tomcat.util.http.Parameters
 
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.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.
lastJarAccessed - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
Last time a JAR was accessed.
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.
lastModified - Variable in class org.apache.catalina.loader.ResourceEntry
The "last modified" time of the origin file at the time this class was loaded, in milliseconds since the epoch.
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.
lastModifiedDates - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The list of JARs last modified dates, in the order they should be searched for locally loaded classes or resources.
lastModifiedHttp - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified date in HTTP format.
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
 
lazy - Variable in class org.apache.catalina.core.StandardContext
 
LBRACK - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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.
LE0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LE1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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.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.
LegacyWebappClassLoader - Class in org.apache.catalina.loader
Specialized web application class loader.
LegacyWebappClassLoader() - Constructor for class org.apache.catalina.loader.LegacyWebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
LegacyWebappClassLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.LegacyWebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
LegacyWebappClassLoader.PrivilegedFindResource - Class in org.apache.catalina.loader
 
LegacyWebappLoader - Class in org.apache.catalina.loader
Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface).
LegacyWebappLoader() - Constructor for class org.apache.catalina.loader.LegacyWebappLoader
Construct a new WebappLoader with no defined parent class loader (so that the actual parent will be the system class loader).
LegacyWebappLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.LegacyWebappLoader
Construct a new WebappLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.
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.
LETTER - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.el.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.el.parser.ELParserTokenManager
Lexer state names.
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.
libPath - Variable in class org.apache.catalina.core.ContextJarRepository
Library path.
Library - Class in org.apache.tomcat.jni
Library
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.ContextJarRepository
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.core.ServerJarRepository
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.loader.LegacyWebappLoader
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.loader.WebappLoader
The lifecycle event support for this component.
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.startup.Embedded
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.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.
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.NamingContextListener
Acknowledge the occurrence of the specified event.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.ServiceMapperListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
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.mbeans.GlobalResourcesLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Primary entry point for startup and shutdown events.
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.startup.Tomcat.DefaultWebXmlListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.Tomcat.FixContextListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.UserConfig
Process the START event for an associated Host.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
 
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.
LifecycleListenerRule - Class in org.apache.catalina.startup
Rule that creates a new LifecycleListener instance, and associates it with the top object on the stack (which must implement LifecycleListener).
LifecycleListenerRule(String, String) - Constructor for class org.apache.catalina.startup.LifecycleListenerRule
Construct a new instance of this Rule.
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
An input stream, which limits its data size.
LimitedInputStream(InputStream, long) - Constructor for class org.apache.tomcat.util.http.fileupload.LimitedInputStream
Creates a new instance.
line - Variable in class org.apache.el.parser.SimpleCharStream
 
lineBuffer - Variable in class org.apache.catalina.connector.CoyoteReader
 
LINK - Static variable in class org.apache.naming.EjbRef
Link address type.
LINK_REF - Static variable in class org.apache.naming.NamingEntry
 
list(PrintWriter) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Render a list of the currently active Contexts in our virtual host.
list(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Render a HTML list of the currently active Contexts in our virtual host, and memory and server status information.
list(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Render a HTML list of the currently active Contexts in our virtual host, and memory and server status information.
list(PrintWriter) - Method in class org.apache.catalina.manager.ManagerServlet
Render a list of the currently active Contexts in our virtual host.
list(Name) - Method in class org.apache.naming.NamingContext
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.NamingContext
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.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.
list(Name) - Method in class org.apache.naming.SelectorContext
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.SelectorContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
listBeans(PrintWriter, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
listBindings(Name) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the objects bound to them.
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.
listBindings(Name) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.SelectorContext
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.
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.
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.
listings - Variable in class org.apache.catalina.servlets.DefaultServlet
Should we generate directory listings?
listProperties() - Method in class org.apache.catalina.deploy.ContextTransaction
List properties.
listProperties() - Method in class org.apache.catalina.deploy.ResourceBase
List properties.
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
 
ListTask - Class in org.apache.catalina.ant
Ant task that implements the /list command, supported by the Tomcat manager application.
ListTask() - Constructor for class org.apache.catalina.ant.ListTask
 
Literal() - Method in class org.apache.el.parser.ELParser
 
LITERAL_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LiteralExpression() - Method in class org.apache.el.parser.ELParser
 
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() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Load the contents of our configuration file.
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() - Method in class org.apache.catalina.startup.Catalina
Start a new server instance.
load(String[]) - Method in class org.apache.catalina.startup.Catalina
 
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
loadApplicationAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations on a context.
loadApplicationFilterAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the filters.
loadApplicationListenerAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the listeners.
loadApplicationServletAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the servlets.
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, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
loadClass(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadClass(String, boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
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.
loadClassAnnotation(Context, String) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations on a context for a given className.
loadClassMaybePrivileged(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
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: SSL_TMP_KEY_DH_512 SSL_TMP_KEY_DH_1024 SSL_TMP_KEY_DH_2048 SSL_TMP_KEY_DH_4096
loadedByThisOrChild(Class) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Determine whether a class was loaded by this class loader or one of its child class loaders.
loadedByThisOrChild(Class) - Method in class org.apache.catalina.loader.WebappClassLoader
Determine whether a class was loaded by this class loader or one of its child class loaders.
loadedClass - Variable in class org.apache.catalina.loader.ResourceEntry
Loaded class.
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
 
loaderDir - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
Path where resources loaded from JARs will be extracted.
loaderDir - Variable in class org.apache.catalina.loader.WebappClassLoader
Path where resources loaded from JARs will be extracted.
loaderPC - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The PermissionCollection for each CodeSource for a web application context.
loaderPC - Variable in class org.apache.catalina.loader.WebappClassLoader
The PermissionCollection for each CodeSource for a web application context.
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.
loadServlet() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
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
 
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.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
 
localDataSource - Variable in class org.apache.catalina.realm.DataSourceRealm
Context local datasource.
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.
Localizer - Class in org.apache.jasper.compiler
Class responsible for converting error codes to corresponding localized error messages.
Localizer() - Constructor for class org.apache.jasper.compiler.Localizer
 
localName - Variable in class org.apache.catalina.connector.Request
Local address
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
 
localName - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 
localName - Variable in class org.apache.el.parser.AstFunction
 
localPort - Variable in class org.apache.catalina.connector.Request
Local port
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
localWar - Variable in class org.apache.catalina.ant.DeployTask
URL of the server local web application archive (WAR) file to be deployed.
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
 
locator - Variable in class org.apache.tomcat.util.digester.Digester
The Locator associated with our parser.
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.
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
LockOutRealm - Class in org.apache.catalina.realm
This class extends the CombinedRealm (hence it can wrap other Realms) to provide a user lock out mechanism if there are too many failed authentication attempts in a given period of time.
LockOutRealm() - Constructor for class org.apache.catalina.realm.LockOutRealm
 
LockOutRealm.LockRecord - Class in org.apache.catalina.realm
 
LockOutRealm.LockRecord() - Constructor for class org.apache.catalina.realm.LockOutRealm.LockRecord
 
lockOutTime - Variable in class org.apache.catalina.realm.LockOutRealm
The time (in seconds) a user is locked out for after too many authentication failures.
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 - Static variable in class org.apache.catalina.core.ApplicationFilterConfig
 
log - Static variable in class org.apache.catalina.core.StandardContext
 
log - Static variable in class org.apache.catalina.core.StandardWrapper
 
log - Static variable in class org.apache.catalina.loader.JdbcLeakPrevention
The logger for this class.
log - Static variable in class org.apache.catalina.loader.LegacyWebappClassLoader
 
log - Static variable in class org.apache.catalina.loader.WebappClassLoader
 
log - Variable in class org.apache.catalina.session.ManagerBase
 
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 - Static variable in class org.apache.catalina.startup.ContextConfig
 
log - Static variable in class org.apache.catalina.startup.DigesterFactory
The log.
log - Static variable in class org.apache.catalina.startup.EngineConfig
 
log - Static variable in class org.apache.catalina.startup.HostConfig
 
log - Static variable in class org.apache.catalina.startup.OrderingResolver
 
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.AjpAprProcessor
Logger.
log - Static variable in class org.apache.coyote.ajp.AjpAprProtocol
 
log - Static variable in class org.apache.coyote.ajp.AjpMessage
 
log - Static variable in class org.apache.coyote.ajp.AjpProcessor
Logger.
log - Static variable in class org.apache.coyote.ajp.AjpProtocol
 
log - Static variable in class org.apache.coyote.http11.Http11AprProcessor
Logger.
log - Static variable in class org.apache.coyote.http11.Http11AprProtocol
 
log - Static variable in class org.apache.coyote.http11.Http11Processor
Logger.
log - Static variable in class org.apache.coyote.http11.Http11Protocol
 
log - Variable in class org.apache.jasper.compiler.Compiler
 
log - Variable in class org.apache.jasper.JspCompilationContext
 
log - Static variable in class org.apache.tomcat.util.buf.B2CConverter
 
log - Static variable in class org.apache.tomcat.util.buf.C2BConverter
 
log - Variable in class org.apache.tomcat.util.digester.Digester
The Log to which most logging calls will be made.
log(String) - Method in class org.apache.tomcat.util.digester.Digester
Deprecated. Call getLogger() and use it's logging methods
log(String, Throwable) - Method in class org.apache.tomcat.util.digester.Digester
Deprecated. Call getLogger() and use it's logging methods
log - Static variable in class org.apache.tomcat.util.digester.GenericParser
The Log to which all SAX event related logging calls will be made.
log - Static variable in class org.apache.tomcat.util.digester.XercesParser
The Log to which all SAX event related logging calls will be made.
log - Static variable in class org.apache.tomcat.util.http.Parameters
 
log - Static variable in class org.apache.tomcat.util.net.AprEndpoint
 
log - Static variable in class org.apache.tomcat.util.net.JIoEndpoint
 
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_LEVEL_DEBUG - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_LEVEL_ERROR - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_LEVEL_FATAL - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_LEVEL_INFO - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_LEVEL_TRACE - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_LEVEL_WARN - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_NOTICE - Static variable in class org.apache.tomcat.jni.OS
 
LOG_WARN - Static variable in class org.apache.tomcat.jni.OS
 
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.
logger - Variable in class org.apache.catalina.core.NamingContextListener
 
logicalName - Variable in class org.apache.catalina.core.StandardContext
The logical name of the webapp, if any which may be used in other descriptors.
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 in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 1 of authenticating a Subject.
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.
loginConfig - Variable in class org.apache.catalina.startup.WebRuleSet
The SetLoginConfig rule used to parse the web.xml
loginContext - Variable in class org.apache.catalina.realm.GenericPrincipal
The JAAS LoginContext, if any, used to authenticate this Principal.
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.
logout() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Log out this user.
logs - Static variable in class org.apache.tomcat.util.log.SystemLogHandler
Thread <-> CaptureLog associations.
LONG - Static variable in class org.apache.el.lang.ELArithmetic
 
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(Name) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(Name, boolean) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
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(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.SelectorContext
Retrieves the named object.
lookup(String, String) - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of Rule instances for the specified pattern that also match the specified namespace URI (if any).
lookupCache(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object as a cache entry, without any exception.
lookupFieldResource(Context, Object, Field, String, Class<?>) - Static method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified field.
lookupLink(Name) - Method in class org.apache.naming.NamingContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.NamingContext
Retrieves the named object, following links except for the terminal atomic component of the name.
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.
lookupLink(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.SelectorContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupMethodResource(Context, Object, Method, String, Class<?>) - Static method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified method.
loopback(long, boolean) - Static method in class org.apache.tomcat.jni.Multicast
Toggle IP Multicast Loopback
lowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns the low surrogate of a supplemental character
LPAREN - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LT0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LT1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.

M

m - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 
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.servlets.CGIServlet
For future testing use only; does nothing right now
main(String[]) - Static method in class org.apache.catalina.startup.Bootstrap
Main method, used for testing only.
main(String[]) - Static method in class org.apache.catalina.startup.Catalina
The application main program.
main(String[]) - Static method in class org.apache.catalina.startup.OrderingResolver
 
main(String[]) - Static method in class org.apache.catalina.startup.Tool
The main program for the bootstrap.
main(String[]) - Static method in class org.apache.catalina.util.FastDateFormat
 
main(String[]) - Static method in class org.apache.catalina.util.ServerInfo
 
main(String[]) - Static method in class org.apache.jasper.compiler.SmapGenerator
 
MAIN - Static variable in class org.apache.naming.java.javaURLContextFactory
 
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.
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
makeLegalForJAAS(String) - Method in class org.apache.catalina.realm.JAASRealm
Ensure the given name is legal for JAAS configuration.
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.
malloc(int) - Static method in class org.apache.tomcat.jni.Stdlib
Allocates memory blocks.
manageApp(Context) - Method in class org.apache.catalina.startup.HostConfig
Add a new Context to be managed by us.
managed - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
The ManagedBean information describing this MBean.
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.
MANAGER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
MANAGER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
MANAGER_STATUS_SECTION1 - Static variable in class org.apache.catalina.manager.Constants
 
MANAGER_STATUS_SECTION2 - Static variable in class org.apache.catalina.manager.Constants
 
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
 
ManagerServlet - Class in org.apache.catalina.manager
Servlet that enables remote management of the web applications installed within the same virtual host as this web application is.
ManagerServlet() - Constructor for class org.apache.catalina.manager.ManagerServlet
 
mangleChar(char) - Static method in class org.apache.jasper.compiler.JspUtil
Mangle the specified character to create a legal Java class name.
manifest - Variable in class org.apache.catalina.loader.ResourceEntry
Manifest (if the resource was loaded from a JAR).
ManifestResource - Class in org.apache.catalina.util
Representation of a Manifest file and its available extensions and required extensions
ManifestResource(String, Manifest, int) - Constructor for class org.apache.catalina.util.ManifestResource
 
map(String) - Method in class org.apache.catalina.core.StandardHost
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null.
map(String) - Method in interface org.apache.catalina.Host
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null.
map(Compiler, 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.
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.Context() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Context
 
Mapper.ContextList - Class in org.apache.tomcat.util.http.mapper
 
Mapper.ContextList() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
Mapper.Host - Class in org.apache.tomcat.util.http.mapper
 
Mapper.Host() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Host
 
Mapper.MapElement - Class in org.apache.tomcat.util.http.mapper
 
Mapper.MapElement() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
Mapper.Wrapper - Class in org.apache.tomcat.util.http.mapper
 
Mapper.Wrapper() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
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.
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.
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.
match(String) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Deprecated. Call match(namespaceURI,pattern) instead.
match(String, String) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match - Variable in class org.apache.tomcat.util.digester.Digester
The current match pattern for nested element processing.
match(String) - Method in interface org.apache.tomcat.util.digester.Rules
Deprecated. Call match(namespaceURI,pattern) instead.
match(String, String) - Method in interface org.apache.tomcat.util.digester.Rules
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String) - Method in class org.apache.tomcat.util.digester.RulesBase
Deprecated. Call match(namespaceURI,pattern) instead.
match(String, String) - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
 
match(String, String) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Return list of rules matching given pattern.
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic
 
matches(String, String) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
matches(String) - Method in class org.apache.tomcat.bayeux.ChannelImpl
Returns true if this channel matches the pattern to its id.
matches - Variable in class org.apache.tomcat.util.digester.Digester
Stack whose elements are List objects, each containing a list of Rule objects as returned from Rules.getMatch().
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?
Math() - Method in class org.apache.el.parser.ELParser
 
MAX_ARGS_SIZE - Static variable in class org.apache.tomcat.jni.Proc
Detach
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_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
 
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.
maxFileSize - Variable in class org.apache.catalina.deploy.Multipart
 
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.
maxIdleTime - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
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.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.
maxNextCharInd - Variable in class org.apache.el.parser.SimpleCharStream
 
maxPostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be automatically parsed by the container. 2MB by default.
maxRequestSize - Variable in class org.apache.catalina.deploy.Multipart
 
maxSavePostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be saved by the container during authentication. 4kB by default
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.catalina.core.StandardThreadExecutor
 
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.
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).
MBEAN_SERVER_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled).
MBeanFactory - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.core.StandardServer component.
MBeanFactory() - Constructor for class org.apache.catalina.mbeans.MBeanFactory
Construct a ModelMBean with default ModelMBeanInfo information.
MbeansDescriptorsDigesterSource - Class in org.apache.tomcat.util.modeler.modules
 
MbeansDescriptorsDigesterSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
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
 
mBeanServer - Variable in class org.apache.catalina.ha.backend.CollectedInfo
 
mBeanServer - Variable in class org.apache.catalina.manager.host.HostManagerServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.JMXProxyServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.ManagerServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.StatusManagerServlet
MBean server.
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 ).
MBeanUtils - Class in org.apache.catalina.mbeans
Public utility methods in support of the server side MBeans implementation.
MBeanUtils() - Constructor for class org.apache.catalina.mbeans.MBeanUtils
 
md - Variable in class org.apache.catalina.realm.RealmBase
The MessageDigest object for digesting user credentials (passwords).
md5a2 - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Second MD5 digest.
md5Encoder - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
The MD5 helper object for this class.
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
MD5 message digest provider.
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.
memento - Variable in class org.apache.el.lang.FunctionMapperFactory
 
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.ByteChunkInputBuffer(ByteChunk) - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
MemoryProtocolHandler.ByteChunkOutputBuffer - Class in org.apache.coyote.memory
 
MemoryProtocolHandler.ByteChunkOutputBuffer(ByteChunk) - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
MemoryRealm - Class in org.apache.catalina.realm
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
MemoryRealm() - Constructor for class org.apache.catalina.realm.MemoryRealm
 
MemoryRuleSet - Class in org.apache.catalina.realm
RuleSet for recognizing the users defined in the XML file processed by MemoryRealm.
MemoryRuleSet() - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
MemoryRuleSet(String) - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
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
 
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
MESSAGE_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
MESSAGE_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
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
 
MessageBytes.MessageBytesFactory() - Constructor for class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
MessageDestination - Class in org.apache.catalina.deploy
Representation of a message destination for a web application, as represented in a <message-destination> element in the deployment descriptor.
MessageDestination() - Constructor for class org.apache.catalina.deploy.MessageDestination
 
MessageDestinationRef - Class in org.apache.catalina.deploy
Representation of a message destination reference for a web application, as represented in a <message-destination-ref> element in the deployment descriptor.
MessageDestinationRef() - Constructor for class org.apache.catalina.deploy.MessageDestinationRef
 
messageDestinations - Variable in class org.apache.catalina.core.StandardContext
The message destinations for this web application.
MessageFactory - Class in org.apache.el.util
 
MessageFactory() - Constructor for class org.apache.el.util.MessageFactory
 
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.
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.
MethodExpressionImpl - Class in org.apache.el
An Expression that refers to a method on an object.
MethodExpressionImpl() - Constructor for class org.apache.el.MethodExpressionImpl
 
MethodExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class, Class[]) - Constructor for class org.apache.el.MethodExpressionImpl
 
MethodExpressionLiteral - Class in org.apache.el
 
MethodExpressionLiteral() - Constructor for class org.apache.el.MethodExpressionLiteral
 
MethodExpressionLiteral(String, Class, Class[]) - Constructor for class org.apache.el.MethodExpressionLiteral
 
methodName - Variable in class org.apache.catalina.startup.SetNextNamingRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.SetNextRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.SetRootRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.SetTopRule
The method name to call on the child object.
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.
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.MimeHeaderField() - Constructor for class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
Creates a new, uninitialized header field.
MimeHeaders.NamesEnumerator - Class in org.apache.tomcat.util.http
Enumerate the distinct header names.
MimeHeaders.NamesEnumerator() - Constructor for class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
 
MimeHeaders.ValuesEnumerator - Class in org.apache.tomcat.util.http
Enumerate the values for a (possibly ) multiple value element.
MimeHeaders.ValuesEnumerator(String) - Constructor for class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
 
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
 
minSpareThreads - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
MINUS - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
minVersion - Variable in class org.apache.tomcat.bayeux.RequestBase
 
MISSING_VARIABLE_VALUE - Static variable in class org.apache.catalina.ssi.SSIEcho
 
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
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
mod(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
 
MOD0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
MOD1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
mode - Variable in class org.apache.tomcat.util.json.JSONWriter
The current mode.
ModelerSource - Class in org.apache.tomcat.util.modeler.modules
Source for descriptor data.
ModelerSource() - Constructor for class org.apache.tomcat.util.modeler.modules.ModelerSource
 
modified() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - Method in interface org.apache.catalina.Loader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - Method in interface org.apache.catalina.loader.Reloader
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in class org.apache.catalina.loader.WebappLoader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
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.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.
MULT - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
Multicast - Class in org.apache.tomcat.jni
Multicast
Multicast() - Constructor for class org.apache.tomcat.jni.Multicast
 
MultiCastSender - Class in org.apache.catalina.ha.backend
 
MultiCastSender() - Constructor for class org.apache.catalina.ha.backend.MultiCastSender
 
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.
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.IllegalBoundaryException() - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with no detail message.
MultipartStream.IllegalBoundaryException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with the specified detail message.
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.MalformedStreamException() - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException
Constructs a MalformedStreamException with no detail message.
MultipartStream.MalformedStreamException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException
Constructs an MalformedStreamException with the specified detail message.
Multiplication() - Method in class org.apache.el.parser.ELParser
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
multiply(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
 
mygetHeader(Request, String) - Method in class org.apache.catalina.valves.SSLValve
 

N

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.core.NamingContextListener
Name of the associated naming context.
name - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
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.deploy.WebAbsoluteOrdering
 
name - Variable in class org.apache.catalina.deploy.WebOrdering
 
name - Static variable in class org.apache.catalina.realm.DataSourceRealm
Descriptive information about this Realm implementation.
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.realm.JAASRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.JDBCRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.JNDIRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.MemoryRealm
Descriptive information about this Realm implementation.
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.catalina.startup.HostConfig.DeployedApplication
Application context path.
name - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 
name - Variable in class org.apache.jasper.xmlparser.TreeNode
The name of this node.
name - Variable in class org.apache.naming.NamingContext
Name of the associated Catalina Context.
name - Variable in class org.apache.naming.NamingEntry
 
NAME - Static variable in interface org.apache.naming.NamingServiceMBean
Component name.
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.digester.SetPropertyRule
The attribute that will contain the property name.
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.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 - Static variable in class org.apache.naming.NamingContext
Name parser for this context.
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
 
namePrefix - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
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.
namespaceAware - Variable in class org.apache.tomcat.util.digester.Digester
Do we want a "namespace aware" parser.
namespaces - Variable in class org.apache.tomcat.util.digester.Digester
Registered namespaces we are currently processing.
namespaceURI - Variable in class org.apache.tomcat.util.digester.Rule
The namespace URI for which this Rule is relevant, if any.
namespaceURI - Variable in class org.apache.tomcat.util.digester.RulesBase
The namespace URI for which subsequently added Rule objects are relevant, or null for matching independent of namespaces.
namespaceURI - Variable in class org.apache.tomcat.util.digester.RuleSetBase
The namespace URI that all Rule instances created by this RuleSet will be associated with.
namingContext - Variable in class org.apache.catalina.core.NamingContextListener
Associated JNDI context.
NamingContext - Class in org.apache.naming
Catalina JNDI Context implementation.
NamingContext(Hashtable, String) - Constructor for class org.apache.naming.NamingContext
Builds a naming context using the given environment.
NamingContext(Hashtable, String, HashMap) - Constructor for class org.apache.naming.NamingContext
Builds a naming context using the given environment.
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
 
NamingContextListener - Class in org.apache.catalina.core
Helper class used to initialize and populate the JNDI context associated with each context and server.
NamingContextListener() - Constructor for class org.apache.catalina.core.NamingContextListener
 
namingContextListener - Variable in class org.apache.catalina.core.StandardContext
The naming context listener for this web application.
namingContextName - Variable in class org.apache.catalina.core.StandardContext
Name of the associated naming context.
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
 
namingResources - Variable in class org.apache.catalina.core.NamingContextListener
Associated naming resources.
namingResources - Variable in class org.apache.catalina.core.StandardContext
The naming resources for this web application.
NamingResources - Class in org.apache.catalina.deploy
Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context.
NamingResources() - Constructor for class org.apache.catalina.deploy.NamingResources
Create a new NamingResources instance.
NamingResourcesMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.deploy.NamingResources component.
NamingResourcesMBean() - Constructor for class org.apache.catalina.mbeans.NamingResourcesMBean
Construct a ModelMBean with default ModelMBeanInfo information.
NamingRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the JNDI Enterprise Naming Context resource declaration elements.
NamingRuleSet() - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
NamingRuleSet(String) - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
NamingService - Class in org.apache.naming
Implementation of the NamingService JMX MBean.
NamingService() - Constructor for class org.apache.naming.NamingService
 
NamingServiceMBean - Interface in org.apache.naming
Naming MBean interface.
nc - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Nonce count.
NE0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
NE1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
NEED_NEXT - Static variable in class org.apache.tomcat.util.http.Parameters
 
needConvert - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
need conversion for properties files
needConvert - Variable in class org.apache.catalina.loader.WebappClassLoader
need conversion for properties files
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.
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.
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
 
newDigester() - Static method in class org.apache.catalina.startup.DigesterFactory
Create a Digester parser with no Rule associated and XML validation turned off.
newDigester(RuleSet) - Static method in class org.apache.catalina.startup.DigesterFactory
Create a Digester parser with XML validation turned off.
newDigester(boolean, boolean, RuleSet) - Static method in class org.apache.catalina.startup.DigesterFactory
Create a Digester parser.
newFileItemHeaders() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Creates a new instance of FileItemHeaders.
newInstance(String) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(Class<?>) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(Object) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
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
 
newSAXParser(Properties) - Static method in class org.apache.tomcat.util.digester.GenericParser
Create a SAXParser configured to support XML Scheman and DTD
newSAXParser(Properties) - Static method in class org.apache.tomcat.util.digester.ParserFeatureSetterFactory
Create a new SAXParser
newSAXParser(Properties) - Static method in class org.apache.tomcat.util.digester.XercesParser
Create a SAXParser based on the underlying Xerces version.
newToken(int, String) - Static method in class org.apache.el.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.el.parser.Token
 
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.el.parser.Token
A reference to the next regular (non-special) token from the input stream.
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.
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
 
nextElement() - Method in class org.apache.tomcat.util.http.Parameters.NamesEnumeration
 
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.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.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.
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.
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
 
Node - Interface in org.apache.el.parser
 
nodeArity() - Method in class org.apache.el.parser.JJTELParserState
 
nodeCreated() - Method in class org.apache.el.parser.JJTELParserState
 
NodeCreateRule - Class in org.apache.tomcat.util.digester
A rule implementation that creates a DOM Node containing the XML at the element that matched the rule.
NodeCreateRule() - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Default constructor.
NodeCreateRule(DocumentBuilder) - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Constructor.
NodeCreateRule(int) - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Constructor.
NodeCreateRule(int, DocumentBuilder) - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Constructor.
NodeVisitor - Interface in org.apache.el.parser
 
nonBlocking - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Non blocking mode.
nonBlocking - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Non blocking mode.
nonCacheable - Variable in class org.apache.naming.resources.ProxyDirContext
Non cacheable resources.
nonce - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Server generated nonce.
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
 
NonLiteral() - Method in class org.apache.el.parser.ELParser
 
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
 
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() - Method in class org.apache.catalina.util.URL
Normalize the path (and therefore file) portions of this URL.
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.
NOT0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
NOT1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
NOT_SERIALIZED - Static variable in class org.apache.catalina.session.StandardSession
The dummy attribute value serialized when a NotSerializableException is encountered in writeObject().
notationDecl(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Receive notification of a notation declaration event.
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.
notFoundResources - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The list of not found resources.
notFoundResources - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of not found resources.
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
 
now() - Static method in class org.apache.tomcat.jni.Time
number of microseconds since 00:00:00 january 1, 1970 UTC
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() - Method in class org.apache.el.parser.ELParser
 
NULL - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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.
nullInstance(Object) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
 
nullInstance(Object) - Method in class org.apache.catalina.loader.WebappClassLoader
 
nullsToBlanks(String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to blank strings ("")
nullsToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to another string
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.
OBJECT_FACTORIES - Static variable in class org.apache.naming.factory.Constants
 
OBJECT_NAME - Static variable in interface org.apache.naming.NamingServiceMBean
Object name.
ObjectCreateRule - Class in org.apache.tomcat.util.digester
Rule implementation that creates a new object and pushes it onto the object stack.
ObjectCreateRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(String className) instead.
ObjectCreateRule(Digester, Class) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(Class clazz) instead.
ObjectCreateRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(String className, String attributeName) instead.
ObjectCreateRule(Digester, String, Class) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(String attributeName, Class clazz) instead.
ObjectCreateRule(String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class name.
ObjectCreateRule(Class) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class.
ObjectCreateRule(String, String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class name and an optional attribute name containing an override.
ObjectCreateRule(String, Class) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class and an optional attribute name containing an override.
ObjectCreationFactory - Interface in org.apache.tomcat.util.digester
Interface for use with FactoryCreateRule.
objectNames - Variable in class org.apache.catalina.core.NamingContextListener
Objectnames hashtable.
ObjectParamRule - Class in org.apache.tomcat.util.digester
Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
ObjectParamRule(int, Object) - Constructor for class org.apache.tomcat.util.digester.ObjectParamRule
Construct a "call parameter" rule that will save the given Object as the parameter value.
ObjectParamRule(int, String, Object) - Constructor for class org.apache.tomcat.util.digester.ObjectParamRule
Construct a "call parameter" rule that will save the given Object as the parameter value, provided that the specified attribute exists.
objName - Variable in class org.apache.catalina.ha.backend.CollectedInfo
 
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.manager.ManagerServlet
The associated deployer ObjectName.
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.startup.HostConfig
The JMX ObjectName of this component.
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.Http11AprProtocol
 
oname - Variable in class org.apache.coyote.http11.Http11Protocol
 
oname - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
 
ONE_KILOBYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
 
ONE_MEGABYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
 
OneLineFormatter - Class in org.apache.juli
Provides same information as default log format but on a single line to make it easier to grep the logs.
OneLineFormatter() - Constructor for class org.apache.juli.OneLineFormatter
 
open() - Method in class org.apache.catalina.realm.DataSourceRealm
Open the specified database connection.
open() - Method in class org.apache.catalina.realm.JDBCRealm
Open (if necessary) and return a database connection for use by this Realm.
open() - Method in class org.apache.catalina.realm.JNDIRealm
Open (if necessary) and return a connection to the configured directory server for this Realm.
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.
openConnection(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
Opens a connection to the object referenced by the URL argument.
OPENEJB_EJB_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
OpenEjbFactory - Class in org.apache.naming.factory
Object factory for EJBs.
OpenEjbFactory() - Constructor for class org.apache.naming.factory.OpenEjbFactory
 
OPENING - Static variable in class org.apache.catalina.util.XMLWriter
Opening tag.
openJARs() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Used to periodically signal to the classloader to release JAR resources.
openNodeScope(Node) - Method in class org.apache.el.parser.JJTELParserState
 
openRedirector() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Set up properties on the Redirector and create output streams.
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.
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.catalina.realm.JAASMemoryLoginModule
The configuration information for this LoginModule.
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.
Or() - Method in class org.apache.el.parser.ELParser
 
OR0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
OR1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
order - Variable in class org.apache.catalina.deploy.WebAbsoluteOrdering
 
order - Variable in class org.apache.catalina.startup.ContextConfig
 
ordering - Variable in class org.apache.catalina.startup.OrderingResolver.Ordering
 
orderingDigester - Static variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to parse absolute ordering in web.xml.
OrderingResolver - Class in org.apache.catalina.startup
Resolves the relative ordering of web fragments.
OrderingResolver() - Constructor for class org.apache.catalina.startup.OrderingResolver
 
OrderingResolver.Ordering - Class in org.apache.catalina.startup
 
OrderingResolver.Ordering() - Constructor for class org.apache.catalina.startup.OrderingResolver.Ordering
 
org.apache.catalina - package org.apache.catalina
 
org.apache.catalina.ant - package org.apache.catalina.ant
This package contains a set of Task implementations for Ant (version 1.6.x or later) that can be used to interact with the Manager application to deploy, undeploy, list, reload, start and stop web applications from a running instance of Tomcat.
org.apache.catalina.ant.jmx - package org.apache.catalina.ant.jmx
This package contains a set of JMX Task implementations for Ant (version 1.6 or later) that can be used to interact with the Remote JMX JSR 160 RMI Adaptor to get/set attributes, invoke MBean operations and query for Mbeans inside a running instance of Tomcat.
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.ha.backend - package org.apache.catalina.ha.backend
 
org.apache.catalina.loader - package org.apache.catalina.loader
 
org.apache.catalina.manager - package org.apache.catalina.manager
 
org.apache.catalina.manager.host - package org.apache.catalina.manager.host
 
org.apache.catalina.manager.util - package org.apache.catalina.manager.util
 
org.apache.catalina.mbeans - package org.apache.catalina.mbeans
 
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.el - package org.apache.el
 
org.apache.el.lang - package org.apache.el.lang
 
org.apache.el.parser - package org.apache.el.parser
 
org.apache.el.util - package org.apache.el.util
 
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.juli - package org.apache.juli
 
org.apache.naming - package org.apache.naming
This package contains a memory based naming service provider.
org.apache.naming.factory - package org.apache.naming.factory
This package contains object factories used by the naming service.
org.apache.naming.java - package org.apache.naming.java
This package contains the URL context factory for the "java" namespace.
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 This package contains buffers and utils to perform encoding/decoding of buffers.
org.apache.tomcat.util.digester - package org.apache.tomcat.util.digester
The Digester package provides for rules-based processing of arbitrary XML documents.
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.mapper - package org.apache.tomcat.util.http.mapper
 
org.apache.tomcat.util.json - package org.apache.tomcat.util.json
 
org.apache.tomcat.util.log - package org.apache.tomcat.util.log
 
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.apache.tomcat.util.res - package org.apache.tomcat.util.res
 
original - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
originalDocBase - Variable in class org.apache.catalina.core.StandardContext
The original document root for this web application.
originalDocBase - Variable in class org.apache.catalina.startup.ContextConfig
Original docBase.
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
 
out - Variable in class org.apache.tomcat.util.log.SystemLogHandler
Wrapped PrintStream.
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_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
OutputBuffer - Class in org.apache.catalina.connector
The buffer used by Tomcat response.
OutputBuffer() - Constructor for class org.apache.catalina.connector.OutputBuffer
Default constructor.
OutputBuffer(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.Http11AprProcessor
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.
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Underlying output buffer.
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output buffer.
OVERLAY_PATH - Static variable in class org.apache.catalina.Globals
The folder used for JAR overlays.
overlays - Variable in class org.apache.catalina.startup.ContextConfig
 
overlays - Variable in class org.apache.naming.resources.ProxyDirContext
Overlay DirContexts.
override - Variable in class org.apache.catalina.core.StandardContext
The DefaultContext override flag for this web application.
owner - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 

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.loader.Constants
 
Package - Static variable in class org.apache.catalina.manager.Constants
 
Package - Static variable in class org.apache.catalina.manager.host.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.startup.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.factory.Constants
 
Package - Static variable in class org.apache.naming.resources.Constants
 
packageTriggers - Static variable in class org.apache.catalina.loader.LegacyWebappClassLoader
Set of package names which are not allowed to be loaded from a webapp class loader without delegating first.
packageTriggers - Static variable in class org.apache.catalina.loader.WebappClassLoader
Set of package names which are not allowed to be loaded from a webapp class loader without delegating first.
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.
pageEncoding - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
pageInfo - Variable in class org.apache.jasper.compiler.Compiler
 
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 - Variable in class org.apache.tomcat.util.digester.ObjectParamRule
The parameter we wish to pass to the method call
PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
paramClassNames - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The names of the classes of the parameters to be collected.
paramCount - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The number of parameters to collect from MethodParam rules.
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.
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.
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() - Method in class org.apache.el.parser.ELParser
 
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
 
Parameters.Field - Class in org.apache.tomcat.util.http
 
Parameters.NamesEnumeration - Class in org.apache.tomcat.util.http
Enumerate the distinct header names.
Parameters.NamesEnumeration() - Constructor for class org.apache.tomcat.util.http.Parameters.NamesEnumeration
Create a new multi-map enumeration.
parametersParsed - Variable in class org.apache.catalina.connector.Request
Request parameters parsed flag.
paramIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
The zero-relative index of the parameter we are saving.
paramIndex - Variable in class org.apache.tomcat.util.digester.ObjectParamRule
The zero-relative index of the parameter we are saving.
paramIndex - Variable in class org.apache.tomcat.util.digester.PathCallParamRule
The zero-relative index of the parameter we are saving.
params - Variable in class org.apache.tomcat.util.digester.Digester
The parameters stack being utilized by CallMethodRule and CallParamRule rules.
PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
paramsAsString() - Method in class org.apache.tomcat.util.http.Parameters
Debug purpose
paramString(Class[]) - Static method in class org.apache.el.util.ReflectionUtil
 
paramType - Variable in class org.apache.catalina.startup.SetNextNamingRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.tomcat.util.digester.SetNextRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.tomcat.util.digester.SetRootRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.tomcat.util.digester.SetTopRule
The Java class name of the parameter type expected by the method.
paramTypes - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The parameter types of the parameters to be collected.
parent - Variable in class org.apache.catalina.core.ContainerBase
The parent Container to which this Container is a child.
parent - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The parent class loader.
parent - Variable in class org.apache.catalina.loader.WebappClassLoader
The parent class loader.
parent - Variable in class org.apache.el.parser.SimpleNode
 
parent - Variable in class org.apache.jasper.xmlparser.TreeNode
The parent node of this node.
parent - Variable in class org.apache.juli.ClassLoaderLogManager.LogNode
 
parentClassLoader - Variable in class org.apache.catalina.core.ContainerBase
The parent class loader to be configured when we install a Loader.
parentClassLoader - Variable in class org.apache.catalina.startup.Catalina
The shared extensions class loader for this server.
parentGet(long) - Static method in class org.apache.tomcat.jni.Pool
Get the parent pool of the specified pool.
parentTag - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
parse(String, ParsePosition) - Method in class org.apache.catalina.util.FastDateFormat
 
parse(String) - Static method in class org.apache.el.parser.ELParser
 
parse(String) - 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(File) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified file using this Digester.
parse(InputSource) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified input source using this Digester.
parse(InputStream) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified input stream using this Digester.
parse(Reader) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified reader using this Digester.
parse(String) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified URI using this Digester.
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.
parseCache - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Parser cache.
parseChunkHeader() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse the header of a chunk.
parseClassNames(String, List<String>) - Method in class org.apache.catalina.realm.JAASRealm
Parses a comma-delimited list of class names, and store the class names in the provided List.
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.
parseException - Variable in class org.apache.catalina.startup.ContextConfig
Any parse error which occurred while parsing XML descriptors.
ParseException - Exception in org.apache.el.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.el.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.el.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.el.parser.ParseException
Constructor with message.
parseExpression(String, Class, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
 
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.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.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
 
parseJavacErrors(String, String, Node.Nodes) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
Parses the given error message into an array of javac compilation error messages (one per javac compilation error line number).
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.
parseName(String) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseName(Name) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
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.
parser - Variable in class org.apache.tomcat.util.digester.Digester
The SAXParser we will use to parse the input stream.
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.ServletFileUpload
Processes an RFC 1867 compliant multipart/form-data stream.
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.
ParserFeatureSetterFactory - Class in org.apache.tomcat.util.digester
Creates a SAXParser based on the underlying parser.
ParserFeatureSetterFactory() - Constructor for class org.apache.tomcat.util.digester.ParserFeatureSetterFactory
 
ParserUtils - Class in org.apache.jasper.xmlparser
XML parsing utilities for processing web application deployment descriptor and tag library descriptor files.
ParserUtils() - Constructor for class org.apache.jasper.xmlparser.ParserUtils
 
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.
parseUsername(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Parse the username from the specified authorization string.
parseUserPatternString(String) - Method in class org.apache.catalina.realm.JNDIRealm
Given a string containing LDAP patterns for user locations (separated by parentheses in a pseudo-LDAP search string format - "(location1)(location2)", returns an array of those paths.
parseXMLDocument(String, InputSource) - Method in class org.apache.jasper.xmlparser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
parseXMLDocument(String, InputStream) - Method in class org.apache.jasper.xmlparser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
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.
PasswdUserDatabase - Class in org.apache.catalina.startup
Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
PasswdUserDatabase() - Constructor for class org.apache.catalina.startup.PasswdUserDatabase
Initialize a new instance of this user database component.
password - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The login password for the Manager application.
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.
password - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The password to be authenticated with.
PasswordCallback - Interface in org.apache.tomcat.jni
PasswordCallback Interface
path - Variable in class org.apache.catalina.ant.DeployTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.InstallTask
Deprecated. The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.ReloadTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.RemoveTask
Deprecated. The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.SessionsTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.StartTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.StopTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.UndeployTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.ValidatorTask
The path to the webapp directory.
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.loader.LegacyWebappClassLoader.PrivilegedFindResource
 
path - Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource
 
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.
PATH_SEPARATOR - Static variable in class org.apache.tomcat.util.IntrospectionUtils
 
PathCallParamRule - Class in org.apache.tomcat.util.digester
Rule implementation that saves a parameter containing the Digester matching path for use by a surrounding CallMethodRule.
PathCallParamRule(int) - Constructor for class org.apache.tomcat.util.digester.PathCallParamRule
Construct a "call parameter" rule that will save the body text of this element as the parameter value.
pathInfo - Variable in class org.apache.catalina.core.DummyRequest
 
pathInfo - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
pathname - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The absolute or relative pathname to the XML configuration file.
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.
paths - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The list of resources which should be checked when checking for modifications.
pattern - Variable in class org.apache.catalina.valves.AccessLogValve
The pattern used to format our access log lines.
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.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.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.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.
peek() - Method in class org.apache.catalina.util.Queue
Peek to see if something is available.
peek() - Method in class org.apache.tomcat.util.digester.ArrayStack
Returns the top item off of this stack without removing it.
peek(int) - Method in class org.apache.tomcat.util.digester.ArrayStack
Returns the n'th item down (zero-relative) from the top of this stack without removing it.
peek() - Method in class org.apache.tomcat.util.digester.Digester
Return the top object on the stack without removing it.
peek(int) - Method in class org.apache.tomcat.util.digester.Digester
Return the n'th object down the stack, where 0 is the top element and [getCount()-1] is the bottom element.
peek(String) - Method in class org.apache.tomcat.util.digester.Digester
Gets the top object from the stack with the given name.
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
 
peekNode() - Method in class org.apache.el.parser.JJTELParserState
 
peekParams() - Method in class org.apache.tomcat.util.digester.Digester
Return the top object on the parameters stack without removing it.
peekParams(int) - Method in class org.apache.tomcat.util.digester.Digester
Return the n'th object down the parameters stack, where 0 is the top element and [getCount()-1] is the bottom element.
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
permissionList - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
A list of read File and Jndi Permission's required if this loader is for a web application context.
permissionList - Variable in class org.apache.catalina.loader.WebappClassLoader
A list of read File and Jndi Permission's required if this loader is for a web application context.
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
 
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
 
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.
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.
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
 
PLUS - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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
poller - Variable in class org.apache.tomcat.util.net.AprEndpoint
The socket poller.
pollerCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Amount of low level pollers in use by this poller.
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.digester.ArrayStack
Pops the top item off of this stack and return it.
pop() - Method in class org.apache.tomcat.util.digester.Digester
Pop the top object off of the stack, and return it.
pop(String) - Method in class org.apache.tomcat.util.digester.Digester
Pops (gets and removes) the top object from the stack with the given name.
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
 
popNode() - Method in class org.apache.el.parser.JJTELParserState
 
popParams() - Method in class org.apache.tomcat.util.digester.Digester
Pop the top object off of the parameters stack, and return it.
port - Variable in class org.apache.catalina.connector.Connector
The port number on which we listen for requests.
port - Variable in class org.apache.catalina.ha.backend.Proxy
 
port - Variable in class org.apache.catalina.startup.Tomcat
 
port - Variable in class org.apache.tomcat.jni.Sockaddr
The numeric 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.
PORTCOMPONENTLINK - Static variable in class org.apache.naming.ServiceRef
port-component-ref/port-component-link address type.
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.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
 
POST - Static variable in class org.apache.coyote.ajp.Constants
POST.
POST - Static variable in class org.apache.coyote.http11.Constants
POST.
postConstruct(Object, Class<?>) - Method in class org.apache.catalina.core.DefaultInstanceManager
Call postConstruct method on the specified instance recursively from deepest superclass to actual class.
postContextAttributes() - Method in class org.apache.catalina.core.StandardContext
Create mandatory servlet context attributes.
postData - Variable in class org.apache.catalina.connector.Request
 
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.loader.LegacyWebappLoader
 
postDeregister() - Method in class org.apache.catalina.loader.WebappLoader
 
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.Http11AprProtocol
 
postDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
 
postDeregister() - Method in class org.apache.naming.NamingService
 
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.loader.LegacyWebappLoader
 
postRegister(Boolean) - Method in class org.apache.catalina.loader.WebappLoader
 
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.Http11AprProtocol
 
postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
postRegister(Boolean) - Method in class org.apache.naming.NamingService
 
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.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.loader.LegacyWebappLoader
 
preDeregister() - Method in class org.apache.catalina.loader.WebappLoader
 
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.Http11AprProtocol
 
preDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
 
preDeregister() - Method in class org.apache.naming.NamingService
 
preDeregister() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
preDeregister() - Method in class org.apache.tomcat.util.modeler.Registry
 
preDestroy(Object, Class<?>) - Method in class org.apache.catalina.core.DefaultInstanceManager
Call preDestroy method on the specified instance recursively from deepest superclass to actual class.
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.realm.MemoryRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.ContextRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.EngineRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.HostRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.NamingRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.RealmRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.TldRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.WebOrderingRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.WebRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.valves.AccessLogValve
The prefix that is added to log file filenames.
prefix - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 
prefix - Variable in class org.apache.el.parser.AstFunction
 
prefix - Variable in class org.apache.juli.ClassLoaderLogManager
This prefix is used to allow using prefixes for the properties names of handlers and their subcomponents.
prefix - Variable in class org.apache.naming.resources.JARDirContext
Path prefix.
prefix - Static variable in class org.apache.naming.SelectorContext
Namespace URL.
prefixLength - Static variable in class org.apache.naming.SelectorContext
Namespace URL length.
preparedClearSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the clear() prepared statement.
preparedCredentials - Variable in class org.apache.catalina.realm.JDBCRealm
The PreparedStatement to use for authenticating users.
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.
preparedRoles - Variable in class org.apache.catalina.realm.JDBCRealm
The PreparedStatement to use for identifying the roles for a specified user.
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.Http11AprProcessor
After reading the request headers, we have to setup the request filters.
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.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.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.loader.LegacyWebappLoader
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.loader.WebappLoader
 
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.Http11AprProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.http11.Http11Protocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.naming.NamingService
 
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
 
prevCharIsCR - Variable in class org.apache.el.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.el.parser.SimpleCharStream
 
PRIMITIVE_NAMES - Static variable in class org.apache.el.util.ReflectionUtil
 
PRIMITIVES - Static variable in class org.apache.el.util.ReflectionUtil
 
principal - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
principal - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The Principal identified by our validation, or null if validation falied.
principal - Variable in class org.apache.catalina.session.StandardSession
The authenticated Principal associated with this session, if any.
principals - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The set of Principals loaded from our configuration file.
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(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.
print(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(long) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(float) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
printComment(Mark, Mark, char[]) - Method in class org.apache.jasper.compiler.ServletWriter
Print a standard comment for echo outputed chunk.
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(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.
println() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(long) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(float) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
printResources(PrintWriter, String, Context, String, Class) - Method in class org.apache.catalina.manager.ManagerServlet
List the resources of the given context.
printServletEnvironment(ServletOutputStream, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Prints out important Servlet API and container information Copied from SnoopAllServlet by Craig R.
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.DefaultInstanceManager
 
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(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[]) - Method in class org.apache.catalina.startup.Catalina
The instance main program.
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(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
 
processAnnotations(Object, Map<String, String>) - Method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified instance.
processArgs(Object, String[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
processArgs(Object, String[], String[], String[], Hashtable) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
processChildren(Container, ClassLoader) - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
processConfigAnnotations(Class<?>) - Method in class org.apache.catalina.startup.ContextConfig
Process the application classes annotations, if it exists.
processContainerAddChild(Container, Container) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process the addition of a new child Container to a parent Container.
processContainerPropertyChange(Container, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a Container.
processContainerRemoveChild(Container, Container) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process the removal of a child Container from a parent Container.
processContextConfig(File, String) - Method in class org.apache.catalina.startup.ContextConfig
Process a context.xml.
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.
processDefaultWebConfig(Digester, InputStream, InputSource) - Method in class org.apache.catalina.startup.ContextConfig
Process a default web.xml.
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
 
processingInstruction(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of a processing instruction that was encountered.
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.
processMethodCallResult(Object) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Subclasses may override this method to perform additional processing of the invoked method's result.
processNamingResourcesPropertyChange(NamingResources, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a NamingResources.
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.Http11AprProtocol
Processor cache.
processorCache - Variable in class org.apache.coyote.http11.Http11Protocol
Processor cache.
processParameters(MessageBytes) - Method in class org.apache.tomcat.util.http.Parameters
 
processParameters(MessageBytes, String) - Method in class org.apache.tomcat.util.http.Parameters
 
processParameters(byte[], int, int) - Method in class org.apache.tomcat.util.http.Parameters
 
processParameters(byte[], int, int, 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.
processServerPropertyChange(Server, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a Server.
processServicePropertyChange(Service, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a Service.
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.
property - Variable in class org.apache.el.parser.AstValue.Target
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.core.NamingContextListener
Process property change events.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.loader.LegacyWebappLoader
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.loader.WebappLoader
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Handle a PropertyChangeEvent from one of the Containers we are interested in.
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.
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.catalina.realm.JNDIRealm
The protocol that will be used in the communication with the directory server.
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
 
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.
protocolHandlers - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of protocol handlers object names.
protoTypeMode - Variable in class org.apache.jasper.JspCompilationContext
 
proxies - Variable in class org.apache.catalina.ha.backend.TcpSender
Proxies.
Proxy - Class in org.apache.catalina.ha.backend
 
Proxy() - Constructor for class org.apache.catalina.ha.backend.Proxy
 
Proxy.State - Enum in org.apache.catalina.ha.backend
 
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.
proxyList - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
Proxy list, format "address:port,address:port".
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.
proxyURL - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
URL prefix.
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.
publicId - Variable in class org.apache.catalina.util.SchemaResolver
The public identifier of the DTD we are currently parsing under (if any).
publicId - Variable in class org.apache.tomcat.util.digester.Digester
The public identifier of the DTD we are currently parsing under (if any).
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(LogRecord) - Method in class org.apache.juli.FileHandler
Format and publish a LogRecord.
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
 
pull() - Method in class org.apache.catalina.util.Queue
Pull the first object out of the queue.
push(Object) - Method in class org.apache.tomcat.util.digester.ArrayStack
Pushes a new item onto the top of this stack.
push(Object) - Method in class org.apache.tomcat.util.digester.Digester
Push a new object onto the top of the object stack.
push(String, Object) - Method in class org.apache.tomcat.util.digester.Digester
Pushes the given object onto the stack with the given name.
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
 
pushNode(Node) - Method in class org.apache.el.parser.JJTELParserState
 
pushParams(Object) - Method in class org.apache.tomcat.util.digester.Digester
Push a new object onto the top of the parameters stack.
put(Object, Object) - Method in class org.apache.catalina.util.ParameterMap
Associate the specified value with the specified key in this map.
put(Object) - Method in class org.apache.catalina.util.Queue
Put the object into the queue.
put(K, V) - Method in class org.apache.el.util.ConcurrentCache
 
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.el.lang.EvaluationContext
 
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 - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Quality of protection aplied to the message.
query - Variable in class org.apache.catalina.ant.JMXQueryTask
The JMX query string
query() - Method in class org.apache.coyote.Request
 
queryMB - Variable in class org.apache.tomcat.util.http.Parameters
 
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
queryStringEncoding - Variable in class org.apache.tomcat.util.http.Parameters
 
QUESTION - Static variable in class org.apache.coyote.ajp.Constants
'?'.
QUESTION - Static variable in class org.apache.coyote.http11.Constants
'?'.
QUESTIONMARK - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
Queue - Class in org.apache.catalina.util
A simple FIFO queue class which causes the calling thread to wait if the queue is empty and notifies threads that are waiting when it is not empty.
Queue() - Constructor for class org.apache.catalina.util.Queue
 
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.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.authenticator.AuthenticatorBase
A random number generator to use when generating session identifiers.
random - Variable in class org.apache.catalina.session.ManagerBase
A random number generator to use when generating session identifiers.
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.
randomClass - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Java class name of the random number generator class to be used when generating session identifiers.
randomClass - Variable in class org.apache.catalina.session.ManagerBase
The Java class name of the random number generator class to be used when generating session identifiers.
randomIS - Variable in class org.apache.catalina.session.ManagerBase
 
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
RBRACK - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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.LimitedInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.LimitedInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
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 - Static variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
read() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
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
 
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.
readChar() - Method in class org.apache.el.parser.SimpleCharStream
Read a character.
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.
readConfiguration() - Method in class org.apache.juli.ClassLoaderLogManager
 
readConfiguration(InputStream) - Method in class org.apache.juli.ClassLoaderLogManager
 
readConfiguration(ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
Read configuration for the specified classloader.
readConfiguration(InputStream, ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
Load specified configuration.
reader - Variable in class org.apache.catalina.connector.Request
Reader.
reader - Variable in class org.apache.tomcat.util.digester.Digester
The XMLReader used to parse digester rules.
readExternal(ObjectInput) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
readExternal(ObjectInput) - Method in class org.apache.el.lang.FunctionMapperImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.lang.VariableMapperImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.MethodExpressionImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.MethodExpressionLiteral
 
readExternal(ObjectInput) - Method in class org.apache.el.ValueExpressionImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.ValueExpressionLiteral
 
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
 
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.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.
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.
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 - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The associated JAASRealm instance.
realm - Variable in class org.apache.catalina.startup.Embedded
The default realm to be used by all containers associated with this compoennt.
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
 
realmName - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Realm name.
realmPath - Variable in class org.apache.catalina.realm.RealmBase
 
RealmRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Realm definition element.
RealmRuleSet() - Constructor for class org.apache.catalina.startup.RealmRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
RealmRuleSet(String) - Constructor for class org.apache.catalina.startup.RealmRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
realms - Variable in class org.apache.catalina.realm.CombinedRealm
The list of Realms contained by this Realm.
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(Name, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object, overwriting any existing binding.
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.
rebind(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, 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.catalina.startup.WebRuleSet
Reset counter used for validating the web.xml file.
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.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.Http11AprProcessor
 
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.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_FACADES - Static variable in class org.apache.catalina.connector.Connector
Alternate flag to enable recycling of facades.
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
 
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.
redeployResources - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Any modification of the specified (static) resources will cause a redeployment of the application.
Redirect - Class in org.apache.jasper.tagplugins.jstl.core
 
Redirect() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Redirect
 
redirectErrStream - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
The stream for error output
redirector - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Redirector helper
redirectorConfigured - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
will be set to true when the configuration of the Redirector is complete.
redirectorElement - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Redirector element for this task
redirectOutput - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
true true when output redirection is requested for this task .
redirectOutStream - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
The stream for info output
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.
redirectStreams - Variable in class org.apache.catalina.startup.Embedded
Is standard streams redirection enabled ?
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.
referrals - Variable in class org.apache.catalina.realm.JNDIRealm
How should we handle referrals?
ReflectionUtil - Class in org.apache.el.util
Utilities for Managing Serialization and Reflection
refresh() - Method in class org.apache.catalina.ha.backend.CollectedInfo
 
refreshPolicy() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Refresh the system policy file, to pick up eventual changes.
refreshPolicy() - Method in class org.apache.catalina.loader.WebappClassLoader
Refresh the system policy file, to pick up eventual changes.
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(String, String, SchemaResolver) - Static method in class org.apache.catalina.startup.DigesterFactory
Load the resource and add it to the resolver.
register(String, String) - Method in class org.apache.catalina.util.SchemaResolver
Register the specified DTD/Schema URL for the specified public 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
 
register(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Register the specified DTD URL for the specified public identifier.
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
 
registerFailure() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
registerJMX() - Method in class org.apache.catalina.core.StandardContext
 
registerJMX(StandardContext) - Method in class org.apache.catalina.core.StandardWrapper
 
registerLocalSchema(SchemaResolver) - Static method in class org.apache.catalina.startup.DigesterFactory
Utilities used to force the parser to use local schema, when available, instead of the schemaLocation XML element.
registerManager(Manager) - Method in interface org.apache.catalina.Cluster
Register a manager with the cluster.
registerRule(String, Rule) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Register rule at given pattern.
registry - Variable in class org.apache.catalina.manager.JMXProxyServlet
 
registry - Static variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
The configuration information registry for our managed beans.
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.
ReInit(InputStream) - Method in class org.apache.el.parser.ELParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.el.parser.ELParser
Reinitialise.
ReInit(Reader) - Method in class org.apache.el.parser.ELParser
Reinitialise.
ReInit(ELParserTokenManager) - Method in class org.apache.el.parser.ELParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.apache.el.parser.ELParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.el.parser.ELParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
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.realm.JDBCRealm
Release our use of this connection so that it can be recycled.
release(DirContext) - Method in class org.apache.catalina.realm.JNDIRealm
Release our use of this connection so that it can be recycled.
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.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(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Reload the web application at the specified context path.
reload(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Reload the web application at the specified context path.
RELOAD_EVENT - Static variable in interface org.apache.catalina.Context
The LifecycleEvent type sent when a context is reloaded.
reloadable - Variable in class org.apache.catalina.core.StandardContext
The reloadable flag for this web application.
Reloader - Interface in org.apache.catalina.loader
Internal interface that ClassLoader implementations may optionally implement to support the auto-reload functionality of the classloader associated with the context.
reloadResources - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Any modification of the specified (static) resources will cause a reload of the application.
ReloadTask - Class in org.apache.catalina.ant
Ant task that implements the /reload command, supported by the Tomcat manager application.
ReloadTask() - Constructor for class org.apache.catalina.ant.ReloadTask
 
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 - Static variable in class org.apache.naming.EjbRef
Remote interface classname address type.
remoteAddr - Variable in class org.apache.catalina.connector.Request
Remote address.
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
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.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
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
 
remotePort - Variable in class org.apache.catalina.connector.Request
Remote port
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(PrintWriter, String) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Remove the specified host.
remove(String) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Remove the specified host.
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_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.
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.
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(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Remove any existing value for the specified attribute name.
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(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Connector.
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) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Context.
removeContext(Context) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Context from the set of defined Contexts for its associated Host.
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
 
removeEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified EJBs in the naming context.
removeEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any EJB resource reference with the specified name.
removeEngine(Engine) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEnvironment(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified environment entries in the naming context.
removeEnvironment(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any environment entry with the specified name.
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.
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.NamingContext
Removes an environment property from the environment of 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.
removeFromEnvironment(String) - Method in class org.apache.naming.SelectorContext
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.tomcat.util.http.MimeHeaders
Removes a header field with the specified name.
removeHost(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Host.
removeHost(Host) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
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.ContextJarRepository
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ServerJarRepository
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 class org.apache.catalina.core.StandardThreadExecutor
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.loader.LegacyWebappClassLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.LegacyWebappLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappLoader
Remove a lifecycle event 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.startup.Embedded
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.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.
removeLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Loader.
removeLocalEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified local EJBs in the naming context.
removeLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any local EJB resource reference with the specified name.
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
removeManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Manager.
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.
removeMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
Remove any message destination with the specified name.
removeMessageDestinationRef(String) - Method in class org.apache.catalina.core.StandardContext
Remove any message destination ref with the specified name.
removeMessageDestinationRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any message destination reference with the specified name.
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.
removeNode(TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Remove a child node from this node, if it is one.
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.
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.
removeProperty(String) - Method in class org.apache.catalina.connector.Connector
remove a configured property.
removeProperty(String) - Method in class org.apache.catalina.deploy.ContextTransaction
remove a configured property.
removeProperty(String) - Method in class org.apache.catalina.deploy.ResourceBase
remove a configured property.
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 class org.apache.catalina.deploy.NamingResources
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.LegacyWebappLoader
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 class org.apache.catalina.loader.WebappLoader
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
 
removeRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Realm.
removeRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
removeResource(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
removeResource(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any resource reference with the specified name.
removeResourceEnvRef(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
removeResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource environment reference with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
removeResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource link with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any resource link reference with the specified name.
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(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified web services in the naming context.
removeService(Service) - Method in class org.apache.catalina.core.StandardServer
Remove the specified Service from the set associated from this Server.
removeService(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any web service reference with the specified name.
removeService(Service) - Method in interface org.apache.catalina.Server
Remove the specified Service from the set associated from this Server.
removeServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the removeServiced method on the deployer.
removeServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Removed a serviced application from the list.
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.
removeSessionAttribute(String, String, String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Removes an attribute from an HttpSession
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.
RemoveTask - Class in org.apache.catalina.ant
Deprecated. Replaced by UndeployTask
RemoveTask() - Constructor for class org.apache.catalina.ant.RemoveTask
Deprecated.  
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(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Valve.
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.
removeWatchedResource(String) - Method in interface org.apache.catalina.Context
Remove the specified watched resource name from the list associated with this Context.
removeWatchedResource(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified watched resource name from the list associated with this Context.
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(Name, Name) - Method in class org.apache.naming.NamingContext
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.NamingContext
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.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(Name, Name) - Method in class org.apache.naming.SelectorContext
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.SelectorContext
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.
replace(String) - Method in class org.apache.juli.ClassLoaderLogManager
System property replacement in the given string.
replacements - Static variable in class org.apache.catalina.connector.Connector
 
replaceProperties(String, Object) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated. Use the explicit method
replaceProperties(String, Hashtable, IntrospectionUtils.PropertySource[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Replace ${NAME} with the property value
replaceWelcomeFiles - Variable in class org.apache.catalina.core.StandardContext
Should the next call to addWelcomeFile() cause replacement of any existing welcome files?
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.
repositories - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The list of local repositories, in the order they should be searched for locally loaded classes or resources.
repository - Variable in class org.apache.catalina.loader.WebappClassLoader
Associated Jar repository.
repositoryURLs - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
Repositories URLs, used to cache the result of getURLs.
repositoryURLs - Variable in class org.apache.catalina.loader.WebappClassLoader
Repositories URLs, used to cache the result of getURLs.
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.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.AsyncContextImpl - Class in org.apache.catalina.connector
 
Request.AsyncContextImpl() - Constructor for class org.apache.catalina.connector.Request.AsyncContextImpl
 
Request.AsyncListenerRegistration - Class in org.apache.catalina.connector
 
Request.AsyncListenerRegistration(AsyncListener, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.connector.Request.AsyncListenerRegistration
 
REQUEST_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
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
 
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.
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?
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
 
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
 
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.
requestHeaderMessage - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Header message.
requestHeaderMessage - Variable in class org.apache.coyote.ajp.AjpProcessor
Header message.
RequestInfo - Class in org.apache.coyote
Structure holding the Request and Response objects.
RequestInfo(Request) - Constructor for class org.apache.coyote.RequestInfo
 
requestPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
requestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of request processors object names.
requestURI() - Method in class org.apache.coyote.Request
 
requestURI() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the request uri
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.
required - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
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.
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.
requiresExtensions() - Method in class org.apache.catalina.util.ManifestResource
Convienience method to check if this ManifestResource has an requires extensions.
res - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
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.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.Response
 
reset() - Method in class org.apache.el.parser.JJTELParserState
 
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.digester.Digester
 
reset() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
 
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.
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.catalina.util.SchemaResolver
Resolve the requested external entity.
resolveEntity(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Resolve the requested external entity.
resolveEntity(String, String) - Method in class org.apache.tomcat.util.DomUtil.NullResolver
 
resolveFunction(String, String) - Method in class org.apache.el.lang.FunctionMapperFactory
 
resolveFunction(String, String) - Method in class org.apache.el.lang.FunctionMapperImpl
 
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.
resolveOrder(List<WebOrdering>, List<String>) - Static method in class org.apache.catalina.startup.OrderingResolver
Generate the Jar processing order.
resolveProxyClass(String[]) - Method in class org.apache.catalina.util.CustomObjectInputStream
Return a proxy class that implements the interfaces named in a proxy class descriptor.
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.
resolveServletSecurity() - Method in class org.apache.catalina.startup.ContextConfig
Translate servlet security associated with Servlets to security constraints.
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.el.lang.VariableMapperFactory
 
resolveVariable(String) - Method in class org.apache.el.lang.VariableMapperImpl
 
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).
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.
ResourceBase - Class in org.apache.catalina.deploy
Representation of an Context element
ResourceBase() - Constructor for class org.apache.catalina.deploy.ResourceBase
 
ResourceCache - Class in org.apache.naming.resources
Implements a special purpose cache.
ResourceCache() - Constructor for class org.apache.naming.resources.ResourceCache
 
resourceEntries - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The cache of ResourceEntry for classes and resources we have loaded, keyed by resource name.
resourceEntries - Variable in class org.apache.catalina.loader.WebappClassLoader
The cache of ResourceEntry for classes and resources we have loaded, keyed by resource name.
ResourceEntry - Class in org.apache.catalina.loader
Resource entry.
ResourceEntry() - Constructor for class org.apache.catalina.loader.ResourceEntry
 
ResourceEnvFactory - Class in org.apache.naming.factory
Object factory for Resources env.
ResourceEnvFactory() - Constructor for class org.apache.naming.factory.ResourceEnvFactory
 
ResourceEnvRef - Class in org.apache.naming
Represents a reference address to a resource environment.
ResourceEnvRef(String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceEnvRef(String, String, String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceFactory - Class in org.apache.naming.factory
Object factory for Resources.
ResourceFactory() - Constructor for class org.apache.naming.factory.ResourceFactory
 
ResourceLinkFactory - Class in org.apache.naming.factory
Object factory for resource links.
ResourceLinkFactory() - Constructor for class org.apache.naming.factory.ResourceLinkFactory
 
ResourceLinkRef - Class in org.apache.naming
Represents a reference address to a resource.
ResourceLinkRef(String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
ResourceLinkRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
ResourceRef - Class in org.apache.naming
Represents a reference address to a resource.
ResourceRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
ResourceRef(String, String, String, String, String, String) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
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.deploy.ContextEnvironment
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.ContextTransaction
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.MessageDestinationRef
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.ResourceBase
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
Associated directory context giving access to the resources in this webapp.
resources(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Render a list of available global JNDI resources.
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.
ResourcesTask - Class in org.apache.catalina.ant
Ant task that implements the /resources command, supported by the Tomcat manager application.
ResourcesTask() - Constructor for class org.apache.catalina.ant.ResourcesTask
 
resourceType - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
 
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.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
 
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.
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
 
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.
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.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.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
 
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.Http11AprProcessor
 
resumeNotification - Variable in class org.apache.coyote.http11.Http11Processor
True if a resume has been requested.
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 - Static variable in class org.apache.tomcat.util.log.SystemLogHandler
Spare CaptureLog ready for reuse.
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.
ReverseComparator - Class in org.apache.catalina.manager.util
Comparator which reverse the sort order
ReverseComparator(Comparator) - Constructor for class org.apache.catalina.manager.util.ReverseComparator
 
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.
rewriteUrl(String) - Method in class org.apache.catalina.servlets.DefaultServlet
URL rewriter.
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.Http11Protocol
 
role - Variable in class org.apache.tomcat.util.modeler.OperationInfo
 
roleBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for role searches.
roleClasses - Variable in class org.apache.catalina.realm.JAASRealm
The list of role class names, split out for easy processing.
roleClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of java.security.Principal classes that represent security roles.
roleFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current roleSearch.
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).
roleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of the attribute containing roles held elsewhere
roleNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user role table that names a role
roleNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user role table that names a role
roleNested - Variable in class org.apache.catalina.realm.JNDIRealm
Should we look for nested group in order to determine roles?
roles - Variable in class org.apache.catalina.realm.GenericPrincipal
The set of roles associated with this user.
roles(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return a PreparedStatement configured to perform the SELECT required to retrieve user roles for the specified username.
roleSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to select roles for a user, with "{0}" marking the spot where the distinguished name of the user goes.
roleSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching memberships?
root - Variable in class org.apache.tomcat.util.digester.Digester
The "root" element of the stack (in other words, the last object that was popped.
ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
rootNode() - Method in class org.apache.el.parser.JJTELParserState
 
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?
rotate(String) - Method in class org.apache.catalina.valves.AccessLogValve
Rename the existing log file to something else.
RPAREN - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
Rule - Class in org.apache.tomcat.util.digester
Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.
Rule(Digester) - Constructor for class org.apache.tomcat.util.digester.Rule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use Rule.Rule() instead.
Rule() - Constructor for class org.apache.tomcat.util.digester.Rule
Base constructor.
rules() - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules - Variable in class org.apache.tomcat.util.digester.Digester
The Rules implementation containing our collection of Rule instances and associated matching policy.
Rules - Interface in org.apache.tomcat.util.digester
Public interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered during parsing.
rules() - Method in interface org.apache.tomcat.util.digester.Rules
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules - Variable in class org.apache.tomcat.util.digester.RulesBase
The set of registered Rule instances, in the order that they were originally registered.
rules() - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets all rules
RulesBase - Class in org.apache.tomcat.util.digester
Default implementation of the Rules interface that supports the standard rule matching behavior.
RulesBase() - Constructor for class org.apache.tomcat.util.digester.RulesBase
 
RuleSet - Interface in org.apache.tomcat.util.digester
Public interface defining a shorthand means of configuring a complete set of related Rule definitions, possibly associated with a particular namespace URI, in one operation.
RuleSetBase - Class in org.apache.tomcat.util.digester
Convenience base class that implements the RuleSet interface.
RuleSetBase() - Constructor for class org.apache.tomcat.util.digester.RuleSetBase
 
rulesValidation - Variable in class org.apache.tomcat.util.digester.Digester
Warn on missing attributes and elements.
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.loader.LegacyWebappClassLoader.PrivilegedFindResource
 
run() - Method in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource
 
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 This implements the following CGI specification recommedations: Servers SHOULD provide the "query" component of the script-URI as command-line arguments to scripts if it does not contain any unencoded "=" characters and the command-line arguments can be generated in an unambiguous manner.
run() - Method in class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
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.
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.AprEndpoint
Running state of the endpoint.
running - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Running state of the endpoint.

S

safeCharacters - Variable in class org.apache.catalina.util.URLEncoder
 
sameFile(URL) - Method in class org.apache.catalina.util.URL
Compare two URLs, excluding the "ref" fields.
sameFile(URL) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs, excluding the "ref" fields.
save(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Store server configuration.
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.
saxLog - Variable in class org.apache.tomcat.util.digester.Digester
The Log to which all SAX event related logging calls will be made.
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.
scanClass(String, boolean) - Method in class org.apache.catalina.startup.ContextConfig
 
scanClasses(File, String, boolean) - Method in class org.apache.catalina.startup.ContextConfig
Scan folder containing class files.
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.
scanJar(JarFile, boolean) - Method in class org.apache.catalina.startup.ContextConfig
 
scanJarForServletContainerInitializer(JarFile) - Method in class org.apache.catalina.startup.ContextConfig
Find and parse ServletContainerInitializer service in specified JAR.
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.
schemaExtension - Variable in class org.apache.catalina.util.SchemaResolver
Extension to make the difference between DTD and Schema.
SchemaResolver - Class in org.apache.catalina.util
This class implements a local SAX's EntityResolver.
SchemaResolver(Digester) - Constructor for class org.apache.catalina.util.SchemaResolver
Create a new EntityResolver that will redirect all remote dtds and schema to a locat destination.
scheme - Variable in class org.apache.catalina.connector.Connector
The request scheme that will be set on all requests received through this connector.
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
 
SCOPE - Static variable in class org.apache.naming.ResourceRef
Scope address type.
scriptingInvalid - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
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.
search(Object) - Method in class org.apache.tomcat.util.digester.ArrayStack
Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is considered to be at distance 1.
sec(long) - Static method in class org.apache.tomcat.jni.Time
 
secondsToTimeString(long) - Static method in class org.apache.catalina.manager.JspHelper
 
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.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).
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.
securityManager - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
Instance of the SecurityManager installed.
securityManager - Variable in class org.apache.catalina.loader.WebappClassLoader
Instance of the SecurityManager installed.
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
 
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.
SelectorContext - Class in org.apache.naming
Catalina JNDI Context implementation.
SelectorContext(Hashtable) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
SelectorContext(Hashtable, boolean) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
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(String) - Method in class org.apache.catalina.ha.backend.MultiCastSender
 
send(String) - Method in interface org.apache.catalina.ha.backend.Sender
Send the message to the proxies
send(String) - Method in class org.apache.catalina.ha.backend.TcpSender
 
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.InternalAprOutputBuffer
Send an acknoledgement.
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.
Sender - Interface in org.apache.catalina.ha.backend
 
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(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.
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.tomcat.util.net.AprEndpoint.Sendfile
 
sendfilen(long, long, long, long, int) - Static method in class org.apache.tomcat.jni.Socket
Send a file without header and trailer arrays.
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.AprEndpoint
Size of the sendfile (= concurrent files which can be served).
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 This functions acts like a blocking write by default.
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.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
 
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.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.catalina.startup.Catalina
The server component we are starting or stopping
server - Variable in class org.apache.catalina.startup.Tomcat
 
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.
SERVER_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
SERVER_HEADER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
SERVER_ROW_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
SERVER_ROW_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
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(PrintWriter) - Method in class org.apache.catalina.manager.ManagerServlet
Writes System OS and JVM properties.
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
 
ServerinfoTask - Class in org.apache.catalina.ant
Ant task that implements the /serverinfo command supported by the Tomcat manager application.
ServerinfoTask() - Constructor for class org.apache.catalina.ant.ServerinfoTask
 
ServerJarRepository - Class in org.apache.catalina.core
Server specific implementation for a JAR repository, which will manage shared JARs which may contain descriptors.
ServerJarRepository() - Constructor for class org.apache.catalina.core.ServerJarRepository
Construct a new ContextJarRepository instance with no associated Container.
ServerJarRepository(Container) - Constructor for class org.apache.catalina.core.ServerJarRepository
Construct a new ContextJarRepository instance that is associated with the specified Container.
ServerLifecycleListener - Class in org.apache.catalina.mbeans
Implementation of LifecycleListener that instantiates the set of MBeans associated with the components of a running instance of Catalina.
ServerLifecycleListener() - Constructor for class org.apache.catalina.mbeans.ServerLifecycleListener
 
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
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.
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.
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 - Variable in class org.apache.catalina.startup.Tomcat
 
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_INTERFACE - Static variable in class org.apache.naming.ServiceRef
Service Classname address type.
SERVICE_LOCAL_PART - Static variable in class org.apache.naming.ServiceRef
 
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_NAMESPACE - Static variable in class org.apache.naming.ServiceRef
ServiceQname address type.
SERVICE_SLASH - Static variable in interface org.apache.cometd.bayeux.Bayeux
Service channel names-trailing slash
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.
SERVICEENDPOINTINTERFACE - Static variable in class org.apache.naming.ServiceRef
port-component-ref/service-endpoint-interface address type.
ServiceMapperListener - Class in org.apache.catalina.core
Mapper listener.
ServiceMapperListener(Mapper) - Constructor for class org.apache.catalina.core.ServiceMapperListener
Create mapper listener.
ServiceRef - Class in org.apache.naming
Represents a reference web service.
ServiceRef(String, String, String[], String, String) - Constructor for class org.apache.naming.ServiceRef
Service Reference.
ServiceRef(String, String, String[], String, String, String, String) - Constructor for class org.apache.naming.ServiceRef
Service Reference.
SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
ServletContext attribute for classpath.
SERVLET_CONTAINER_INITIALIZER_SERVICE_PATH - Static variable in class org.apache.catalina.Globals
The path used for the ServletContainerInitializer service.
SERVLET_CONTENT_TYPE - Static variable in class org.apache.jasper.Constants
Default servlet content type.
SERVLET_NAME_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward a servlet name to an error page.
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.
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
 
servletContainerInitializer - Variable in class org.apache.catalina.startup.ContextConfig.ServletContainerInitializerInfo
 
servletContainerInitializerInfos - Variable in class org.apache.catalina.startup.ContextConfig
 
servletContext - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
 
servletContext - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
ServletFileUpload - Class in org.apache.tomcat.util.http.fileupload
High level API for processing file uploads.
ServletFileUpload() - Constructor for class org.apache.tomcat.util.http.fileupload.ServletFileUpload
Constructs an uninitialised instance of this class.
ServletFileUpload(FileItemFactory) - Constructor for class org.apache.tomcat.util.http.fileupload.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.
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
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.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.
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_CHECK - Static variable in class org.apache.catalina.connector.Request
 
SESSION_ID_KEY - Static variable in class org.apache.tomcat.util.net.AprEndpoint
The Request attribute key for the session id.
SESSION_ID_KEY - Static variable in class org.apache.tomcat.util.net.JIoEndpoint
The Request attribute key for the session id.
SESSION_ID_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the session id.
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
sessionAverageAliveTime - Variable in class org.apache.catalina.session.ManagerBase
Average time (in seconds) that expired sessions had been alive.
sessionConfig - Variable in class org.apache.catalina.startup.WebRuleSet
The SetSessionConfig rule used to parse the web.xml
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
 
sessionDetailJspPath - Variable in class org.apache.catalina.manager.HTMLManagerServlet
 
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.
sessionIdCol - Variable in class org.apache.catalina.session.JDBCStore
Id column to use.
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.
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(String, int) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Display session information and invoke list.
sessions(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Display session information and invoke list.
sessions(PrintWriter, String, int) - Method in class org.apache.catalina.manager.ManagerServlet
Session information for the web application at the specified context path.
sessions(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Session information for the web application at the specified context path.
sessions - Variable in class org.apache.catalina.session.ManagerBase
The set of currently active Sessions for this Manager, keyed by session identifier.
sessionsListJspPath - Variable in class org.apache.catalina.manager.HTMLManagerServlet
 
SessionsTask - Class in org.apache.catalina.ant
Ant task that implements the /sessions command supported by the Tomcat manager application.
SessionsTask() - Constructor for class org.apache.catalina.ant.SessionsTask
 
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.
sessionTrackingModes - Variable in class org.apache.catalina.core.StandardContext
Session tracking modes.
SessionUtils - Class in org.apache.catalina.manager.util
Utility methods on HttpSessions...
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.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.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.
setAdCompat(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
How do we handle PartialResultExceptions?
setAddress(String) - Method in class org.apache.catalina.core.StandardServer
Set the address on which we listen to for shutdown commands.
setAddress(String) - Method in interface org.apache.catalina.Server
Set the address on which we listen to for shutdown commands.
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.Http11Protocol
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setAfterOthers(boolean) - Method in class org.apache.catalina.deploy.WebOrdering
 
setAlgorithm(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the message digest algorithm for this Manager.
setAlgorithm(String) - Method in class org.apache.catalina.session.ManagerBase
Set the message digest algorithm for this Manager.
setAlgorithm(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.
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.
SetAllPropertiesRule - Class in org.apache.catalina.startup
Rule that uses the introspection utils to set properties.
SetAllPropertiesRule() - Constructor for class org.apache.catalina.startup.SetAllPropertiesRule
 
SetAllPropertiesRule(String[]) - Constructor for class org.apache.catalina.startup.SetAllPropertiesRule
 
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.
setAlternateURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Setter for property alternateURL.
setAlwaysLog(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
If true, (error and non-error) output will be redirected as specified while being sent to Ant's logging mechanism as if no redirection had taken place.
setAntiJARLocking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the antiJARLocking feature for this Context.
setAntiJARLocking(boolean) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
 
setAntiJARLocking(boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
 
setAntiResourceLocking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the antiResourceLocking feature for this Context.
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
 
setAppend(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
If true, append output to existing file.
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.
setAppName(String) - Method in class org.apache.catalina.realm.JAASRealm
Deprecated. JAAS should use the Engine (domain) name and webpp/host overrides
setArgs(List) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
setArgs(List) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
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) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setAttribute(String) - Method in class org.apache.catalina.ant.JMXGetTask
Set method for the attribute name
setAttribute(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the attribute name
setAttribute(String, Object) - Method in class org.apache.catalina.connector.Connector
Set a configured property.
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(PrintWriter, String, String, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ConnectorMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextEnvironmentMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceLinkMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
Set the value of a specific attribute of this MBean.
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.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(String, Object) - Method in interface org.apache.tomcat.util.IntrospectionUtils.AttributeHolder
 
setAttribute(Object, String, Object) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call void setAttribute( String ,Object )
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.ServerSocketFactory
General mechanism to pass attributes from the ServerConnector to the socket factory.
setAttributebinding(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
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.
setAuth(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setAuthConstraint(boolean) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the authorization constraint present flag for this security constraint.
setAuthenticateHeader(Request, HttpServletResponse, LoginConfig, String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generates the WWW-Authenticate header.
setAuthentication(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the type of authentication to use.
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.
setAutoDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the auto deploy flag value for this host.
setAutoDeploy(boolean) - Method in interface org.apache.catalina.Host
Set the auto deploy flag value for this host.
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
 
setAwait(boolean) - Method in class org.apache.catalina.startup.Bootstrap
Set flag.
setAwait(boolean) - Method in class org.apache.catalina.startup.Embedded
 
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.Http11Protocol
 
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
 
setBaseDir(String) - Method in class org.apache.catalina.startup.Tomcat
Tomcat needs a directory for temp files.
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).
setBean(String) - Method in class org.apache.catalina.ant.JMXGetTask
Set method for the bean name
setBean(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the bean name
setBeforeOthers(boolean) - Method in class org.apache.catalina.deploy.WebOrdering
 
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
 
setBody(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Set the body text associated with this node (if any).
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.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.
setCacheRemovalWarningTime(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the minimum period a failed authentication must remain in the cache to avoid generating a warning if it is removed from the cache to make space for a new entry.
setCacheSize(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the maximum number of users for which authentication failure will be kept in the cache.
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.
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.
setCatalinaBase(String) - Method in class org.apache.catalina.startup.Bootstrap
 
setCatalinaBase() - Method in class org.apache.catalina.startup.Catalina
Deprecated. Use initDirs()
setCatalinaBase(String) - Method in class org.apache.catalina.startup.Embedded
 
setCatalinaHome(String) - Method in class org.apache.catalina.startup.Bootstrap
 
setCatalinaHome() - Method in class org.apache.catalina.startup.Catalina
Deprecated. Use initDirs()
setCatalinaHome(String) - Method in class org.apache.catalina.startup.Embedded
 
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 heavliy on Servlet API methods and findCGI
setChangeSessionIdOnAuthentication(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
setChannel(Channel) - Method in class org.apache.tomcat.bayeux.MessageImpl
 
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
 
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[]
setCharset(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
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.Http11Protocol
 
setCipherSuite(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Cipher Suite available for negotiation in SSL handshake.
setClassLoader(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
setClassLoader(ClassLoader) - Method in class org.apache.jasper.JspCompilationContext
 
setClassLoader(ClassLoader) - Method in class org.apache.tomcat.util.digester.Digester
Set the class loader to be used for instantiating application objects when required.
setClassName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
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.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
 
setCommonRole(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the common role
setCompilationException(JasperException) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the compilation exception for this JspServletWrapper.
setCompilerClasspath(String) - Method in class org.apache.catalina.core.StandardContext
Set the compiler classpath.
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.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.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
 
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.
setConfig(String) - Method in class org.apache.catalina.ant.DeployTask
 
setConfig(String) - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
setConfig(String) - Method in class org.apache.catalina.startup.Catalina
 
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.
setConfigClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context configuration class name.
setConfigErrMsg(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigFile(String) - Method in interface org.apache.catalina.Context
Set the path to a file to save this Context information.
setConfigFile(String) - Method in class org.apache.catalina.core.StandardContext
Set the path to a file to save this Context information.
setConfigFile(String) - Method in class org.apache.catalina.startup.Catalina
 
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
 
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.realm.JDBCRealm
Set the username to use to connect to the database.
setConnectionName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection username for this Realm.
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.realm.JDBCRealm
Set the password to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection password for this Realm.
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.realm.JDBCRealm
Set the URL to use to connect to the database.
setConnectionURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection URL for this Realm.
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
 
setConnector(Connector) - Method in class org.apache.catalina.startup.Tomcat
 
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.ContextJarRepository
Set the Container with which this Pipeline is associated.
setContainer(Container) - Method in class org.apache.catalina.core.ServerJarRepository
Set the Container with which this Pipeline 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(Object) - Method in class org.apache.catalina.deploy.NamingResources
Set the container with which the naming resources are associated.
setContainer(Container) - Method in interface org.apache.catalina.JarRepository
Set the Container with which this JARRepository has been associated.
setContainer(Container) - Method in class org.apache.catalina.loader.LegacyWebappLoader
Set the Container with which this Logger has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Loader
Set the Container with which this Loader has been associated.
setContainer(Container) - Method in class org.apache.catalina.loader.WebappLoader
Set the Container with which this Logger has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Manager
Set the Container with which this Manager is associated.
setContainer(Object) - Method in class org.apache.catalina.mbeans.MBeanFactory
Set the container that this factory was created for.
setContainer(Container) - Method in class org.apache.catalina.realm.CombinedRealm
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in class org.apache.catalina.realm.JAASRealm
 
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.
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
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(HttpServletResponse, int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
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.
setContextClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context implementation class name.
setContextFactory(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the JNDI context factory for this Realm.
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
 
SetContextPropertiesRule - Class in org.apache.catalina.startup
Rule that uses the introspection utils to set properties of a context (everything except "path").
SetContextPropertiesRule() - Constructor for class org.apache.catalina.startup.SetContextPropertiesRule
 
setController(ObjectName) - Method in class org.apache.catalina.connector.Connector
 
setController(ObjectName) - Method in class org.apache.catalina.loader.LegacyWebappLoader
 
setController(ObjectName) - Method in class org.apache.catalina.loader.WebappLoader
 
setController(ObjectName) - Method in class org.apache.catalina.realm.RealmBase
 
setController(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
setConvert(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setConverter() - Method in class org.apache.catalina.connector.InputBuffer
 
setConverter() - Method in class org.apache.catalina.connector.OutputBuffer
 
setCookieDomain(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Sets the domain to be used for sso cookies.
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.
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.
setCreateEmptyFiles(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether output and error files should be created even when empty.
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.
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.catalina.core.StandardThreadExecutor
 
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setDataSourceName(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the name of the JNDI JDBC DataSource.
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.ssi.ResponseIncludeWrapper
 
setDateVariables(boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
setDebug(int) - Method in class org.apache.tomcat.util.digester.Digester
Deprecated. This method now has no effect at all. Digester uses the apache jakarta comons-logging library; see the documentation for that library for more information.
setDebugStream(PrintStream) - Method in class org.apache.el.parser.ELParserTokenManager
Set debug output.
setDeclare(String) - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
 
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
 
setDefaultContextXml(String) - Method in class org.apache.catalina.core.StandardContext
Set the location of the default context xml that will be used.
setDefaultContextXml(String) - Method in class org.apache.catalina.startup.ContextConfig
Set the location of the default context file
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.
setDefaultRealm(Realm) - Method in class org.apache.catalina.startup.Tomcat
Set a custom realm for auth.
setDefaultWebXml(String) - Method in class org.apache.catalina.core.StandardContext
Set the location of the default web xml that will be used.
setDefaultWebXml(String) - Method in class org.apache.catalina.startup.ContextConfig
Set the location of the default deployment descriptor
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.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
 
setDelegate(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.LegacyWebappLoader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in interface org.apache.catalina.Loader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelimiter(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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.
setDeployOnStartup(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the deploy on startup flag value for this host.
setDeployOnStartup(boolean) - Method in interface org.apache.catalina.Host
Set the deploy on startup flag value for this host.
setDeployXML(boolean) - Method in class org.apache.catalina.core.StandardHost
Deploy XML Context config files flag mutator.
setDeployXML(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the deploy XML config file flag for this component.
setDerefAliases(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the value for derefAliases to be used when searching the directory.
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.ContextEnvironment
 
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.MessageDestination
 
setDescription(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setDescription(String) - Method in class org.apache.catalina.deploy.ResourceBase
 
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.
setDescriptors(String) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
 
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.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Set the associated digester.
setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.Rule
Set the Digester with which this Rule is associated.
setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.Rules
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.RulesBase
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Sets digeseter using these Rules
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.
setDirectoryName(String) - Method in class org.apache.catalina.startup.UserConfig
Set the directory name for user web applications.
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.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.ContextService
 
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.MessageDestination
 
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.
setDocumentLocator(Locator) - Method in class org.apache.tomcat.util.digester.Digester
Sets the document locator associated with our parser.
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.tomcat.util.modeler.ManagedBean
 
setDriverName(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the JDBC driver that will be used.
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
 
setEcho(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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.
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.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
 
setEngineName(String) - Method in class org.apache.catalina.core.StandardContext
 
setEntityResolver(EntityResolver) - Method in class org.apache.tomcat.util.digester.Digester
Set the EntityResolver used by SAX when resolving public id and system id.
setEntropy(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the entropy increaser value.
setEntropy(String) - Method in class org.apache.catalina.session.ManagerBase
Set the entropy increaser value.
setError(File) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
File the error output of the task is redirected to.
setError() - Method in class org.apache.catalina.connector.Response
Set the error flag.
setError() - Method in class org.apache.catalina.core.DummyResponse
 
setError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
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.
setErrorHandler(ErrorHandler) - Method in class org.apache.tomcat.util.digester.Digester
Set the error handler for this Digester.
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
 
setErrorProperty(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Property name whose value should be set to the error of the task..
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.
setEventMode(boolean) - Method in class org.apache.catalina.connector.Request
Set event mode.
setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetNextRule
Set whether exact matching is enabled.
setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetRootRule
Set whether exact matching is enabled.
setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetTopRule
Set whether exact matching is enabled.
setExceptionType(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the exception type.
setExecutor(Connector, Executor) - Method in class org.apache.catalina.startup.ConnectorCreateRule
 
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.Http11Protocol
 
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
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.
setExtensionName(String) - Method in class org.apache.catalina.util.Extension
 
setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.apache.tomcat.util.buf.MessageBytes
 
setFailonerror(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether to fail (with a BuildException) if ManagerServlet returns an error.
setFailureCount(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the number of failed authentication attempts required to lock the user account.
setFailures(int) - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
setFairness(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setFakeAttributes(Map<Class, List<String>>) - Method in class org.apache.tomcat.util.digester.Digester
Set the fake attributes.
setFeature(String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Sets a flag indicating whether the requested feature is supported by the underlying implementation of org.xml.sax.XMLReader.
setFieldName(String) - Method in class org.apache.tomcat.util.http.fileupload.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.
setFileCleaningTracker(FileCleaningTracker) - Method in class org.apache.tomcat.util.http.fileupload.DiskFileItemFactory
Returns the tracker, which is responsible for deleting temporary files.
setFileCleaningTracker(ServletContext, FileCleaningTracker) - Static method in class org.apache.tomcat.util.http.fileupload.FileCleanerCleanup
Sets the instance of FileCleaningTracker, which is associated with the given ServletContext.
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.
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
 
setFormField(boolean) - Method in class org.apache.tomcat.util.http.fileupload.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
 
setFragments(Map<String, WebOrdering>) - Method in class org.apache.catalina.deploy.WebOrder
 
setFulfilled(boolean) - Method in class org.apache.catalina.util.Extension
 
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
 
setGetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setGlobal(String) - Method in class org.apache.catalina.deploy.ContextResourceLink
 
setGlobalContext(Context) - Static method in class org.apache.naming.factory.ResourceLinkFactory
Set the global context (note: can only be used once).
setGlobalNamingContext(Context) - Method in class org.apache.catalina.core.StandardServer
Set the global naming resources context.
setGlobalNamingResources(NamingResources) - Method in class org.apache.catalina.core.StandardServer
Set the global naming resources.
setGlobalNamingResources(NamingResources) - Method in interface org.apache.catalina.Server
Set the global naming resources.
setGlobalProcessor(RequestGroupInfo) - Method in class org.apache.coyote.RequestInfo
 
setGroup(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
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
 
setHandlerclass(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
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.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.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.
setHeaders(MimeHeaders) - Method in class org.apache.tomcat.util.http.Parameters
 
setHome(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setHome(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setHomeBase(String) - Method in class org.apache.catalina.startup.UserConfig
Set the base directory containing user home directories.
setHook(ActionHook) - Method in class org.apache.coyote.Response
 
setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
setHost(StandardHost) - Method in class org.apache.catalina.startup.Tomcat
Sets the current host - all future webapps will be added to this host.
setHostname(String) - Method in class org.apache.catalina.startup.Tomcat
The the hostname of the default host, default is 'localhost'.
setHttpOnly(boolean) - Method in class org.apache.catalina.deploy.SessionCookie
 
setIcon(String) - Method in class org.apache.catalina.deploy.ContextService
 
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
 
setIf(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Only execute if a property of the given name exists in the current project.
setIf(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Only execute if a property of the given name exists in the current project.
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.
setImage(String) - Method in class org.apache.el.parser.AstLiteralExpression
 
setImage(String) - Method in class org.apache.el.parser.AstString
 
setImage(String) - Method in class org.apache.el.parser.SimpleNode
 
setImpact(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
setImplementationURL(String) - Method in class org.apache.catalina.util.Extension
 
setImplementationVendor(String) - Method in class org.apache.catalina.util.Extension
 
setImplementationVendorId(String) - Method in class org.apache.catalina.util.Extension
 
setImplementationVersion(String) - Method in class org.apache.catalina.util.Extension
 
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
 
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(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
setInternalid(int) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
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
 
setJar(String) - Method in class org.apache.catalina.deploy.WebOrdering
 
setJarFile(JarFile, String) - Method in class org.apache.naming.resources.JARDirContext
Set the JAR file from which data will be read.
setJarPath(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Change the Jar path.
setJarRepository(JarRepository) - Method in interface org.apache.catalina.Container
Set the JarRepository with which this Container is associated.
setJarRepository(JarRepository) - Method in class org.apache.catalina.core.ContainerBase
Set the JarRepository with which this Container is associated.
setJavaVMs(String[]) - Method in class org.apache.catalina.core.StandardContext
 
setJaxrpcmappingfile(String) - Method in class org.apache.catalina.deploy.ContextService
 
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.Http11AprProtocol
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.
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.Http11AprProtocol
 
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.AprEndpoint
 
setKeepAliveTimeout(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setKeyAlias(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeypass(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeystore(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeytype(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
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
 
setLazy(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setLbForceSession(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLbRecovertime(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLbRetries(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLbStickySession(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
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.
setLineFileID(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets lineFileID.
setLink(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setLink(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setLink(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setListener(Listener) - Method in class org.apache.tomcat.bayeux.ClientImpl
 
setLiveDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the live deploy flag value for this host.
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.
setLoaderClass(String) - Method in class org.apache.catalina.loader.LegacyWebappLoader
Set the ClassLoader class name.
setLoaderClass(String) - Method in class org.apache.catalina.loader.WebappLoader
Set the ClassLoader class name.
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
 
setLocal(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setLocalDataSource(boolean) - Method in class org.apache.catalina.realm.DataSourceRealm
Set to true to cause the datasource to be looked up in the webapp JNDI Context.
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.el.lang.EvaluationContext
 
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.el.parser.AstFunction
 
setLocalPort(int) - Method in class org.apache.coyote.Request
 
setLocalWar(String) - Method in class org.apache.catalina.ant.DeployTask
 
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.MbeansDescriptorsDigesterSource
 
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.
setLockOutTime(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the period for which an account will be locked.
setLogError(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Controls whether error output is logged.
setLogger(Logger) - Method in class org.apache.tomcat.util.digester.Digester
Set the current logger for this Digester.
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 actives 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.
setMaxFileSize(long) - Method in class org.apache.catalina.deploy.Multipart
 
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.
setMaxIdleTime(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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.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.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.catalina.core.StandardThreadExecutor
 
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.Http11Protocol
 
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.
setMbeansFile(String) - Method in class org.apache.catalina.core.StandardEngine
 
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.
setMinSpareThreads(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setMinTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
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.
setMultiport(int) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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.NamingContextListener
Set the "name" property.
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.core.StandardThreadExecutor
 
setName(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setName(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
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.MessageDestination
 
setName(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setName(String) - Method in class org.apache.catalina.deploy.ResourceBase
 
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 class org.apache.catalina.deploy.WebAbsoluteOrdering
 
setName(String) - Method in class org.apache.catalina.deploy.WebOrdering
 
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.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
 
setNamePrefix(String) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setNamespaceAware(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the "namespace aware" flag for parsers we create.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Rule
Set the namespace URI for which this Rule is relevant, if any.
setNamespaceURI(String) - Method in interface org.apache.tomcat.util.digester.Rules
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.RulesBase
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Sets namespace to apply to Rule's added subsequently
setNamingContextListener(NamingContextListener) - Method in class org.apache.catalina.core.StandardContext
Naming context listener setter.
setNamingResources(NamingResources) - Method in interface org.apache.catalina.Context
Set the naming resources for this web application.
setNamingResources(NamingResources) - Method in class org.apache.catalina.core.StandardContext
Set the naming resources for this web application.
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.
SetNextNamingRule - Class in org.apache.catalina.startup
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextNamingRule(String, String) - Constructor for class org.apache.catalina.startup.SetNextNamingRule
Construct a "set next" rule with the specified method name.
SetNextRule - Class in org.apache.tomcat.util.digester
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetNextRule.SetNextRule(String methodName) instead.
SetNextRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetNextRule.SetNextRule(String methodName,String paramType) instead.
SetNextRule(String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Construct a "set next" rule with the specified method name.
SetNextRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Construct a "set next" rule with the specified method name.
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
 
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.
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
 
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.
setOperation(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setOperation(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setOptions(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set OpenSSL Option.
setOriginalDocBase(String) - Method in class org.apache.catalina.core.StandardContext
Set the original document root for this Context.
setOutput(File) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
File the output of the task is redirected to.
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.
setOutputproperty(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Property name whose value should be set to the output of the task.
setOutputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets OutputStartLine.
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 DefaultContext override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setOverride(boolean) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setOverride(boolean) - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
 
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
 
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.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Utility method for use in subclasses.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.loader.WebappClassLoader
Utility method for use in subclasses.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.startup.Catalina
Set the shared extensions class loader.
setPassword(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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 class org.apache.catalina.ant.DeployTask
 
setPath(String) - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
setPath(String) - Method in class org.apache.catalina.ant.ReloadTask
 
setPath(String) - Method in class org.apache.catalina.ant.RemoveTask
Deprecated.  
setPath(String) - Method in class org.apache.catalina.ant.SessionsTask
 
setPath(String) - Method in class org.apache.catalina.ant.StartTask
 
setPath(String) - Method in class org.apache.catalina.ant.StopTask
 
setPath(String) - Method in class org.apache.catalina.ant.UndeployTask
 
setPath(String) - Method in class org.apache.catalina.ant.ValidatorTask
 
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.realm.MemoryRealm
Set the pathname of our XML file containing user definitions.
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.
setPaused(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the request processing paused flag for this Context.
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.http11.Http11AprProtocol
 
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(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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.catalina.core.StandardServer
Set the port number we listen to for shutdown commands.
setPort(int) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
setPort(int) - Method in interface org.apache.catalina.Server
Set the port number we listen to for shutdown commands.
setPort(int) - Method in class org.apache.catalina.startup.Tomcat
Set the port for the default connector.
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.Http11Protocol
 
setPort(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPort(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
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.
setPrefix(String) - Method in class org.apache.el.parser.AstFunction
 
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.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.
SetPropertiesRule - Class in org.apache.tomcat.util.digester
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
SetPropertiesRule(Digester) - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetPropertiesRule.SetPropertiesRule() instead.
SetPropertiesRule() - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Base constructor.
SetPropertiesRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Convenience constructor overrides the mapping for just one property.
SetPropertiesRule(String[], String[]) - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Constructor allows attribute->property mapping to be overriden.
setProperty(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setProperty(String, String) - Method in class org.apache.catalina.connector.Connector
Set a configured property.
setProperty(String, String) - Method in class org.apache.catalina.deploy.ContextHandler
Set a configured property.
setProperty(String, Object) - Method in class org.apache.catalina.deploy.ContextTransaction
Set a configured property.
setProperty(String, Object) - Method in class org.apache.catalina.deploy.ResourceBase
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(String, Object) - Method in class org.apache.tomcat.util.digester.Digester
Set the current value of the specified property for the underlying XMLReader implementation.
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).
setProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
setPropertyResolved(boolean) - Method in class org.apache.el.lang.EvaluationContext
 
setPropertyResolved(boolean) - Method in class org.apache.jasper.el.ELContextWrapper
 
SetPropertyRule - Class in org.apache.tomcat.util.digester
Rule implementation that sets an individual property on the object at the top of the stack, based on attributes with specified names.
SetPropertyRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetPropertyRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetPropertyRule.SetPropertyRule(String name, String value) instead.
SetPropertyRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetPropertyRule
Construct a "set property" rule with the specified name and value attributes.
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.catalina.realm.JNDIRealm
Set the protocol for this Realm.
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.
setProtocols(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
 
setProxyList(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
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.
setProxyURL(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
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.
setPublicId(String) - Method in class org.apache.tomcat.util.digester.Digester
Set the publid id of the current file being parse.
setQualifiedNames(boolean) - Method in class org.apache.catalina.util.DOMWriter
 
setQuery(String) - Method in class org.apache.catalina.ant.JMXQueryTask
Set method for the JMX query string.
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.authenticator.AuthenticatorBase
Set the random number generator class name.
setRandomClass(String) - Method in class org.apache.catalina.session.ManagerBase
Set the random number generator class name.
setRandomFile(String) - Method in class org.apache.catalina.session.ManagerBase
Use /dev/random-type special device.
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
 
setReadOnly(Object) - Static method in class org.apache.naming.ContextAccessController
Set whether or not a context is writable.
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.
setRealm(Realm) - Method in class org.apache.catalina.startup.Embedded
Set the default Realm for our Containers.
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
 
setRedirectPort(int) - Method in class org.apache.catalina.connector.Connector
Set the redirect port number.
setRedirectStreams(boolean) - Method in class org.apache.catalina.startup.Embedded
Enables or disables naming support.
setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setRefererField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the referer.
setReferrals(String) - Method in class org.apache.catalina.realm.JNDIRealm
How do we handle JNDI referrals?
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
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
 
setReloadable(boolean) - Method in interface org.apache.catalina.Context
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in class org.apache.catalina.loader.LegacyWebappLoader
Set the reloadable flag for this Loader.
setReloadable(boolean) - Method in interface org.apache.catalina.Loader
Set the reloadable flag for this Loader.
setReloadable(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the reloadable flag for this Loader.
setRemainingName(Name) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
setRemote(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
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
 
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
 
setRemoteHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote host.
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(JarRepository) - Method in class org.apache.catalina.loader.WebappClassLoader
 
setRepository(File) - Method in class org.apache.tomcat.util.http.fileupload.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 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 RealmsetResolveHosts(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.
setResources(DirContext) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Set associated resources.
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 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(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
 
setResultproperty(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setReturnType(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
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.tomcat.util.net.AprEndpoint
 
setRole(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
setRoleBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for role searches.
setRoleClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
Sets the list of comma-delimited classes that represent roles.
setRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the role name attribute name for this Realm.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user role table that names a role.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user role table that names a role.
setRoleNested(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for roles" flag.
setRoleSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting roles in this Realm.
setRoleSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for roles" flag.
setRootCause(Throwable) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
SetRootRule - Class in org.apache.tomcat.util.digester
Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an argument.
SetRootRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetRootRule.SetRootRule(String methodName) instead.
SetRootRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetRootRule.SetRootRule(String methodName,String paramType) instead.
SetRootRule(String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
Construct a "set root" rule with the specified method name.
SetRootRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
Construct a "set root" rule with the specified method name.
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
 
setRuleNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Digester
Set the namespace URI that will be applied to all subsequently added Rule objects.
setRules(Rules) - Method in class org.apache.tomcat.util.digester.Digester
Set the Rules implementation object containing our rules collection and associated matching policy.
setRulesValidation(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the rules validation flag.
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
 
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.
setSAXLogger(Logger) - Method in class org.apache.tomcat.util.digester.Digester
Sets the logger used for logging SAX-related information.
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.tomcat.util.http.BaseRequest
Set the scheme.
setScope(String) - Method in class org.apache.catalina.deploy.ContextResource
 
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.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.
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
 
setSecurityProtection() - Method in class org.apache.catalina.startup.Embedded
Set the security package access/protection.
setSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Set a security token for a context.
setSendfileSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSendfileSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSeparatearrayresults(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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(Server) - Method in class org.apache.catalina.startup.Catalina
Set the server instance we are configuring.
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.coyote.Request
 
setServerPort(int) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the server port
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).
setServiceqname(String[]) - Method in class org.apache.catalina.deploy.ContextService
 
setServiceqname(String, int) - Method in class org.apache.catalina.deploy.ContextService
 
setServiceqnameLocalpart(String) - Method in class org.apache.catalina.deploy.ContextService
 
setServiceqnameNamespaceURI(String) - Method in class org.apache.catalina.deploy.ContextService
 
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.
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
setSessionMaxInactiveInterval(String, String, int) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Sets the maximum inactive interval (session timeout) an HttpSession
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
 
setShutdown(String) - Method in class org.apache.catalina.core.StandardServer
Set the shutdown command we are waiting for.
setShutdown(String) - Method in interface org.apache.catalina.Server
Set the shutdown command we are waiting for.
setShutdowType(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set SSL connection shutdown type
The following levels are available for level: SSL_SHUTDOWN_TYPE_STANDARD SSL_SHUTDOWN_TYPE_UNCLEAN SSL_SHUTDOWN_TYPE_ACCURATE
setSilent() - Method in class org.apache.catalina.startup.Tomcat
Sets the log level to WARN for the loggers that log information on Tomcat start up.
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.DiskFileItemFactory
Sets the size threshold beyond which files are written directly to disk.
setSmallIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setSmallIcon(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
 
setSmallIcon(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
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.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.Http11Protocol
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
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.Http11Protocol
 
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.MbeansDescriptorsDigesterSource
 
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.
setSpecificationVendor(String) - Method in class org.apache.catalina.util.Extension
 
setSpecificationVersion(String) - Method in class org.apache.catalina.util.Extension
 
setSSLCACertificateFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
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.tomcat.util.net.AprEndpoint
 
setSSLCARevocationFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
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.tomcat.util.net.AprEndpoint
 
setSSLCertificateChainFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
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.tomcat.util.net.AprEndpoint
 
setSSLCertificateKeyFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
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.tomcat.util.net.AprEndpoint
 
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSSLEnabled(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLEngine(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
setSSLImplementation(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSSLPassword(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
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.tomcat.util.net.AprEndpoint
 
setSSLRandomSeed(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
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.tomcat.util.net.AprEndpoint
 
setSSLVerifyDepth(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLVerifyDepth(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setStage(int) - Method in class org.apache.coyote.RequestInfo
 
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
 
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.connector.Request
Set the input stream associated with this Request.
setStream(OutputStream) - Method in class org.apache.catalina.connector.Response
Set the output stream associated with this Response.
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
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.InternalAprInputBuffer
Set the swallow input flag.
setSwallowInput(boolean) - Method in class org.apache.coyote.http11.InternalInputBuffer
Set the swallow input flag.
setSwallowOutput(boolean) - Method in interface org.apache.catalina.Context
Set the value of the swallowOutput flag.
setSwallowOutput(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the value of the swallowOutput flag.
setTableName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the table where the logs are stored.
setTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
 
setTag(String) - Method in class org.apache.catalina.ant.DeployTask
 
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
 
setTargetClass(String) - Method in class org.apache.catalina.deploy.InjectionTarget
 
setTargetName(String) - Method in class org.apache.catalina.deploy.InjectionTarget
 
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.Http11Protocol
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setText(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
Set or replace the text value
setThreadPriority(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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.Http11Protocol
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
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.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
 
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
 
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
 
SetTopRule - Class in org.apache.tomcat.util.digester
Rule implementation that calls a "set parent" method on the top (child) object, passing the (top-1) (parent) object as an argument.
SetTopRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetTopRule.SetTopRule(String methodName) instead.
SetTopRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetTopRule.SetTopRule(String methodName, String paramType) instead.
SetTopRule(String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Construct a "set parent" rule with the specified method name.
SetTopRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Construct a "set parent" rule with the specified method name.
setTrainThreshold(int) - Method in class org.apache.tomcat.util.buf.StringCache
 
setTransaction(ContextTransaction) - Method in class org.apache.catalina.deploy.NamingResources
Set the transaction object.
setTrimDirectiveWhitespaces(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setTtl(int) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
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(String) - Method in class org.apache.catalina.ant.jmx.Arg
 
setType(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setType(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setType(String) - Method in class org.apache.catalina.ant.ResourcesTask
 
setType(HttpEvent.EventType) - Method in class org.apache.catalina.connector.HttpEventImpl
 
setType(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setType(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
 
setType(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setType(String) - Method in class org.apache.catalina.deploy.ResourceBase
 
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.MbeansDescriptorsDigesterSource
Used if a single component is loaded
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
setUnless(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Only execute if a property of the given name does not exist in the current project.
setUnless(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Only execute if a property of the given name does not exist in the current project.
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.
setUnpackWAR(boolean) - Method in class org.apache.catalina.core.StandardContext
Unpack WAR flag mutator.
setUnpackWARs(boolean) - Method in class org.apache.catalina.core.StandardHost
Unpack WARs flag mutator.
setUnpackWARs(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the unpack WARs flag.
setUpdate(boolean) - Method in class org.apache.catalina.ant.DeployTask
 
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.
setUrl(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
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
 
setUsage(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setUseBodyEncodingForURI(boolean) - Method in class org.apache.catalina.connector.Connector
Set if the entity body encoding should be used for the URI.
setUseContextClassLoader(boolean) - Method in class org.apache.catalina.realm.JAASRealm
Sets whether to use the context or default ClassLoader.
setUseContextClassLoader(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes that are defined in various rules.
setUseContextClassLoader(boolean) - Static method in class org.apache.tomcat.util.modeler.Registry
Allow containers to isolate apps.
setUseExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Set whether MethodUtils.invokeExactMethod should be used for the reflection.
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
 
setUseNaming(boolean) - Method in class org.apache.catalina.core.StandardContext
Enables or disables naming.
setUseNaming(boolean) - Method in class org.apache.catalina.startup.Embedded
Enables or disables naming support.
setUserAgentField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the user agent.
setUserBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for user searches.
setUserClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the user database class name for this component.
setUserClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
Sets the list of comma-delimited classes that represent individual users.
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.HomesUserDatabase
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.PasswdUserDatabase
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - Method in interface org.apache.catalina.startup.UserDatabase
Set the UserConfig listener with which we are associated.
setUserConstraint(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the user data constraint for this security constraint.
setUserCredCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user table that holds the user's credentials.
setUserCredCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user table that holds the user's credentials.
setUserField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote user name.
setUsername(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setUserNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user table that holds the user's name.
setUserNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user table that holds the user's name.
setUserPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the password attribute used to retrieve the user password.
setUserPattern(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
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
 
setUserRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the user role name attribute name for this Realm.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the table that holds the relation between user's and roles.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the table that holds the relation between user's and roles.
setUserSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
setUserSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for users" flag.
setUserTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the table that holds user data.
setUserTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the table that holds user data.
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.tomcat.util.net.AprEndpoint
 
setUseShutdownHook(boolean) - Method in class org.apache.catalina.startup.Catalina
 
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.
setValidating(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the validating parser flag.
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.ant.jmx.Arg
 
setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setValue(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the attribute value.
setValue(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setValue(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstDeferredExpression
 
setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstDynamicExpression
 
setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstIdentifier
 
setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstValue
 
setValue(EvaluationContext, Object) - Method in interface org.apache.el.parser.Node
 
setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.SimpleNode
 
setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionImpl
 
setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionLiteral
 
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
setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperFactory
 
setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperImpl
 
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).
setWar(String) - Method in class org.apache.catalina.ant.DeployTask
 
setWar(String) - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
setWebAbsoluteOrdering(WebAbsoluteOrdering) - Method in interface org.apache.catalina.Context
Set the absolute ordering for this context.
setWebAbsoluteOrdering(WebAbsoluteOrdering) - Method in class org.apache.catalina.core.StandardContext
Set the absolute ordering for this context.
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.
setWorkDir(File) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Change the work directory.
setWorkDir(File) - Method in class org.apache.catalina.loader.WebappClassLoader
Change the work directory.
setWorker(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerClusterDomain(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerDisabled(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerLb(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerLoadFactor(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerRedirect(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerStopped(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerThreadName(String) - Method in class org.apache.coyote.RequestInfo
 
setWorkerType(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
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
 
setWrapper(Wrapper) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Set the Wrapper with which we are associated.
setWrapper(Wrapper) - Method in class org.apache.catalina.manager.ManagerServlet
Set the Wrapper with which we are associated.
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.
setWritable(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Allow writing to a context.
setWriteable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
 
setWriterEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
 
setWsdlfile(String) - Method in class org.apache.catalina.deploy.ContextService
 
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.
sharedLoader - Variable in class org.apache.catalina.startup.Bootstrap
 
sharedState - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The state information that is shared with other configured LoginModule instances.
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.
shutdownHook - Variable in class org.apache.catalina.startup.Catalina
Shutdown hook.
SimpleCharStream - Class in org.apache.el.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
simpleDateFormat - Variable in class org.apache.catalina.util.Strftime
 
SimpleNode - Class in org.apache.el.parser
 
SimpleNode(int) - Constructor for class org.apache.el.parser.SimpleNode
 
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.catalina.util.Queue
How many elements are there in this queue?
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() - Method in class org.apache.tomcat.util.http.Parameters
Returns the current number of header fields.
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?
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.
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.
skipJars - Static variable in class org.apache.catalina.core.ServerJarRepository
Names of JARs that are known not to contain any descriptors or annotations.
skippedEntity(String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of a skipped entity.
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.
sm - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.authenticator.SingleSignOn
The string manager for this package.
sm - Variable in class org.apache.catalina.connector.Connector
The string manager for this package.
sm - Variable in class org.apache.catalina.connector.CoyoteAdapter
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.HttpEventImpl
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.InputBuffer
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.Request
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.RequestFacade
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.Response
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.ResponseFacade
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.ApplicationFilterConfig
 
sm - Variable in class org.apache.catalina.core.AprLifecycleListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.ContainerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.ContextJarRepository
The string manager for this package.
sm - Variable in class org.apache.catalina.core.JasperListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
sm - Static variable in class org.apache.catalina.core.NamingContextListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.ServerJarRepository
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.StandardPipeline
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.JdbcLeakPrevention
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.LegacyWebappLoader
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.WebappClassLoader
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.WebappLoader
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.host.HostManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.ManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.StatusManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.CombinedRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.DataSourceRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JAASCallbackHandler
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JAASRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JDBCRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.RealmBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.servlets.DefaultServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.ManagerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.StandardSession
The string manager for this package.
sm - Variable in class org.apache.catalina.session.StoreBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.ContextConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.Embedded
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.EngineConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.ExpandWar
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.HostConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.OrderingResolver
The string resources for this package.
sm - Variable in class org.apache.catalina.valves.AccessLogValve
The string manager for this package.
sm - Static variable in class org.apache.catalina.valves.ErrorReportValve
The StringManager for this package.
sm - Variable in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
The string manager for this package.
sm - Static variable in class org.apache.catalina.valves.RequestDumperValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.RequestFilterValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.ValveBase
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpAprProtocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpMessage
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpProcessor
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpProtocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.Http11AprProcessor
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.Http11AprProtocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.Http11Processor
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.Http11Protocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalAprInputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalAprOutputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalInputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalOutputBuffer
The string manager for this package.
sm - Static variable in class org.apache.naming.ContextBindings
The string manager for this package.
sm - Variable in class org.apache.naming.NamingContext
The string manager for this package.
sm - Variable in class org.apache.naming.resources.BaseDirContext
The string manager for this package.
sm - Variable in class org.apache.naming.resources.ProxyDirContext
The string manager for this package.
sm - Variable in class org.apache.naming.SelectorContext
The string manager for this package.
sm - Static variable in class org.apache.tomcat.util.http.HttpMessages
 
sm - Static variable in class org.apache.tomcat.util.net.AprEndpoint
 
sm - Variable in class org.apache.tomcat.util.net.JIoEndpoint
 
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.
SmapStratum.LineInfo() - Constructor for class org.apache.jasper.compiler.SmapStratum.LineInfo
 
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
 
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
 
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.
socketFactory - Variable in class org.apache.coyote.http11.Http11Protocol
 
socketFactoryName - Variable in class org.apache.coyote.http11.Http11Protocol
Name of the socket factory.
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.
soLinger - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket linger.
soLinger - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Socket linger.
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.
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 - Variable in class org.apache.catalina.loader.ResourceEntry
URL source from where the object was loaded.
SOURCE - Static variable in class org.apache.naming.resources.ResourceAttributes
Source.
source - Static variable in class org.apache.tomcat.util.digester.Digester
 
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
 
specialConstructor - Variable in exception org.apache.el.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.el.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
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.
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
 
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
 
SSIExec - Class in org.apache.catalina.ssi
Implements the Server-side #exec command
SSIExec() - Constructor for class org.apache.catalina.ssi.SSIExec
 
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
 
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
 
SSIFsize - Class in org.apache.catalina.ssi
Implements the Server-side #fsize command
SSIFsize() - Constructor for class org.apache.catalina.ssi.SSIFsize
 
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
 
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
 
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) - 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
 
SSIServletExternalResolver.ServletContextAndPath(ServletContext, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
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
 
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
 
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_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_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_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
 
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.AprEndpoint
SSL CA certificate file.
SSLCACertificatePath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate path.
SSLCARevocationFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation file.
SSLCARevocationPath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation path.
SSLCertificateChainFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate chain file.
SSLCertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate file.
SSLCertificateKeyFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate key file.
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.
SSLEnabled - Variable in class org.apache.coyote.http11.Http11Protocol
 
SSLEnabled - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL engine.
SSLEngine - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
sslImplementation - Variable in class org.apache.coyote.http11.Http11Protocol
 
SSLImplementation - Class in org.apache.tomcat.util.net
 
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
 
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.AprEndpoint
SSL protocols.
sslProxy - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
SSLRandomSeed - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
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.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.
SSLSupport.CipherData(String, int) - Constructor for class org.apache.tomcat.util.net.SSLSupport.CipherData
 
SSLValve - Class in org.apache.catalina.valves
 
SSLValve() - Constructor for class org.apache.catalina.valves.SSLValve
 
SSLVerifyClient - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify client.
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.
stack - Variable in class org.apache.tomcat.util.digester.Digester
The object stack being constructed.
stackIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
The position of the object from the top of the stack
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.
StandardClassLoader - Class in org.apache.catalina.loader
Subclass implementation of java.net.URLClassLoader.
StandardClassLoader(URL[]) - Constructor for class org.apache.catalina.loader.StandardClassLoader
 
StandardClassLoader(URL[], ClassLoader) - Constructor for class org.apache.catalina.loader.StandardClassLoader
 
StandardClassLoaderMBean - Interface in org.apache.catalina.loader
MBean interface for StandardClassLoader, to allow JMX remote management.
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.
StandardThreadExecutor - Class in org.apache.catalina.core
 
StandardThreadExecutor() - Constructor for class org.apache.catalina.core.StandardThreadExecutor
 
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
 
StandardWrapperFacade.Dynamic(StandardWrapper) - Constructor for class org.apache.catalina.core.StandardWrapperFacade.Dynamic
 
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.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.ContextJarRepository
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.core.ServerJarRepository
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.StandardThreadExecutor
 
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.loader.LegacyWebappClassLoader
Start the class loader.
start() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Start this component, initializing our associated class loader.
start() - Method in class org.apache.catalina.loader.WebappClassLoader
Start the class loader.
start() - Method in class org.apache.catalina.loader.WebappLoader
Start this component, initializing our associated class loader.
start(PrintWriter, String) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Start the host with the specified name.
start(String) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Start the host with the specified name.
start(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Start the web application at the specified context path.
start(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Start the web application at the specified context path.
start() - Method in class org.apache.catalina.realm.CombinedRealm
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.realm.DataSourceRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.JAASRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.JDBCRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.JNDIRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.LockOutRealm
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.realm.MemoryRealm
Prepare for 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.Bootstrap
Start the Catalina daemon.
start() - Method in class org.apache.catalina.startup.Catalina
Start a new server instance.
start() - Method in class org.apache.catalina.startup.ContextConfig
Process a "start" event for this Context.
start() - Method in class org.apache.catalina.startup.Embedded
Prepare for the beginning of active use of the public methods of this component.
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.startup.Tomcat
Initialize and start the server.
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.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.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.naming.NamingService
Start the servlet container.
start() - Method in interface org.apache.naming.NamingServiceMBean
Start the servlet container.
start() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
 
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_DEFERRED_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
START_DYNAMIC_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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
 
startCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
Start capturing thread's output.
startChildren - Variable in class org.apache.catalina.core.ContainerBase
Will children be started automatically when they are added.
startDocument() - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the beginning of the document being reached.
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.ContextJarRepository
Has this component been started yet?
started - Variable in class org.apache.catalina.core.ServerJarRepository
Has this component been started yet?
started - Variable in class org.apache.catalina.core.StandardPipeline
Has this component been started yet?
started - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
Has this component been started?
started - Variable in class org.apache.catalina.loader.WebappClassLoader
Has this component been started?
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.startup.Embedded
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.EventOrAsyncConnectionManagerValve
Has this component been started yet?
STARTED - Static variable in interface org.apache.naming.NamingServiceMBean
 
startElement(String, String, String, Attributes) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the start of an XML element being reached.
starting - Variable in class org.apache.catalina.core.StandardContext
The application starting flag for this Context.
starting - Variable in class org.apache.catalina.startup.Catalina
Are we starting a new server?
STARTING - Static variable in interface org.apache.naming.NamingServiceMBean
 
startPrefixMapping(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification that a namespace prefix is coming in to scope.
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.Http11Processor
 
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, 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.
StartTask - Class in org.apache.catalina.ant
Ant task that implements the /start command, supported by the Tomcat manager application.
StartTask() - Constructor for class org.apache.catalina.ant.StartTask
 
startTime - Variable in class org.apache.catalina.core.StandardContext
 
startupNotifySet - Variable in class org.apache.catalina.startup.ContextConfig.ServletContainerInitializerInfo
 
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.
state - Variable in class org.apache.catalina.ha.backend.Proxy
 
states - Static variable in interface org.apache.naming.NamingServiceMBean
Status constants.
staticFlag - Static variable in class org.apache.el.parser.SimpleCharStream
Whether parser is static.
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_CODE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward an HTTP status code (as an object of type Integer) to an error page.
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.
StatusManagerServlet - Class in org.apache.catalina.manager
This servlet will display a complete status of the HTTP/1.1 connector.
StatusManagerServlet() - Constructor for class org.apache.catalina.manager.StatusManagerServlet
 
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).
StatusTransformer - Class in org.apache.catalina.manager
This is a refactoring of the servlet to externalize the output into a simple class.
StatusTransformer() - Constructor for class org.apache.catalina.manager.StatusTransformer
 
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.ContextJarRepository
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.core.ServerJarRepository
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.StandardEngine
 
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.StandardThreadExecutor
 
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.loader.LegacyWebappClassLoader
Stop the class loader.
stop() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Stop this component, finalizing our associated class loader.
stop() - Method in class org.apache.catalina.loader.WebappClassLoader
Stop the class loader.
stop() - Method in class org.apache.catalina.loader.WebappLoader
Stop this component, finalizing our associated class loader.
stop(PrintWriter, String) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Start the host with the specified name.
stop(String) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Stop the host with the specified name.
stop(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Stop the web application at the specified context path.
stop(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Stop the web application at the specified context path.
stop() - Method in class org.apache.catalina.realm.CombinedRealm
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.realm.DataSourceRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.JAASRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.JDBCRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.JNDIRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.MemoryRealm
Gracefully shut down 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.Bootstrap
Stop the Catalina Daemon.
stop() - Method in class org.apache.catalina.startup.Catalina
Stop an existing server instance.
stop() - Method in class org.apache.catalina.startup.ContextConfig
Process a "stop" event for this Context.
stop() - Method in class org.apache.catalina.startup.Embedded
Gracefully terminate the active use of the public methods of this component.
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.startup.Tomcat
Stop the server.
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.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.naming.NamingService
Stop the servlet container.
stop() - Method in interface org.apache.naming.NamingServiceMBean
Stop the servlet container.
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.AprEndpoint
Stop the endpoint.
stop() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component stop" event.
stopAwait() - Method in class org.apache.catalina.core.StandardServer
 
stopCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
Stop capturing thread's output and return captured data as a String.
stopped - Variable in class org.apache.catalina.connector.Connector
The shutdown signal to our background thread
STOPPED - Static variable in interface org.apache.naming.NamingServiceMBean
 
stopping - Variable in class org.apache.catalina.startup.Catalina
Are we stopping an existing server?
STOPPING - Static variable in interface org.apache.naming.NamingServiceMBean
 
stopServer() - Method in class org.apache.catalina.startup.Bootstrap
Stop the standlone server.
stopServer(String[]) - Method in class org.apache.catalina.startup.Bootstrap
Stop the standlone server.
stopServer() - Method in class org.apache.catalina.startup.Catalina
 
stopServer(String[]) - Method in class org.apache.catalina.startup.Catalina
 
StopTask - Class in org.apache.catalina.ant
Ant task that implements the /stop command, supported by the Tomcat manager application.
StopTask() - Constructor for class org.apache.catalina.ant.StopTask
 
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
 
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
 
storeConfig() - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for this entire Server out to the server.xml configuration file.
storeContext(Context) - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for Context out to the specified configuration file.
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.
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 (--).
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.
Streams - Class in org.apache.tomcat.util.http.fileupload
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.
String() - Method in class org.apache.el.parser.ELParser
 
STRING_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
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.ByteEntry() - Constructor for class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
StringCache.CharEntry - Class in org.apache.tomcat.util.buf
 
StringCache.CharEntry() - Constructor for class org.apache.tomcat.util.buf.StringCache.CharEntry
 
StringManager - Class in org.apache.catalina.util
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringManager - Class in org.apache.naming
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringManager - Class in org.apache.tomcat.util.res
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
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.
subject - Variable in class org.apache.catalina.connector.Request
The Subject associated with the current AccessControllerContext
subject - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The subject for which we are performing authentication.
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.
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
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
subtract(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
 
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.deploy.NamingResources
The property change support for this component.
support - Variable in class org.apache.catalina.loader.LegacyWebappLoader
The property change support for this component.
support - Variable in class org.apache.catalina.loader.WebappLoader
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
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
 
swallowInput - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Swallow input ?
swallowInput - Variable in class org.apache.coyote.http11.InternalInputBuffer
Swallow input ?
swallowOutput - Variable in class org.apache.catalina.core.StandardContext
Set flag to true to cause the system.out and system.err to be redirected to the logger when executing a servlet.
swallowOutput - Variable in class org.apache.catalina.core.StandardWrapper
Should we swallow System.out
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.
SwitchTo(int) - Method in class org.apache.el.parser.ELParserTokenManager
Switch to specified lex state.
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.
SymbolTable.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.
SymbolTable.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.
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.
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.
system - Variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The system class loader.
system - Variable in class org.apache.catalina.loader.WebappClassLoader
The system class loader.
SYSTEM - Static variable in class org.apache.catalina.util.ManifestResource
 
SYSTEM_CL_DELEGATION - Static variable in class org.apache.catalina.loader.LegacyWebappClassLoader
 
SYSTEM_CL_DELEGATION - Static variable in class org.apache.catalina.loader.WebappClassLoader
 
SystemLogHandler - Class in org.apache.tomcat.util.log
This helper class may be used to do sophisticated redirection of System.out and System.err on a per Thread basis.
SystemLogHandler(PrintStream) - Constructor for class org.apache.tomcat.util.log.SystemLogHandler
Construct the handler to capture the output of the given steam.

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.
tabSize - Variable in class org.apache.el.parser.SimpleCharStream
 
tag - Variable in class org.apache.catalina.ant.DeployTask
Tag to associate with this to be deployed webapp.
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
 
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
 
TAGLIB_DTD_PUBLIC_ID_11 - Static variable in class org.apache.jasper.Constants
Public Id and the Resource path (of the cached copy) of the DTDs for tag library descriptors.
TAGLIB_DTD_PUBLIC_ID_12 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_DTD_RESOURCE_PATH_11 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_DTD_RESOURCE_PATH_12 - Static variable in class org.apache.jasper.Constants
 
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
 
target - Variable in class org.apache.el.lang.FunctionMapperFactory
 
targetOffset - Variable in class org.apache.tomcat.util.digester.CallMethodRule
location of the target object for the call, relative to the top of the digester object stack.
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.AprEndpoint
Socket TCP no delay.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Socket TCP no delay.
TcpSender - Class in org.apache.catalina.ha.backend
 
TcpSender() - Constructor for class org.apache.catalina.ha.backend.TcpSender
 
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
tempExplodedJars - Variable in class org.apache.catalina.core.ContextJarRepository
Delete temp exploded Jars.
tempGet(long) - Static method in class org.apache.tomcat.jni.Directory
Find an existing directory suitable as a temporary storage location.
tempJars - Variable in class org.apache.catalina.core.ContextJarRepository
Delete temp Jars.
terminate() - Static method in class org.apache.tomcat.jni.Library
 
test1() - Static method in class org.apache.catalina.startup.OrderingResolver
 
test2() - Static method in class org.apache.catalina.startup.OrderingResolver
 
test3() - Static method in class org.apache.catalina.startup.OrderingResolver
 
testIfCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
test the if condition
testIfCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
test the if condition
testUnlessCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
test the unless condition
testUnlessCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
test the unless condition
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
 
threadName - Variable in class org.apache.catalina.session.JDBCStore
Name to register for the background thread.
threadPools - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of thread pools object names.
threadPriority - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
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.
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)
throwUnhandled(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
Time - Class in org.apache.tomcat.jni
Time
Time() - Constructor for class org.apache.tomcat.jni.Time
 
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.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
 
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.catalina.startup.HostConfig.DeployedApplication
Instant where the application was last put in service.
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
 
tldDigester - Static variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to process tag library descriptor files.
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
 
TldRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a tag library descriptor resource.
TldRuleSet() - Constructor for class org.apache.catalina.startup.TldRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
TldRuleSet(String) - Constructor for class org.apache.catalina.startup.TldRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
TLDs - Variable in class org.apache.catalina.startup.ContextConfig
 
tldScanResourcePathsWebInf(DirContext, String, HashSet<String>) - Method in class org.apache.catalina.startup.ContextConfig
Scans the web application's subdirectory identified by rootPath, along with its subdirectories, for TLDs.
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.
tmpName - Variable in class org.apache.tomcat.util.http.Parameters
 
tmpNameC - Variable in class org.apache.tomcat.util.http.Parameters
 
tmpValue - Variable in class org.apache.tomcat.util.http.Parameters
 
tmpValueC - Variable in class org.apache.tomcat.util.http.Parameters
 
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.
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() - Method in class org.apache.catalina.util.URL
Return a string representation of this URL.
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.
toFloat(String) - Static method in class org.apache.el.lang.ELSupport
 
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 - Variable in class org.apache.el.parser.ELParser
Current token.
Token - Class in org.apache.el.parser
Describes the input token stream.
Token() - Constructor for class org.apache.el.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.el.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.el.parser.Token
Constructs a new token for the specified Image and Kind.
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_source - Variable in class org.apache.el.parser.ELParser
Generated Token Manager.
TOKEN_STRING - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
tokenImage - Static variable in interface org.apache.el.parser.ELParserConstants
Literal token values.
tokenImage - Variable in exception org.apache.el.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.apache.el.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.el.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.el.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.el.parser.TokenMgrError
Full Constructor.
toLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns the lower case equivalent of the specified ASCII character.
Tomcat - Class in org.apache.catalina.startup
Minimal tomcat starter for embedding/unit tests.
Tomcat() - Constructor for class org.apache.catalina.startup.Tomcat
 
Tomcat.DefaultWebXmlListener - Class in org.apache.catalina.startup
Fix reload - required if reloading and using programmatic configuration.
Tomcat.DefaultWebXmlListener() - Constructor for class org.apache.catalina.startup.Tomcat.DefaultWebXmlListener
 
Tomcat.ExistingStandardWrapper - Class in org.apache.catalina.startup
Helper class for wrapping existing servlets.
Tomcat.ExistingStandardWrapper(Servlet) - Constructor for class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
Tomcat.FixContextListener - Class in org.apache.catalina.startup
Fix startup sequence - required if you don't use web.xml.
Tomcat.FixContextListener() - Constructor for class org.apache.catalina.startup.Tomcat.FixContextListener
 
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
 
toNumber(String) - Static method in class org.apache.el.lang.ELSupport
 
Tool - Class in org.apache.catalina.startup
General purpose wrapper for command line tools that should execute in an environment with the common class loader environment set up by Catalina.
Tool() - Constructor for class org.apache.catalina.startup.Tool
 
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.ContextEjb
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextEnvironment
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextHandler
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextLocalEjb
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResource
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResourceLink
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextService
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextTransaction
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.MessageDestination
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.MessageDestinationRef
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 exception org.apache.catalina.LifecycleException
Return a formatted string that describes this exception.
toString() - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Render a String representation of this object.
toString() - Method in class org.apache.catalina.loader.LegacyWebappLoader
Return a String representation of this component.
toString() - Method in class org.apache.catalina.loader.WebappClassLoader
Render a String representation of this object.
toString() - Method in class org.apache.catalina.loader.WebappLoader
Return a String representation of this component.
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.startup.SetNextNamingRule
Render a printable version of this Rule.
toString() - Method in class org.apache.catalina.util.Extension
Return a String representation of this object.
toString() - Method in class org.apache.catalina.util.ManifestResource
 
toString() - Method in class org.apache.catalina.util.URL
Return a string representation of this object.
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.el.parser.AstFunction
 
toString() - Method in class org.apache.el.parser.SimpleNode
 
toString(String) - Method in class org.apache.el.parser.SimpleNode
 
toString() - Method in class org.apache.el.parser.Token
Returns the image.
toString() - Method in class org.apache.el.ValueExpressionImpl
 
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.TreeNode
Return a String representation of this TreeNode.
toString(StringBuilder, int, TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Append to the specified StringBuilder a character representation of this node, with the specified amount of indentation.
toString() - Method in class org.apache.jasper.xmlparser.XMLString
Returns a string representation of this object.
toString() - Method in class org.apache.naming.HandlerRef
Return a String rendering of this object.
toString() - Method in class org.apache.naming.ResourceRef
Return a String rendering of this object.
toString() - Method in class org.apache.naming.resources.CacheEntry
 
toString() - Method in class org.apache.naming.ServiceRef
Return a String rendering of this object.
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.digester.CallMethodRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.CallParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.ObjectParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.PathCallParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetNextRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetPropertyRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetRootRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetTopRule
Render a printable version of this Rule.
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!!!
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.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.ServletRequestContext
Returns a string representation of this object.
toString() - Method in class org.apache.tomcat.util.http.MimeHeaders
EXPENSIVE!!!
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.json.JSONTokener
Make a printable string of this JSONTokener.
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.URL
Return a string representation of this object.
toStringInternal() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
toStringInternal() - Method in class org.apache.tomcat.util.buf.CharChunk
 
toTypeArray(String[]) - Static method in class org.apache.el.util.ReflectionUtil
Converts an array of Class names to Class types
toTypeNameArray(Class[]) - Static method in class org.apache.el.util.ReflectionUtil
Converts an array of Class types to Class names
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.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
 
TransactionFactory - Class in org.apache.naming.factory
Object factory for User trasactions.
TransactionFactory() - Constructor for class org.apache.naming.factory.TransactionFactory
 
TransactionRef - Class in org.apache.naming
Represents a reference address to a transaction.
TransactionRef() - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TransactionRef(String, String) - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
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.
TreeNode - Class in org.apache.jasper.xmlparser
Simplified implementation of a Node from a Document Object Model (DOM) parse of an XML document.
TreeNode(String) - Constructor for class org.apache.jasper.xmlparser.TreeNode
Construct a new node with no parent.
TreeNode(String, TreeNode) - Constructor for class org.apache.jasper.xmlparser.TreeNode
Construct a new node with the specified parent.
triggers - Static variable in class org.apache.catalina.loader.LegacyWebappClassLoader
The set of trigger classes that will cause a proposed repository not to be added if this class is visible to the class loader that loaded this factory class.
triggers - Static variable in class org.apache.catalina.loader.WebappClassLoader
The set of trigger classes that will cause a proposed repository not to be added if this class is visible to the class loader that loaded this factory class.
trimDirectiveWhitespaces - Variable in class org.apache.catalina.deploy.JspPropertyGroup
 
TRUE - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
trunc(long, long) - Static method in class org.apache.tomcat.jni.File
Truncate the file's length to the specified offset
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.ant.ResourcesTask
The fully qualified class name of the resource type being requested (if any).
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 - Static variable in class org.apache.naming.EjbRef
EJB type address type.
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
 
types - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 

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.
Unary() - Method in class org.apache.el.parser.ELParser
 
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.
unbind(Name) - Method in class org.apache.naming.NamingContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.NamingContext
Unbinds the named object.
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(Name) - Method in class org.apache.naming.SelectorContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.SelectorContext
Unbinds the named object.
unbindClassLoader(Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindClassLoader(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindContext(Object) - Static method in class org.apache.naming.ContextBindings
Unbind context name.
unbindContext(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbind context name.
unbindThread(ClassLoader) - Method in class org.apache.catalina.core.StandardContext
Unbind thread.
unbindThread(Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a thread.
unbindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a 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
 
undeploy(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Undeploy the web application at the specified context path.
undeploy(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Undeploy the web application at the specified context path.
undeployApps() - Method in class org.apache.catalina.startup.HostConfig
Undeploy all deployed applications.
undeployDir(File) - Method in class org.apache.catalina.manager.ManagerServlet
Delete the specified directory, including all of its contents and subdirectories recursively.
UndeployTask - Class in org.apache.catalina.ant
Ant task that implements the /undeploy command, supported by the Tomcat manager application.
UndeployTask() - Constructor for class org.apache.catalina.ant.UndeployTask
 
unescape(String) - Method in class org.apache.catalina.connector.Request
 
ungetc(byte, long) - Static method in class org.apache.tomcat.jni.File
Put a character back onto a specified stream.
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(String) - Method in class org.apache.catalina.realm.LockOutRealm
Unlock the specified username.
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.AprEndpoint
Unlock the server socket accept using a bogus connection.
unlockAccept() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Unlock the accept by using a local connection.
unmanageApp(String) - Method in class org.apache.catalina.startup.HostConfig
Remove a webapp from our control.
unpackWAR - Variable in class org.apache.catalina.core.StandardContext
Unpack WAR property.
unpackWARs - Variable in class org.apache.catalina.startup.HostConfig
Should we unpack WAR files when auto-deploying applications in the appBase directory?
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Receive notification of an unparsed entity declaration event.
unparsedURI() - Method in class org.apache.coyote.Request
 
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
UNSET - Static variable in class org.apache.tomcat.jni.SSL
 
unsetSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Remove a security token for a context.
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
 
update - Variable in class org.apache.catalina.ant.DeployTask
Update existing webapps.
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.
UpdateLineColumn(char) - Method in class org.apache.el.parser.SimpleCharStream
 
updateReadyStatus() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Checks & sets ready status
uploadWar(HttpServletRequest, File) - Method in class org.apache.catalina.manager.ManagerServlet
Upload the WAR file included in this request, and store it at the specified file location.
uri - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
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 - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The URL of the Manager application to be used.
URL - Class in org.apache.catalina.util
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.catalina.util.URL
Create a URL object from the specified String representation.
URL(URL, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object by parsing a string representation relative to a specified context.
URL(String, String, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified components.
URL(String, String, int, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified components.
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.
URL_ENCODER - Static variable in class org.apache.catalina.manager.HTMLManagerServlet
 
urlCacheProtection - Variable in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Protect against resources being read for JAR files and, as a side-effect, the JAR file becoming locked.
urlDec - Variable in class org.apache.tomcat.util.http.Parameters
 
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.
urlDecode(ByteChunk, String) - Method in class org.apache.tomcat.util.http.Parameters
 
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
 
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
 
usage() - Method in class org.apache.catalina.startup.Catalina
Print usage information for this application.
USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
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
 
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 )
useBodyEncodingForURI - Variable in class org.apache.catalina.connector.Connector
URI encoding as body.
useContextClassLoader - Variable in class org.apache.catalina.realm.JAASRealm
Whether to use context ClassLoader or default ClassLoader.
useContextClassLoader - Variable in class org.apache.tomcat.util.digester.Digester
Do we want to use the Context ClassLoader when loading classes for instantiating new objects.
useExactMatch - Variable in class org.apache.tomcat.util.digester.CallMethodRule
Should MethodUtils.invokeExactMethod be used for reflection.
useExactMatch - Variable in class org.apache.tomcat.util.digester.SetNextRule
Should we use exact matching.
useExactMatch - Variable in class org.apache.tomcat.util.digester.SetRootRule
Should we use exact matching.
useExactMatch - Variable in class org.apache.tomcat.util.digester.SetTopRule
Should we use exact matching.
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.
useNaming - Variable in class org.apache.catalina.core.StandardContext
JNDI use flag.
useNaming - Variable in class org.apache.catalina.startup.Embedded
Is naming enabled ?
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
 
userBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for user searches.
userClasses - Variable in class org.apache.catalina.realm.JAASRealm
The set of user class names, split out for easy processing.
userClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of java.security.Principal classes that represent individual users.
UserConfig - Class in org.apache.catalina.startup
Startup event listener for a Host that configures Contexts (web applications) for all defined "users" who have a web application in a directory with the specified name in their home directories.
UserConfig() - Constructor for class org.apache.catalina.startup.UserConfig
 
userCredCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user table that holds the user's credintials
userCredCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user table that holds the user's credintials
UserDatabase - Interface in org.apache.catalina.startup
Abstraction of the set of users defined by the operating system on the current server platform.
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.
username - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The login username for the Manager application.
username - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
username - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The username to be authenticated with.
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.
userNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user table that holds the user's name
userNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user table that holds the user's name
userPassword - Variable in class org.apache.catalina.realm.JNDIRealm
The attribute name used to retrieve the user password.
userPattern - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to form the distinguished name of a user, with "{0}" marking the spot where the specified username goes.
userPatternArray - Variable in class org.apache.catalina.realm.JNDIRealm
A string of LDAP user patterns or paths, ":"-separated These will be used to form the distinguished name of a user, with "{0}" marking the spot where the specified username goes.
userPatternFormatArray - Variable in class org.apache.catalina.realm.JNDIRealm
An array of MessageFormat objects associated with the current userPatternArray.
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.
userRoleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of an attribute in the user's entry containing roles for that user
userRoleTable - Variable in class org.apache.catalina.realm.DataSourceRealm
The table that holds the relation between user's and roles
userRoleTable - Variable in class org.apache.catalina.realm.JDBCRealm
The table that holds the relation between user's and roles
userSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to search for a user, with "{0}" marking the spot where the username goes.
userSearchFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current userSearch.
userSet(long, String, String) - Static method in class org.apache.tomcat.jni.Procattr
Set the username used for running process
userSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching users?
userTable - Variable in class org.apache.catalina.realm.DataSourceRealm
The table that holds user data.
userTable - Variable in class org.apache.catalina.realm.JDBCRealm
The table that holds user data.
useSendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
Use sendfile for sending static files.
useShutdownHook - Variable in class org.apache.catalina.startup.Catalina
Use shutdown hook flag.
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.
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
 
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.
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.ImportResponseWrapper(HttpServletResponse) - Constructor for class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
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(String) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Validate a classname.
validate(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Validate a classname.
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() - Method in class org.apache.catalina.startup.OrderingResolver.Ordering
 
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
 
validateApplication(DirContext, StandardContext) - Static method in class org.apache.catalina.util.ExtensionValidator
Runtime validation of a Web Applicaiton.
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.
validateJarFile(File) - Method in class org.apache.catalina.loader.LegacyWebappClassLoader
Check the specified JAR file, and return true if it does not contain any of the trigger classes.
validateJarFile(File) - Method in class org.apache.catalina.loader.WebappClassLoader
Check the specified JAR file, and return true if it does not contain any of the trigger classes.
validateSecurityRoles() - Method in class org.apache.catalina.startup.ContextConfig
Validate the usage of security role names in the web application deployment descriptor.
validateURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
Validate the syntax of a proposed <url-pattern> for conformance with specification requirements.
validating - Static variable in class org.apache.jasper.xmlparser.ParserUtils
 
validating - Variable in class org.apache.tomcat.util.digester.Digester
Do we want to use a validating parser.
validator - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
 
validatorClass - Variable in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
 
ValidatorTask - Class in org.apache.catalina.ant
Task for validating a web application deployment descriptor, using XML schema validation.
ValidatorTask() - Constructor for class org.apache.catalina.ant.ValidatorTask
 
value - Variable in class org.apache.catalina.ant.JMXSetTask
The new value for the attribute
VALUE - Static variable in class org.apache.catalina.loader.WebappClassLoader
 
Value() - Method in class org.apache.el.parser.ELParser
 
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 - Variable in class org.apache.tomcat.util.digester.SetPropertyRule
The attribute that will contain the property value.
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.
valueB - Variable in class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
 
ValueExpressionImpl - Class in org.apache.el
An Expression that can get or set a value.
ValueExpressionImpl() - Constructor for class org.apache.el.ValueExpressionImpl
 
ValueExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class) - Constructor for class org.apache.el.ValueExpressionImpl
 
ValueExpressionLiteral - Class in org.apache.el
 
ValueExpressionLiteral() - Constructor for class org.apache.el.ValueExpressionLiteral
 
ValueExpressionLiteral(Object, Class) - Constructor for class org.apache.el.ValueExpressionLiteral
 
valueOf(String) - Static method in enum org.apache.catalina.ha.backend.Proxy.State
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.SocketStatus
Returns the enum constant of this type with the specified name.
ValuePrefix() - Method in class org.apache.el.parser.ELParser
 
values() - Static method in enum org.apache.catalina.ha.backend.Proxy.State
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.SocketStatus
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSuffix() - Method in class org.apache.el.parser.ELParser
 
Valve - Interface in org.apache.catalina
A Valve is a request processing component associated with a particular Container.
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
 
VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
VARIABLE_NAMES - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
VariableMapperFactory - Class in org.apache.el.lang
 
VariableMapperFactory(VariableMapper) - Constructor for class org.apache.el.lang.VariableMapperFactory
 
VariableMapperImpl - Class in org.apache.el.lang
 
VariableMapperImpl() - Constructor for class org.apache.el.lang.VariableMapperImpl
 
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 - Static variable in class org.apache.tomcat.util.digester.XercesParser
A float representing the underlying Xerces version
VERSION_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
Field names inside Bayeux messages - version field
versioned - Variable in class org.apache.catalina.manager.ManagerServlet
Path used to store revisions of webapps.
versionMajor - Variable in class org.apache.catalina.core.StandardContext
Version number.
versionMinor - Variable in class org.apache.catalina.core.StandardContext
Version number.
versionNumber - Static variable in class org.apache.tomcat.util.digester.XercesParser
The current Xerces version.
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
 
visit(Node) - Method in class org.apache.el.lang.ExpressionBuilder
 
visit(Node) - Method in interface org.apache.el.parser.NodeVisitor
 
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

W3C_XML_SCHEMA - Static variable in class org.apache.tomcat.util.digester.Digester
The schema language supported.
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
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 - 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
 
wantClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Flag to state that we would like client authentication.
war - Variable in class org.apache.catalina.ant.DeployTask
URL of the web application archive (WAR) file to be deployed.
war - Variable in class org.apache.catalina.ant.InstallTask
Deprecated. URL of the web application archive (WAR) file, or the unpacked directory containing this application, if any.
WAR - Static variable in class org.apache.catalina.util.ManifestResource
 
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.Entry(String, ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.Entry
 
WARDirContext.WARResource - Class in org.apache.naming.resources
This specialized resource implementation avoids opening the IputStream to the WAR right away.
WARDirContext.WARResource(ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.WARResource
 
warning(SAXParseException) - Method in class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
warning(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a parse warning to the application supplied error handler (if any).
watchedResources - Variable in class org.apache.catalina.core.StandardContext
The watched resources for this application.
weakETag - Variable in class org.apache.naming.resources.ResourceAttributes
Weak ETag.
web - Variable in class org.apache.catalina.deploy.WebOrder
 
WEB_FRAGMENT_PATH - Static variable in class org.apache.catalina.Globals
The path used for web fragments.
webAbsoluteOrdering - Variable in class org.apache.catalina.core.StandardContext
The absolute ordering used for this Context.
WebAbsoluteOrdering - Class in org.apache.catalina.deploy
 
WebAbsoluteOrdering() - Constructor for class org.apache.catalina.deploy.WebAbsoluteOrdering
 
WebAnnotationSet - Class in org.apache.catalina.startup
AnnotationSet for processing the annotations of the web application classes (/WEB-INF/classes and /WEB-INF/lib).
WebAnnotationSet() - Constructor for class org.apache.catalina.startup.WebAnnotationSet
 
WEBAPP_DTD_PUBLIC_ID_22 - Static variable in class org.apache.jasper.Constants
Public Id and the Resource path (of the cached copy) of the DTDs for web application deployment descriptors
WEBAPP_DTD_PUBLIC_ID_23 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_DTD_RESOURCE_PATH_22 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_DTD_RESOURCE_PATH_23 - Static variable in class org.apache.jasper.Constants
 
WebappClassLoader - Class in org.apache.catalina.loader
Specialized web application class loader.
WebappClassLoader() - Constructor for class org.apache.catalina.loader.WebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappClassLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappClassLoader.PrivilegedFindResource - Class in org.apache.catalina.loader
 
WebappLoader - Class in org.apache.catalina.loader
Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface).
WebappLoader() - Constructor for class org.apache.catalina.loader.WebappLoader
Construct a new WebappLoader with no defined parent class loader (so that the actual parent will be the system class loader).
WebappLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappLoader
Construct a new WebappLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.
webappResources - Variable in class org.apache.catalina.core.StandardContext
Non proxied resources.
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
 
webDigester - Static variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to process web application deployment descriptor files.
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
 
webFragmentDigester - Static variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to process web application fragment descriptor files.
webFragmentRuleSet - Static variable in class org.apache.catalina.startup.ContextConfig
The Rule used to parse web-fragment.xml files.
webFragments - Variable in class org.apache.catalina.startup.ContextConfig
 
WebOrder - Class in org.apache.catalina.deploy
 
WebOrder() - Constructor for class org.apache.catalina.deploy.WebOrder
 
WebOrdering - Class in org.apache.catalina.deploy
 
WebOrdering() - Constructor for class org.apache.catalina.deploy.WebOrdering
 
WebOrderingRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the absolute-ordering element of web.xml.
WebOrderingRuleSet() - Constructor for class org.apache.catalina.startup.WebOrderingRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
WebOrderingRuleSet(String) - Constructor for class org.apache.catalina.startup.WebOrderingRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
webRuleSet - Static variable in class org.apache.catalina.startup.ContextConfig
The Rule used to parse the web.xml.
WebRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a web application deployment descriptor (/WEB-INF/web.xml) resource.
WebRuleSet() - Constructor for class org.apache.catalina.startup.WebRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
WebRuleSet(String, boolean) - Constructor for class org.apache.catalina.startup.WebRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
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
 
WithDefaultsRulesWrapper - Class in org.apache.tomcat.util.digester
Rules Decorator that returns default rules when no matches are returned by the wrapped implementation.
WithDefaultsRulesWrapper(Rules) - Constructor for class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Base constructor.
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).
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
 
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 - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The Wrapper container associated with this servlet.
wrapper - Variable in class org.apache.catalina.manager.ManagerServlet
The Wrapper container associated with this servlet.
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 - 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.
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().
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(int) - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Write to our buffer.
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(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(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write 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.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(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(byte[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(byte[], int, int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
WRITE - Static variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
write() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
writeable - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
writeAppList(PrintWriter, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write applications state.
writeb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file.
writeBody(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the header body.
writeByte(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
writeConnectorState(PrintWriter, ObjectName, String, MBeanServer, Vector, Vector, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write connector state.
writeContext(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write context state.
writeData(String) - Method in class org.apache.catalina.util.XMLWriter
Write data.
writeDetailedState(PrintWriter, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write applications state.
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.el.lang.FunctionMapperImpl.Function
 
writeExternal(ObjectOutput) - Method in class org.apache.el.lang.FunctionMapperImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.lang.VariableMapperImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.MethodExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.MethodExpressionLiteral
 
writeExternal(ObjectOutput) - Method in class org.apache.el.ValueExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.ValueExpressionLiteral
 
writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspMethodExpression
 
writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspValueExpression
 
writeFooter(PrintWriter, int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
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.
writeHeader(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Process a GET request for the specified resource.
writeJspMonitor(PrintWriter, Set, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write JSP monitoring information.
writeManager(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write detailed information about a manager.
writeManager1(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the manager webapp information.
writeManager2(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the manager webapp information.
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.
writeOSState(PrintWriter, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the OS state.
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.
writePageHeading(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
writeProcessorState(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write processor state.
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.
writeServerInfo(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
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.
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.
writeVMState(PrintWriter, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the VM state.
writeWrapper(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write detailed information about a wrapper.
writeXml(Node, OutputStream) - Static method in class org.apache.tomcat.util.DomUtil
 
writeXMLHeader() - Method in class org.apache.catalina.util.XMLWriter
Write XML Header.
WSDL - Static variable in class org.apache.naming.ServiceRef
Wsdl Location address type.

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
 
XERCES_DYNAMIC - Static variable in class org.apache.tomcat.util.digester.XercesParser
Xerces dynamic validation property
XERCES_SCHEMA - Static variable in class org.apache.tomcat.util.digester.XercesParser
Xerces schema validation property
XercesParser - Class in org.apache.tomcat.util.digester
Create a SAXParser based on the underlying Xerces version.
XercesParser() - Constructor for class org.apache.tomcat.util.digester.XercesParser
 
XML_DECLARATION - Static variable in class org.apache.catalina.manager.Constants
 
XML_NAMESPACE_AWARE - Static variable in class org.apache.catalina.Globals
The master flag which controls namespace awareness when parsing XML.
XML_STYLE - Static variable in class org.apache.catalina.manager.Constants
 
XML_VALIDATION - Static variable in class org.apache.catalina.Globals
The master flag which controls XML validation.
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
xmlParsingProtection - Variable in class org.apache.catalina.core.JreMemoryLeakPreventionListener
XML parsing can pin a web application class loader in memory.
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?

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 _

Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.