- A - Static variable in class org.apache.coyote.ajp.Constants
-
'A'.
- a - Static variable in class org.apache.coyote.ajp.Constants
-
'a'.
- A - Static variable in class org.apache.coyote.http11.Constants
-
'A'.
- a - Static variable in class org.apache.coyote.http11.Constants
-
'a'.
- absoluteBase - Variable in class org.apache.naming.resources.FileDirContext
-
Absolute normalized filename of the base.
- 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
-
- 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 '?' if it exists) - %q
- 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.
- 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
-
- add(Session) - Method in interface org.apache.catalina.Manager
-
Add this Session to the set of active Sessions for this Manager.
- add(Session) - Method in class org.apache.catalina.session.ManagerBase
-
Add this Session to the set of active Sessions for this Manager.
- add(Object) - Method in class org.apache.catalina.util.ResourceSet
-
Add the specified element to this set if it is not already present.
- add(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(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_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.
- addAlias(String) - Method in class org.apache.catalina.core.StandardHost
-
Add an alias name that should be mapped to this same Host.
- addAlias(String) - Method in interface org.apache.catalina.Host
-
Add an alias name that should be mapped to this same Host.
- addAlias(String, BaseDirContext) - Method in class org.apache.naming.resources.AliasDirContext
-
Add an alias.
- addApplicationFilterConfig(ApplicationFilterConfig) - Method in class org.apache.catalina.core.StandardContext
-
Add a filter definition to this Context.
- addApplicationListener(String) - Method in interface org.apache.catalina.Context
-
Add a new Listener class name to the set of Listeners
configured for this application.
- addApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new Listener class name to the set of Listeners
configured for this application.
- addApplicationListener(String, boolean) - Method in class org.apache.catalina.core.StandardContext
-
Add a new Listener class name to the set of Listeners
configured for this application.
- addApplicationListenerInstance(T) - Method in interface org.apache.catalina.Context
-
Add a new Listener instance to the set of Listeners
configured for this application.
- addApplicationListenerInstance(T) - Method in class org.apache.catalina.core.StandardContext
-
Add a new Listener instance to the set of Listeners
configured for this application.
- addApplicationParameter(ApplicationParameter) - Method in interface org.apache.catalina.Context
-
Add a new application parameter for this application.
- addApplicationParameter(ApplicationParameter) - Method in class org.apache.catalina.core.StandardContext
-
Add a new application parameter for this application.
- addAsyncListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.DummyRequest
-
- addAsyncListener(AsyncListener) - Method in class org.apache.catalina.core.DummyRequest
-
- addAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
-
Add a new attribute name to the set of names accepted by this filter.
- addAttribute(AttributeInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
Add a new attribute to the set of attributes for this MBean.
- addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Add an attribute change notification event listener to this MBean.
- addAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Add an authorization role, which is a role name that will be
permitted access to the resources protected by this security constraint.
- addBean(Node.UseBean, String, String, String) - Method in class org.apache.jasper.compiler.BeanRepository
-
- addBuiltinCommands() - Method in class org.apache.catalina.ssi.SSIProcessor
-
- addCharsetMappingFromDeploymentDescriptor(String, String) - Method in class org.apache.catalina.util.CharsetMapper
-
The deployment descriptor can have a
locale-encoding-mapping-list element which describes the
webapp's desired mapping from locale to charset.
- addChild(Container) - Method in interface org.apache.catalina.Container
-
Add a new child Container to those associated with this Container,
if supported.
- addChild(Container) - Method in class org.apache.catalina.core.ContainerBase
-
Add a new child Container to those associated with this Container,
if supported.
- addChild(Container) - Method in class org.apache.catalina.core.StandardContext
-
Add a child Container, only if the proposed child is an implementation
of Wrapper.
- addChild(Container) - Method in class org.apache.catalina.core.StandardEngine
-
Add a child Container, only if the proposed child is an implementation
of Host.
- addChild(Container) - Method in class org.apache.catalina.core.StandardHost
-
Add a child Container, only if the proposed child is an implementation
of Context.
- addChild(Container) - Method in class org.apache.catalina.core.StandardWrapper
-
Refuse to add a child Container, because Wrappers are the lowest level
of the Container hierarchy.
- addChild(JARDirContext.Entry) - Method in class org.apache.naming.resources.JARDirContext.Entry
-
- addChild(WARDirContext.Entry) - Method in class org.apache.naming.resources.WARDirContext.Entry
-
- addCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Add a new web resource collection to those protected by this
security constraint.
- addCometEvent(HttpEvent) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- addCommand(String, SSICommand) - Method in class org.apache.catalina.ssi.SSIProcessor
-
- addCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Add a mime-type which will be compressable
The mime-type String will be exactly matched
in the response mime-type header .
- addCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11Processor
-
Add a mime-type which will be compressable
The mime-type String will be exactly matched
in the response mime-type header .
- addCondition(RewriteCond) - Method in class org.jboss.web.rewrite.RewriteRule
-
- addConnector(Connector) - Method in class org.apache.catalina.core.StandardService
-
Add a new Connector to the set of defined Connectors, and associate it
with this Service's Container.
- addConnector(Connector) - Method in interface org.apache.catalina.Service
-
Add a new Connector to the set of defined Connectors, and associate it
with this Service's Container.
- addConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
-
Add a security constraint to the set for this web application.
- addConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
-
Add a security constraint to the set for this web application.
- addContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
-
Add a container event listener to this component.
- addContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
-
Add a container event listener to this component.
- addContentType(String, String) - Method in class org.apache.tomcat.util.http.MimeMap
-
- addContext(Context) - Method in class org.apache.catalina.core.ServiceMapperListener
-
- addContext(String, String, Object, String[], Context) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Add a new Context to an existing Host.
- addCookie(Cookie) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- addCookie(Cookie) - Method in class org.apache.catalina.connector.Request
-
Add a Cookie to the set of Cookies associated with this Request.
- addCookie(Cookie) - Method in class org.apache.catalina.connector.Response
-
Add the specified Cookie to those that will be included with
this Response.
- addCookie(Cookie) - Method in class org.apache.catalina.connector.ResponseFacade
-
- addCookie(Cookie) - Method in class org.apache.catalina.core.DummyRequest
-
- addCookie(Cookie) - Method in class org.apache.catalina.core.DummyResponse
-
- addCookieInternal(Cookie) - Method in class org.apache.catalina.connector.Response
-
Add the specified Cookie to those that will be included with
this Response.
- addDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
-
Add the specified date header to the specified value.
- addDateHeader(String, long) - Method in class org.apache.catalina.connector.ResponseFacade
-
- addDateHeader(String, long) - Method in class org.apache.catalina.core.DummyResponse
-
- addDateHeader(String, long) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- addDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- AddDefaultCharsetFilter - Class in org.apache.catalina.filters
-
Filter that explicitly sets the default character set for media subtypes of
the "text" type to ISO-8859-1.
- AddDefaultCharsetFilter() - Constructor for class org.apache.catalina.filters.AddDefaultCharsetFilter
-
- AddDefaultCharsetFilter.ResponseWrapper - Class in org.apache.catalina.filters
-
Wrapper that adds the default character set for text media types if no
character set is specified.
- 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.
- addELContextListener(ELContextListener) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in interface org.apache.catalina.valves.AccessLogValve.AccessLogElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ByteSentElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.CookieElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.DateAndTimeElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ElapsedTimeElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HeaderElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HostElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HttpStatusCodeElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalAddrElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalPortElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalServerNameElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LogicalUserNameElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.MethodElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ProtocolElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.QueryElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RemoteAddrElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestAttributeElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestURIElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ResponseHeaderElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.SessionAttributeElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.SessionIdElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.StringElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ThreadNameElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.UserElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
-
- addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
-
- addELResolver(ELResolver) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- addEnvName(String) - Method in class org.jboss.web.rewrite.RewriteRule
-
- addEnvValue(String) - Method in class org.jboss.web.rewrite.RewriteRule
-
- addErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
-
Add an error page for the specified error or Java exception.
- addErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
-
Add an error page for the specified error or Java exception.
- 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
- 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.
- addFunction(String, String, Method) - Method in class org.apache.el.lang.FunctionMapperImpl
-
- addFunctionInfo(FunctionInfo) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- addHeader(String, String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- addHeader(String, String) - Method in class org.apache.catalina.connector.Request
-
Add a Header to the set of Headers associated with this Request.
- addHeader(String, String) - Method in class org.apache.catalina.connector.Response
-
Add the specified header to the specified value.
- addHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- addHeader(String, String) - Method in class org.apache.catalina.core.DummyRequest
-
- addHeader(String, String) - Method in class org.apache.catalina.core.DummyResponse
-
- addHeader(String, String) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- addHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- addHeader(String, String) - Method in class org.apache.coyote.Response
-
- addHeader(String, String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
-
Method to add header values to this instance.
- addHost(String, String[], Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Add a new host to the mapper.
- addHostAlias(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Add an alias to an existing host.
- addIncludeCoda(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- addIncludePrelude(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- addInitParam(String, Object) - Method in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
-
- addInitParameter(String, String) - Method in class org.apache.catalina.core.StandardWrapper
-
Add a new servlet initialization parameter for this servlet.
- addInitParameter(String, String) - Method in class org.apache.catalina.deploy.FilterDef
-
Add an initialization parameter to the set of parameters associated
with this filter.
- addInitParameter(String, String) - Method in interface org.apache.catalina.Wrapper
-
Add a new servlet initialization parameter for this servlet.
- addInputFilter(InputFilter[], String) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Add an input filter to the current request.
- addInputFilter(InputFilter[], String) - Method in class org.apache.coyote.http11.Http11Processor
-
Add an input filter to the current request.
- addInstanceListener(String) - Method in interface org.apache.catalina.Context
-
Add the classname of an InstanceListener to be added to each
Wrapper appended to this Context.
- addInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Add the classname of an InstanceListener to be added to each
Wrapper appended to this Context.
- addInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
-
Add a new listener interested in InstanceEvents.
- addInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
-
Add a lifecycle event listener to this component.
- addInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
-
Add a new listener interested in InstanceEvents.
- addIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
-
Add the specified integer header to the specified value.
- addIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
-
- addIntHeader(String, int) - Method in class org.apache.catalina.core.DummyResponse
-
- addJspMapping(String) - Method in interface org.apache.catalina.Context
-
Add the given URL pattern as a jsp-property-group.
- addJspMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
Add the given URL pattern as a jsp-property-group.
- addJspPropertyGroup(JspPropertyGroup) - Method in interface org.apache.catalina.Context
-
Add the given jsp-property-group.
- addJspPropertyGroup(JspPropertyGroup) - Method in class org.apache.catalina.core.StandardContext
-
Add the given jsp-property-group.
- addJspTagLibrary(TagLibraryInfo) - Method in interface org.apache.catalina.Context
-
Add the given JSP tag library metadata.
- addJspTagLibrary(String, TagLibraryInfo) - Method in interface org.apache.catalina.Context
-
Add the given JSP tag library metadata.
- addJspTagLibrary(TagLibraryInfo) - Method in class org.apache.catalina.core.StandardContext
-
Add the given JSP tag library metadata.
- addJspTagLibrary(String, TagLibraryInfo) - Method in class org.apache.catalina.core.StandardContext
-
Add the given JSP tag library metadata with a specified mapping.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.Connector
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ContainerBase
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardPipeline
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardServer
-
Add a LifecycleEvent listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardService
-
Add a LifecycleEvent listener to this component.
- addLifecycleListener(LifecycleListener) - Method in 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.realm.RealmBase
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StandardManager
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StoreBase
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Adds a Lifecycle listener.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.SemaphoreValve
-
Add a lifecycle event listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.jboss.web.rewrite.RewriteValve
-
- addLineData(int, String, int, int, int) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds complete information about a simple line mapping.
- addList - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
List of sockets to be added to the poller.
- addList - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Poller
-
List of sockets to be added to the poller.
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- addListener(AsyncListener) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- addListener(String) - Method in class org.apache.catalina.core.ApplicationContext
-
- addListener(T) - Method in class org.apache.catalina.core.ApplicationContext
-
- addListener(Class<? extends EventListener>) - Method in class org.apache.catalina.core.ApplicationContext
-
- addListener(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addListener(T) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addListener(Class<? extends EventListener>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addListener(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- addLocale(Locale) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- addLocale(Locale) - Method in class org.apache.catalina.connector.Request
-
Add a Locale to the set of preferred Locales for this Request.
- addLocale(Locale) - Method in class org.apache.catalina.core.DummyRequest
-
- addLocaleEncodingMappingParameter(String, String) - Method in interface org.apache.catalina.Context
-
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
- addLocaleEncodingMappingParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
- addManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.Registry
-
Add a new bean metadata to the set of beans known to this registry.
- addMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Add a mapping associated with the Wrapper.
- addMapping(String...) - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- addMapping(String) - Method in interface org.apache.catalina.Wrapper
-
Add a mapping associated with the Wrapper.
- addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
- addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
- addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
- addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
- addMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Add an HTTP request method to be part of this web resource collection.
- addMethodOmission(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Add an HTTP request method to be skipped from this web resource collection.
- addMimeMapping(String, String) - Method in interface org.apache.catalina.Context
-
Add a new MIME mapping, replacing any existing mapping for
the specified extension.
- addMimeMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new MIME mapping, replacing any existing mapping for
the specified extension.
- addNoCompressionUserAgent(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Add user-agent for which gzip compression didn't works
The user agent String given will be exactly matched
to the user-agent header submitted by the client.
- addNoCompressionUserAgent(String) - Method in class org.apache.coyote.http11.Http11Processor
-
Add user-agent for which gzip compression didn't works
The user agent String given will be exactly matched
to the user-agent header submitted by the client.
- addNotification(NotificationInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
Add a new notification to the set of notifications for this MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Add a notification event listener to this MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
Add a notification event listener to this MBean.
- addNotifType(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
-
Add a new notification type to the set managed by an MBean.
- addOnDemandContext(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Add a new undeployed Context to an existing Host.
- addOperation(OperationInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
Add a new operation to the set of operations for this MBean.
- addOverlay(DirContext) - Method in class org.apache.naming.resources.ProxyDirContext
-
Add overlay.
- addParameter(String, String[]) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- addParameter(String, String[]) - Method in class org.apache.catalina.connector.Request
-
Add a parameter name and corresponding set of values to this Request.
- addParameter(String, String) - Method in interface org.apache.catalina.Context
-
Add a new context initialization parameter, replacing any existing
value for the specified name.
- addParameter(String, String[]) - Method in class org.apache.catalina.core.DummyRequest
-
- addParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new context initialization parameter.
- addParameter(String, String) - Method in class org.apache.tomcat.util.http.Parameters
-
- addParameter(ParameterInfo) - Method in class org.apache.tomcat.util.modeler.OperationInfo
-
Add a new parameter to the set of arguments for this operation.
- addParameterValues(String, String[]) - Method in class org.apache.tomcat.util.http.Parameters
-
- addPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Add a URL pattern to be part of this web resource collection.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
-
Add a property change listener to this component.
- addRepository(String) - Method in interface org.apache.catalina.Loader
-
Add a new repository to the set of repositories for this class loader.
- addRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
-
- address - 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).
- addRoleMapping(String, String) - Method in interface org.apache.catalina.Context
-
Add a security role reference for this web application.
- addRoleMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Add a security role reference for this web application.
- addrspaceSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
-
Determine if the child should start in its own address space or using the
current one from its parent
- addS - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- addSafeCharacter(char) - Method in class org.apache.catalina.util.URLEncoder
-
- addSafeCharacter(char) - Method in class org.apache.tomcat.util.buf.UEncoder
-
- addSecurityReference(String, String) - Method in class org.apache.catalina.core.StandardWrapper
-
Add a new security role reference record to the set of records for
this servlet.
- addSecurityReference(String, String) - Method in interface org.apache.catalina.Wrapper
-
Add a new security role reference record to the set of records for
this servlet.
- addSecurityRole(String) - Method in interface org.apache.catalina.Context
-
Add a new security role for this web application.
- addSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new security role for this web application.
- addService(Service) - Method in class org.apache.catalina.core.StandardServer
-
Add a new Service to the set of defined Services.
- addService(Service) - Method in interface org.apache.catalina.Server
-
Add a new Service to the set of defined Services.
- addServlet(String, String) - Method in class org.apache.catalina.core.ApplicationContext
-
- addServlet(String, Class<? extends Servlet>) - Method in class org.apache.catalina.core.ApplicationContext
-
- addServlet(String, Servlet) - Method in class org.apache.catalina.core.ApplicationContext
-
- addServlet(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addServlet(String, Class<? extends Servlet>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addServlet(String, Servlet) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addServletMapping(String, String) - Method in interface org.apache.catalina.Context
-
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
- addServletMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
- addServletMapping(String, String, boolean) - Method in class org.apache.catalina.core.StandardContext
-
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
- addServletName(String) - Method in class org.apache.catalina.deploy.FilterMap
-
- addSession(SingleSignOn, Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
-
Adds a Session
to the list of those associated with
this SSO.
- addSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
-
Add a session event listener to this component.
- addSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
-
Add a session event listener to this component.
- addSessionTrackingMode(String) - Method in interface org.apache.catalina.Context
-
Add the given session tracking mode.
- addSessionTrackingMode(String) - Method in class org.apache.catalina.core.StandardContext
-
- addSmap(String, String) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Adds the given string as an embedded SMAP with the given stratum name.
- addStratum(SmapStratum, boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Adds the given SmapStratum object, representing a Stratum with
logically associated FileSection and LineSection blocks, to
the current SmapGenerator.
- addSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Adds the specified symbol to the symbol table and returns a
reference to the unique symbol.
- addSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Adds the specified symbol to the symbol table and returns a
reference to the unique symbol.
- addTagAttributeInfo(TagAttributeInfo) - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- addTagFileInfo(TagFileInfo) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- addTagInfo(TagInfo) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- addTaglib(String, String) - Method in interface org.apache.catalina.Context
-
Add a JSP tag library for the specified URI.
- addTaglib(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Add a JSP tag library for the specified URI.
- addTagVariableInfo(TagVariableInfo) - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- addToDeliveryQueue(ClientImpl, JSONObject) - Method in class org.apache.tomcat.bayeux.RequestBase
-
- addToEnvironment(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
-
Adds a new environment property to the environment of this context.
- addToEnvironment(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
-
Adds a new environment property to the environment of this context.
- addToEnvironment(String, Object) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Adds a new environment property to the environment of this context.
- addToPoller(long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
Add specified socket to one of the pollers.
- addURLPattern(String) - Method in class org.apache.catalina.deploy.FilterMap
-
- addUrlPattern(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- addValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Create a new named header , return the MessageBytes
container for the new value
- addValue(byte[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Create a new named header using un-translated byte[].
- addValue(char[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Create a new named header using translated char[].
- addValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
-
Add a new Valve to the end of the pipeline associated with this
Container.
- addValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
-
Add a new Valve to the end of the pipeline associated with this
Container.
- addValve(Valve) - Method in interface org.apache.catalina.Pipeline
-
Add a new Valve to the end of the pipeline associated with this
Container.
- addVariableNames(Collection) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
Adds any external variables to the variableNames collection.
- addVariableNames(Collection) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- addWelcomeFile(String) - Method in interface org.apache.catalina.Context
-
Add a new welcome file to the set recognized by this Context.
- addWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new welcome file to the set recognized by this Context.
- addWrapper(String, JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Add a new JspServletWrapper.
- addWrapper(String, String, String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Add a new Wrapper to an existing Context.
- addWrapper(String, String, String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- addWrapper(String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Add a wrapper to the context associated with this wrapper.
- addWrapper(String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- addWrapper(Mapper.Context, String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- addWrapper(Mapper.Context, String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Adds a wrapper to the given context.
- addWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
-
Add the classname of a LifecycleListener to be added to each
Wrapper appended to this Context.
- addWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
-
Add the classname of a LifecycleListener to be added to each
Wrapper appended to this Context.
- addWrapperListener(String) - Method in interface org.apache.catalina.Context
-
Add the classname of a ContainerListener to be added to each
Wrapper appended to this Context.
- addWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Add the classname of a ContainerListener to be added to each
Wrapper appended to this Context.
- 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.
- advance() - Method in class org.apache.catalina.util.StringParser
-
Advance the current parsing position by one, if we are not already
past the end of the string.
- ADVICE_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Field names inside Bayeux messages - advice field
- AFTER_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the destroy()
method has
returned.
- AFTER_DISPATCH_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the doFilter()
method of a
filter chain accessed via a request dispatcher has returned.
- AFTER_FILTER_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the doFilter()
method of a
Filter has returned.
- AFTER_INIT_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the init()
method has returned.
- AFTER_REQUEST_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the doFilter()
method of a
filter chain has returned.
- AFTER_SERVICE_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the service()
method has
returned.
- AFTER_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component after start" event.
- AFTER_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component after stop" event.
- 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
-
- AliasDirContext - Class in org.apache.naming.resources
-
Alias based implementation.
- AliasDirContext() - Constructor for class org.apache.naming.resources.AliasDirContext
-
- AliasDirContext(Hashtable) - Constructor for class org.apache.naming.resources.AliasDirContext
-
- aliases - Variable in class org.apache.naming.resources.AliasDirContext
-
- alloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
-
Allocate a block of memory from a pool
- alloc(long) - Static method in class org.apache.tomcat.jni.Proc
-
Allocate apr_proc_t stucture from pool
This is not an apr function.
- allocate() - Method in class org.apache.catalina.core.StandardWrapper
-
Allocate an initialized instance of this Servlet that is ready to have
its service()
method called.
- allocate() - Method in interface org.apache.catalina.Wrapper
-
Allocate an initialized instance of this Servlet that is ready to have
its service()
method called.
- allocate() - Method in class org.apache.naming.resources.BaseDirContext
-
Allocate resources for this directory context.
- allocate(int) - Method in class org.apache.naming.resources.ResourceCache
-
- allocate() - Method in class org.apache.naming.resources.VirtualDirContext
-
Allocate resources for this directory context.
- allocate(int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- allocate(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- allocatePoller(int, long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Allocate a new poller of the specified size.
- allow - Variable in class org.apache.catalina.filters.RequestFilter
-
The comma-delimited set of allow
expressions.
- allow - Variable in class org.apache.catalina.valves.RequestFilterValve
-
The comma-delimited set of allow
expressions.
- ALLOW_BACKSLASH - Static variable in class org.apache.catalina.connector.CoyoteAdapter
-
- ALLOW_ENCODED_SLASH - Static variable in class org.apache.tomcat.util.buf.UDecoder
-
- ALLOW_EQUALS_IN_VALUE - Static variable in class org.apache.tomcat.util.http.CookieSupport
-
If true, cookie values are allowed to contain an equals character without
being quoted.
- ALLOW_HTTP_SEPARATORS_IN_V0 - Static variable in class org.apache.tomcat.util.http.CookieSupport
-
If true, separators that are not explicitly dis-allowed by the v0 cookie
spec but are disallowed by the HTTP spec will be allowed in v0 cookie
names and values.
- allowedHosts - Variable in class org.apache.catalina.connector.Connector
-
Allowed virtual hosts.
- allowExec - Variable in class org.apache.catalina.ssi.SSIFilter
-
Allow exec (normally blocked for security)
- allowExec - Variable in class org.apache.catalina.ssi.SSIProcessor
-
- allowExec - Variable in class org.apache.catalina.ssi.SSIServlet
-
Allow exec (normally blocked for security)
- allowLinking - Variable in class org.apache.catalina.core.StandardContext
-
Allow linking.
- allowLinking - Variable in class org.apache.naming.resources.FileDirContext
-
Allow linking.
- allows - Variable in class org.apache.catalina.filters.RequestFilter
-
The set of allow
regular expressions we will evaluate.
- allows - Variable in class org.apache.catalina.valves.RequestFilterValve
-
The set of allow
regular expressions we will evaluate.
- allowTrace - Variable in class org.apache.catalina.connector.Connector
-
Do we allow TRACE ?
- allowUnsafeLegacyRenegotiation - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- allRolesMode - Variable in class org.apache.catalina.realm.RealmBase
-
The all role mode.
- alreadyQuoted(String) - Static method in class org.apache.tomcat.util.http.CookieSupport
-
- ALT_DD_ATTR - Static variable in class org.apache.catalina.Globals
-
The servlet context attribute under which we store the alternate
deployment descriptor for this web application
- altDDName - Variable in class org.apache.catalina.core.StandardContext
-
The alternate deployment descriptor name.
- ALTERNATE_CONTENT_LENGTH - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Content length.
- ALTERNATE_CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Creation date.
- ALTERNATE_ETAG - Static variable in class org.apache.naming.resources.ResourceAttributes
-
ETag.
- ALTERNATE_LAST_MODIFIED - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Last modification date.
- ALTERNATE_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Type.
- ALWAYS_ADD_EXPIRES - Static variable in class org.apache.tomcat.util.http.CookieSupport
-
If set to false, we don't use the IE6/7 Max-Age/Expires work around.
- amount - Variable in class org.apache.catalina.filters.ExpiresFilter.Duration
-
- 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.
- appBase - Variable in class org.apache.catalina.startup.HostConfig
-
App base.
- appBase() - Method in class org.apache.catalina.startup.HostConfig
-
Return a File object representing the "application root" directory
for our associated Host.
- appCommitted - Variable in class org.apache.catalina.connector.Response
-
The application commit flag.
- append(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- append(CharSequence) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- append(CharSequence, int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- append(char) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(String) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(XMLString) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
-
Append the specified file to another file.
- append(char) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Append a char, by casting it to byte.
- append(byte) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- append(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- append(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Add data to the buffer
- append(char) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- append(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- append(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Add data to the buffer
- append(StringBuffer) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Add data to the buffer
- append(StringBuilder) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Add data to the buffer
- append(String) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Append a string to the buffer
- append(String, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Append a string to the buffer
- append(String, Object) - Method in class org.apache.tomcat.util.json.JSONObject
-
Append values to the array under a key.
- appendByte(int) - Method in class org.apache.coyote.ajp.AjpMessage
-
Append a byte (1 byte) to the message.
- appendByteChunk(ByteChunk) - Method in class org.apache.coyote.ajp.AjpMessage
-
Write a ByteChunk out at the current write position.
- appendBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
-
Write a MessageBytes out at the current write position.
- appendBytes(byte[], int, int) - Method in class org.apache.coyote.ajp.AjpMessage
-
Copy a chunk of bytes into the packet, starting at the current
write position.
- appendCharChunk(CharChunk) - Method in class org.apache.coyote.ajp.AjpMessage
-
Write a CharChunk out at the current write position.
- appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean, boolean) - Static method in class org.apache.tomcat.util.http.ServerCookie
-
- appendInt(int) - Method in class org.apache.coyote.ajp.AjpMessage
-
Add a short integer (2 bytes) to the message.
- appendJVMRoute() - Method in class org.apache.catalina.session.ManagerBase
-
- appendLongInt(int) - Method in class org.apache.coyote.ajp.AjpMessage
-
Append an int (4 bytes) to the message.
- appendRemainingComponent(String) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
-
- appendRemainingName(Name) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
-
- appendString(String) - Method in class org.apache.coyote.ajp.AjpMessage
-
Write a String out at the current write position.
- ApplicationContext - Class in org.apache.catalina.core
-
Standard implementation of ServletContext
that represents
a web application's execution environment.
- ApplicationContext(String, StandardContext) - Constructor for class org.apache.catalina.core.ApplicationContext
-
Construct a new instance of this class, associated with the specified
Context instance.
- ApplicationContextFacade - Class in org.apache.catalina.core
-
Facade object which masks the internal ApplicationContext
object from the web application.
- ApplicationContextFacade(ApplicationContext) - Constructor for class org.apache.catalina.core.ApplicationContextFacade
-
Construct a new instance of this class, associated with the specified
Context instance.
- ApplicationContextXml - Static variable in class org.apache.catalina.startup.Constants
-
- ApplicationDispatcher - Class in org.apache.catalina.core
-
Standard implementation of RequestDispatcher
that allows a
request to be forwarded to a different resource to create the ultimate
response, or to include the output of another resource in the response
from this resource.
- ApplicationDispatcher(Wrapper, String, String, String, String, String, String) - Constructor for class org.apache.catalina.core.ApplicationDispatcher
-
Construct a new instance of this class, configured according to the
specified parameters.
- ApplicationDispatcher.PrivilegedAsync - Class in org.apache.catalina.core
-
- ApplicationDispatcher.PrivilegedForward - Class in org.apache.catalina.core
-
- ApplicationDispatcher.PrivilegedInclude - Class in org.apache.catalina.core
-
- ApplicationDispatcher.PrivilegedInvoke - Class in org.apache.catalina.core
-
- applicationEventListenersInstances - Variable in class org.apache.catalina.core.StandardContext
-
The set of instantiated application event listener objects.
- applicationExtraDescriptorsConfig() - Method in class org.apache.catalina.startup.ContextConfig
-
Process additional descriptors: TLDs, web fragments, and map overlays.
- ApplicationFilterChain - Class in org.apache.catalina.core
-
Implementation of javax.servlet.FilterChain
used to manage
the execution of a set of filters for a particular request.
- ApplicationFilterChain() - Constructor for class org.apache.catalina.core.ApplicationFilterChain
-
Construct a new chain instance with no defined filters.
- ApplicationFilterConfig - Class in org.apache.catalina.core
-
Implementation of a javax.servlet.FilterConfig
useful in
managing the filter instances instantiated when a web application
is first started.
- ApplicationFilterConfig(Context, FilterDef) - Constructor for class org.apache.catalina.core.ApplicationFilterConfig
-
Construct a new ApplicationFilterConfig for the specified filter
definition.
- ApplicationFilterConfigFacade - Class in org.apache.catalina.core
-
Facade for AppalicationFilterConfig.
- ApplicationFilterConfigFacade(ApplicationFilterConfig) - Constructor for class org.apache.catalina.core.ApplicationFilterConfigFacade
-
- ApplicationFilterConfigFacade.Dynamic - Class in org.apache.catalina.core
-
- 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.
- applicationInputStream - Variable in class org.apache.catalina.connector.Request
-
Application input stream.
- applicationLifecycleListenersInstances - Variable in class org.apache.catalina.core.StandardContext
-
The set of instantiated application lifecycle listener objects.
- applicationListenerInstances - Variable in class org.apache.catalina.core.StandardContext
-
The set of application listener class names configured for this
application, in the order they were encountered in the web.xml file.
- applicationListeners - Variable in class org.apache.catalina.core.StandardContext
-
The set of application listener class names configured for this
application, in the order they were encountered in the web.xml file.
- applicationOutputStream - Variable in class org.apache.catalina.connector.Response
-
Application output stream.
- ApplicationParameter - Class in org.apache.catalina.deploy
-
Representation of a context initialization parameter that is configured
in the server configuration file, rather than the application deployment
descriptor.
- ApplicationParameter() - Constructor for class org.apache.catalina.deploy.ApplicationParameter
-
- applicationParameters - Variable in class org.apache.catalina.core.StandardContext
-
The set of application parameters defined for this application.
- applicationReader - Variable in class org.apache.catalina.connector.Request
-
Application reader.
- applicationServletContainerInitializerConfig() - Method in class org.apache.catalina.startup.ContextConfig
-
Find and parse ServletContainerInitializer service in specified JAR.
- applicationSessionLifecycleListenersInstances - Variable in class org.apache.catalina.core.StandardContext
-
The set of instantiated application session lifecycle listener objects.
- applicationTldConfig() - Method in class org.apache.catalina.startup.ContextConfig
-
Parse TLDs.
- applicationWebConfig() - Method in class org.apache.catalina.startup.ContextConfig
-
Process the application configuration file, if it exists.
- ApplicationWebXml - Static variable in class org.apache.catalina.startup.Constants
-
- applicationWriter - Variable in class org.apache.catalina.connector.Response
-
Using writer flag.
- apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.apache.jasper.compiler.TagPluginManager
-
- APR_ANONYMOUS - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ANYADDR - Static variable in class org.apache.tomcat.jni.Address
-
- APR_BADARG - Static variable in class org.apache.tomcat.jni.Status
-
- APR_BADCH - Static variable in class org.apache.tomcat.jni.Status
-
- APR_BLK - Static variable in class org.apache.tomcat.jni.File
-
a block device
- APR_CHARSET_EBCDIC - Static variable in class org.apache.tomcat.jni.Library
-
- APR_CHILD_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_CHILD_DONE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_CHILD_NOTDONE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_CHR - Static variable in class org.apache.tomcat.jni.File
-
a character device
- APR_CUR - Static variable in class org.apache.tomcat.jni.File
-
Current
- APR_DETACH - Static variable in class org.apache.tomcat.jni.Status
-
- APR_DIR - Static variable in class org.apache.tomcat.jni.File
-
a directory
- APR_EABOVEROOT - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EABSOLUTE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EBADDATE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EBADIP - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EBADMASK - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EBADPATH - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EBUSY - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EDSOOPEN - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EGENERAL - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EINCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EINIT - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EINVALSOCK - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EMISMATCH - Static variable in class org.apache.tomcat.jni.Status
-
- APR_END - Static variable in class org.apache.tomcat.jni.File
-
Go to end of file
- APR_ENODIR - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOLOCK - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOPOLL - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOPOOL - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOPROC - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOSHMAVAIL - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOSOCKET - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOSTAT - Static variable in class org.apache.tomcat.jni.Status
-
APR Error Values
- APR_ENOTENOUGHENTROPY - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOTHDKEY - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOTHREAD - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOTIME - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOTIMPL - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EOF - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EPATHWILD - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EPROC_UNKNOWN - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ERELATIVE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ESYMNOTFOUND - Static variable in class org.apache.tomcat.jni.Status
-
- APR_FILE_ATTR_EXECUTABLE - Static variable in class org.apache.tomcat.jni.File
-
File is executable
- APR_FILE_ATTR_HIDDEN - Static variable in class org.apache.tomcat.jni.File
-
File is hidden
- APR_FILE_ATTR_READONLY - Static variable in class org.apache.tomcat.jni.File
-
File is read-only
- APR_FILEBASED - Static variable in class org.apache.tomcat.jni.Status
-
- APR_FILES_AS_SOCKETS - Static variable in class org.apache.tomcat.jni.Library
-
- APR_FINFO_ATIME - Static variable in class org.apache.tomcat.jni.File
-
Creation or inode-changed time
- APR_FINFO_CSIZE - Static variable in class org.apache.tomcat.jni.File
-
Size of the file
- APR_FINFO_CTIME - Static variable in class org.apache.tomcat.jni.File
-
Modification Time
- APR_FINFO_DEV - Static variable in class org.apache.tomcat.jni.File
-
Storage size consumed by the file
- APR_FINFO_DIRENT - Static variable in class org.apache.tomcat.jni.File
-
an atomic unix apr_stat()
- APR_FINFO_GPROT - Static variable in class org.apache.tomcat.jni.File
-
User protection bits
- APR_FINFO_GROUP - Static variable in class org.apache.tomcat.jni.File
-
User
- APR_FINFO_ICASE - Static variable in class org.apache.tomcat.jni.File
-
World protection bits
- APR_FINFO_IDENT - Static variable in class org.apache.tomcat.jni.File
-
type, mtime, ctime, atime, size
- APR_FINFO_INODE - Static variable in class org.apache.tomcat.jni.File
-
Device
- APR_FINFO_LINK - Static variable in class org.apache.tomcat.jni.File
-
use OS's default permissions
- APR_FINFO_MIN - Static variable in class org.apache.tomcat.jni.File
-
->name in proper case
- APR_FINFO_MTIME - Static variable in class org.apache.tomcat.jni.File
-
Stat the link not the file itself if it is a link
- APR_FINFO_NAME - Static variable in class org.apache.tomcat.jni.File
-
if dev is case insensitive
- APR_FINFO_NLINK - Static variable in class org.apache.tomcat.jni.File
-
Inode
- APR_FINFO_NORM - Static variable in class org.apache.tomcat.jni.File
-
all protections
- APR_FINFO_OWNER - Static variable in class org.apache.tomcat.jni.File
-
dev and inode
- APR_FINFO_PROT - Static variable in class org.apache.tomcat.jni.File
-
user and group
- APR_FINFO_SIZE - Static variable in class org.apache.tomcat.jni.File
-
Access Time
- APR_FINFO_TYPE - Static variable in class org.apache.tomcat.jni.File
-
Number of links
- APR_FINFO_UPROT - Static variable in class org.apache.tomcat.jni.File
-
Group
- APR_FINFO_USER - Static variable in class org.apache.tomcat.jni.File
-
Type
- APR_FINFO_WPROT - Static variable in class org.apache.tomcat.jni.File
-
Group protection bits
- APR_FLOCK_EXCLUSIVE - Static variable in class org.apache.tomcat.jni.File
-
Exclusive lock.
- APR_FLOCK_NONBLOCK - Static variable in class org.apache.tomcat.jni.File
-
do not block while acquiring the file lock
- APR_FLOCK_SHARED - Static variable in class org.apache.tomcat.jni.File
-
Shared lock.
- APR_FLOCK_TYPEMASK - Static variable in class org.apache.tomcat.jni.File
-
mask to extract lock type
- APR_FOPEN_APPEND - Static variable in class org.apache.tomcat.jni.File
-
Append to the end of the file
- APR_FOPEN_BINARY - Static variable in class org.apache.tomcat.jni.File
-
Open the file in binary mode
- APR_FOPEN_BUFFERED - Static variable in class org.apache.tomcat.jni.File
-
Open the file for buffered I/O
- APR_FOPEN_CREATE - Static variable in class org.apache.tomcat.jni.File
-
Create the file if not there
- APR_FOPEN_DELONCLOSE - Static variable in class org.apache.tomcat.jni.File
-
Delete the file after close
- APR_FOPEN_EXCL - Static variable in class org.apache.tomcat.jni.File
-
Open should fail if APR_CREATE and file exists.
- APR_FOPEN_LARGEFILE - Static variable in class org.apache.tomcat.jni.File
-
Platform dependent flag to enable large file support;
Warning : The APR_LARGEFILE flag only has effect on some platforms
where sizeof(apr_off_t) == 4.
- APR_FOPEN_NOCLEANUP - Static variable in class org.apache.tomcat.jni.File
-
Do not register a cleanup when the file is opened
- APR_FOPEN_READ - Static variable in class org.apache.tomcat.jni.File
-
Open the file for reading
- APR_FOPEN_SENDFILE_ENABLED - Static variable in class org.apache.tomcat.jni.File
-
Advisory flag that this file should support
apr_socket_sendfile operation
- APR_FOPEN_SHARELOCK - Static variable in class org.apache.tomcat.jni.File
-
Platform dependent support for higher level locked read/write
access to support writes across process/machines
- APR_FOPEN_TRUNCATE - Static variable in class org.apache.tomcat.jni.File
-
Open the file and truncate to 0 length
- APR_FOPEN_WRITE - Static variable in class org.apache.tomcat.jni.File
-
Open the file for writing
- APR_FOPEN_XTHREAD - Static variable in class org.apache.tomcat.jni.File
-
Platform dependent tag to open the file for
use across multiple threads
- APR_FPROT_GEXECUTE - Static variable in class org.apache.tomcat.jni.File
-
Write by group
- APR_FPROT_GREAD - Static variable in class org.apache.tomcat.jni.File
-
Set group id
- APR_FPROT_GSETID - Static variable in class org.apache.tomcat.jni.File
-
Execute by user
- APR_FPROT_GWRITE - Static variable in class org.apache.tomcat.jni.File
-
Read by group
- APR_FPROT_OS_DEFAULT - Static variable in class org.apache.tomcat.jni.File
-
Execute by others
- APR_FPROT_UEXECUTE - Static variable in class org.apache.tomcat.jni.File
-
Write by user
- APR_FPROT_UREAD - Static variable in class org.apache.tomcat.jni.File
-
Set user id
- APR_FPROT_USETID - Static variable in class org.apache.tomcat.jni.File
-
- APR_FPROT_UWRITE - Static variable in class org.apache.tomcat.jni.File
-
Read by user
- APR_FPROT_WEXECUTE - Static variable in class org.apache.tomcat.jni.File
-
Write by others
- APR_FPROT_WREAD - Static variable in class org.apache.tomcat.jni.File
-
Sticky bit
- APR_FPROT_WSTICKY - Static variable in class org.apache.tomcat.jni.File
-
Execute by group
- APR_FPROT_WWRITE - Static variable in class org.apache.tomcat.jni.File
-
Read by others
- APR_FULL_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_FULL_NONBLOCK - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_HAS_DSO - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_FORK - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_LARGE_FILES - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_MMAP - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_OS_UUID - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_OTHER_CHILD - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_PROC_INVOKED - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_RANDOM - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_SENDFILE - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_SHARED_MEMORY - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_SO_ACCEPTFILTER - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_THREADS - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_UNICODE_FS - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_USER - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_XTHREAD_FILES - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAVE_IPV6 - Static variable in class org.apache.tomcat.jni.Library
-
- APR_INCHILD - Static variable in class org.apache.tomcat.jni.Status
-
APR Status Values
- APR_INCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_INCOMPLETE_READ - Static variable in class org.apache.tomcat.jni.Socket
-
Set on non-blocking sockets (timeout != 0) on which the
previous read() did not fill a buffer completely.
- APR_INCOMPLETE_WRITE - Static variable in class org.apache.tomcat.jni.Socket
-
like APR_INCOMPLETE_READ, but for write
- APR_INET - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_INET6 - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_INPARENT - Static variable in class org.apache.tomcat.jni.Status
-
- APR_IPV4_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
-
no longer allow read or write requests
- APR_IPV6_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_IPV6_V6ONLY - Static variable in class org.apache.tomcat.jni.Socket
-
Don't accept IPv4 connections on an IPv6 listening socket.
- APR_IS_BIGENDIAN - Static variable in class org.apache.tomcat.jni.Library
-
- APR_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
-
- APR_JUST_WAIT - Static variable in class org.apache.tomcat.jni.Proc
-
wait forever for the process to complete
- APR_KEYBASED - Static variable in class org.apache.tomcat.jni.Status
-
- APR_KILL_AFTER_TIMEOUT - Static variable in class org.apache.tomcat.jni.Proc
-
SIGTERM, wait 3 seconds, SIGKILL
- APR_KILL_ALWAYS - Static variable in class org.apache.tomcat.jni.Proc
-
process is sent SIGKILL on apr_pool_t cleanup
- APR_KILL_NEVER - Static variable in class org.apache.tomcat.jni.Proc
-
process is never sent any signals
- APR_KILL_ONLY_ONCE - Static variable in class org.apache.tomcat.jni.Proc
-
send SIGTERM and then wait
- APR_LIMIT_CPU - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_LIMIT_MEM - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_LIMIT_NOFILE - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_LIMIT_NPROC - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_LNK - Static variable in class org.apache.tomcat.jni.File
-
a symbolic link
- APR_LOCAL - Static variable in class org.apache.tomcat.jni.Socket
-
Enum to tell us if we're interested in remote or local socket
apr_interface_e
- APR_LOCK_DEFAULT - Static variable in class org.apache.tomcat.jni.Lock
-
POSIX semaphore process-based locking
- APR_LOCK_FCNTL - Static variable in class org.apache.tomcat.jni.Lock
-
Enumerated potential types for APR process locking methods
Warning : Check APR_HAS_foo_SERIALIZE defines to see if the platform supports
APR_LOCK_foo.
- APR_LOCK_FLOCK - Static variable in class org.apache.tomcat.jni.Lock
-
fcntl()
- APR_LOCK_POSIXSEM - Static variable in class org.apache.tomcat.jni.Lock
-
POSIX pthread process-based locking
- APR_LOCK_PROC_PTHREAD - Static variable in class org.apache.tomcat.jni.Lock
-
System V Semaphores
- APR_LOCK_SYSVSEM - Static variable in class org.apache.tomcat.jni.Lock
-
flock()
- APR_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MAX_IOVEC_SIZE - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MAX_SECS_TO_LINGER - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MMAP_LIMIT - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MMAP_READ - Static variable in class org.apache.tomcat.jni.Mmap
-
MMap opened for reading
- APR_MMAP_THRESHOLD - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MMAP_WRITE - Static variable in class org.apache.tomcat.jni.Mmap
-
MMap opened for writing
- APR_MSEC_PER_USEC - Static variable in class org.apache.tomcat.jni.Time
-
number of miliseconds per microsecond
- APR_NO_DESC - Static variable in class org.apache.tomcat.jni.Poll
-
Used in apr_pollfd_t to determine what the apr_descriptor is
apr_datatype_e enum
- APR_NO_PIPE - Static variable in class org.apache.tomcat.jni.Proc
-
process exited and dumped a core file
- APR_NOFILE - Static variable in class org.apache.tomcat.jni.File
-
no file type determined
- APR_NOTDETACH - Static variable in class org.apache.tomcat.jni.Status
-
- APR_NOTFOUND - Static variable in class org.apache.tomcat.jni.Status
-
- APR_NOWAIT - Static variable in class org.apache.tomcat.jni.Proc
-
wait for the specified process to finish
- APR_O_NONBLOCK_INHERITED - Static variable in class org.apache.tomcat.jni.Library
-
- APR_OC_REASON_DEATH - Static variable in class org.apache.tomcat.jni.Proc
-
child has died, caller must call unregister still
- APR_OC_REASON_LOST - Static variable in class org.apache.tomcat.jni.Proc
-
somehow the child exited without us knowing ...
- APR_OC_REASON_RESTART - Static variable in class org.apache.tomcat.jni.Proc
-
a restart is occuring, perform any necessary cleanup (including
sending a special signal to child)
- APR_OC_REASON_RUNNING - Static variable in class org.apache.tomcat.jni.Proc
-
a health check is occuring, for most maintainence functions
this is a no-op.
- APR_OC_REASON_UNREGISTER - Static variable in class org.apache.tomcat.jni.Proc
-
unregister has been called, do whatever is necessary (including
kill the child)
- APR_OC_REASON_UNWRITABLE - Static variable in class org.apache.tomcat.jni.Proc
-
write_fd is unwritable
- APR_OS_ERRSPACE_SIZE - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit
into one of the error/status ranges below -- except for
APR_OS_START_USERERR, which see.
- APR_OS_START_CANONERR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_CANONERR is where APR versions of errno values are defined
on systems which don't have the corresponding errno.
- APR_OS_START_EAIERR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into
apr_status_t values.
- APR_OS_START_ERROR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_ERROR is where the APR specific error values start.
- APR_OS_START_STATUS - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_STATUS is where the APR specific status codes start.
- APR_OS_START_SYSERR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_SYSERR folds platform-specific system error values into
apr_status_t values.
- APR_OS_START_USEERR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_USEERR is obsolete, defined for compatibility only.
- APR_OS_START_USERERR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_USERERR are reserved for applications that use APR that
layer their own error codes along with APR's.
- APR_PARENT_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
-
- APR_PATH_MAX - Static variable in class org.apache.tomcat.jni.Library
-
- APR_PIPE - Static variable in class org.apache.tomcat.jni.File
-
a FIFO / pipe
- APR_POLL_FILE - Static variable in class org.apache.tomcat.jni.Poll
-
descriptor refers to a socket
- APR_POLL_LASTDESC - Static variable in class org.apache.tomcat.jni.Poll
-
descriptor refers to a file
- APR_POLL_SOCKET - Static variable in class org.apache.tomcat.jni.Poll
-
nothing here
- APR_POLLERR - Static variable in class org.apache.tomcat.jni.Poll
-
Can write without blocking
- APR_POLLHUP - Static variable in class org.apache.tomcat.jni.Poll
-
Pending error
- APR_POLLIN - Static variable in class org.apache.tomcat.jni.Poll
-
Poll options
- APR_POLLNVAL - Static variable in class org.apache.tomcat.jni.Poll
-
Hangup occurred
- APR_POLLOUT - Static variable in class org.apache.tomcat.jni.Poll
-
Priority data available
- APR_POLLPRI - Static variable in class org.apache.tomcat.jni.Poll
-
Can read without blocking
- APR_POLLSET_THREADSAFE - Static variable in class org.apache.tomcat.jni.Poll
-
Adding or Removing a Descriptor is thread safe
- APR_PROC_DETACH_DAEMONIZE - Static variable in class org.apache.tomcat.jni.Proc
-
Do not detach
- APR_PROC_DETACH_FOREGROUND - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_PROC_EXIT - Static variable in class org.apache.tomcat.jni.Proc
-
do not wait -- just see if it has finished
- APR_PROC_SIGNAL - Static variable in class org.apache.tomcat.jni.Proc
-
process exited normally
- APR_PROC_SIGNAL_CORE - Static variable in class org.apache.tomcat.jni.Proc
-
process exited due to a signal
- APR_PROGRAM - Static variable in class org.apache.tomcat.jni.Proc
-
use the shell to invoke the program
- APR_PROGRAM_ENV - Static variable in class org.apache.tomcat.jni.Proc
-
invoke the program directly, no copied env
- APR_PROGRAM_PATH - Static variable in class org.apache.tomcat.jni.Proc
-
invoke the program, replicating our environment
- APR_PROTO_SCTP - Static variable in class org.apache.tomcat.jni.Socket
-
UDP
- APR_PROTO_TCP - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_PROTO_UDP - Static variable in class org.apache.tomcat.jni.Socket
-
TCP
- APR_REG - Static variable in class org.apache.tomcat.jni.File
-
a regular file
- APR_REMOTE - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_RESET_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
-
This flag is ONLY set internally when we set APR_TCP_NOPUSH with
APR_TCP_NODELAY set to tell us that APR_TCP_NODELAY should be turned on
again when NOPUSH is turned off
- APR_SET - Static variable in class org.apache.tomcat.jni.File
-
Set the file position
- APR_SHELLCM - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_SHELLCMD_ENV - Static variable in class org.apache.tomcat.jni.Proc
-
find program on PATH, use our environment
- APR_SHUTDOWN_READ - Static variable in class org.apache.tomcat.jni.Socket
-
Define what type of socket shutdown should occur.
- APR_SHUTDOWN_READWRITE - Static variable in class org.apache.tomcat.jni.Socket
-
no longer allow write requests
- APR_SHUTDOWN_WRITE - Static variable in class org.apache.tomcat.jni.Socket
-
no longer allow read request
- APR_SIZEOF_VOIDP - Static variable in class org.apache.tomcat.jni.Library
-
- APR_SO_DEBUG - Static variable in class org.apache.tomcat.jni.Socket
-
Keepalive
- APR_SO_DISCONNECTED - Static variable in class org.apache.tomcat.jni.Socket
-
Receive buffer
- APR_SO_KEEPALIVE - Static variable in class org.apache.tomcat.jni.Socket
-
Linger
- APR_SO_LINGER - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_SO_NONBLOCK - Static variable in class org.apache.tomcat.jni.Socket
-
Debug
- APR_SO_RCVBUF - Static variable in class org.apache.tomcat.jni.Socket
-
Send buffer
- APR_SO_REUSEADDR - Static variable in class org.apache.tomcat.jni.Socket
-
Non-blocking IO
- APR_SO_SNDBUF - Static variable in class org.apache.tomcat.jni.Socket
-
Reuse addresses
- APR_SOCK - Static variable in class org.apache.tomcat.jni.File
-
a [unix domain] socket
- APR_STATUS_IS_ANONYMOUS(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_BADARG(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_BADCH(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_CHILD_DONE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_CHILD_NOTDONE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_DETACH(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EABOVEROOT(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EABSOLUTE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EAGAIN(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EBADDATE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EBADIP(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EBADMASK(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EBADPATH(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EBUSY(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ECONNABORTED(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ECONNRESET(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EDSOPEN(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EGENERAL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINIT(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINPROGRESS(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINTR(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINVAL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINVALSOCK(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EMISMATCH(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENODIR(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOLOCK(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOPOLL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOPOOL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOPROC(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOSHMAVAIL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOSOCKET(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOSTAT(int) - Static method in class org.apache.tomcat.jni.Status
-
APR_STATUS_IS Status Value Tests
Warning : For any particular error condition, more than one of these tests
may match.
- APR_STATUS_IS_ENOTENOUGHENTROPY(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOTHDKEY(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOTHREAD(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOTIME(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOTIMPL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOTSOCK(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EOF(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EPATHWILD(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EPROC_UNKNOWN(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ERELATIVE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ESYMNOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ETIMEDOUT(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_FILEBASED(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_INCHILD(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_INCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_INPARENT(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_KEYBASED(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_NOTDETACH(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_NOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_TIMEUP(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_SUCCESS - Static variable in class org.apache.tomcat.jni.Status
-
no error.
- APR_TCP_DEFER_ACCEPT - Static variable in class org.apache.tomcat.jni.Socket
-
Delay accepting of new connections until data is available.
- APR_TCP_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
-
For SCTP sockets, this is mapped to STCP_NODELAY internally.
- APR_TCP_NODELAY_INHERITED - Static variable in class org.apache.tomcat.jni.Library
-
- APR_TCP_NOPUSH - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_TIMEUP - Static variable in class org.apache.tomcat.jni.Status
-
- APR_UNKFILE - Static variable in class org.apache.tomcat.jni.File
-
a file of some other unknown type
- APR_UNSPEC - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_USEC_PER_SEC - Static variable in class org.apache.tomcat.jni.Time
-
number of microseconds per second
- APR_WAIT - Static variable in class org.apache.tomcat.jni.Proc
-
use the shell to invoke the program,
replicating our environment
- AprEndpoint - Class in org.apache.tomcat.util.net
-
APR endpoint, providing the following services:
Socket acceptor thread
Socket poller thread
Sendfile thread
Simple Worker thread pool, with possible use of executors
- AprEndpoint() - Constructor for class org.apache.tomcat.util.net.AprEndpoint
-
- AprEndpoint.Acceptor - Class in org.apache.tomcat.util.net
-
Server socket acceptor thread.
- AprEndpoint.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
-
- 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.
- 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
.
- Ascii - Class in org.apache.tomcat.util.buf
-
This class implements some basic ASCII character handling functions.
- Ascii() - Constructor for class org.apache.tomcat.util.buf.Ascii
-
- ASCIIReader - Class in org.apache.jasper.xmlparser
-
A simple ASCII byte reader.
- ASCIIReader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.ASCIIReader
-
Constructs an ASCII reader from the specified input stream
and buffer size.
- asctimeFormat - Static variable in class org.apache.catalina.util.DateTool
-
- assign(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
-
Process an incoming TCP/IP connection on the specified socket.
- assign(long, SocketStatus) - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
-
- assign(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint.Worker
-
Process an incoming TCP/IP connection on the specified socket.
- assign(Socket, SocketStatus) - Method in class org.apache.tomcat.util.net.JIoEndpoint.Worker
-
- assignWithOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
-
Process an incoming TCP/IP connection on the specified socket.
- associate(String, Session) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Associate the specified single sign on identifier with the
specified Session.
- associate(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Associate the specified single sign on identifier with the
specified Session.
- asString(InputStream) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
This convenience method allows to read a
FileItemStream
's
content into a string.
- asString(InputStream, String) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
This convenience method allows to read a
FileItemStream
's
content into a string, using the given character encoding.
- 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
-
- AstMethodParameters - Class in org.apache.el.parser
-
$Id: AstMethodParameters.java 1187802 2011-10-22 21:17:12Z markt $
- AstMethodParameters(int) - Constructor for class org.apache.el.parser.AstMethodParameters
-
- 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(ServletRequest, ServletResponse, boolean) - Method in class org.apache.catalina.core.ApplicationDispatcher
-
Async forward this request and response to another resource for processing.
- ASYNC - Static variable in class org.apache.catalina.deploy.FilterMap
-
- ASYNC_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
-
- 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_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
-
- AttributeParser - Class in org.apache.jasper.compiler
-
Converts a JSP attribute value into the unquoted equivalent.
- attributes - Variable in class org.apache.catalina.connector.Request
-
The attributes associated with this Request, keyed by attribute name.
- attributes - Variable in class org.apache.catalina.core.ApplicationContext
-
The context attributes for this context.
- attributes - Variable in class org.apache.catalina.session.StandardSession
-
The collection of user data attributes associated with this Session.
- attributes - Variable in class org.apache.coyote.ajp.AjpAprProtocol
-
Configuration attributes.
- attributes - Variable in class org.apache.coyote.ajp.AjpProtocol
-
Configuration attributes.
- attributes - Variable in class org.apache.coyote.http11.Http11AprProtocol
-
- attributes - Variable in class org.apache.coyote.http11.Http11Protocol
-
- attributes - Variable in class org.apache.naming.resources.CacheEntry
-
- attributes - Variable in class org.apache.naming.resources.DirContextURLConnection
-
Attributes.
- attributes - Variable in class org.apache.naming.resources.ResourceAttributes
-
External attributes.
- attributes - Variable in class org.apache.tomcat.util.net.ServerSocketFactory
-
- attrsSet(String, int, int, long) - Static method in class org.apache.tomcat.jni.File
-
Set attributes of the specified file.
- AUTH_HEADER_NAME - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Authentication header
- AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
-
Allow any authenticated user
- authenticate(Request, HttpServletResponse) - Method in interface org.apache.catalina.Authenticator
-
- authenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
API login.
- authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Authenticate the user making this request, based on the specified
login configuration.
- authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
-
Authenticate the user making this request, based on the specified
login configuration.
- authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
Authenticate the user making this request, based on the specified
login configuration.
- authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Authenticate the user making this request, based on the specified
login configuration.
- authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
-
Authenticate the user making this request, based on the specified
login configuration.
- authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.SSLAuthenticator
-
Authenticate the user by checking for the existence of a certificate
chain, and optionally asking a trust manager to validate that we trust
this user.
- authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.Request
-
- authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.RequestFacade
-
- authenticate(HttpServletResponse) - Method in class org.apache.catalina.core.DummyRequest
-
- authenticate(String, String) - Method in interface org.apache.catalina.Realm
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(String, byte[]) - Method in interface org.apache.catalina.Realm
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(String, String, String, String, String, String, String, String) - Method in interface org.apache.catalina.Realm
-
Return the Principal associated with the specified username, which
matches the digest calculated using the given parameters using the
method described in RFC 2069; otherwise return null
.
- authenticate(X509Certificate[]) - Method in interface org.apache.catalina.Realm
-
Return the Principal associated with the specified chain of X509
client certificates.
- authenticate(String, String) - Method in class org.apache.catalina.realm.RealmBase
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(String, byte[]) - Method in class org.apache.catalina.realm.RealmBase
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.RealmBase
-
Return the Principal associated with the specified username, which
matches the digest calculated using the given parameters using the
method described in RFC 2069; otherwise return null
.
- authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.RealmBase
-
Return the Principal associated with the specified chain of X509
client certificates.
- AUTHENTICATE_BYTES - Static variable in class org.apache.catalina.authenticator.BasicAuthenticator
-
Authenticate bytes.
- 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.
- authorization() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the authorization credentials
- authType - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
-
- authType - Variable in class org.apache.catalina.connector.Request
-
Authentication type.
- authType - Variable in class org.apache.catalina.session.StandardSession
-
The authentication type used to authenticate our cached Principal,
if any.
- authType() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the auth type
- available() - Method in class org.apache.catalina.connector.CoyoteInputStream
-
- available() - Method in class org.apache.catalina.connector.InputBuffer
-
- available - Variable in class org.apache.catalina.core.StandardContext
-
The application available flag for this Context.
- available - Variable in class org.apache.catalina.core.StandardWrapper
-
The date and time at which this servlet will become available (in
milliseconds since the epoch), or zero if the servlet is available.
- available() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
- available() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Amount of bytes still available in a buffer.
- available() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Amount of bytes still available in a buffer.
- available() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Amount of bytes still available in a buffer.
- available() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
-
Amount of bytes still available in a buffer.
- available() - Method in interface org.apache.coyote.http11.InputFilter
-
Amount of bytes still available in a buffer.
- available - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
-
Non blocking mode.
- available() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
Available bytes in the buffer ? (these may not translate to application
readable data)
- available() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Returns the number of bytes, which are currently
available, without blocking.
- available - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
-
- available - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Worker
-
- await() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
-
Await a newly assigned Socket from our Connector, or null
if we are supposed to shut down.
- C2BConverter - Class in org.apache.tomcat.util.buf
-
NIO based character encoder.
- C2BConverter(String) - Constructor for class org.apache.tomcat.util.buf.C2BConverter
-
Create an encoder for the specified charset.
- cache - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Should we cache authenticated Principals if the request is part of
an HTTP session?
- cache - Variable in class org.apache.catalina.authenticator.SingleSignOn
-
The cache of SingleSignOnEntry instances for authenticated Principals,
keyed by the cookie value that is used to select them.
- cache - Variable in class org.apache.naming.resources.ProxyDirContext
-
Cache.
- cache - Variable in class org.apache.naming.resources.ResourceCache
-
Cache.
- cacheClassName - Variable in class org.apache.naming.resources.ProxyDirContext
-
Cache class.
- cached - Variable in class org.apache.naming.resources.BaseDirContext
-
Cached.
- CACHED_POST_LEN - Static variable in class org.apache.catalina.connector.Request
-
Post data buffer.
- CacheEntry - Class in org.apache.naming.resources
-
Implements a cache entry.
- CacheEntry() - Constructor for class org.apache.naming.resources.CacheEntry
-
- cacheLoad(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
-
Load entry into cache.
- cacheLookup(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Lookup in cache.
- cacheMaxSize - Variable in class org.apache.catalina.core.StandardContext
-
Cache max size in KB.
- cacheMaxSize - Variable in class org.apache.naming.resources.BaseDirContext
-
Max size of cache.
- cacheMaxSize - Variable in class org.apache.naming.resources.ResourceCache
-
Max size of resources which will have their content cached.
- cacheObjectMaxSize - Variable in class org.apache.catalina.core.StandardContext
-
Cache object max size in KB.
- cacheObjectMaxSize - Variable in class org.apache.naming.resources.BaseDirContext
-
Max size of resources that will be content cached.
- cacheObjectMaxSize - Variable in class org.apache.naming.resources.ProxyDirContext
-
Max size of resources which will have their content cached.
- cacheSize - Variable in class org.apache.naming.resources.ResourceCache
-
Current cache size in KB.
- cacheSize - Static variable in class org.apache.tomcat.util.buf.StringCache
-
- cacheTTL - Variable in class org.apache.catalina.core.StandardContext
-
Cache TTL in ms.
- cacheTTL - Variable in class org.apache.naming.resources.BaseDirContext
-
Cache TTL.
- cacheTTL - Variable in class org.apache.naming.resources.ProxyDirContext
-
Cache TTL.
- cacheUnload(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Remove entry from cache.
- cachingAllowed - Variable in class org.apache.catalina.core.StandardContext
-
Caching allowed flag.
- callback(String) - Method in interface org.apache.tomcat.jni.PasswordCallback
-
Called when the password is required
- callback() - Method in interface org.apache.tomcat.jni.PoolCallback
-
Called when the pool is destroyed or cleared
- callback(long, int, String) - Method in interface org.apache.tomcat.jni.ProcErrorCallback
-
Called in the child process if APR encounters an error
in the child prior to running the specified program.
- callMethod1(Object, String, Object, String, ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- calloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
-
Allocate a block of memory from a pool and set all of the memory to 0
- calloc(long, int) - Static method in class org.apache.tomcat.jni.Stdlib
-
Allocates an array in memory with elements initialized to 0.
- canCreate(Client, String, Message) - Method in interface org.apache.cometd.bayeux.SecurityPolicy
-
- 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.
- Catch - Class in org.apache.jasper.tagplugins.jstl.core
-
- Catch() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Catch
-
- cb - Variable in class org.apache.tomcat.util.buf.B2CConverter
-
- cb - Variable in class org.apache.tomcat.util.buf.C2BConverter
-
- ccCache - Static variable in class org.apache.tomcat.util.buf.StringCache
-
Cache for char chunk.
- ccCount - Static variable in class org.apache.tomcat.util.buf.StringCache
-
toString count for char chunk.
- ccStats - Static variable in class org.apache.tomcat.util.buf.StringCache
-
Statistics hash map for char chunk.
- CERTIFICATE_KEY - Static variable in class org.apache.tomcat.util.net.Constants
-
The Request attribute key for the client certificate chain.
- 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.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
- 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.
- chain - Variable in class org.jboss.web.rewrite.RewriteRule
-
This flag chains the current rule with the next rule (which itself
can be chained with the following rule, etc.).
- cHandler - Variable in class org.apache.coyote.http11.Http11Protocol
-
- changeSessionId(String) - Method in class org.apache.catalina.connector.Request
-
Change the ID of the session that this request is associated with.
- changeSessionId(Session, Random) - Method in interface org.apache.catalina.Manager
-
Change the session ID of the current session to a new randomly generated
session ID.
- changeSessionId(Session, Random) - Method in class org.apache.catalina.session.ManagerBase
-
Change the session ID of the current session to a new randomly generated
session ID.
- changeSessionIdOnAuthentication - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Should the session ID, if any, be changed upon a successful
authentication to prevent a session fixation attack?
- Channel - Interface in org.apache.cometd.bayeux
-
A Bayeux Channel represents a channel used to receive messages from and to publish messages to.
- channel - Variable in class org.apache.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.
- 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 - Static variable in class org.apache.catalina.manager.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() - Method in class org.apache.catalina.startup.HostConfig
-
Check status of all webapps.
- check(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
-
- check(long) - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
-
- CHECK_ASYNC - Static variable in class org.apache.catalina.connector.Request
-
- checkAttributes(String, Node, JspUtil.ValidAttribute[], ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks if all mandatory attributes are present and if all attributes
present have valid names.
- checkBayeux(HttpEvent) - Method in class org.apache.tomcat.bayeux.BayeuxServlet
-
- checkCompile() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Method used by background thread to check the JSP dependencies
registered with this class for JSP's.
- checkConverter() - Method in class org.apache.catalina.connector.InputBuffer
-
- checkConverter() - Method in class org.apache.catalina.connector.OutputBuffer
-
- checkError() - Method in class org.apache.catalina.connector.CoyoteWriter
-
- checkFileName(String) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
Checks, whether the given file name is valid in the sense,
that it doesn't contain any NUL characters.
- checkIfHeaders(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the conditions specified in the optional If headers are
satisfied.
- checkIfHeaders(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.WebdavServlet
-
Check if the conditions specified in the optional If headers are
satisfied.
- checkIfMatch(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the if-match condition is satisfied.
- checkIfModifiedSince(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the if-modified-since condition is satisfied.
- checkIfNoneMatch(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the if-none-match condition is satisfied.
- checkIfUnmodifiedSince(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the if-unmodified-since condition is satisfied.
- checkListenerType(EventListener) - Method in class org.apache.catalina.core.ApplicationContext
-
- checkNormalize(MessageBytes) - Static method in class org.apache.catalina.connector.CoyoteAdapter
-
Check that the URI is normalized following character decoding.
- checkOutputDir() - Method in class org.apache.jasper.JspCompilationContext
-
- checkScope(String, Node, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks to see if the given scope is valid.
- checkSendfile(HttpServletRequest, HttpServletResponse, String, CacheEntry, long, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if sendfile can be used.
- checkThreshold(int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Checks to see if writing the specified number of bytes would cause the
configured threshold to be exceeded.
- checkUnusualURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
-
Check for unusual but valid <url-pattern>
s.
- checkVariable(String) - Method in class org.apache.jasper.compiler.BeanRepository
-
- childErrSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
-
Set the child_err and parent_err values to existing apr_file_t values.
- childInit(String, long) - Static method in class org.apache.tomcat.jni.Global
-
Re-open a mutex in a child process.
- childInit(String, long) - Static method in class org.apache.tomcat.jni.Lock
-
Re-open a mutex in a child process.
- childInSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
-
Set the child_in and/or parent_in values to existing apr_file_t values.
- childOutSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
-
Set the child_out and parent_out values to existing apr_file_t values.
- children - Variable in class org.apache.catalina.core.ContainerBase
-
The child Containers belonging to this Container, keyed by name.
- children - Variable in class org.apache.el.parser.SimpleNode
-
- 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).
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Choose an alias to authenticate the client side of a secure socket,
given the public key type and the list of certificate issuer authorities
recognized by the peer (if any).
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Returns this key manager's server key alias that was provided in the
constructor.
- chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Returns this key manager's server key alias that was provided in the
constructor.
- CHUNK_ON_CLOSE - Static variable in class org.apache.coyote.http11.Http11AprProcessor
-
- CHUNK_ON_CLOSE - Static variable in class org.apache.coyote.http11.Http11Processor
-
- CHUNKED - Static variable in class org.apache.coyote.ajp.Constants
-
- CHUNKED - Static variable in class org.apache.coyote.http11.Constants
-
- CHUNKED_FILTER - Static variable in class org.apache.coyote.ajp.Constants
-
Chunked filters (input and output).
- CHUNKED_FILTER - Static variable in class org.apache.coyote.http11.Constants
-
Chunked filters (input and output).
- ChunkedInputFilter - Class in org.apache.coyote.http11.filters
-
Chunked input filter.
- ChunkedInputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedInputFilter
-
- ChunkedOutputFilter - Class in org.apache.coyote.http11.filters
-
Chunked output filter.
- ChunkedOutputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Default constructor.
- chunkHeader - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Chunk header.
- chunkLength - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Buffer used for chunk length conversion.
- CHUNKSIZE - Static variable in class org.apache.jasper.compiler.JspUtil
-
- CIPHER_SUITE_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute under which we store the name of the cipher suite
being used on an SSL connection (as an object of type
java.lang.String).
- CIPHER_SUITE_KEY - Static variable in class org.apache.tomcat.util.net.Constants
-
The Request attribute key for the cipher suite.
- 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.
- classFileName - Variable in class org.apache.jasper.JspCompilationContext
-
- classLoadTime - Variable in class org.apache.catalina.core.StandardWrapper
-
- className - Variable in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- className - Variable in class org.apache.catalina.ssi.SSIMediator
-
- className - Variable in class org.apache.jasper.JspCompilationContext
-
- className - Variable in class org.apache.tomcat.util.modeler.ManagedBean
-
- classPath - Variable in class org.apache.jasper.JspCompilationContext
-
- classType - Static variable in class org.apache.catalina.core.StandardWrapper
-
Static class array used when the SecurityManager is turned on and
Servlet.init
is invoked.
- classTypeUsedInService - Static variable in class org.apache.catalina.core.StandardWrapper
-
Static class array used when the SecurityManager is turned on and
Servlet.service
is invoked.
- cleanDirectory(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
-
Cleans a directory without deleting it.
- cleanupForExec() - Static method in class org.apache.tomcat.jni.Pool
-
Run all of the child_cleanups, so that any unnecessary files are
closed because we are about to exec a new program
- cleanupKill(long, long) - Static method in class org.apache.tomcat.jni.Pool
-
Remove a previously registered cleanup function
- cleanupRegister(long, Object) - Static method in class org.apache.tomcat.jni.Pool
-
Register a function to be called when a pool is cleared or destroyed
- clear() - Method in class org.apache.catalina.connector.HttpEventImpl
-
Clear the event.
- clear() - Method in class org.apache.catalina.connector.RequestFacade
-
Clear facade.
- clear() - Method in class org.apache.catalina.connector.ResponseFacade
-
Clear facade.
- clear() - Method in class org.apache.catalina.session.FileStore
-
Remove all of the Sessions in this Store.
- clear() - Method in class org.apache.catalina.session.JDBCStore
-
Remove all of the Sessions in this Store.
- clear() - Method in interface org.apache.catalina.Store
-
Remove all Sessions from this Store.
- clear() - Method in class org.apache.catalina.util.ParameterMap
-
Remove all mappings from this map.
- clear() - Method in class org.apache.catalina.util.ResourceSet
-
Remove all of the elements from this set.
- clear() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- clear() - Method in class org.apache.jasper.runtime.CharBuffer
-
Clear this buffer.
- clear() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Discard the output buffer.
- clear() - Method in class org.apache.jasper.xmlparser.XMLString
-
Resets all of the values to their defaults.
- clear() - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
Clears the string buffer.
- clear(long) - Static method in class org.apache.tomcat.jni.Pool
-
Clear all memory in the pool and run all the cleanups.
- clear() - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Clears all header fields.
- clear() - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
-
Clear all accepted names from this filter, so that it will accept
all attribute names.
- clear() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- clear() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
-
- clear() - Method in class org.jboss.logging.jdk.JDKNDCProvider
-
- clear() - Static method in class org.jboss.logging.NDC
-
- clear() - Method in interface org.jboss.logging.NDCProvider
-
- clear() - Method in class org.jboss.logging.NullNDCProvider
-
- 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
-
- 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
-
- 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
-
- cloneStack() - Method in class org.jboss.logging.NullNDCProvider
-
- close() - Method in class org.apache.catalina.connector.CoyoteInputStream
-
Close the stream
Since we re-cycle, we can't allow the call to super.close()
which would permantely disable us.
- close() - Method in class org.apache.catalina.connector.CoyoteOutputStream
-
- close() - Method in class org.apache.catalina.connector.CoyoteReader
-
- close() - Method in class org.apache.catalina.connector.CoyoteWriter
-
- close() - Method in class org.apache.catalina.connector.HttpEventImpl
-
- close() - Method in class org.apache.catalina.connector.InputBuffer
-
Close the input buffer.
- close() - Method in class org.apache.catalina.connector.OutputBuffer
-
Close the output buffer.
- close() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- close() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- close(int) - Method in class org.apache.catalina.ha.backend.TcpSender
-
Close connection.
- close(Connection) - Method in class org.apache.catalina.session.JDBCStore
-
Close the specified database connection.
- close() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Close the specified database connection.
- CLOSE - Static variable in class org.apache.coyote.ajp.Constants
-
- CLOSE - Static variable in class org.apache.coyote.http11.Constants
-
- close() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
-
- close() - Method in class org.apache.jasper.compiler.ServletWriter
-
- close() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- close() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Close the stream.
- close() - Method in class org.apache.naming.NamingContextBindingsEnumeration
-
Closes this enumeration.
- close() - Method in class org.apache.naming.NamingContextEnumeration
-
Closes this enumeration.
- close() - Method in class org.apache.naming.NamingEnumerationImpl
-
Closes this enumeration.
- close() - Method in class org.apache.naming.resources.BaseDirContext
-
Closes this context.
- close() - Method in class org.apache.naming.resources.ProxyDirContext
-
Closes this context.
- close() - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Closes this context.
- close() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
-
Closes this enumeration.
- close(long) - Static method in class org.apache.tomcat.jni.Directory
-
close the specified directory.
- close(long) - Static method in class org.apache.tomcat.jni.File
-
Close the specified file.
- close(long) - Static method in class org.apache.tomcat.jni.Registry
-
Close the specified Registry key.
- close(long) - Static method in class org.apache.tomcat.jni.Socket
-
Close a socket.
- close() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
-
Closes underlying output stream, and mark this as closed
- close() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Closes the input stream.
- close(boolean) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Closes the input stream.
- close() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Closes this output stream and releases any system resources associated
with this stream.
- close() - Method in interface org.apache.tomcat.util.http.fileupload.util.Closeable
-
Closes the object.
- close() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Closes this input stream and releases any system resources
associated with the stream.
- close() - Method in interface org.jboss.servlet.http.HttpEvent
-
Ends the request, which marks the end of the event stream.
- CLOSE_BYTES - Static variable in class org.apache.coyote.ajp.Constants
-
- CLOSE_BYTES - Static variable in class org.apache.coyote.http11.Constants
-
- Closeable - Interface in org.apache.tomcat.util.http.fileupload.util
-
Interface of an object, which may be closed.
- closeBIO(long) - Static method in class org.apache.tomcat.jni.SSL
-
Close BIO and derefrence callback object
- 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
.
- 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.
- cnonceCacheSize - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
-
Maximum number of client nonces to keep in the cache.
- cnonces - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
-
List of client nonce values currently being tracked
- 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
-
Convert an object to Boolean.
- 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(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
-
Coerce an object to a string
- 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
-
- 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.
- commaDelimitedListToIntArray(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Convert a comma delimited list of numbers into an int[].
- commaDelimitedListToPatternArray(String) - Static method in class org.apache.catalina.filters.RemoteIpFilter
-
Convert a given comma delimited list of regular expressions into an array of compiled Pattern
- commaDelimitedListToPatternArray(String) - Static method in class org.apache.catalina.valves.RemoteIpValve
-
Convert a given comma delimited list of regular expressions into an array of compiled Pattern
- commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Convert a given comma delimited list of strings into an array of String
- commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.RemoteIpFilter
-
Convert a given comma delimited list of regular expressions into an array of String
- commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.valves.RemoteIpValve
-
Convert a given comma delimited list of regular expressions into an array of String
- COMMAND_END - Static variable in class org.apache.catalina.ssi.SSIProcessor
-
The end pattern
- COMMAND_START - Static variable in class org.apache.catalina.ssi.SSIProcessor
-
The start pattern
- commands - Variable in class org.apache.catalina.ssi.SSIProcessor
-
- comment - Variable in class org.apache.catalina.deploy.SessionCookie
-
- commit() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Commit the response.
- commit() - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Commit the response.
- commited - Variable in class org.apache.coyote.Response
-
Committed flag.
- committed - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Committed flag.
- committed - Variable in class org.apache.coyote.http11.InternalOutputBuffer
-
Committed flag.
- COMMON_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
-
- COMMON_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
-
- compare(Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
Compare two objects, after coercing to the same type if appropriate.
- 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.
- compareTo(Object) - Method in class org.apache.naming.resources.JARDirContext.Entry
-
- compareTo(Object) - Method in class org.apache.naming.resources.WARDirContext.Entry
-
- compile() - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context
- compile(boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compile(boolean, boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compile() - Method in class org.apache.jasper.JspCompilationContext
-
- Compiler - Class in org.apache.jasper.compiler
-
Main JSP compiler class.
- Compiler() - Constructor for class org.apache.jasper.compiler.Compiler
-
- 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.
- 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.
- 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.
- condition - Variable in class org.jboss.web.rewrite.RewriteCond
-
- condition - Variable in class org.jboss.web.rewrite.RewriteCond.LexicalCondition
-
- conditionalState - Variable in class org.apache.catalina.ssi.SSIMediator
-
- conditions - Variable in class org.jboss.web.rewrite.RewriteRule
-
- condPattern - Variable in class org.jboss.web.rewrite.RewriteCond
-
- CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
-
- CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
-
- config - Variable in class org.apache.catalina.ssi.SSIFilter
-
- configBase - Variable in class org.apache.catalina.startup.HostConfig
-
Config base.
- configBase() - Method in class org.apache.catalina.startup.HostConfig
-
Return a File object representing the "configuration root" directory
for our associated Host.
- configClass - Variable in class org.apache.catalina.core.StandardContext
-
The class name of the context configurator.
- configClass - Variable in class org.apache.catalina.startup.HostConfig
-
The Java class name of the Context configuration class we should use.
- configErrMsg - Variable in class org.apache.catalina.ssi.SSIMediator
-
- configSizeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
-
- configTimeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
-
- configureClientAuth(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Configure Client authentication for this version of JSSE.
- configureClientAuth(SSLSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Configure Client authentication for this version of JSSE.
- configured - Variable in class org.apache.catalina.core.StandardContext
-
The "correctly configured" flag for this Context.
- configureSessionCookie(Cookie) - Method in class org.apache.catalina.connector.Request
-
Configures the given JSESSIONID cookie.
- connect() - Method in class org.apache.naming.resources.DirContextURLConnection
-
Connect to the DirContext, and retrive the bound object, as well as
its attributes.
- connect(long, long) - Static method in class org.apache.tomcat.jni.Local
-
Issue a connection request to a socket either on the same machine
or a different one.
- connect(long, long) - Static method in class org.apache.tomcat.jni.Socket
-
Issue a connection request to a socket either on the same machine
or a different one.
- CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
-
- CONNECTION - Static variable in class org.apache.coyote.http11.Constants
-
- CONNECTION_TYPE_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Field names inside Bayeux messages - connectionType field
- connectionCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
Amount of connections inside this poller.
- connectionCount - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Poller
-
Amount of connections inside this poller.
- connectionName - Variable in class org.apache.catalina.session.JDBCStore
-
The connection username to use when trying to connect to the database.
- connectionName - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
The connection username to use when trying to connect to the database.
- connectionPassword - Variable in class org.apache.catalina.session.JDBCStore
-
The connection URL to use when trying to connect to the database.
- connectionPassword - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
The connection URL to use when trying to connect to the database.
- 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.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(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.
- ConnectorMBean - Class in org.apache.catalina.connector
-
A ModelMBean implementation for the
org.apache.coyote.tomcat5.CoyoteConnector
component.
- ConnectorMBean() - Constructor for class org.apache.catalina.connector.ConnectorMBean
-
Construct a ModelMBean
with default
ModelMBeanInfo
information.
- 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.filters
-
Manifest constants for this Java package.
- Constants() - Constructor for class org.apache.catalina.filters.Constants
-
- Constants - Class in org.apache.catalina.manager
-
- Constants() - Constructor for class org.apache.catalina.manager.Constants
-
- Constants - Class in org.apache.catalina.realm
-
Manifest constants for this Java package.
- Constants() - Constructor for class org.apache.catalina.realm.Constants
-
- Constants - Class in org.apache.catalina.servlets
-
- Constants() - Constructor for class org.apache.catalina.servlets.Constants
-
- Constants - Class in org.apache.catalina.session
-
Manifest constants for the org.apache.catalina.session
package.
- Constants() - Constructor for class org.apache.catalina.session.Constants
-
- Constants - Class in org.apache.catalina.startup
-
String constants for the startup package.
- Constants() - Constructor for class org.apache.catalina.startup.Constants
-
- Constants - Class in org.apache.catalina.valves
-
Manifest constants for the org.apache.catalina.valves
package.
- Constants() - Constructor for class org.apache.catalina.valves.Constants
-
- Constants - Class in org.apache.coyote.ajp
-
Constants.
- Constants() - Constructor for class org.apache.coyote.ajp.Constants
-
- Constants - Class in org.apache.coyote
-
Constants.
- Constants() - Constructor for class org.apache.coyote.Constants
-
- Constants - Class in org.apache.coyote.http11
-
Constants.
- Constants() - Constructor for class org.apache.coyote.http11.Constants
-
- Constants - Class in org.apache.jasper
-
Some constants and other global data that are used by the compiler and the runtime.
- Constants() - Constructor for class org.apache.jasper.Constants
-
- Constants - Class in org.apache.naming
-
Static constants for this package.
- Constants() - Constructor for class org.apache.naming.Constants
-
- Constants - Class in org.apache.naming.resources
-
Static constants for this package.
- Constants() - Constructor for class org.apache.naming.resources.Constants
-
- Constants - Class in org.apache.tomcat.util
-
Constants.
- Constants() - Constructor for class org.apache.tomcat.util.Constants
-
- Constants - Class in org.apache.tomcat.util.net
-
Constants.
- Constants() - Constructor for class org.apache.tomcat.util.net.Constants
-
- Constants - Class in org.jboss.web.php
-
Package Constants
- Constants() - Constructor for class org.jboss.web.php.Constants
-
- Constants.AccessLog - Class in org.apache.catalina.valves
-
- 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.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.
- ContainerEvent - Class in org.apache.catalina
-
General event for notifying listeners of significant changes on a Container.
- ContainerEvent(Container, String, Object) - Constructor for class org.apache.catalina.ContainerEvent
-
Construct a new ContainerEvent with the specified parameters.
- containerEvent(ContainerEvent) - Method in interface org.apache.catalina.ContainerListener
-
Acknowledge the occurrence of the specified event.
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.ServiceMapperListener
-
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
-
- 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
- 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.
- contains(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Return true
if the given str
contains the given
searchStr
.
- containsHeader(String) - Method in class org.apache.catalina.connector.Response
-
Has the specified header been set already in this response?
- containsHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- containsHeader(String) - Method in class org.apache.catalina.core.DummyResponse
-
- containsHeader(String) - Method in class org.apache.coyote.Response
-
Warning: This method always returns false for Content-Type
and Content-Length.
- containsSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Returns true if the symbol table already contains the specified
symbol.
- containsSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Returns true if the symbol table already contains the specified
symbol.
- CONTENT_DISPOSITION - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
HTTP content disposition header name.
- CONTENT_LANGUAGE - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Content language.
- CONTENT_LENGTH - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Content length.
- CONTENT_LENGTH - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
HTTP content length header name.
- CONTENT_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
-
MIME type of the content.
- CONTENT_TYPE - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
HTTP content type header name.
- contentDelimitation - Variable in class org.apache.coyote.http11.Http11AprProcessor
-
Content delimitator for the request (if false, the connection will
be closed at the end of the request).
- contentDelimitation - Variable in class org.apache.coyote.http11.Http11Processor
-
Content delimitator for the request (if false, the connection will
be closed at the end of the request).
- contentLanguage - Variable in class org.apache.coyote.Response
-
- contentLength - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Content length.
- contentLength - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Content length.
- contentLength - Variable in class org.apache.coyote.Response
-
- contentLength - Variable in class org.apache.naming.resources.ResourceAttributes
-
Content length.
- contentType() - Method in class org.apache.coyote.Request
-
- contentType - Variable in class org.apache.coyote.Response
-
HTTP specific fields.
- contentType - Variable in class org.apache.jasper.JspCompilationContext
-
- contentType() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the content type
- ContentType - Class in org.apache.tomcat.util.http
-
Usefull methods for Content-Type processing
- ContentType() - Constructor for class org.apache.tomcat.util.http.ContentType
-
- contentTypeRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
-
regex pattern to match when evaluating content types
- context - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
The Context to which this Valve is attached.
- context - Variable in class org.apache.catalina.connector.Request
-
Associated context.
- Context - Interface in org.apache.catalina
-
A Context is a Container that represents a servlet context, and
therefore an individual web application, in the Catalina servlet engine.
- context - Variable in class org.apache.catalina.core.StandardContext
-
The ServletContext implementation associated with this Context.
- context - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- context - Variable in class org.apache.catalina.startup.ContextConfig
-
The Context we are associated with.
- context - Variable in class org.apache.jasper.JspCompilationContext
-
- CONTEXT - Static variable in class org.apache.naming.NamingEntry
-
- context - Variable in class org.apache.naming.resources.CacheEntry
-
- context - Variable in class org.apache.naming.resources.DirContextURLConnection
-
Directory context.
- context - Variable in class org.apache.naming.resources.DirContextURLStreamHandler
-
Directory context.
- CONTEXT - Static variable in class org.apache.naming.resources.ProxyDirContext
-
- context - Variable in class org.apache.tomcat.util.http.mapper.Mapper
-
Context associated with this wrapper, used for wrapper mapping.
- context - Variable in class org.apache.tomcat.util.http.mapper.MappingData
-
- context - Variable in class org.jboss.web.rewrite.RewriteValve
-
Will be set to true if the valve is associated with a context.
- 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
-
- contextList - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Host
-
- contextListenerStart() - Method in class org.apache.catalina.core.StandardContext
-
Configure the set of instantiated application event listeners
for this Context.
- contextName - Variable in class org.apache.naming.resources.ProxyDirContext
-
Context name.
- contextPath - Variable in class org.apache.catalina.core.DummyRequest
-
- contextPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
-
- contexts - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
-
- contextXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Allow customized directory listing per context.
- controlConcurrency(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
-
Subclass friendly method to add conditions.
- controller - Variable in class org.apache.catalina.core.ContainerBase
-
- controller - Variable in class org.apache.catalina.core.StandardService
-
- controller - Variable in class org.apache.catalina.realm.RealmBase
-
- controller - Variable in class org.apache.catalina.valves.ValveBase
-
- conType - Variable in class org.apache.tomcat.bayeux.RequestBase
-
- conv - Variable in class org.apache.catalina.connector.InputBuffer
-
Current byte to char converter.
- conv - Variable in class org.apache.catalina.connector.OutputBuffer
-
Current char to byte converter.
- convert(String) - Static method in class org.apache.catalina.util.HexUtils
-
Convert a String of hexadecimal digits into the corresponding
byte array by encoding each two hexadecimal digits as a byte.
- convert(byte[]) - Static method in class org.apache.catalina.util.HexUtils
-
Convert a byte array into a printable format containing a
String of hexadecimal digit characters (two per byte).
- convert(String) - Static method in class org.apache.catalina.util.MIME2Java
-
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
- convert(String, String, Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- convert(ByteChunk, CharChunk) - Method in class org.apache.tomcat.util.buf.B2CConverter
-
Convert the given bytes to characters.
- convert(CharChunk, ByteChunk) - Method in class org.apache.tomcat.util.buf.C2BConverter
-
Convert the given characters to bytes.
- convert(String) - Static method in class org.apache.tomcat.util.buf.HexUtils
-
Convert a String of hexadecimal digits into the corresponding
byte array by encoding each two hexadecimal digits as a byte.
- convert(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
-
Convert a byte array into a printable format containing a
String of hexadecimal digit characters (two per byte).
- convert(ByteChunk) - Method in class org.apache.tomcat.util.buf.UDecoder
-
URLDecode, will modify the source.
- convert(ByteChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
URLDecode, will modify the source.
- convert(CharChunk) - Method in class org.apache.tomcat.util.buf.UDecoder
-
In-buffer processing - the buffer will be modified
Includes converting '+' to ' '.
- convert(CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
In-buffer processing - the buffer will be modified
- convert(MessageBytes) - Method in class org.apache.tomcat.util.buf.UDecoder
-
URLDecode, will modify the source
Includes converting '+' to ' '.
- convert(MessageBytes, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
URLDecode, will modify the source
- convert(String) - Method in class org.apache.tomcat.util.buf.UDecoder
-
- convert(String, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
- convert(ByteChunk, CharChunk) - Method in class org.apache.tomcat.util.buf.UTF8Decoder
-
- convert2Int(byte[]) - Static method in class org.apache.catalina.util.HexUtils
-
Convert 4 hex digits to an int, and return the number of converted
bytes.
- convert2Int(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
-
Convert 4 hex digits to an int, and return the number of converted
bytes.
- convertDateFormat(String) - Method in class org.apache.catalina.util.Strftime
-
Search the provided pattern and get the C standard
Date/Time formatting rules and convert them to the
Java equivalent.
- convertMB(MessageBytes) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
Character conversion of the a US-ASCII MessageBytes.
- convertToBytes(String) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Convert specified String to a byte array.
- convertURI(MessageBytes, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
Character conversion of the URI.
- convertValue(String, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
EXPERIMENTAL Convert a string to object, based on type.
- cookie - Variable in class org.jboss.web.rewrite.RewriteRule
-
This sets a cookie on the client's browser.
- cookieDomain - Variable in class org.apache.catalina.authenticator.SingleSignOn
-
Optional SSO cookie domain.
- cookieDomain - Variable in class org.jboss.web.rewrite.RewriteRule
-
- cookieHttpOnly - Variable in class org.apache.catalina.authenticator.SingleSignOn
-
Optional SSO HTTP only.
- cookieHttpOnly - Variable in class org.jboss.web.rewrite.RewriteRule
-
- cookieLifetime - Variable in class org.jboss.web.rewrite.RewriteRule
-
- cookieName - Variable in class org.jboss.web.rewrite.RewriteRule
-
- cookiePath - Variable in class org.jboss.web.rewrite.RewriteRule
-
- cookieResult - Variable in class org.jboss.web.rewrite.RewriteRule
-
- cookies - Variable in class org.apache.catalina.connector.Request
-
The set of cookies associated with this Request.
- cookies - Variable in class org.apache.catalina.connector.Response
-
The set of Cookies associated with this Response.
- cookies() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get cookies.
- Cookies - Class in org.apache.tomcat.util.http
-
A collection of cookies - reusable and tuned for server side performance.
- Cookies(MimeHeaders) - Constructor for class org.apache.tomcat.util.http.Cookies
-
Construct a new cookie collection, that will extract
the information from headers.
- cookies(ScriptEnvironment) - Static method in class org.jboss.web.php.SAPI
-
- cookieSecure - Variable in class org.jboss.web.rewrite.RewriteRule
-
- cookiesParsed - Variable in class org.apache.catalina.connector.Request
-
Cookies parsed flag.
- cookieSubstitution - Variable in class org.jboss.web.rewrite.RewriteRule
-
- CookieSupport - Class in org.apache.tomcat.util.http
-
Static constants for this package.
- cookieValue - Variable in class org.jboss.web.rewrite.RewriteRule
-
- copy(File, File) - Method in class org.apache.catalina.core.StandardContext
-
Copy a file.
- copy(CacheEntry, InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copy(CacheEntry, 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, 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(File, File) - Static method in class org.apache.catalina.startup.ExpandWar
-
Copy the specified file or directory to the destination.
- copy(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
-
Copy the specified file to another file.
- copy(InputStream, OutputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
-
Copy bytes from an InputStream
to an
OutputStream
.
- copy(InputStream, OutputStream, boolean) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
Copies the contents of the given InputStream
to the given OutputStream
.
- copy(InputStream, OutputStream, boolean, byte[]) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
Copies the contents of the given InputStream
to the given OutputStream
.
- copyBytes(byte[], int, int, int) - Static method in class org.apache.catalina.connector.CoyoteAdapter
-
Copy an array of bytes to a different position.
- copyLarge(InputStream, OutputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
-
Copy bytes from a large (over 2GB) InputStream
to an
OutputStream
.
- copyRange(InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copyRange(Reader, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copyRange(InputStream, ServletOutputStream, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copyRange(Reader, PrintWriter, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- 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.
- CrawlerSessionManagerValve - Class in org.apache.catalina.valves
-
Web crawlers can trigger the creation of many thousands of sessions as they
crawl a site which may result in significant memory consumption.
- CrawlerSessionManagerValve() - Constructor for class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- create() - Method in class org.apache.catalina.core.StandardContext
-
- create() - 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.
- createCompiler() - Method in class org.apache.jasper.JspCompilationContext
-
Create a "Compiler" object based on some init param data.
- createCompiler(String) - Method in class org.apache.jasper.JspCompilationContext
-
- createConstructorInfo() - Method in class org.apache.tomcat.util.modeler.ConstructorInfo
-
Create and return a ModelMBeanConstructorInfo
object that
corresponds to the attribute described by this instance.
- createELContext(JspContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- createEmptySession() - Method in interface org.apache.catalina.Manager
-
Get a session from the recycled ones or create a new empty one.
- createEmptySession() - Method in class org.apache.catalina.session.ManagerBase
-
Get a session from the recycled ones or create a new empty one.
- createFilter(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
-
- createFilter(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- createFilterChain(ServletRequest, Wrapper, Servlet) - Method in class org.apache.catalina.core.ApplicationFilterFactory
-
Construct and return a FilterChain implementation that will wrap the
execution of the specified servlet instance.
- createFragmentsOrder() - Method in class org.apache.catalina.startup.ContextConfig
-
Parse fragments order.
- createInputStream() - Method in class org.apache.catalina.connector.Request
-
Create and return a ServletInputStream to read the content
associated with this Request.
- createInputStream() - Method in class org.apache.catalina.core.DummyRequest
-
- createItem(String, String, boolean, String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Create a new
DiskFileItem
instance from the supplied parameters and the local factory
configuration.
- createItem(String, String, boolean, String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemFactory
-
Create a new
FileItem
instance from the supplied parameters and
any local factory configuration.
- createJavacError(String, Node.Nodes, StringBuilder, int) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
- createJavacError(String, Node.Nodes, StringBuilder, int, JspCompilationContext) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
- createListener(Class<T>) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- createListener(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
-
- createListener(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- createLogElements() - Method in class org.apache.catalina.valves.AccessLogValve
-
parse pattern string and create the array of AccessLogElement
- createLogElements() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
- createManagedBean(Registry, String, Class, String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
XXX Find if the 'className' is the name of the MBean or
the real class ( I suppose first )
XXX Read (optional) descriptions from a .properties, generated
from source
XXX Deal with constructors
- createManager(String) - Method in interface org.apache.catalina.Cluster
-
Create a new manager which will use this cluster to replicate its
sessions.
- createMBean() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
Create and return a ModelMBean
that has been
preconfigured with the ModelMBeanInfo
information
for this managed bean, but is not associated with any particular
managed resource.
- createMBean(Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
Create and return a ModelMBean
that has been
preconfigured with the ModelMBeanInfo
information
for this managed bean, and is associated with the specified
managed object instance.
- 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.
- createObjectName(String, String) - Method in class org.apache.catalina.connector.Connector
-
- createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.ContainerBase
-
- createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardContext
-
- createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardEngine
-
- createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardHost
-
- createObjectName(String, ObjectName) - Method in class org.apache.catalina.valves.ValveBase
-
- createOutputDir() - Method in class org.apache.jasper.JspCompilationContext
-
- createOutputStream() - Method in class org.apache.catalina.connector.Response
-
Create and return a ServletOutputStream to write the content
associated with this Response.
- createOutputStream() - Method in class org.apache.catalina.core.DummyResponse
-
- createParameterInfo() - Method in class org.apache.tomcat.util.modeler.ParameterInfo
-
Create and return a MBeanParameterInfo
object that
corresponds to the parameter described by this instance.
- createProcessor() - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- createProcessor() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- createProcessor() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- createRequest() - Method in class org.apache.catalina.connector.Connector
-
Create (or allocate) and return a Request object suitable for
specifying the contents of a Request to the responsible Container.
- createResponse() - Method in class org.apache.catalina.connector.Connector
-
Create (or allocate) and return a Response object suitable for
receiving the contents of a Response from the responsible Container.
- createServlet(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
-
- createServlet(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- createSession(String, Random) - Method in interface org.apache.catalina.Manager
-
Construct and return a new session object, based on the default
settings specified by this Manager's properties.
- createSession(String, Random) - Method in class org.apache.catalina.session.ManagerBase
-
Construct and return a new session object, based on the default
settings specified by this Manager's properties.
- createSession(String, Random) - Method in class org.apache.catalina.session.StandardManager
-
Construct and return a new session object, based on the default
settings specified by this Manager's properties.
- createSocket(int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- createSocket(int, int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- createSocket(int) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
-
Returns a server socket which uses all network interfaces on
the host, and is bound to a the specified port.
- createSocket(int, int) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
-
Returns a server socket which uses all network interfaces on
the host, is bound to a the specified port, and uses the
specified connection backlog.
- createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
-
Returns a server socket which uses only the specified network
interface on the local host, is bound to a the specified port,
and uses the specified connection backlog.
- createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.AliasDirContext
-
- createSubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Creates and binds a new context.
- createSubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Creates and binds a new context.
- createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
-
Creates and binds a new context, along with associated attributes.
- createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
-
Creates and binds a new context, along with associated attributes.
- createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
-
Creates and binds a new context, along with associated attributes.
- createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.JARDirContext
-
Creates and binds a new context, along with associated attributes.
- createSubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Creates and binds a new context.
- createSubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Creates and binds a new context.
- createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
-
Creates and binds a new context, along with associated attributes.
- createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
-
Creates and binds a new context, along with associated attributes.
- createSubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Creates and binds a new context.
- createSubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Creates and binds a new context.
- createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Creates and binds a new context, along with associated attributes.
- createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Creates and binds a new context, along with associated attributes.
- createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
-
Creates and binds a new context, along with associated attributes.
- createTypedArray(String, Object, Method, String[], Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Create a typed array.
- createURLStreamHandler(String) - Method in class org.apache.naming.resources.DirContextURLStreamHandlerFactory
-
Creates a new URLStreamHandler instance with the specified protocol.
- createUUID(String) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- 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
-
- createWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Create (or allocate) and return an available processor for use in
processing a specific HTTP request, if possible.
- createWorkerThread() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
Create (or allocate) and return an available processor for use in
processing a specific HTTP request, if possible.
- createWrapper() - Method in interface org.apache.catalina.Context
-
Factory method to create and return a new Wrapper instance, of
the Java implementation class appropriate for this Context
implementation.
- createWrapper() - Method in class org.apache.catalina.core.StandardContext
-
Factory method to create and return a new Wrapper instance, of
the Java implementation class appropriate for this Context
implementation.
- creation - Variable in class org.apache.naming.resources.ResourceAttributes
-
Creation time.
- CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Creation date.
- creationDate - Variable in class org.apache.naming.resources.ResourceAttributes
-
Creation date.
- creationDateFormat - Static variable in class org.apache.catalina.servlets.WebdavServlet
-
Simple date format for the creation date ISO representation (partial).
- creationTime - Variable in class org.apache.catalina.session.StandardSession
-
The time this session was created, in milliseconds since midnight,
January 1, 1970 GMT.
- creationTime - Variable in class org.apache.tomcat.bayeux.MessageImpl
-
- CRLF - Static variable in class org.apache.coyote.ajp.Constants
-
CRLF.
- CRLF - Static variable in class org.apache.coyote.http11.Constants
-
CRLF.
- CRLF_BYTES - Static variable in class org.apache.coyote.ajp.Constants
-
- CRLF_BYTES - Static variable in class org.apache.coyote.http11.Constants
-
- crossContext - Variable in class org.apache.catalina.core.StandardContext
-
Should we allow the ServletContext.getContext()
method
to access the context of other web applications in this server?
- csize - Variable in class org.apache.tomcat.jni.FileInfo
-
The storage size consumed by the file
- CSRF_NONCE_REQUEST_PARAM - Static variable in class org.apache.catalina.filters.Constants
-
- CSRF_NONCE_SESSION_ATTR_NAME - Static variable in class org.apache.catalina.filters.Constants
-
- CsrfPreventionFilter - Class in org.apache.catalina.filters
-
Provides basic CSRF protection for a web application.
- CsrfPreventionFilter() - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter
-
- CsrfPreventionFilter.CsrfResponseWrapper - Class in org.apache.catalina.filters
-
- CsrfPreventionFilter.CsrfResponseWrapper(HttpServletResponse, String) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
-
- ctime - Variable in class org.apache.tomcat.jni.FileInfo
-
The time the file was created, or the inode was last changed
- ctime(long) - Static method in class org.apache.tomcat.jni.Time
-
Formats dates in the ctime() format
in an efficient manner.
- ctxt - Variable in class org.apache.jasper.compiler.Compiler
-
- curChar - Variable in class org.apache.el.parser.ELParserTokenManager
-
- CURRENT_REQ_ATTR - Static variable in interface org.apache.tomcat.bayeux.BayeuxRequest
-
- currentFilterChain - Variable in class org.apache.catalina.connector.Request
-
Number of filter chains used.
- currentLogFile - Variable in class org.apache.catalina.valves.AccessLogValve
-
The current log file we are writing to.
- 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
- 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
- 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
-
- deallocate(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
-
Return this previously allocated servlet to the pool of available
instances.
- deallocate(Servlet) - Method in interface org.apache.catalina.Wrapper
-
Return this previously allocated servlet to the pool of available
instances.
- debug - Variable in class org.apache.catalina.servlets.DefaultServlet
-
The debugging detail level for this servlet.
- debug - Variable in class org.apache.catalina.ssi.SSIFilter
-
Debug level for this servlet.
- debug - Variable in class org.apache.catalina.ssi.SSIMediator
-
- debug - Variable in class org.apache.catalina.ssi.SSIProcessor
-
- debug - Variable in class org.apache.catalina.ssi.SSIServlet
-
Debug level for this servlet.
- debug - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- debug(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- debug(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- debug(Object) - Method in class org.jboss.logging.Logger
-
Issue a log msg with a level of DEBUG.
- debug(Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log msg and throwable with a level of DEBUG.
- debug(Object) - Method in interface org.jboss.logging.LoggerPlugin
-
Issue a log msg with a level of DEBUG.
- debug(Object, Throwable) - Method in interface org.jboss.logging.LoggerPlugin
-
Issue a log msg and throwable with a level of DEBUG.
- debug(Object) - Method in class org.jboss.logging.NullLoggerPlugin
-
- debug(Object, Throwable) - Method in class org.jboss.logging.NullLoggerPlugin
-
- 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
- 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_BUFFER_SIZE - Static variable in class org.apache.catalina.connector.InputBuffer
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.connector.OutputBuffer
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.util.IOTools
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
-
Default size of the JSP buffer.
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.ASCIIReader
-
Default byte buffer size (2048).
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UCSReader
-
Default byte buffer size (8192, larger than that of ASCIIReader
since it's reasonable to surmise that the average UCS-4-encoded
file should be 4 times as large as the average ASCII-encoded file).
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UTF8Reader
-
Default byte buffer size (2048).
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
- DEFAULT_BUFSIZE - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
The default length of the buffer used for processing a request.
- DEFAULT_CHARACTER_ENCODING - Static variable in class org.apache.coyote.Constants
-
- DEFAULT_CHARACTER_ENCODING - Static variable in class org.apache.tomcat.util.buf.ByteChunk
-
Default encoding used to convert to strings.
- DEFAULT_CHARSET - Static variable in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Default content charset to be used when no explicit charset
parameter is provided by the sender.
- DEFAULT_CONFIG_ERR_MSG - Static variable in class org.apache.catalina.ssi.SSIMediator
-
- DEFAULT_CONFIG_SIZE_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
-
- DEFAULT_CONFIG_TIME_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
-
- DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.catalina.connector.Constants
-
- DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.ajp.Constants
-
- DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.http11.Constants
-
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.catalina.connector.Constants
-
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
-
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
-
- DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.catalina.connector.Constants
-
- DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
-
- DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
-
- DEFAULT_ENCODING - Static variable in class org.apache.catalina.connector.InputBuffer
-
- DEFAULT_ENCODING - Static variable in class org.apache.catalina.connector.OutputBuffer
-
- DEFAULT_ENCODING - Static variable in class org.apache.catalina.ssi.SSIEcho
-
- DEFAULT_ENCODING - Static variable in class org.apache.jasper.tagplugins.jstl.Util
-
- DEFAULT_ENCODING - Static variable in class org.apache.tomcat.util.http.Parameters
-
- DEFAULT_HEADER_SIZE - Static variable in class org.apache.tomcat.util.http.MimeHeaders
-
Initial size - should be == average number of headers per request
- DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.apache.coyote.ajp.Constants
-
Default HTTP header buffer size.
- DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.apache.coyote.http11.Constants
-
Default HTTP header buffer size.
- DEFAULT_LOCALE - Static variable in class org.apache.coyote.Constants
-
- DEFAULT_NAMESPACE - Static variable in class org.apache.catalina.servlets.WebdavServlet
-
Default namespace.
- DEFAULT_NAMESPACE - Static variable in class org.apache.naming.resources.Constants
-
- DEFAULT_NAMING_LISTENER - Static variable in class org.apache.catalina.core.StandardContext
-
- DEFAULT_PLUGIN_CLASS_NAME - Static variable in class org.jboss.logging.Logger
-
The default LoggerPlugin implementation is log4j
- DEFAULT_RESOURCE - Static variable in class org.apache.catalina.util.CharsetMapper
-
Default properties resource name.
- DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.catalina.connector.Constants
-
- DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
-
- DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
-
- DEFAULT_SERVLET_METHODS - Static variable in class org.apache.catalina.core.StandardWrapper
-
- DEFAULT_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLStringBuffer
-
Default buffer size (32).
- DEFAULT_SIZE_THRESHOLD - Static variable in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
The default threshold above which uploads will be stored on disk.
- DEFAULT_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_XMLDECL_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
- defaultContentType - Variable in class org.apache.catalina.deploy.JspPropertyGroup
-
- DefaultContextXml - Static variable in class org.apache.catalina.startup.Constants
-
- defaultEncoding(long) - Static method in class org.apache.tomcat.jni.OS
-
Get the name of the system default characer set.
- defaultHostName - Variable in class org.apache.tomcat.util.http.mapper.Mapper
-
Default host name.
- defaultLocale - Static variable in class org.apache.catalina.connector.Request
-
The default Locale if none are specified.
- defaultMap - Static variable in class org.apache.tomcat.util.http.MimeMap
-
- 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.
- defaultValue - Variable in class org.jboss.web.rewrite.Substitution.MapElement
-
- defaultWebConfig() - Method in class org.apache.catalina.startup.ContextConfig
-
Process the default configuration file, if it exists.
- DefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
-
- defaultWrapper - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
-
- deferAccept - Variable in class org.apache.tomcat.util.net.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.
- delete() - Method in class org.apache.catalina.core.StandardPart
-
- delete(File) - Static method in class org.apache.catalina.startup.ExpandWar
-
Delete the specified directory, including all of its contents and
sub-directories recursively.
- delete(File, boolean) - Static method in class org.apache.catalina.startup.ExpandWar
-
Delete the specified directory, including all of its contents and
sub-directories recursively.
- delete(long) - Static method in class org.apache.tomcat.jni.Mmap
-
Remove a mmap'ed.
- delete() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Deletes the underlying storage for a file item, including deleting any
associated temporary disk file.
- delete(File) - Method in class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
-
Deletes the file object, which may be a file or a directory.
- delete() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Deletes the underlying storage for a file item, including deleting any
associated temporary disk file.
- deleteDir(File) - Static method in class org.apache.catalina.startup.ExpandWar
-
Delete the specified directory, including all of its contents and
sub-directories recursively.
- deleteDir(File, boolean) - Static method in class org.apache.catalina.startup.ExpandWar
-
Delete the specified directory, including all of its contents and
sub-directories recursively.
- deleteDirectory(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
-
Deletes a directory recursively.
- deleteKey(int, String, boolean) - Static method in class org.apache.tomcat.jni.Registry
-
Delete the Registry subkey
- deleteQuietly(File) - Method in class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
-
Deletes the file object, which may be a file or a directory.
- deleteValue(long, String) - Static method in class org.apache.tomcat.jni.Registry
-
Delete the Registry value
- deliver(Message) - Method in interface org.apache.cometd.bayeux.Client
-
Deliver a message to this client only
Deliver a message directly to the client.
- deliver(Message[]) - Method in interface org.apache.cometd.bayeux.Client
-
Deliver a batch of messages to this client only
Deliver a batch messages directly to the client.
- deliver(Message[]) - Method in interface org.apache.cometd.bayeux.Listener
-
Invoked when a message is delivered to the client.
- deliver(Message) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- deliver(Message[]) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- deliver(HttpEvent, ClientImpl) - Static method in class org.apache.tomcat.bayeux.RequestBase
-
- deliverInternal(ChannelImpl, MessageImpl) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- deliverInternal(ChannelImpl, Message[]) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- denies - Variable in class org.apache.catalina.filters.RequestFilter
-
The set of deny
regular expressions we will evaluate.
- denies - Variable in class org.apache.catalina.valves.RequestFilterValve
-
The set of deny
regular expressions we will evaluate.
- deny - Variable in class org.apache.catalina.filters.RequestFilter
-
The comma-delimited set of deny
expressions.
- deny - Variable in class org.apache.catalina.valves.RequestFilterValve
-
The comma-delimited set of deny
expressions.
- deploymentCount - Static variable in class org.apache.catalina.startup.ContextConfig
-
Deployment count.
- deregister(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Deregister the specified session.
- deregister(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Deregister the specified single sign on identifier, and invalidate
any associated sessions.
- derivedPackageName - Variable in class org.apache.jasper.JspCompilationContext
-
- desc - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
Socket descriptors.
- desc - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- description - Variable in class org.apache.catalina.core.StandardWrapper
-
Description.
- description - Variable in class org.apache.catalina.deploy.jsp.FunctionInfo
-
- description - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- description - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
-
- description - Variable in class org.apache.tomcat.util.modeler.ManagedBean
-
- desirectConnType - Variable in class org.apache.tomcat.bayeux.ClientImpl
-
The desired connection type
- desiredConnTypeFlag - Variable in class org.apache.tomcat.bayeux.RequestBase
-
- desiredEntryAccessRatio - Variable in class org.apache.naming.resources.ResourceCache
-
Entry hit ratio at which an entry will never be removed from the cache.
- destroy() - Method in class org.apache.catalina.connector.Connector
-
- destroy() - Method in class org.apache.catalina.core.ContainerBase
-
- destroy() - Method in class org.apache.catalina.core.StandardContext
-
Destroy needs to clean up the context completely.
- destroy() - Method in class org.apache.catalina.core.StandardEngine
-
- destroy() - Method in class org.apache.catalina.core.StandardHost
-
- destroy() - Method in class org.apache.catalina.core.StandardService
-
- destroy() - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
-
- destroy() - Method in class org.apache.catalina.filters.FilterBase
-
- destroy() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- destroy() - Method in class org.apache.catalina.filters.RequestDumperFilter
-
- destroy() - Method in class org.apache.catalina.filters.WebdavFixFilter
-
- destroy() - Method in class org.apache.catalina.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.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.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() - Method in class org.jboss.web.php.Handler
-
Finalize this servlet.
- DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component destroy" event.
- destroyInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
-
- destroySubcontext(String) - Method in class org.apache.naming.resources.AliasDirContext
-
- destroySubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Destroys the named context and removes it from the namespace.
- destroySubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Destroys the named context and removes it from the namespace.
- destroySubcontext(String) - Method in class org.apache.naming.resources.FileDirContext
-
Destroys the named context and removes it from the namespace.
- destroySubcontext(String) - Method in class org.apache.naming.resources.JARDirContext
-
Destroys the named context and removes it from the namespace.
- destroySubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Destroys the named context and removes it from the namespace.
- destroySubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Destroys the named context and removes it from the namespace.
- destroySubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Destroys the named context and removes it from the namespace.
- destroySubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Destroys the named context and removes it from the namespace.
- destroySubcontext(String) - Method in class org.apache.naming.resources.WARDirContext
-
Destroys the named context and removes it from the namespace.
- detach(int) - Static method in class org.apache.tomcat.jni.Proc
-
Detach the process from the controlling terminal.
- detach(long) - Static method in class org.apache.tomcat.jni.Shm
-
Detach from a shared memory segment without destroying it.
- detachSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
-
Determine if the child should start in detached state.
- device - Variable in class org.apache.tomcat.jni.FileInfo
-
The id of the device the file is on.
- digest - Variable in class org.apache.catalina.realm.RealmBase
-
Digest algorithm used in storing passwords in a non-plaintext format.
- digest(String) - Method in class org.apache.catalina.realm.RealmBase
-
Digest the password using the specified algorithm and
convert the result to a corresponding hexadecimal string.
- Digest(String, String, String) - Static method in class org.apache.catalina.realm.RealmBase
-
Digest password using the algorithm especificied and
convert the result to a corresponding hex string.
- 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.
- 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.disk
-
The default implementation of the
FileItem
interface.
- DiskFileItem(String, String, boolean, String, int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Constructs a new DiskFileItem
instance.
- DiskFileItemFactory - Class in org.apache.tomcat.util.http.fileupload.disk
-
- DiskFileItemFactory() - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Constructs an unconfigured instance of this class.
- DiskFileItemFactory(int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Constructs a preconfigured instance of this class.
- dispatch() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- dispatch(String) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- dispatch(ServletContext, String) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
-
- DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.Globals
-
Request dispatcher path.
- DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
-
- DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.Globals
-
Request dispatcher state.
- dispatcherType - Variable in class org.apache.catalina.connector.Request
-
The current dispatcher type.
- displayName - Variable in class org.apache.catalina.core.StandardContext
-
The display name of this web application.
- displayName - Variable in class org.apache.catalina.deploy.jsp.TagInfo
-
- displayName - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
-
- displaySize(StringBuilder, int) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Display the size of a file.
- distributable - Variable in class org.apache.catalina.core.StandardContext
-
The distributable flag for this web application.
- distributable - Variable in class org.apache.catalina.session.ManagerBase
-
The distributable flag for Sessions created by this Manager.
- 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.CsrfPreventionFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteAddrFilter
-
Extract the desired request property, and pass it (along with the
specified request and response objects and associated filter chain) to
the protected process()
method to perform the actual
filtering.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteHostFilter
-
Extract the desired request property, and pass it (along with the
specified request and response objects and associated filter chain) to
the protected process()
method to perform the actual
filtering.
- doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestDumperFilter
-
Log the interesting request parameters, invoke the next Filter in the
sequence, and log the interesting response parameters.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestFilter
-
Extract the desired request property, and pass it (along with the
specified request and response objects) to the protected
process()
method to perform the actual filtering.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
Select and set (if specified) the character encoding to be used to
interpret request parameters for this request.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.WebdavFixFilter
-
Check for the broken MS WebDAV client and if detected issue a re-direct
that hopefully will cause the non-broken client to be used.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.ssi.SSIFilter
-
- doFilterEvent(HttpEvent) - Method in class org.apache.catalina.core.ApplicationFilterChain
-
Invoke the next filter in this chain, passing the specified request
and response.
- doFilterEvent(HttpEvent, HttpEventFilterChain) - Method in class org.apache.catalina.filters.RemoteAddrFilter
-
Extract the desired request property, and pass it (along with the comet
event and filter chain) to the protected process()
method
to perform the actual filtering.
- doFilterEvent(HttpEvent, HttpEventFilterChain) - Method in class org.apache.catalina.filters.RemoteHostFilter
-
Extract the desired request property, and pass it (along with the comet
event and filter chain) to the protected process()
method
to perform the actual filtering.
- doFilterEvent(HttpEvent, HttpEventFilterChain) - Method in interface org.jboss.servlet.http.HttpEventFilter
-
The doFilterEvent
method of the HttpEventFilter is called by the container
each time a request/response pair is passed through the chain due
to a client event for a resource at the end of the chain.
- doFilterEvent(HttpEvent) - Method in interface org.jboss.servlet.http.HttpEventFilterChain
-
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter
in the chain, causes the resource at the end of the chain to be invoked.
- doFlush(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
-
Flush bytes or chars contained in the buffer.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.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
-
- doGetUserPrincipal() - Method in class org.apache.catalina.connector.Request
-
Return the principal that has been authenticated for this Request.
- doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Process a HEAD request for the specified resource.
- DOJOX_COMETD_BAYEUX - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
ServletContext attribute name used to obtain the Bayeux object
- doLoad() - Method in class org.apache.catalina.session.StandardManager
-
Load any currently active sessions that were previously unloaded
to the appropriate persistence mechanism, if any.
- doLock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
-
LOCK Method.
- domain - Variable in class org.apache.catalina.connector.Connector
-
- domain - Variable in class org.apache.catalina.core.ContainerBase
-
- domain - Variable in class org.apache.catalina.core.StandardServer
-
- domain - Variable in class org.apache.catalina.core.StandardService
-
- domain - Variable in class org.apache.catalina.deploy.SessionCookie
-
- domain - Variable in class org.apache.catalina.realm.RealmBase
-
- domain - Variable in class org.apache.catalina.session.ManagerBase
-
- domain - Variable in class org.apache.catalina.valves.ValveBase
-
- domain - Variable in class org.apache.coyote.ajp.AjpAprProtocol
-
- domain - Variable in class org.apache.coyote.ajp.AjpProtocol
-
- domain - Variable in class org.apache.coyote.http11.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.servlets.CGIServlet
-
Provides CGI Gateway service -- delegates to doGet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Process a POST request for the specified resource.
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
-
Process and forward the POST request to our
requestHandler()
.
- doPropfind(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
-
PROPFIND Method.
- doProppatch(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
-
PROPPATCH Method.
- doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Process a POST request for the specified resource.
- doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
-
Process a POST request for the specified resource.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.ajp.AjpAprProcessor.SocketInputBuffer
-
Read bytes into the specified chunk.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.ajp.AjpProcessor.SocketInputBuffer
-
Read bytes into the specified chunk.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
Fills the given ByteChunk with the buffered request body.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Read bytes.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Read bytes.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Read bytes.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
-
Write some bytes.
- doRead(ByteChunk, Request) - Method in interface org.apache.coyote.http11.InputFilter
-
Read bytes.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
Read some bytes.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
-
Read bytes into the specified chunk.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalInputBuffer
-
Read some bytes.
- doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
-
Read bytes into the specified chunk.
- doRead(ByteChunk, Request) - Method in 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.
- 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.session.JDBCStore
-
Instance of the JDBC Driver class we use as a connection factory.
- driver - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
Instance of the JDBC Driver class we use as a connection factory.
- driverName - Variable in class org.apache.catalina.session.JDBCStore
-
Driver to use.
- DUMMY_LOGIN_CONFIG - Static variable in class org.apache.catalina.startup.ContextConfig
-
- DummyRequest - Class in org.apache.catalina.core
-
Dummy request object, used for request dispatcher mapping, as well as
JSP precompilation.
- DummyRequest() - Constructor for class org.apache.catalina.core.DummyRequest
-
- DummyRequest(String, String, String) - Constructor for class org.apache.catalina.core.DummyRequest
-
- DummyResponse - Class in org.apache.catalina.core
-
Dummy response object, used for JSP precompilation.
- DummyResponse() - Constructor for class org.apache.catalina.core.DummyResponse
-
- dump(String) - Method in class org.apache.coyote.ajp.AjpMessage
-
Dump the contents of the message, prefixed with the given String.
- dup(long, long, long) - Static method in class org.apache.tomcat.jni.File
-
Duplicate the specified file descriptor.
- dup(long, long) - Static method in class org.apache.tomcat.jni.Mmap
-
Duplicate the specified MMAP.
- dup2(long, long, long) - Static method in class org.apache.tomcat.jni.File
-
Duplicate the specified file descriptor and close the original.
- duplicate(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Copy the src into this MessageBytes, allocating more space if
needed
- duplicate(AprEndpoint.SocketList) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- duplicate(JIoEndpoint.SocketList) - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
-
- 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
-
- DynamicLogger - Class in org.jboss.logging
-
An extension of the JBoss Logger that adds a log()
primitive that maps to a dynamically defined log level.
- DynamicLogger(String) - Constructor for class org.jboss.logging.DynamicLogger
-
Create a new DynamicLogger.
- 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.
- fairness - Variable in class org.apache.catalina.valves.SemaphoreValve
-
Fairness of the semaphore.
- fakeOutputStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Fake internal output stream.
- 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
-
- fatal(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- fatal(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- fatal(Object) - Method in class org.jboss.logging.Logger
-
Issue a log msg with a level of FATAL.
- fatal(Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log msg and throwable with a level of FATAL.
- fatal(Object) - Method in interface org.jboss.logging.LoggerPlugin
-
Issue a log msg with a level of FATAL.
- fatal(Object, Throwable) - Method in interface org.jboss.logging.LoggerPlugin
-
Issue a log msg and throwable with a level of FATAL.
- fatal(Object) - Method in class org.jboss.logging.NullLoggerPlugin
-
- fatal(Object, Throwable) - Method in class org.jboss.logging.NullLoggerPlugin
-
- fBuckets - Variable in class org.apache.jasper.xmlparser.SymbolTable
-
Buckets.
- fBuffer - Variable in class org.apache.jasper.xmlparser.ASCIIReader
-
Byte buffer.
- fBuffer - Variable in class org.apache.jasper.xmlparser.UCSReader
-
Byte buffer.
- fBuffer - Variable in class org.apache.jasper.xmlparser.UTF8Reader
-
Byte buffer.
- fd - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- fdpool - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- FeatureInfo - Class in org.apache.tomcat.util.modeler
-
Convenience base class for AttributeInfo
,
ConstructorInfo
, and OperationInfo
classes
that will be used to collect configuration information for the
ModelMBean
beans exposed for management.
- FeatureInfo() - Constructor for class org.apache.tomcat.util.modeler.FeatureInfo
-
- fEncoding - Variable in class org.apache.jasper.xmlparser.UCSReader
-
- fIANA2JavaMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
-
fIANA2JavaMap
- FIELD_SEPARATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
A byte sequence that that follows a delimiter that will be
followed by an encapsulation (CRLF
).
- file() - Method in class org.apache.catalina.session.StandardManager
-
Return a File object representing the pathname to our
persistence file, if any.
- file(String) - Method in class org.apache.naming.resources.FileDirContext
-
Return a File object representing the specified normalized
context-relative path if it exists and is readable.
- file - Variable in class org.apache.naming.resources.FileDirContext.FileResource
-
Associated file object.
- file - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
-
- File - Class in org.apache.tomcat.jni
-
File
- File() - Constructor for class org.apache.tomcat.jni.File
-
- 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)
- FileInfo - Class in org.apache.tomcat.jni
-
Fileinfo
- FileInfo() - Constructor for class org.apache.tomcat.jni.FileInfo
-
- FileItem - Interface in org.apache.tomcat.util.http.fileupload
-
This class represents a file or form item that was received within a
multipart/form-data
POST request.
- FileItemFactory - Interface in org.apache.tomcat.util.http.fileupload
-
A factory interface for creating
FileItem
instances.
- FileItemHeaders - Interface in org.apache.tomcat.util.http.fileupload
-
This class provides support for accessing the headers for a file or form
item that was received within a multipart/form-data
POST
request.
- FileItemHeadersImpl - Class in org.apache.tomcat.util.http.fileupload.util
-
- FileItemHeadersImpl() - Constructor for class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
-
- FileItemHeadersSupport - Interface in org.apache.tomcat.util.http.fileupload
-
Interface that will indicate that
FileItem
or
FileItemStream
implementations will accept the headers read for the item.
- FileItemIterator - Interface in org.apache.tomcat.util.http.fileupload
-
- FileItemStream - Interface in org.apache.tomcat.util.http.fileupload
-
This interface provides access to a file or form item that was
received within a multipart/form-data
POST request.
- FileItemStream.ItemSkippedException - Exception in org.apache.tomcat.util.http.fileupload
-
This exception is thrown, if an attempt is made to read
data from the
InputStream
, which has been returned
by
FileItemStream.openStream()
, after
Iterator.hasNext()
has been invoked on the
iterator, which created the
FileItemStream
.
- FileItemStream.ItemSkippedException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileItemStream.ItemSkippedException
-
- fileName - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- 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
-
- 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
-
- fillInStackTrace() - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
-
- 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.
- FilterBase - Class in org.apache.catalina.filters
-
Base class for filters that provides generic initialisation and a simple
no-op destruction.
- FilterBase() - Constructor for class org.apache.catalina.filters.FilterBase
-
- filterChain - Variable in class org.apache.catalina.core.DummyRequest
-
- filterChains - Variable in class org.apache.catalina.connector.Request
-
Filter chains associated with the request.
- filterConfigs - Variable in class org.apache.catalina.core.StandardContext
-
The set of filter configurations (and associated filter instances) we
have initialized, keyed by filter name.
- FilterDef - Class in org.apache.catalina.deploy
-
Representation of a filter definition for a web application, as represented
in a <filter>
element in the deployment descriptor.
- FilterDef() - Constructor for class org.apache.catalina.deploy.FilterDef
-
- filterDefs - Variable in class org.apache.catalina.core.StandardContext
-
The set of filter definitions for this application, keyed by
filter name.
- 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.disk.DiskFileItem
-
Removes the file contents from the temporary storage.
- find(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
-
Find an entry given its name in the cache and return the associated String.
- find(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
-
Find an entry given its name in the cache and return the associated String.
- findAliases() - Method in class org.apache.catalina.core.StandardHost
-
Return the set of alias names for this Host.
- findAliases() - Method in interface org.apache.catalina.Host
-
Return the set of alias names for this Host.
- findApplicationFilterConfig(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the application filter for the given name.
- findApplicationFilterConfigs() - Method in class org.apache.catalina.core.StandardContext
-
Return the application filter for the given name.
- findApplicationListeners() - Method in interface org.apache.catalina.Context
-
Return the set of application listener class names configured
for this application.
- findApplicationListeners() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of application listener class names configured
for this application.
- findApplicationParameters() - Method in interface org.apache.catalina.Context
-
Return the set of application parameters for this application.
- findApplicationParameters() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of application parameters for this application.
- findAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- findAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- findAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Return true
if the specified role is permitted access to
the resources protected by this security constraint.
- findAuthRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Return the set of roles that are permitted access to the resources
protected by this security constraint.
- findByte(byte[], int, int, byte) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the first instance of the given byte in the byte array between
the specified start and end.
- findByte(byte, int) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Searches for a byte of specified value in the buffer
,
starting at the specified position
.
- findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Specialized utility method: find a sequence of lower case bytes inside
a ByteChunk.
- findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.Http11Processor
-
Specialized utility method: find a sequence of lower case bytes inside
a ByteChunk.
- findBytes(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the first instance of any of the given bytes in the byte array
between the specified start and end.
- findCGI(String, String, String, String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Resolves core information about the cgi script.
- findChar(char) - Method in class org.apache.catalina.util.StringParser
-
Return the index of the next occurrence of the specified character,
or the index of the character after the last position of the string
if no more occurrences of this character are found.
- findChar(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Find a character, no side effects.
- findChars(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Find a character, no side effects.
- findChild(String) - Method in interface org.apache.catalina.Container
-
Return the child Container, associated with this Container, with
the specified name (if any); otherwise, return null
- findChild(String) - Method in class org.apache.catalina.core.ContainerBase
-
Return the child Container, associated with this Container, with
the specified name (if any); otherwise, return null
- findChildren() - Method in interface org.apache.catalina.Container
-
Return the set of children Containers associated with this Container.
- findChildren() - Method in class org.apache.catalina.core.ContainerBase
-
Return the set of children Containers associated with this Container.
- findChildWithAtt(Node, String, String, String) - Static method in class org.apache.tomcat.util.DomUtil
-
Find the first direct child with a given attribute.
- findClosest(ByteChunk, StringCache.ByteEntry[], int) - Static method in class org.apache.tomcat.util.buf.StringCache
-
Find an entry given its name in a sorted array of map elements.
- findClosest(CharChunk, StringCache.CharEntry[], int) - Static method in class org.apache.tomcat.util.buf.StringCache
-
Find an entry given its name in a sorted array of map elements.
- findCollection(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Return the web resource collection for the specified name, if any;
otherwise, return null
.
- findCollections() - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Return all of the web resource collections protected by this
security constraint.
- findCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Return the list of restricted user agents.
- findCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11Processor
-
Return the list of restricted user agents.
- findConnectors() - Method in class org.apache.catalina.core.StandardService
-
Find and return the set of Connectors associated with this Service.
- findConnectors() - Method in interface org.apache.catalina.Service
-
Find and return the set of Connectors associated with this Service.
- findConstraints() - Method in interface org.apache.catalina.Context
-
Return the set of security constraints for this web application.
- findConstraints() - Method in class org.apache.catalina.core.StandardContext
-
Return the security constraints for this web application.
- findContainerListeners() - Method in interface org.apache.catalina.Container
-
Return the set of container listeners associated with this Container.
- findContainerListeners() - Method in class org.apache.catalina.core.ContainerBase
-
Return the set of container listeners associated with this Container.
- findErrorPage(int) - Method in interface org.apache.catalina.Context
-
Return the error page entry for the specified HTTP error code,
if any; otherwise return null
.
- findErrorPage(String) - Method in interface org.apache.catalina.Context
-
Return the error page entry for the specified Java exception type,
if any; otherwise return null
.
- findErrorPage(int) - Method in class org.apache.catalina.core.StandardContext
-
Return the error page entry for the specified HTTP error code,
if any; otherwise return null
.
- findErrorPage(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the error page entry for the specified Java exception type,
if any; otherwise return null
.
- findErrorPages() - Method in interface org.apache.catalina.Context
-
Return the set of defined error pages for all specified error codes
and exception types.
- findErrorPages() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of defined error pages for all specified error codes
and exception types.
- findExecutors() - Method in class org.apache.catalina.core.StandardService
-
Retrieves all executors
- findExecutors() - Method in interface org.apache.catalina.Service
-
Retrieves all executors
- findFilterConfig(String) - Method in class org.apache.catalina.core.StandardContext
-
Find and return the initialized FilterConfig
for the
specified filter name, if any; otherwise return null
.
- findFilterDef(String) - Method in interface org.apache.catalina.Context
-
Return the filter definition for the specified filter name, if any;
otherwise return null
.
- findFilterDef(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the filter definition for the specified filter name, if any;
otherwise return null
.
- findFilterDefs() - Method in interface org.apache.catalina.Context
-
Return the set of defined filters for this Context.
- findFilterDefs() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of defined filters for this Context.
- findFilterMaps() - Method in interface org.apache.catalina.Context
-
Return the set of filter mappings for this Context.
- findFilterMaps() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of filter mappings for this Context.
- findHeader(String, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Find the index of a header with the given name.
- findInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Return the value for the specified initialization parameter name,
if any; otherwise return null
.
- findInitParameter(String) - Method in interface org.apache.catalina.Wrapper
-
Return the value for the specified initialization parameter name,
if any; otherwise return null
.
- findInitParameters() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the names of all defined initialization parameters for this
servlet.
- findInitParameters() - Method in interface org.apache.catalina.Wrapper
-
Return the names of all defined initialization parameters for this
servlet.
- findInstanceListeners() - Method in interface org.apache.catalina.Context
-
Return the set of InstanceListener classes that will be added to
newly created Wrappers automatically.
- findInstanceListeners() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of InstanceListener classes that will be added to
newly created Wrappers automatically.
- findJspProperty(String) - Method in class org.apache.jasper.compiler.JspConfig
-
Find a property that best matches the supplied resource.
- findJspPropertyGroups() - Method in interface org.apache.catalina.Context
-
Return the set of JSP property groups.
- findJspPropertyGroups() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of JSP property groups.
- findLifecycleListeners() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.connector.Connector
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.core.ContainerBase
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.core.StandardPipeline
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.core.StandardServer
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.core.StandardService
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in 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.realm.RealmBase
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.session.StandardManager
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.session.StoreBase
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.util.LifecycleSupport
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.valves.AccessLogValve
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- findLifecycleListeners() - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.valves.SemaphoreValve
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.jboss.web.rewrite.RewriteValve
-
- findManagedBean(String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Find and return the managed bean definition for the specified
bean name, if any; otherwise return null
.
- findManagedBean(Object, Class, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Find or load metadata.
- findManagedBean(Class, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
- findManagedBeans() - Method in class org.apache.tomcat.util.modeler.Registry
-
Return the set of bean names for all managed beans known to
this registry.
- findManagedBeans(String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Return the set of bean names for all managed beans known to
this registry that belong to the specified group.
- findMappingObject() - Method in class org.apache.catalina.core.StandardContext
-
FIXME: Fooling introspection ...
- findMappingObject() - Method in class org.apache.catalina.core.StandardWrapper
-
FIXME: Fooling introspection ...
- findMappings() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the mappings associated with this wrapper.
- findMappings() - Method in interface org.apache.catalina.Wrapper
-
Return the mappings associated with this wrapper.
- findMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Return true
if the specified HTTP request method is
part of this web resource collection.
- findMethod(Class, String, Class[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- findMethodOmission(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Return true
if the specified HTTP request method is
not part of this web resource collection.
- findMethodOmissions() - Method in class org.apache.catalina.deploy.SecurityCollection
-
Return the set of HTTP request methods that are not part of this web
resource collection, or a zero-length array if no request methods
is omitted.
- findMethods() - Method in class org.apache.catalina.deploy.SecurityCollection
-
Return the set of HTTP request methods that are part of this web
resource collection, or a zero-length array if all request methods
are included.
- findMimeMapping(String) - Method in interface org.apache.catalina.Context
-
Return the MIME type to which the specified extension is mapped,
if any; otherwise return null
.
- findMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the MIME type to which the specified extension is mapped,
if any; otherwise return null
.
- findMimeMappings() - Method in interface org.apache.catalina.Context
-
Return the extensions for which MIME mappings are defined.
- findMimeMappings() - Method in class org.apache.catalina.core.StandardContext
-
Return the extensions for which MIME mappings are defined.
- findNotBytes(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the first instance of any byte that is not one of the given bytes
in the byte array between the specified start and end.
- findNotChars(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Find the first character != c
- findParameter(String) - Method in interface org.apache.catalina.Context
-
Return the value for the specified context initialization
parameter name, if any; otherwise return null
.
- findParameter(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the value for the specified context initialization
parameter name, if any; otherwise return null
.
- findParameters() - Method in interface org.apache.catalina.Context
-
Return the names of all defined context initialization parameters
for this Context.
- findParameters() - Method in class org.apache.catalina.core.StandardContext
-
Return the names of all defined context initialization parameters
for this Context.
- findPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Is the specified pattern part of this web resource collection?
- findPatterns() - Method in class org.apache.catalina.deploy.SecurityCollection
-
Return the set of URL patterns that are part of this web resource
collection.
- findRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Return the list of restricted user agents.
- findRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11Processor
-
Return the list of restricted user agents.
- findRoleMapping(String) - Method in interface org.apache.catalina.Context
-
For the given security role (as used by an application), return the
corresponding role name (as defined by the underlying Realm) if there
is one.
- findRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
For the given security role (as used by an application), return the
corresponding role name (as defined by the underlying Realm) if there
is one.
- findScript(String, String, String, String, String) - Method in class org.jboss.web.php.ScriptEnvironment
-
Resolves core information about the php script.
- findSecurityConstraints(Request, Context) - Method in interface org.apache.catalina.Realm
-
Return the SecurityConstraints configured to guard the request URI for
this request, or null
if there is no such constraint.
- findSecurityConstraints(Request, Context) - Method in class org.apache.catalina.realm.RealmBase
-
Return the SecurityConstraints configured to guard the request URI for
this request, or null
if there is no such constraint.
- findSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Return the security role link for the specified security role
reference name, if any; otherwise return null
.
- findSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
-
Return the security role link for the specified security role
reference name, if any; otherwise return null
.
- findSecurityReferences() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the set of security role reference names associated with
this servlet, if any; otherwise return a zero-length array.
- findSecurityReferences() - Method in interface org.apache.catalina.Wrapper
-
Return the set of security role reference names associated with
this servlet, if any; otherwise return a zero-length array.
- findSecurityRole(String) - Method in interface org.apache.catalina.Context
-
Return true
if the specified security role is defined
for this application; otherwise return false
.
- findSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
-
Return true
if the specified security role is defined
for this application; otherwise return false
.
- findSecurityRoles() - Method in interface org.apache.catalina.Context
-
Return the security roles defined for this application.
- findSecurityRoles() - Method in class org.apache.catalina.core.StandardContext
-
Return the security roles defined for this application.
- findSeparator() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Searches for the boundary
in the buffer
region delimited by head
and tail
.
- findService(String) - Method in class org.apache.catalina.core.StandardServer
-
Return the specified Service (if it exists); otherwise return
null
.
- findService(String) - Method in interface org.apache.catalina.Server
-
Return the specified Service (if it exists); otherwise return
null
.
- findServices() - Method in class org.apache.catalina.core.StandardServer
-
Return the set of Services defined within this Server.
- findServices() - Method in interface org.apache.catalina.Server
-
Return the set of Services defined within this Server.
- findServletMapping(String) - Method in interface org.apache.catalina.Context
-
Return the servlet name mapped by the specified pattern (if any);
otherwise return null
.
- findServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the servlet name mapped by the specified pattern (if any);
otherwise return null
.
- findServletMappings() - Method in interface org.apache.catalina.Context
-
Return the patterns of all defined servlet mappings for this
Context.
- findServletMappings() - Method in class org.apache.catalina.core.StandardContext
-
Return the patterns of all defined servlet mappings for this
Context.
- findSession(String) - Method in interface org.apache.catalina.Manager
-
Return the active Session, associated with this Manager, with the
specified session id (if any); otherwise return null
.
- findSession(String) - Method in class org.apache.catalina.session.ManagerBase
-
Return the active Session, associated with this Manager, with the
specified session id (if any); otherwise return null
.
- findSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Return the active Session, associated with this Manager, with the
specified session id (if any); otherwise return null
.
- findSessions() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
-
Returns the Session
s associated with this SSO.
- findSessions() - Method in interface org.apache.catalina.Manager
-
Return the set of active Sessions associated with this Manager.
- findSessions() - Method in class org.apache.catalina.session.ManagerBase
-
Return the set of active Sessions associated with this Manager.
- findStaticResources() - Method in class org.apache.catalina.core.StandardContext
-
Return the naming resources associated with this web application.
- findStatusPages() - Method in interface org.apache.catalina.Context
-
Return the set of HTTP status codes for which error pages have
been specified.
- findStatusPages() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of HTTP status codes for which error pages have
been specified.
- findTaglib(String) - Method in interface org.apache.catalina.Context
-
Return the tag library descriptor location for the specified taglib
URI, if any; otherwise, return null
.
- findTaglib(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the tag library descriptor location for the specified taglib
URI, if any; otherwise, return null
.
- findTaglibs() - Method in interface org.apache.catalina.Context
-
Return the URIs of all tag libraries for which a tag library
descriptor location has been specified.
- findTaglibs() - Method in class org.apache.catalina.core.StandardContext
-
Return the URIs of all tag libraries for which a tag library
descriptor location has been specified.
- findText() - Method in class org.apache.catalina.util.StringParser
-
Return the index of the next occurrence of a non-whitespace character,
or the index of the character after the last position of the string
if no more non-whitespace characters are found.
- findWelcomeFile(String) - Method in interface org.apache.catalina.Context
-
Return true
if the specified welcome file is defined
for this Context; otherwise return false
.
- findWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
-
Return true
if the specified welcome file is defined
for this Context; otherwise return false
.
- findWelcomeFiles() - Method in interface org.apache.catalina.Context
-
Return the set of welcome files defined for this Context.
- findWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of welcome files defined for this Context.
- findWhite() - Method in class org.apache.catalina.util.StringParser
-
Return the index of the next occurrence of a whitespace character,
or the index of the character after the last position of the string
if no more whitespace characters are found.
- findWrapperLifecycles() - Method in interface org.apache.catalina.Context
-
Return the set of LifecycleListener classes that will be added to
newly created Wrappers automatically.
- findWrapperLifecycles() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of LifecycleListener classes that will be added to
newly created Wrappers automatically.
- findWrapperListeners() - Method in interface org.apache.catalina.Context
-
Return the set of ContainerListener classes that will be added to
newly created Wrappers automatically.
- findWrapperListeners() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of ContainerListener classes that will be added to
newly created Wrappers automatically.
- findXsltInputStream(DirContext) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Return the xsl template inputstream (if possible)
- finish() - Method in class org.apache.catalina.connector.ResponseFacade
-
- finish() - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
Finish AJP response.
- finish() - Method in class org.apache.coyote.ajp.AjpProcessor
-
Finish AJP response.
- finish() - Method in class org.apache.coyote.Response
-
- finished - Variable in class org.apache.coyote.ajp.AjpAprProcessor
-
Finished response.
- finished - Variable in class org.apache.coyote.ajp.AjpProcessor
-
Finished response.
- finished - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Finished flag.
- finished - Variable in class org.apache.coyote.http11.InternalOutputBuffer
-
Finished flag.
- finishRequest() - Method in class org.apache.catalina.connector.Request
-
Perform whatever actions are required to flush and close the input
stream or reader, in a single operation.
- finishRequest() - Method in class org.apache.catalina.core.DummyRequest
-
- finishResponse() - Method in class org.apache.catalina.connector.Response
-
Perform whatever actions are required to flush and close the output
stream or writer, in a single operation.
- finishResponse() - Method in class org.apache.catalina.core.DummyResponse
-
- fInputStream - Variable in class org.apache.jasper.xmlparser.ASCIIReader
-
Input stream.
- fInputStream - Variable in class org.apache.jasper.xmlparser.UCSReader
-
Input stream.
- fInputStream - Variable in class org.apache.jasper.xmlparser.UTF8Reader
-
Input stream.
- fireContainerEvent(String, Object) - Method in interface org.apache.catalina.Container
-
Notify all container event listeners that a particular event has
occurred for this Container.
- fireContainerEvent(String, Object) - Method in class org.apache.catalina.core.ContainerBase
-
Notify all container event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Filter) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Filter, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Filter, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Filter, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Servlet) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Servlet, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Servlet, HttpEvent, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Servlet, HttpEvent) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Filter, HttpEvent, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Filter, HttpEvent) - Method in class org.apache.catalina.util.InstanceSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireLifecycleEvent(String, Object) - Method in class org.apache.catalina.util.LifecycleSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireSessionEvent(String, Object) - Method in class org.apache.catalina.session.StandardSession
-
Notify all session event listeners that a particular event has
occurred for this Session.
- first - Variable in class org.apache.catalina.core.StandardPipeline
-
The first valve associated with this Pipeline.
- first - Variable in class org.apache.coyote.ajp.AjpAprProcessor
-
First read.
- first - Variable in class org.apache.coyote.ajp.AjpProcessor
-
First read.
- FixedNotificationFilter - Class in org.apache.tomcat.util.modeler
-
Special NotificationFilter that allows modeler to optimize its notifications.
- FixedNotificationFilter(String[]) - Constructor for class org.apache.tomcat.util.modeler.FixedNotificationFilter
-
Construct a new filter that accepts only the specified notification
names.
- fJava2IANAMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
-
fJava2IANAMap
- flags - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
-
- flags - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- flags - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketInfo
-
- flags - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
-
- 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.catalina.filters.ExpiresFilter.XPrintWriter
-
- flush() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- flush() - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
Callback to write data from the buffer.
- flush() - Method in class org.apache.coyote.ajp.AjpProcessor
-
Callback to write data from the buffer.
- flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
-
- flush() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Flush the response.
- flush() - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Flush the response.
- flush() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Flush the stream.
- flush(long) - Static method in class org.apache.tomcat.jni.File
-
Flush the file's buffer.
- flush() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Flushes this output stream and forces any buffered output bytes to be
written out.
- flush(HttpServletResponse) - Static method in class org.jboss.web.php.SAPI
-
- flushBuffer() - Method in class org.apache.catalina.connector.Response
-
Flush the buffer and commit this response.
- flushBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
-
- flushBuffer() - Method in class org.apache.catalina.core.DummyResponse
-
- flushBuffer() - Method in class org.apache.coyote.http11.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.
- forbidden - Variable in class org.jboss.web.rewrite.RewriteRule
-
This forces the current URL to be forbidden, i.e., it immediately sends
back a HTTP response of 403 (FORBIDDEN).
- FORCE - Static variable in class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
-
The singleton instance for forced file deletion, which always deletes,
even if the file represents a non-empty directory.
- forceDelete(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
-
Deletes a file.
- forceDeleteOnExit(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
-
Schedules a file to be deleted when JVM exits.
- ForEach - Class in org.apache.jasper.tagplugins.jstl.core
-
- ForEach() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForEach
-
- fork - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Should Ant fork its java compiles of JSP pages.
- fork(long[], long) - Static method in class org.apache.tomcat.jni.Proc
-
This is currently the only non-portable call in APR.
- FORM_ACTION - Static variable in class org.apache.catalina.authenticator.Constants
-
- FORM_ACTION - Static variable in class org.apache.catalina.realm.Constants
-
- FORM_DATA - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Content-disposition value for form data.
- FORM_METHOD - Static variable in class org.apache.catalina.realm.Constants
-
- FORM_PASSWORD - Static variable in class org.apache.catalina.authenticator.Constants
-
- FORM_PRINCIPAL_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The previously authenticated principal (if caching is disabled).
- FORM_REQUEST_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The original request information, to which the user will be
redirected if authentication succeeds.
- FORM_USERNAME - Static variable in class org.apache.catalina.authenticator.Constants
-
- format - Variable in class org.apache.catalina.connector.Response
-
The date format we will use for creating date headers.
- format(Date, StringBuffer, FieldPosition) - Method in class org.apache.catalina.util.FastDateFormat
-
Note: breaks functionality of fieldPosition param.
- format(Date) - Method in class org.apache.catalina.util.Strftime
-
Format the date according to the strftime-style string given in the constructor.
- format - Static variable in class org.apache.naming.resources.ResourceAttributes
-
HTTP date format.
- formatDate(Date, String) - Method in class org.apache.catalina.ssi.SSIFlastmod
-
- formatDate(Date, TimeZone) - Method in class org.apache.catalina.ssi.SSIMediator
-
- formatDate(long, DateFormat) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
-
Get the HTTP format of the specified date.
- formats - Variable in class org.apache.catalina.connector.Request
-
The set of SimpleDateFormat formats to use in getDateHeader().
- formats - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Date formats using for Date parsing.
- 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(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationDispatcher
-
Forward this request and response to another resource for processing.
- FORWARD - Static variable in class org.apache.catalina.deploy.FilterMap
-
- forward(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- forward(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- FORWARD_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
-
- forwardToErrorPage(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Called to forward to the error page
- forwardToLoginPage(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Called to forward to the login page
- fragment - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- free(long) - Static method in class org.apache.tomcat.jni.SSLContext
-
Free the resources used by the Context
- free(long) - Static method in class org.apache.tomcat.jni.Stdlib
-
Deallocates or frees a memory block.
- fTableSize - Variable in class org.apache.jasper.xmlparser.SymbolTable
-
- FULL - Static variable in class org.apache.catalina.servlets.DefaultServlet
-
Full range marker.
- 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.
- 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.
- generateNonce() - Method in class org.apache.catalina.filters.CsrfPreventionFilter
-
Generate a once time token (nonce) for authenticating subsequent
requests.
- 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(Random) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Generate and return a new session identifier for the cookie that
identifies an SSO principal.
- generateSessionId(Random) - Method in class org.apache.catalina.session.ManagerBase
-
Generate and return a new session identifier.
- generateSmap(JspCompilationContext, Node.Nodes) - Static method in class org.apache.jasper.compiler.SmapUtil
-
Generates an appropriate SMAP representing the current compilation
context.
- GenericPrincipal - Class in org.apache.catalina.realm
-
Generic implementation of java.security.Principal that
is available for use by Realm
implementations.
- GenericPrincipal(Realm, String, String) - Constructor for class org.apache.catalina.realm.GenericPrincipal
-
Construct a new Principal, associated with the specified Realm, for the
specified username and password.
- GenericPrincipal(Realm, String, String, List<String>) - Constructor for class org.apache.catalina.realm.GenericPrincipal
-
Construct a new Principal, associated with the specified Realm, for the
specified username and password, with the specified role names
(as Strings).
- GenericPrincipal(Realm, String, String, List<String>, Principal) - Constructor for class org.apache.catalina.realm.GenericPrincipal
-
Construct a new Principal, associated with the specified Realm, for the
specified username and password, with the specified role names
(as Strings).
- GenericPrincipal(Realm, String, String, List<String>, Principal, LoginContext) - Constructor for class org.apache.catalina.realm.GenericPrincipal
-
Construct a new Principal, associated with the specified Realm, for the
specified username and password, with the specified role names
(as Strings).
- genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray() - Method in interface org.apache.jasper.Options
-
Are Text strings to be generated as char arrays?
- GET - Static variable in class org.apache.coyote.ajp.Constants
-
GET.
- GET - Static variable in class org.apache.coyote.http11.Constants
-
GET.
- get(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() - Method in class org.apache.jasper.runtime.JspFactoryImpl.PageContextPool
-
- get(Class) - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
-
Gets the next available tag handler from this tag handler pool,
instantiating one if this tag handler pool is empty.
- get(Class) - Method in class org.apache.jasper.runtime.TagHandlerPool
-
Gets the next available tag handler from this tag handler pool,
instantiating one if this tag handler pool is empty.
- get() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
-
Get the bound context.
- get(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
-
Get the bound context.
- get(Thread) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
-
Get the bound context.
- get(String) - Method in class org.apache.naming.resources.ResourceAttributes
-
Get attribute.
- get(int, long) - Static method in class org.apache.tomcat.jni.Address
-
Return an apr_sockaddr_t from an apr_socket_t
- get() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the contents of the file as an array of bytes.
- get() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the contents of the file item as an array of bytes.
- get(int) - Method in class org.apache.tomcat.util.json.JSONArray
-
Get the object value associated with an index.
- get(String) - Method in class org.apache.tomcat.util.json.JSONObject
-
Get the value object associated with a key.
- get() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- get() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
-
- get(String) - Method in class org.jboss.logging.jdk.JDKMDCProvider
-
- get() - Method in class org.jboss.logging.jdk.JDKNDCProvider
-
- get(String) - Static method in class org.jboss.logging.MDC
-
- get(String) - Method in interface org.jboss.logging.MDCProvider
-
- get() - Static method in class org.jboss.logging.NDC
-
- get() - Method in interface org.jboss.logging.NDCProvider
-
- get(String) - Method in class org.jboss.logging.NullMDCProvider
-
- get() - Method in class org.jboss.logging.NullNDCProvider
-
- 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
-
- 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
-
- getAlgorithm() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getAliases() - Method in class org.apache.catalina.core.StandardHost
-
- getAliases() - Method in class org.apache.naming.resources.AliasDirContext
-
Get the current alias configuration in String form.
- getAll() - Method in class org.apache.naming.resources.ResourceAttributes
-
Get all attributes.
- getAllDeclaredMethods(Class) - Method in class org.apache.catalina.core.StandardWrapper
-
- getAllow() - Method in class org.apache.catalina.filters.RequestFilter
-
Return a comma-delimited set of the allow
expressions
configured for this Filter, if any; otherwise, return null
.
- getAllow() - Method in class org.apache.catalina.valves.RequestFilterValve
-
Return a comma-delimited set of the allow
expressions
configured for this Valve, if any; otherwise, return null
.
- getAllowedHosts() - Method in class org.apache.catalina.connector.Connector
-
Set of allowed hosts.
- getAllowLinking() - Method in class org.apache.naming.resources.FileDirContext
-
Is linking allowed.
- getAllowTrace() - Method in class org.apache.catalina.connector.Connector
-
True if the TRACE method is allowed.
- getAllRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Was the "all roles" wildcard included in this authentication
constraint?
- getAllRolesMode() - Method in class org.apache.catalina.realm.RealmBase
-
Return the all roles mode.
- getAltDDName() - Method in interface org.apache.catalina.Context
-
Return the alternate Deployment Descriptor name.
- getAltDDName() - Method in class org.apache.catalina.core.StandardContext
-
Return the alternate Deployment Descriptor name.
- getAmount() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
-
- getAppBase() - Method in class org.apache.catalina.core.StandardContext
-
Get app base.
- getAppBase() - Method in class org.apache.catalina.core.StandardHost
-
Return the application root for this Host.
- getAppBase() - Method in interface org.apache.catalina.Host
-
Return the application root for this Host.
- getApplicationEventListeners() - Method in interface org.apache.catalina.Context
-
Return the set of initialized application event listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- getApplicationEventListeners() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of initialized application event listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- getApplicationLifecycleListeners() - Method in interface org.apache.catalina.Context
-
Return the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- getApplicationLifecycleListeners() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- getApplicationSessionLifecycleListeners() - Method in interface org.apache.catalina.Context
-
Return the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- getApplicationSessionLifecycleListeners() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- getAsyncContext() - Method in class org.apache.catalina.connector.Request
-
- getAsyncContext() - Method in class org.apache.catalina.connector.RequestFacade
-
- getAsyncContext() - Method in class org.apache.catalina.core.DummyRequest
-
- getAsyncListeners() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- getAsyncSupported() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the async supported value.
- getAsyncSupported() - Method in class org.apache.catalina.deploy.FilterDef
-
- getAsyncSupported() - Method in interface org.apache.catalina.Wrapper
-
Return the async supported value.
- getAsyncTimeout() - Method in class org.apache.catalina.core.DummyRequest
-
- getAttribute(String) - Method in class org.apache.catalina.connector.Connector
-
Return a configured property.
- getAttribute(String) - Method in class org.apache.catalina.connector.ConnectorMBean
-
Obtain and return the value of a specific attribute of this MBean.
- getAttribute(String) - Method in class org.apache.catalina.connector.Request
-
Return the specified request attribute if it exists; otherwise, return
null
.
- getAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the value of the specified context attribute, if any;
otherwise return null
.
- getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getAttribute(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getAttribute(String) - Method in class org.apache.catalina.session.StandardSession
-
Return the object bound with the specified name in this session, or
null
if no object is bound with that name.
- getAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getAttribute(String) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getAttribute(String) - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getAttribute(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getAttribute(String) - Method in class org.apache.coyote.http11.Http11Protocol
-
- getAttribute(String) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
-
- getAttribute(String) - Method in interface org.apache.coyote.ProtocolHandler
-
- getAttribute(String) - Method in class org.apache.coyote.Request
-
- getAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAttribute(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
-
- getAttribute(String) - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get an attribute on the request
- getAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Obtain and return the value of a specific attribute of this MBean.
- getAttributeNames() - Method in class org.apache.catalina.connector.Request
-
Return the names of all request attributes for this Request, or an
empty Enumeration
if there are none.
- getAttributeNames() - Method in class org.apache.catalina.connector.RequestFacade
-
- getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContext
-
Return an enumeration of the names of the context attributes
associated with this context.
- getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getAttributeNames() - Method in class org.apache.catalina.core.DummyRequest
-
- getAttributeNames() - Method in class org.apache.catalina.session.StandardSession
-
Return an Enumeration
of String
objects
containing the names of the objects bound to this session.
- getAttributeNames() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getAttributeNames() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getAttributeNames() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getAttributeNames() - Method in class org.apache.coyote.http11.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(String, String[]) - Method in class org.apache.naming.resources.AliasDirContext
-
- getAttributes(Name, String[]) - Method in class org.apache.naming.resources.AliasDirContext
-
- getAttributes(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves all of the attributes associated with a named object.
- getAttributes(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves all of the attributes associated with a named object.
- getAttributes(Name, String[]) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves selected attributes associated with a named object.
- getAttributes(String, String[]) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves selected attributes associated with a named object.
- getAttributes(String, String[]) - Method in class org.apache.naming.resources.FileDirContext
-
Retrieves selected attributes associated with a named object.
- getAttributes(String, String[]) - Method in class org.apache.naming.resources.JARDirContext
-
Retrieves selected attributes associated with a named object.
- getAttributes(Name, String[]) - Method in class org.apache.naming.resources.JARDirContext
-
Retrieves all of the attributes associated with a named object.
- getAttributes(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves all of the attributes associated with a named object.
- getAttributes(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves all of the attributes associated with a named object.
- getAttributes(Name, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves selected attributes associated with a named object.
- getAttributes(String, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves selected attributes associated with a named object.
- getAttributes(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves all of the attributes associated with a named object.
- getAttributes(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves all of the attributes associated with a named object.
- getAttributes(Name, String[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves selected attributes associated with a named object.
- getAttributes(String, String[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves selected attributes associated with a named object.
- getAttributes(String) - Method in class org.apache.naming.resources.VirtualDirContext
-
- getAttributes(String, String[]) - Method in class org.apache.naming.resources.WARDirContext
-
Retrieves selected attributes associated with a named object.
- getAttributes(Name, String[]) - Method in class org.apache.naming.resources.WARDirContext
-
Retrieves all of the attributes associated with a named object.
- getAttributes(String[]) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Obtain and return the values of several attributes of this MBean.
- getAttributes() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The collection of attributes for this MBean.
- getAttributesScope(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttributesScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAuthConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Return the authorization constraint present flag for this security
constraint.
- getAuthenticator() - Method in interface org.apache.catalina.Context
-
Return the authenticator that is configured for this context, or
null if no authenticator has been configured.
- getAuthenticator() - Method in class org.apache.catalina.core.StandardContext
-
Return the application authenticator for this Context.
- getAuthMethod() - Method in class org.apache.catalina.deploy.LoginConfig
-
- getAuthority() - Method in class org.apache.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
-
- getAvailable() - Method in class org.apache.catalina.connector.InputBuffer
-
- getAvailable() - Method in interface org.apache.catalina.Context
-
Return the application available flag for this Context.
- getAvailable() - Method in class org.apache.catalina.core.StandardContext
-
Return the application available flag for this Context.
- getAvailable() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the available date/time for this servlet, in milliseconds since
the epoch.
- getAvailable() - Method in interface org.apache.catalina.Wrapper
-
Return the available date/time for this servlet, in milliseconds since
the epoch.
- getAvailable() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- getAvailable() - Method in class org.apache.coyote.Request
-
- getBackgroundProcessorDelay() - Method in interface org.apache.catalina.Container
-
Get the delay between the invocation of the backgroundProcess method on
this container and its children.
- getBackgroundProcessorDelay() - Method in class org.apache.catalina.core.ContainerBase
-
Get the delay between the invocation of the backgroundProcess method on
this container and its children.
- getBacklog() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getBacklog() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getBacklog() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getBacklog() - Method in class org.apache.coyote.http11.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).
- getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
-
- 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
-
- getBodyContent() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- getBodyMessageArray - Variable in class org.apache.coyote.ajp.AjpProcessor
-
Direct buffer used for sending right away a get body message.
- getBodyMessageBuffer - Variable in class org.apache.coyote.ajp.AjpAprProcessor
-
Direct buffer used for sending right away a get body message.
- getBoolean(int) - Method in class org.apache.tomcat.util.json.JSONArray
-
Get the boolean value associated with an index.
- getBoolean(String) - Method in class org.apache.tomcat.util.json.JSONObject
-
Get the boolean value associated with a key.
- getBoundary(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Retrieves the boundary from the Content-type
header.
- getBuffer() - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- getBuffer() - Method in class org.apache.coyote.ajp.AjpMessage
-
Return the underlying byte buffer.
- getBuffer() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the message bytes.
- getBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getBufferSize() - Method in class org.apache.catalina.connector.Connector
-
Deprecated.
- getBufferSize() - Method in class org.apache.catalina.connector.OutputBuffer
-
- getBufferSize() - Method in class org.apache.catalina.connector.Response
-
Return the actual buffer size used for this Response.
- getBufferSize() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getBufferSize() - Method in class org.apache.catalina.core.DummyResponse
-
- getBufferSize() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- getByte() - Method in class org.apache.coyote.ajp.AjpMessage
-
- getByteChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns the byte chunk, representing the byte[] and offset/length.
- getByteCount() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Returns the number of bytes that have been written to this output stream.
- getByteEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
-
- getBytes(byte[]) - Method in class org.apache.coyote.ajp.AjpMessage
-
Copy a chunk of bytes from the packet into an array and advance
the read position past the chunk.
- getBytes() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the message bytes.
- getBytesRead() - Method in class org.apache.coyote.Request
-
- getBytesRead() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Returns the number of bytes, which have been read
by the stream.
- getBytesReceived() - Method in class org.apache.coyote.RequestGroupInfo
-
- getBytesReceived() - Method in class org.apache.coyote.RequestInfo
-
- getBytesSent() - Method in class org.apache.coyote.RequestGroupInfo
-
- getBytesSent() - Method in class org.apache.coyote.RequestInfo
-
- getBytesWritten() - Method in class org.apache.catalina.connector.OutputBuffer
-
- getBytesWritten() - Method in class org.apache.coyote.Response
-
- getc(long) - Static method in class org.apache.tomcat.jni.File
-
Read a character from the specified file.
- getCache() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the cache authenticated Principals flag.
- getCache() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getCache() - Method in interface org.apache.jasper.Options
-
The web-application wide cache for the returned TreeNode
by parseXMLDocument in TagLibraryInfoImpl.parseTLD,
if isCaching returns true.
- getCache() - Method in class org.apache.naming.resources.ProxyDirContext
-
Get the cache used for this context.
- getCacheControlHeader() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- getCacheMaxSize() - Method in class org.apache.catalina.core.StandardContext
-
Return the maximum size of the cache in KB.
- getCacheMaxSize() - Method in class org.apache.naming.resources.BaseDirContext
-
Return the maximum size of the cache in KB.
- getCacheMaxSize() - Method in class org.apache.naming.resources.ResourceCache
-
Return the maximum size of the cache in KB.
- getCacheObjectMaxSize() - Method in class org.apache.catalina.core.StandardContext
-
Return the maximum size of objects to be cached in KB.
- getCacheObjectMaxSize() - Method in class org.apache.naming.resources.BaseDirContext
-
Return the maximum size of objects to be cached in KB.
- getCacheSize() - Method in class org.apache.naming.resources.ResourceCache
-
Return the current cache size in KB.
- getCacheSize() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getCacheTTL() - Method in class org.apache.catalina.core.StandardContext
-
Get cache TTL.
- getCacheTTL() - Method in class org.apache.naming.resources.BaseDirContext
-
Get cache TTL.
- getCalendardField() - Method in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
-
- getCanonicalName(Class) - Static method in class org.apache.jasper.compiler.JspUtil
-
Compute the canonical name from a Class instance.
- getCanonicalPath() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
-
Get canonical path.
- getCanonicalPath() - Method in class org.apache.naming.resources.ResourceAttributes
-
Return the canonical path of the resource, to possibly be used for
direct file serving.
- getCanReauthenticate() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
-
Gets whether the authentication type associated with the original
authentication supports reauthentication.
- getCanStartAsync() - Method in class org.apache.catalina.connector.Request
-
- getCapacity() - Method in class org.apache.jasper.runtime.CharBuffer
-
Find the current capacity of this buffer.
- getCause() - Method in exception org.apache.catalina.connector.ClientAbortException
-
Returns the cause that caused this exception, if any.
- getCause() - Method in class org.apache.tomcat.bayeux.HttpError
-
- getCause() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException
-
Returns the exceptions cause.
- getCause() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.IOFileUploadException
-
Returns the exceptions cause.
- getCause() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadException
-
- getCause() - Method in exception org.apache.tomcat.util.json.JSONException
-
- getCertificateChain() - Method in class org.apache.catalina.connector.Request
-
- getCertificateChain(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Returns the certificate chain associated with the given alias.
- getCGIVariable(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getChannel(String, boolean) - Method in interface org.apache.cometd.bayeux.Bayeux
-
Returns the channel for a given channel id.
- getChannel() - Method in interface org.apache.cometd.bayeux.Message
-
Returns a reference to the channel that this message was published throuhg
- getChannel() - Method in class org.apache.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.servlet.ServletRequestContext
-
Retrieve the character encoding for the request.
- getCharChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns the char chunk, representing the char[] and offset/length.
- getCharEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getCharEncoding() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getChars() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getCharset(Locale) - Method in class org.apache.catalina.util.CharsetMapper
-
Calculate the name of a character set to be assumed, given the specified
Locale and the absence of a character set specified as part of the
content type header.
- getCharSet() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the content charset passed by the agent or null
if
not defined.
- getCharsetFromContentType(String) - Static method in class org.apache.tomcat.util.http.ContentType
-
Parse the character encoding from the specified content type header.
- getCharsetMapper() - Method in interface org.apache.catalina.Context
-
Return the Locale to character set mapper for this Context.
- getCharsetMapper() - Method in class org.apache.catalina.core.StandardContext
-
Return the Locale to character set mapper for this Context.
- getCharsetMapperClass() - Method in class org.apache.catalina.core.StandardContext
-
Return the Locale to character set mapper class for this Context.
- getCharsWritten() - Method in class org.apache.catalina.connector.OutputBuffer
-
- getCheckInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Background JSP compile thread check intervall
- getCheckInterval() - Method in interface org.apache.jasper.Options
-
Background compile thread check interval in seconds
- getChild(String) - Method in class org.apache.naming.resources.JARDirContext.Entry
-
- getChild(String) - Method in class org.apache.naming.resources.WARDirContext.Entry
-
- getChild(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
-
Get the first element child.
- getChild(Node, int) - Static method in class org.apache.tomcat.util.DomUtil
-
Get the first direct child with a given type
- getChildContent(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
-
Get the first child's content ( ie it's included TEXT node ).
- getChildren() - Method in class org.apache.catalina.core.ContainerBase
-
- getChildren() - Method in class org.apache.naming.resources.JARDirContext.Entry
-
- getChildren() - Method in class org.apache.naming.resources.WARDirContext.Entry
-
- getCiphers() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getCipherSuite() - Method in interface org.apache.tomcat.util.net.SSLSupport
-
The cipher suite being used on this connection.
- getClassDebugInfo() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should class files be compiled with debug information?
- getClassDebugInfo() - Method in interface org.apache.jasper.Options
-
Should we include debug information in compiled class?
- getClassesToInitialize() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
-
- getClassLoader() - Method in class org.apache.catalina.core.ApplicationContext
-
- getClassLoader() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getClassLoader() - Method in interface org.apache.catalina.Loader
-
Return the Java class loader to be used by this Container.
- getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
-
What class loader to use for loading classes while compiling
this JSP?
- getClassLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
-
- getClassName() - Method in class org.apache.catalina.connector.ConnectorMBean
-
Return the fully qualified Java class name of the managed object
for this MBean.
- getClassName() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
- getClassName() - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getClassName() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- getClassName() - Method in class org.apache.catalina.session.ManagerBase
-
Returns the name of the implementation class.
- getClassName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- getClassName() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The fully qualified name of the Java class of the MBean
described by this descriptor.
- getClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
The classpath that is passed off to the Java compiler.
- getClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
-
What classpath should I use while compiling the servlets
generated from JSP files?
- getClassPath() - Method in class org.apache.jasper.JspCompilationContext
-
The classpath that is passed off to the Java compiler.
- getClassPath() - Method in interface org.apache.jasper.Options
-
What classpath should I use while compiling the servlets
generated from JSP files?
- getClient(String) - Method in interface org.apache.cometd.bayeux.Bayeux
-
retrieve a client based on an ID.
- getClient() - Method in interface org.apache.cometd.bayeux.Message
-
Returns a reference to the client that sent this message
- getClient() - Method in class org.apache.tomcat.bayeux.MessageImpl
-
- getClient(String) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- getClientAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Get the matching aliases for authenticating the client side of a secure
socket, given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- getClientauth() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getClientId() - Method in class org.apache.tomcat.bayeux.RequestBase
-
- getClientImpl(HttpEvent) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- getClientIpSessionId() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- getClients() - Method in interface org.apache.cometd.bayeux.Bayeux
-
Returns a non modifiable list of all the clients that are currently active
in this Bayeux session
- getClients() - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- getClientToServerElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
- getClone() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getClone() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getClone() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- getCluster() - Method in interface org.apache.catalina.Container
-
Return the Cluster with which this Container is associated.
- getCluster() - Method in class org.apache.catalina.core.ContainerBase
-
Return the Cluster with which this Container is associated.
- getClusterName() - Method in interface org.apache.catalina.Cluster
-
Return the name of the cluster that this Server is currently
configured to operate within.
- getCnonceCacheSize() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- 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
-
- getCompilationContext() - Method in class org.apache.jasper.compiler.Compiler
-
- getCompiler() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Compiler to use.
- getCompiler() - Method in class org.apache.jasper.JspCompilationContext
-
- getCompiler() - Method in interface org.apache.jasper.Options
-
Compiler to use.
- getCompilerClassName() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Java compiler class to use.
- getCompilerClassName() - Method in interface org.apache.jasper.Options
-
Java compiler class to use.
- getCompilerSourceVM() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getCompilerSourceVM() - Method in interface org.apache.jasper.Options
-
Compiler source VM, e.g.
- getCompilerTargetVM() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getCompilerTargetVM() - Method in interface org.apache.jasper.Options
-
The compiler target VM, e.g.
- 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
-
- getConditions() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getCondPattern() - Method in class org.jboss.web.rewrite.RewriteCond
-
- getConfigBase() - Method in class org.apache.catalina.core.StandardContext
-
Get config base.
- getConfigBase() - Method in class org.jboss.web.rewrite.RewriteValve
-
Get config base.
- getConfigBaseName() - Method in class org.apache.catalina.startup.HostConfig
-
Get the name of the configBase.
- getConfigClass() - Method in class org.apache.catalina.core.StandardContext
-
Return the class name of the context configurator.
- getConfigClass() - Method in class org.apache.catalina.core.StandardHost
-
Return the Java class name of the context configuration class
for new web applications.
- getConfigClass() - Method in interface org.apache.catalina.Host
-
Return the Java class name of the context configuration class
for new web applications.
- getConfigClass() - Method in class org.apache.catalina.startup.HostConfig
-
Return the Context configuration class name.
- 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(String) - Method in class org.apache.catalina.startup.HostConfig
-
Given a context path, get the config file name.
- getConfigSizeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
-
- getConfigTimeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
-
- getConfiguration() - Method in class org.jboss.web.rewrite.RewriteValve
-
- getConfigured() - Method in interface org.apache.catalina.Context
-
Return the "correctly configured" flag for this Context.
- getConfigured() - Method in class org.apache.catalina.core.StandardContext
-
Return the "correctly configured" flag for this Context.
- getConnection() - Method in class org.apache.catalina.session.JDBCStore
-
Check the connection associated with this store, if it's
null
or closed try to reopen it.
- getConnectionCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
- getConnectionCount() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Poller
-
- getConnectionName() - Method in class org.apache.catalina.session.JDBCStore
-
Return the username to use to connect to the database.
- getConnectionName() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Return the username to use to connect to the database.
- getConnectionPassword() - Method in class org.apache.catalina.session.JDBCStore
-
Return the password to use to connect to the database.
- getConnectionPassword() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Return the password to use to connect to the database.
- getConnectionURL() - Method in class org.apache.catalina.session.JDBCStore
-
Return the Connection URL for this Store.
- getConnector() - Method in class org.apache.catalina.connector.Request
-
Return the Connector through which this Request was received.
- getConnector() - Method in class org.apache.catalina.connector.Response
-
Return the Connector through which this Request was received.
- getConnector() - Method in class org.apache.catalina.core.DummyRequest
-
- getConnector() - Method in class org.apache.catalina.core.DummyResponse
-
- getConnectorNames() - Method in class org.apache.catalina.core.StandardService
-
- getConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- getContainer() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the Container to which this Valve is attached.
- getContainer() - Method in interface org.apache.catalina.Cluster
-
Get the Container associated with our Cluster
- getContainer() - Method in class org.apache.catalina.connector.Connector
-
Return the Container used for processing requests received by this
Connector.
- getContainer() - Method in interface org.apache.catalina.Contained
-
Return the Container
with which this instance is associated
(if any); otherwise return null
.
- getContainer() - Method in class org.apache.catalina.ContainerEvent
-
Return the Container on which this event occurred.
- getContainer() - Method in class org.apache.catalina.core.StandardPipeline
-
Return the Container with which this Pipeline is associated.
- getContainer() - Method in class org.apache.catalina.core.StandardService
-
Return the Container
that handles requests for all
Connectors
associated with this Service.
- getContainer() - Method in interface org.apache.catalina.Loader
-
Return the Container with which this Loader has been associated.
- getContainer() - Method in interface org.apache.catalina.Manager
-
Return the Container with which this Manager is associated.
- getContainer() - Method in interface org.apache.catalina.Realm
-
Return the Container with which this Realm has been associated.
- getContainer() - Method in class org.apache.catalina.realm.RealmBase
-
Return the Container with which this Realm has been associated.
- getContainer() - Method in interface org.apache.catalina.Service
-
Return the Container
that handles requests for all
Connectors
associated with this Service.
- getContainer() - Method in class org.apache.catalina.session.ManagerBase
-
Return the Container with which this Manager is associated.
- getContainer() - Method in class org.apache.catalina.valves.ValveBase
-
Return the Container with which this Valve is associated, if any.
- getContainerName() - Method in class org.apache.catalina.core.StandardService
-
- getContainerName() - Method in class org.apache.catalina.valves.ValveBase
-
- getContainerSuffix() - Method in class org.apache.catalina.core.ContainerBase
-
- getContent() - Method in class org.apache.naming.resources.DirContextURLConnection
-
Get object content.
- getContent(Class[]) - Method in class org.apache.naming.resources.DirContextURLConnection
-
Get object content.
- getContent() - Method in class org.apache.naming.resources.Resource
-
Content accessor.
- getContent(Node) - Static method in class org.apache.tomcat.util.DomUtil
-
Get the trimed text content of a node or null if there is no text
- getContentCount() - Method in class org.apache.catalina.connector.Response
-
Return the number of bytes actually written to the output stream.
- getContentCount() - Method in class org.apache.catalina.core.DummyResponse
-
- getContentCountLong() - Method in class org.apache.catalina.connector.Response
-
Return the number of bytes actually written to the output stream.
- getContentLanguage() - Method in class org.apache.coyote.Response
-
Return the content language.
- getContentLength() - Method in class org.apache.catalina.connector.Request
-
Return the content length for this Request.
- getContentLength() - Method in class org.apache.catalina.connector.RequestFacade
-
- getContentLength() - Method in class org.apache.catalina.connector.Response
-
Return the content length that was set or calculated for this Response.
- getContentLength() - Method in class org.apache.catalina.core.DummyRequest
-
- getContentLength() - Method in class org.apache.catalina.core.DummyResponse
-
- getContentLength() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Get content length.
- getContentLength() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Get content length.
- getContentLength() - Method in class org.apache.coyote.Request
-
- getContentLength() - Method in class org.apache.coyote.RequestInfo
-
- getContentLength() - Method in class org.apache.coyote.Response
-
- getContentLength() - Method in class org.apache.naming.resources.DirContextURLConnection
-
Return the content length value.
- getContentLength() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
-
Get content length.
- getContentLength() - Method in class org.apache.naming.resources.ResourceAttributes
-
Get content length.
- getContentLength() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the content length
- getContentLength() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
-
Retrieve the content length of the request.
- getContentLength() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
-
Retrieve the content length of the request.
- getContentLengthLong() - Method in class org.apache.coyote.Request
-
- getContentLengthLong() - Method in class org.apache.coyote.Response
-
- getContentType() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getContentType() - Method in class org.apache.catalina.connector.Request
-
Return the content type for this Request.
- getContentType() - Method in class org.apache.catalina.connector.RequestFacade
-
- getContentType() - Method in class org.apache.catalina.connector.Response
-
Return the content type that was set or calculated for this response,
or null
if no content type was set.
- getContentType() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getContentType() - Method in class org.apache.catalina.core.DummyRequest
-
- getContentType() - Method in class org.apache.catalina.core.DummyResponse
-
- getContentType() - Method in class org.apache.catalina.core.StandardPart
-
- getContentType() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Returns the value of the content-type
header field.
- getContentType() - Method in class org.apache.coyote.Request
-
- getContentType() - Method in class org.apache.coyote.Response
-
- getContentType() - Method in class org.apache.jasper.JspCompilationContext
-
Get the content type of this JSP.
- getContentType() - Method in class org.apache.naming.resources.DirContextURLConnection
-
Return the content type value.
- getContentType() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the content type passed by the agent or null
if
not defined.
- getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the content type passed by the browser or null
if
not defined.
- getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
-
Returns the content type passed by the browser or null
if
not defined.
- getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
-
Retrieve the content type of the request.
- getContentType() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
-
Retrieve the content type of the request.
- getContentType(String) - Method in class org.apache.tomcat.util.http.MimeMap
-
- getContentTypeAttribute(String, String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Get the value associated with a content-type attribute.
- getContentTypeFor(String) - Method in class org.apache.tomcat.util.http.MimeMap
-
- getContentWritten() - Method in class org.apache.catalina.connector.OutputBuffer
-
- getContentWrittenLong() - Method in class org.apache.catalina.connector.OutputBuffer
-
- getContext() - Method in class org.apache.catalina.connector.Request
-
Return the Context within which this Request is being processed.
- getContext(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return a ServletContext
object that corresponds to a
specified URI on the server.
- getContext() - Method in class org.apache.catalina.core.ApplicationContext
-
- getContext(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getContext() - Method in class org.apache.catalina.core.DummyRequest
-
- getContext() - Method in class org.apache.catalina.core.DummyResponse
-
- getContext(Class) - Method in class org.apache.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.
- getContextName() - Method in class org.apache.naming.resources.ProxyDirContext
-
Return the context name.
- getContextNames() - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Return all contexts, in //HOST/PATH form
- getContextPath() - Method in class org.apache.catalina.connector.Request
-
Return the portion of the request URI used to select the Context
of the Request.
- getContextPath() - Method in class org.apache.catalina.connector.RequestFacade
-
- getContextPath() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the main path associated with this context.
- getContextPath() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getContextPath() - Method in class org.apache.catalina.core.DummyRequest
-
- getContextPathMB() - Method in class org.apache.catalina.connector.Request
-
Get the context path.
- getContextPathMB() - Method in class org.apache.catalina.core.DummyRequest
-
- getContextRelativePath(ServletRequest, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Convert a possibly relative resource path into a context-relative
resource path that starts with a '/'.
- getController() - Method in class org.apache.catalina.connector.Connector
-
- getController() - Method in class org.apache.catalina.realm.RealmBase
-
- getController() - Method in class org.apache.catalina.valves.ValveBase
-
- getCookie(int) - Method in class org.apache.tomcat.util.http.Cookies
-
- getCookieCount() - Method in class org.apache.tomcat.util.http.Cookies
-
- getCookieDomain() - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Returns the optional cookie domain.
- getCookieDomain() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getCookieLifetime() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getCookieName() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getCookiePath() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getCookieResult() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getCookies() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getCookies() - Method in class org.apache.catalina.connector.Request
-
Return the set of Cookies received with this Request.
- getCookies() - Method in class org.apache.catalina.connector.RequestFacade
-
- getCookies() - Method in class org.apache.catalina.connector.Response
-
Return an array of all cookies set for this response, or
a zero-length array if no cookies have been set.
- getCookies() - Method in interface org.apache.catalina.Context
-
Return the "use cookies for session ids" flag.
- getCookies() - Method in class org.apache.catalina.core.DummyRequest
-
- getCookies() - Method in class org.apache.catalina.core.DummyResponse
-
- getCookies() - Method in class org.apache.catalina.core.StandardContext
-
Return the "use cookies for session ids" flag.
- getCookies() - Method in class org.apache.coyote.Request
-
- getCookieValue() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getCorePoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getCountAllocated() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the number of active allocations of this servlet.
- getCoyoteRequest() - Method in class org.apache.catalina.connector.Request
-
Get the Coyote request.
- getCoyoteResponse() - Method in class org.apache.catalina.connector.Response
-
Get the Coyote response.
- getCrawlerUserAgents() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- getCreation() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
-
Get creation time.
- getCreation() - Method in class org.apache.naming.resources.ResourceAttributes
-
Get creation time.
- getCreationDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
-
Get creation date.
- getCreationDate() - Method in class org.apache.naming.resources.ResourceAttributes
-
Get creation date.
- getCreationTime() - Method in interface org.apache.catalina.Session
-
Return the creation time for this session.
- getCreationTime(String) - Method in class org.apache.catalina.session.ManagerBase
-
- getCreationTime() - Method in class org.apache.catalina.session.StandardSession
-
Return the time when this session was created, in milliseconds since
midnight, January 1, 1970 GMT.
- getCreationTime() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getCreationTime() - Method in interface org.apache.cometd.bayeux.Message
-
returns the timestamp in milliseconds(System.currentTimeMillis()) of when this message was created.
- getCreationTime() - Method in class org.apache.tomcat.bayeux.MessageImpl
-
- getCreationTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
-
- getCRLs(String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Load the collection of CRLs.
- getCrossContext() - Method in interface org.apache.catalina.Context
-
Return the "allow crossing servlet contexts" flag.
- getCrossContext() - Method in class org.apache.catalina.core.StandardContext
-
Return the "allow crossing servlet contexts" flag.
- getCurrentDate() - Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
Returns the current date.
- getCurrentDate() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getCurrentDate() - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
-
Get the current date in HTTP format.
- getCurrentQueryString() - Method in class org.apache.coyote.RequestInfo
-
- getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Return the amount of threads that are managed by the pool.
- getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- 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.
- getDate() - Method in class org.apache.naming.resources.DirContextURLConnection
-
Return the last modified date.
- getDateHeader(String) - Method in class org.apache.catalina.connector.Request
-
Return the value of the specified date header, if any; otherwise
return -1.
- getDateHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getDateHeader(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getDateHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getDeclare() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- getDecodedRequestURI() - Method in class org.apache.catalina.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
-
- getDefaultExpiresConfiguration() - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getDefaultHost() - Method in class org.apache.catalina.core.StandardEngine
-
Return the default host.
- getDefaultHost() - Method in interface org.apache.catalina.Engine
-
Return the default hostname for this Engine.
- getDefaultHostName() - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Get default host.
- getDefaultPlatformName() - Static method in class org.apache.tomcat.jni.LibraryLoader
-
- getDefaultResolver() - Static method in class org.apache.jasper.el.ELResolverImpl
-
- getDefaultSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContext
-
- getDefaultSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getDefaultSessionTrackingModes() - Method in class org.apache.catalina.core.StandardContext
-
- getDefaultWebapp() - Method in class org.apache.catalina.core.StandardHost
-
- getDefaultWebapp() - Method in interface org.apache.catalina.Host
-
Return the default webapp name.
- getDeferAccept() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getDeferAccept() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getDeferAccept() - Method in class org.apache.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
-
- getDelegatePlugin(String) - Static method in class org.jboss.logging.Logger
-
Get the delegate plugin
- getDeny() - Method in class org.apache.catalina.filters.RequestFilter
-
Return a comma-delimited set of the deny
expressions
configured for this Filter, if any; otherwise, return null
.
- getDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
-
Return a comma-delimited set of the deny
expressions
configured for this Valve, if any; otherwise, return null
.
- getDependants() - Method in interface org.apache.jasper.runtime.JspSourceDependent
-
Returns a list of files names that the current page has a source
dependency on.
- getDependants() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Get a list of files that the current page has source dependency on.
- getDeploymentDescriptor() - Method in class org.apache.catalina.core.StandardContext
-
JSR77 deploymentDescriptor attribute
- getDepth() - Method in class org.jboss.logging.jdk.JDKNDCProvider
-
- getDepth() - Static method in class org.jboss.logging.NDC
-
- getDepth() - Method in interface org.jboss.logging.NDCProvider
-
- getDepth() - Method in class org.jboss.logging.NullNDCProvider
-
- getDerivedPackageName() - Method in class org.apache.jasper.JspCompilationContext
-
- getDescription() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the Servlet description.
- getDescription() - Method in class org.apache.catalina.deploy.ApplicationParameter
-
- getDescription() - Method in class org.apache.catalina.deploy.FilterDef
-
- getDescription() - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
-
- getDescription() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- getDescription() - Method in class org.apache.catalina.deploy.SecurityCollection
-
Return the description of this web resource collection.
- getDescription() - Method in interface org.apache.catalina.Wrapper
-
Return the Servlet description.
- getDescription() - Method in exception org.apache.tomcat.jni.Error
-
Get the APR description of the exception.
- getDescription() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
The human-readable description of this feature.
- getDescription() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The human-readable description of this MBean.
- getDesirectConnType() - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- getDesiredEntryAccessRatio() - Method in class org.apache.naming.resources.ResourceCache
-
Return desired entry access ratio.
- getDevelopment() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is Jasper being used in development mode?
- getDevelopment() - Method in interface org.apache.jasper.Options
-
Is Jasper being used in development mode?
- getDigest() - Method in class org.apache.catalina.realm.RealmBase
-
Return the digest algorithm used for storing credentials.
- getDigest(String, String) - Method in class org.apache.catalina.realm.RealmBase
-
Return the digest associated with given principal's user name.
- getDigestEncoding() - Method in class org.apache.catalina.realm.RealmBase
-
Returns the digest encoding charset.
- getDirContext() - Method in class org.apache.naming.resources.ProxyDirContext
-
Return the actual directory context we are wrapping.
- getDirContext() - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Return the actual directory context we are wrapping.
- getDirectory() - Method in class org.apache.catalina.session.FileStore
-
Return the directory path for this Store.
- getDirectory() - Method in class org.apache.catalina.valves.AccessLogValve
-
Return the directory in which we create log files.
- 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
-
- getDisplayName() - Method in interface org.apache.catalina.Context
-
Return the display name of this web application.
- getDisplayName() - Method in class org.apache.catalina.core.StandardContext
-
Return the display name of this web application.
- getDisplayName() - Method in class org.apache.catalina.deploy.FilterDef
-
- getDisplayName() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- getDisplayName() - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Return the display name of this security constraint.
- getDisplayName() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
The display name of this attribute.
- getDisplaySourceFragment() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should we include a source fragment in exception messages, which could be displayed
to the developer ?
- getDisplaySourceFragment() - Method in interface org.apache.jasper.Options
-
Should we include a source fragment in exception messages, which could be displayed
to the developer ?
- getDistributable() - Method in interface org.apache.catalina.Context
-
Return the distributable flag for this web application.
- getDistributable() - Method in class org.apache.catalina.core.StandardContext
-
Return the distributable flag for this web application.
- getDistributable() - Method in interface org.apache.catalina.Manager
-
Return the distributable flag for the sessions supported by
this Manager.
- getDistributable() - Method in class org.apache.catalina.session.ManagerBase
-
Return the distributable flag for the sessions supported by
this Manager.
- getDocBase() - Method in interface org.apache.catalina.Context
-
Return the document root for this Context.
- getDocBase() - Method in class org.apache.catalina.core.StandardContext
-
Return the document root for this Context.
- getDocBase(String) - Method in class org.apache.catalina.startup.HostConfig
-
Given a context path, get the docBase.
- getDocBase() - Method in class org.apache.naming.resources.BaseDirContext
-
Return the document root for this component.
- getDocBase() - Method in class org.apache.naming.resources.ProxyDirContext
-
Return the document root for this component.
- getDocumentBuilder() - Method in class org.apache.catalina.servlets.WebdavServlet
-
Return JAXP document builder instance.
- getDomain() - Method in class org.apache.catalina.connector.Connector
-
- getDomain() - Method in class org.apache.catalina.core.ContainerBase
-
- getDomain() - Method in class org.apache.catalina.core.StandardEngine
-
- getDomain() - Method in class org.apache.catalina.core.StandardServer
-
- getDomain() - Method in class org.apache.catalina.core.StandardService
-
- getDomain() - Method in class org.apache.catalina.deploy.SessionCookie
-
- getDomain() - Method in class org.apache.catalina.realm.RealmBase
-
- getDomain() - Method in class org.apache.catalina.session.ManagerBase
-
- getDomain() - Method in class org.apache.catalina.valves.ValveBase
-
- getDomain() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getDomain() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getDomain() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getDomain() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getDomain() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- getDomain() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The (optional) ObjectName
domain in which this MBean
should be registered in the MBeanServer.
- getDouble(int) - Method in class org.apache.tomcat.util.json.JSONArray
-
Get the double value associated with an index.
- getDouble(String) - Method in class org.apache.tomcat.util.json.JSONObject
-
Get the double value associated with a key.
- getDriverName() - Method in class org.apache.catalina.session.JDBCStore
-
Return the driver for this Store.
- getDuplicates() - Method in class org.apache.catalina.session.ManagerBase
-
Number of duplicated session IDs generated by the random source.
- getDurations() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
-
- getDynamicAttributes() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- getDynamicLogger(String) - Static method in class org.jboss.logging.DynamicLogger
-
Create a DynamicLogger instance given the logger name.
- getDynamicLogger(String, String) - Static method in class org.jboss.logging.DynamicLogger
-
Create a DynamicLogger instance given the logger name with the given suffix.
- getDynamicLogger(Class) - Static method in class org.jboss.logging.DynamicLogger
-
Create a DynamicLogger instance given the logger class.
- getDynamicLogger(Class, String) - Static method in class org.jboss.logging.DynamicLogger
-
Create a DynamicLogger instance given the logger class with the given suffix.
- 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() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- getEncoding(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Autodetects the encoding of the XML document supplied by the given
input stream.
- getEncoding() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getEncoding() - Method in class org.apache.tomcat.util.http.Parameters
-
- getEncodingName() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
- getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Return the name of the associated encoding; Here, the value is
"identity".
- getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Return the name of the associated encoding; Here, the value is
"identity".
- getEncodingName() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Return the name of the associated encoding; Here, the value is
"identity".
- getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Return the name of the associated encoding; Here, the value is
"identity".
- getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Return the name of the associated encoding; Here, the value is
"identity".
- getEncodingName() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Return the name of the associated encoding; here, the value is null.
- getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
-
Return the name of the associated encoding; Here, the value is
"void".
- getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
-
Return the name of the associated encoding; Here, the value is
"identity".
- getEncodingName() - Method in interface org.apache.coyote.http11.InputFilter
-
Get the name of the encoding handled by this filter.
- getEncodingName() - Method in interface org.apache.coyote.http11.OutputFilter
-
Get the name of the encoding handled by this filter.
- getEnd() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getEnd() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- 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.
- getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- getEngineName() - Method in class org.apache.catalina.core.StandardContext
-
- getEngineName() - Method in class org.apache.catalina.core.StandardWrapper
-
- getEntropy() - Method in class org.apache.catalina.core.StandardService
-
- getEntropy() - Method in interface org.apache.catalina.Service
-
Return the entropy increaser value, or compute a semi-useful value
if this String has not yet been set.
- getEntry() - Method in class org.apache.naming.resources.JARDirContext.Entry
-
- getEntry() - Method in class org.apache.naming.resources.WARDirContext.Entry
-
- getEnvironment() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Gets derived CGI environment
- getEnvironment() - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves the environment in effect for this context.
- getEnvironment() - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the environment in effect for this context.
- getEnvironment() - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves the environment in effect for this context.
- getEnvironment() - Method in class org.jboss.web.php.ScriptEnvironment
-
Gets derived Script environment
- getEnvironmentArray() - Method in class org.jboss.web.php.ScriptEnvironment
-
Converts Environment Hastable to String array
- getEnvName(int) - Method in class org.jboss.web.rewrite.RewriteRule
-
- getEnvResult(int) - Method in class org.jboss.web.rewrite.RewriteRule
-
- getEnvSize() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getEnvValue(int) - Method in class org.jboss.web.rewrite.RewriteRule
-
- getError() - Method in exception org.apache.tomcat.jni.Error
-
Get the APR error code of the exception.
- getErrorClient() - Static method in class org.apache.tomcat.bayeux.TomcatBayeux
-
returns the default error client
- getErrorCode() - Method in class org.apache.catalina.deploy.ErrorPage
-
Return the error code.
- getErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
-
- getErrorCount() - Method in class org.apache.coyote.RequestGroupInfo
-
- getErrorCount() - Method in class org.apache.coyote.RequestInfo
-
- getErrorDispatcher() - Method in class org.apache.jasper.compiler.Compiler
-
Gets the error dispatcher.
- getErrorException() - Method in class org.apache.coyote.Response
-
Get the Exception that occurred during request
processing.
- getErrorMessage() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the compilation error message.
- getErrorOnUndeclaredNamespace() - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getErrorOnUseBeanInvalidClassAttribute() - Method in interface org.apache.jasper.Options
-
Returns true if Jasper issues a compilation error instead of a runtime
Instantiation error if the class attribute specified in useBean action
is invalid.
- getErrorPage() - Method in class org.apache.catalina.deploy.LoginConfig
-
- getErrorReportValveClass() - Method in class org.apache.catalina.core.StandardHost
-
Return the Java class name of the error report valve class
for new web applications.
- getErrorURI() - Method in class org.apache.coyote.Response
-
Get the request URI that caused the original error.
- getETag() - Method in class org.apache.naming.resources.ResourceAttributes
-
Get ETag.
- getEvent() - Method in class org.apache.catalina.connector.Request
-
Get the event associated with the request.
- getEvent() - Method in class org.apache.catalina.InstanceEvent
-
Return the event for which this event occurred.
- getEvent() - Method in class org.apache.tomcat.bayeux.RequestBase
-
- getEventPoller() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getEventPoller() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getException() - Method in class org.apache.catalina.InstanceEvent
-
Return the exception that occurred during the processing
that was reported by this event.
- getException() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getException() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Returns the exception associated with this page context, if any.
- getExceptionType() - Method in class org.apache.catalina.deploy.ErrorPage
-
Return the exception type.
- getExcludedResponseStatusCodes() - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getExcludedResponseStatusCodesAsInts() - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getExecutor(String) - Method in class org.apache.catalina.core.StandardService
-
Retrieves executor by name, null if not found
- getExecutor(String) - Method in interface org.apache.catalina.Service
-
Retrieves executor by name, null if not found
- getExecutor() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getExecutor() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getExecutor() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getExecutor() - Method in class org.apache.coyote.http11.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
-
- getExpirationDate(ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getExpirationDate(ExpiresFilter.ExpiresConfiguration, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getExpiredSessions() - Method in interface org.apache.catalina.Manager
-
Gets the number of sessions that have expired.
- getExpiredSessions() - Method in class org.apache.catalina.session.ManagerBase
-
Gets the number of sessions that have expired.
- getExpiresConfigurationByContentType() - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getExpr(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Provides programmatic access to the ExpressionEvaluator.
- getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- getExpressionString() - Method in class org.apache.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
- getExtensions() - Method in class org.apache.tomcat.util.http.MimeMap
-
- getFacade() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the facade associated with this ApplicationContext.
- getFacade() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
Get the facade FilterRegistration.
- getFacade() - Method in class org.apache.catalina.core.StandardWrapper
-
Get the facade ServletRegistration.
- getFacade() - Method in interface org.apache.catalina.Wrapper
-
Get the facade ServletRegistration.
- getFairness() - Method in class org.apache.catalina.valves.SemaphoreValve
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
- getFieldName() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the name of the field in the multipart form corresponding to
this file item.
- getFieldName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the name of the field in the multipart form corresponding to
this file item.
- getFieldName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
-
Returns the name of the field in the multipart form corresponding to
this file item.
- getFieldName() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
-
Returns the field name of the item, which caused the
exception.
- getFieldName(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Retrieves the field name from the Content-disposition
header.
- getFile() - Method in class org.apache.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.disk.DiskFileItemFactory
-
Returns the tracker, which is responsible for deleting temporary
files.
- getFileDateFormat() - Method in class org.apache.catalina.valves.AccessLogValve
-
Return the date format date based log rotation.
- getFileItemFactory() - Method in class org.apache.tomcat.util.http.fileupload.FileUpload
-
Returns the factory class used when creating file items.
- getFileItemFactory() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Returns the factory class used when creating file items.
- getFileLastModified(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
- getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
-
- getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getFileName() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
-
Returns the file name of the item, which caused the
exception.
- getFileName(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Retrieves the file name from the Content-disposition
header.
- 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
-
- 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
-
- getFullPath() - Method in class org.jboss.web.php.ScriptEnvironment
-
Gets derived script full path
- getFunctionClass() - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
-
- getFunctionInfos() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getFunctionMapper() - Method in class org.apache.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.
- 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() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getHandler() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getHeader(String) - Method in class org.apache.catalina.connector.Request
-
Return the first value of the specified header, if any; otherwise,
return null
- getHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getHeader(String) - Method in class org.apache.catalina.connector.Response
-
Return the value for the specified header, or null
if this
header has not been set.
- getHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- getHeader(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getHeader(String) - Method in class org.apache.catalina.core.DummyResponse
-
- getHeader(String) - Method in class org.apache.catalina.core.StandardPart
-
- getHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getHeader(String) - Method in class org.apache.coyote.Request
-
- getHeader(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
-
Returns the value of the specified part header as a String
.
- getHeader(String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
-
- getHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
- getHeaderEncoding() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Retrieves the character encoding used when reading the headers of an
individual part.
- getHeaderEncoding() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Retrieves the character encoding used when reading the headers of an
individual part.
- getHeaderEntry(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getHeaderField(String) - Method in class org.apache.naming.resources.DirContextURLConnection
-
Returns the name of the specified header field.
- getHeaderFields() - Method in class org.apache.naming.resources.DirContextURLConnection
-
Returns an unmodifiable Map of the header fields.
- getHeaderLength() - Method in class org.apache.coyote.ajp.AjpMessage
-
- getHeaderNames() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getHeaderNames() - Method in class org.apache.catalina.connector.Request
-
Return the names of all headers received with this request.
- getHeaderNames() - Method in class org.apache.catalina.connector.RequestFacade
-
- getHeaderNames() - Method in class org.apache.catalina.connector.Response
-
Return an array of all the header names set for this response, or
a zero-length array if no headers have been set.
- getHeaderNames() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getHeaderNames() - Method in class org.apache.catalina.core.DummyRequest
-
- getHeaderNames() - Method in class org.apache.catalina.core.DummyResponse
-
- getHeaderNames() - Method in class org.apache.catalina.core.StandardPart
-
- getHeaderNames() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getHeaderNames() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
-
Returns an Enumeration
of all the header names.
- getHeaderNames() - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
-
- getHeaderNamesArray() - Method in class org.apache.catalina.connector.Response
-
Return an array of all the header names set for this response, or
a zero-length array if no headers have been set.
- getHeaders(String) - Method in class org.apache.catalina.connector.Request
-
Return all of the values of the specified header, if any; otherwise,
return an empty enumeration.
- getHeaders(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getHeaders(String) - Method in class org.apache.catalina.connector.Response
-
Return an array of all the header values associated with the
specified header name, or an zero-length array if there are no such
header values.
- getHeaders(String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- getHeaders(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getHeaders(String) - Method in class org.apache.catalina.core.DummyResponse
-
- getHeaders(String) - Method in class org.apache.catalina.core.StandardPart
-
- getHeaders(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getHeaders() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the file item headers.
- getHeaders(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
-
Returns all the values of the specified item header as an
Enumeration
of String
objects.
- getHeaders() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
-
Returns the collection of headers defined locally within this item.
- getHeaders(String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
-
- getHeaderValueAsString(Object) - Method in class org.apache.naming.resources.DirContextURLConnection
-
- getHeaderValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getHeaderValues(String) - Method in class org.apache.catalina.connector.Response
-
Return an array of all the header values associated with the
specified header name, or an zero-length array if there are no such
header values.
- getHeaderValues(String) - Method in class org.apache.catalina.core.DummyResponse
-
- getHitCount() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getHitsCount() - Method in class org.apache.naming.resources.ResourceCache
-
Return the number of cache hits.
- 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.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.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
-
- getHostConfigPath(String) - Method in class org.jboss.web.rewrite.RewriteValve
-
Find the configuration path where the rewrite configuration file
will be stored.
- getHostname() - Method in class org.apache.catalina.core.StandardContext
-
- getHostName() - Method in class org.apache.naming.resources.ProxyDirContext
-
Return the host name.
- getHosts() - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- getHttpServerPort() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getHttpServletRequest() - Method in class org.apache.catalina.connector.HttpEventImpl
-
- getHttpServletRequest() - Method in interface org.jboss.servlet.http.HttpEvent
-
Returns the HttpServletRequest.
- getHttpServletResponse() - Method in class org.apache.catalina.connector.HttpEventImpl
-
- getHttpServletResponse() - Method in interface org.jboss.servlet.http.HttpEvent
-
Returns the HttpServletResponse.
- getHttpsServerPort() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getHttpsServerPort() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Returns the Java encoding name for the specified IANA encoding name.
- getId() - Method in interface org.apache.catalina.Session
-
Return the session identifier for this session.
- getId() - Method in class org.apache.catalina.session.StandardSession
-
Return the session identifier for this session.
- getId() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getId() - Method in interface org.apache.cometd.bayeux.Channel
-
Returns the id for this channel.
- getId() - Method in interface org.apache.cometd.bayeux.Client
-
Returns a unique id for this client.
- getId() - Method in interface org.apache.cometd.bayeux.Message
-
Returns the unique id of this message
- getId() - Method in class org.apache.tomcat.bayeux.ChannelImpl
-
returns the id of this channel
- getId() - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- getId() - Method in class org.apache.tomcat.bayeux.MessageImpl
-
- getId() - Method in class org.apache.tomcat.bayeux.RequestBase
-
- getId() - Method in class org.apache.tomcat.util.buf.TimeStamp
-
Each object can have an unique id, similar with name but
providing faster access ( array vs.
- getId(String, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Return an int ID for faster access.
- getId(String, String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
-
Return an int ID for faster access.
- getIdInternal() - Method in interface org.apache.catalina.Session
-
Return the session identifier for this session.
- getIdInternal() - Method in class org.apache.catalina.session.StandardSession
-
Return the session identifier for this session.
- getIDs() - Method in class org.apache.naming.resources.ResourceAttributes
-
Get all attribute IDs.
- getIeClassId() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Class ID for use in the plugin tag when the browser is IE.
- getIeClassId() - Method in interface org.apache.jasper.Options
-
Class ID for use in the plugin tag when the browser is IE.
- getIgnoreAnnotations() - Method in interface org.apache.catalina.Context
-
Return the boolean on the annotations parsing.
- getIgnoreAnnotations() - Method in class org.apache.catalina.core.StandardContext
-
Return the boolean on the annotations parsing.
- 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
-
- getIncludeCoda() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getIncludeCodas() - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- getIncluded() - Method in class org.apache.catalina.connector.Response
-
Return the "processing inside an include" flag.
- getIncluded() - Method in class org.apache.catalina.core.DummyResponse
-
- getIncludePrelude() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getIncludePreludes() - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- getIndex() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
-
Returns the current index for error reporting purposes.
- getIndex() - Method in class org.apache.catalina.util.StringParser
-
Return the zero-relative index of our current parsing position
within the string being parsed.
- getInfo() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.authenticator.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.ApplicationDispatcher
-
Return the descriptive information about this implementation.
- getInfo() - Method in class org.apache.catalina.core.ContainerBase
-
Return descriptive information about this Container implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.core.DummyRequest
-
- getInfo() - Method in class org.apache.catalina.core.DummyResponse
-
- getInfo() - Method in class org.apache.catalina.core.StandardContext
-
Return descriptive information about this Container implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.core.StandardEngine
-
Return descriptive information about this Container implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.core.StandardHost
-
Return descriptive information about this Container implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.core.StandardPipeline
-
Return descriptive information about this implementation class.
- getInfo() - Method in class org.apache.catalina.core.StandardServer
-
Return descriptive information about this Server implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.core.StandardService
-
Return descriptive information about this Service implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.core.StandardWrapper
-
Return descriptive information about this Container implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getInfo() - Method in interface org.apache.catalina.Loader
-
Return descriptive information about this Loader implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in interface org.apache.catalina.Manager
-
Return descriptive information about this Manager implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in interface org.apache.catalina.Realm
-
Return descriptive information about this Realm implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.realm.RealmBase
-
Return descriptive information about this Realm implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in interface org.apache.catalina.Server
-
Return descriptive information about this Server implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in interface org.apache.catalina.Service
-
Return descriptive information about this Service implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.session.FileStore
-
Return descriptive information about this Store implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in interface org.apache.catalina.Session
-
Return descriptive information about this Session implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.session.JDBCStore
-
Return the info for this Store.
- getInfo() - Method in class org.apache.catalina.session.ManagerBase
-
Return descriptive information about this Manager implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.session.PersistentManager
-
Return descriptive information about this Manager implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Return descriptive information about this Manager implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.session.StandardManager
-
Return descriptive information about this Manager implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.session.StandardSession
-
Return descriptive information about this Session implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in class org.apache.catalina.session.StoreBase
-
Return the info for this Store.
- getInfo() - Method in interface org.apache.catalina.Store
-
Return descriptive information about this Store implementation and
the corresponding version number, in the format
<description>/<version>
.
- getInfo() - Method in interface org.apache.catalina.Valve
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.valves.AccessLogValve
-
Return descriptive information about this implementation.
- getInfo() - Method in class org.apache.catalina.valves.ErrorReportValve
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
Return descriptive information about this implementation.
- getInfo() - Method in class org.apache.catalina.valves.PersistentValve
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.valves.RemoteAddrValve
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.valves.RemoteHostValve
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.valves.RemoteIpValve
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.valves.RequestDumperValve
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.valves.RequestFilterValve
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.valves.SemaphoreValve
-
Return descriptive information about this Valve implementation.
- getInfo() - Method in class org.apache.catalina.valves.ValveBase
-
Return descriptive information about this Valve implementation.
- getInfo(long) - Static method in class org.apache.tomcat.jni.Address
-
Create the Sockaddr object from apr_sockaddr_t
- getInfoB(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Return SSL Info parameter as byte array.
- getInfoI(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Return SSL Info parameter as integer.
- getInfoS(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Return SSL Info parameter as String.
- getInfoString() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the value of the specified initialization parameter, or
null
if this parameter does not exist.
- getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
Return a String
containing the value of the named
initialization parameter, or null
if the parameter
does not exist.
- getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
Return a String
containing the value of the named
initialization parameter, or null
if the parameter
does not exist.
- getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Return the initialization parameter value for the specified name,
if any; otherwise return null
.
- getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getInitParameter(String) - Method in class org.apache.catalina.deploy.FilterDef
-
Add an initialization parameter to the set of parameters associated
with this filter.
- getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the names of the context's initialization parameters, or an
empty enumeration if the context has no initialization parameters.
- getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
Return an Enumeration
of the names of the initialization
parameters for this Filter.
- getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
Return an Enumeration
of the names of the initialization
parameters for this Filter.
- getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the set of initialization parameter names defined for this
servlet.
- getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getInitParameters() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
- getInitParameters() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
- getInitParameters() - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getInitParams() - Method in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
-
- getInputBuffer() - Method in class org.apache.coyote.Request
-
- getInputStream() - Method in class org.apache.catalina.connector.Request
-
Return the servlet input stream for this Request.
- getInputStream() - Method in class org.apache.catalina.connector.RequestFacade
-
- getInputStream() - Method in class org.apache.catalina.core.DummyRequest
-
- getInputStream() - Method in class org.apache.catalina.core.StandardPart
-
- getInputStream() - Method in class org.apache.coyote.http11.InternalInputBuffer
-
Get the underlying socket input stream.
- getInputStream(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getInputStream() - Method in class org.apache.naming.resources.DirContextURLConnection
-
Get input stream.
- getInputStream() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns an InputStream
that can be
used to retrieve the contents of the file.
- getInputStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns an InputStream
that can be
used to retrieve the contents of the file.
- getInputStream() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
-
Retrieve the input stream for the request.
- getInputStream() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
-
Retrieve the input stream for the request.
- getInputStream() - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
-
- getInstance() - Static method in class org.apache.catalina.core.ApplicationFilterFactory
-
Return the fqctory instance.
- getInstance(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- getInstance() - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Generated Servlet and Tag Handler implementations call this method to
retrieve an instance of the ProtectedFunctionMapper.
- getInstance() - Static method in class org.apache.tomcat.util.net.SSLImplementation
-
- getInstance(String) - Static method in class org.apache.tomcat.util.net.SSLImplementation
-
- 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
-
- getInternalProxies() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getInternalProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getInterruptible() - Method in class org.apache.catalina.valves.SemaphoreValve
-
- getIntHeader(String) - Method in class org.apache.catalina.connector.Request
-
Return the value of the specified header as an integer, or -1 if there
is no such header for this request.
- getIntHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getIntHeader(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getIntHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getInvoke(String, Object[], String[], BaseModelMBean, Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- getip(long) - Static method in class org.apache.tomcat.jni.Address
-
Return the IP address (in numeric address string format) in
an APR socket address.
- getIsXml() - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- getItemIterator(RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Processes an
RFC 1867
compliant
multipart/form-data
stream.
- getItemIterator(HttpServletRequest) - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
-
Processes an
RFC 1867
compliant
multipart/form-data
stream.
- getJ2EEApplication() - Method in class org.apache.catalina.core.StandardContext
-
- getJ2EEServer() - Method in class org.apache.catalina.core.StandardContext
-
- getJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Returns the IANA encoding name for the specified Java encoding name.
- getJavaEncoding() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getJavaEncoding() - Method in interface org.apache.jasper.Options
-
Java platform encoding to generate the JSP
page servlet.
- getJavaFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the name of the Java source file in which the compilation error
occurred.
- getJavaLine() - Method in class org.apache.jasper.compiler.ServletWriter
-
- getJavaLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the compilation error line number.
- getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
-
Path of the Java file relative to the work directory.
- getJavaVMs() - Method in class org.apache.catalina.core.StandardContext
-
- getJmxName() - Method in class org.apache.catalina.core.ContainerBase
-
- getJmxName() - Method in class org.apache.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?
- getKey() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- 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
-
- getLandingPage() - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Return the landing page to use when FORM auth is mis-used.
- getLargeIcon() - Method in class org.apache.catalina.deploy.FilterDef
-
- getLargeIcon() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- 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
- getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getLastModified() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Returns the value of the last-modified
header field.
- getLastModified() - Method in class org.apache.naming.resources.DirContextURLConnection
-
Return the last modified date.
- getLastModified() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
-
Get last modified time.
- getLastModified() - Method in class org.apache.naming.resources.ResourceAttributes
-
Get last modified time.
- getLastModifiedDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
-
Get lastModified date.
- getLastModifiedDate() - Method in class org.apache.naming.resources.ResourceAttributes
-
Get lastModified date.
- getLastModifiedHeader() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- getLastModifiedHttp() - Method in class org.apache.naming.resources.ResourceAttributes
-
- getLastRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
-
- getLastServicedRequest() - Static method in class org.apache.catalina.core.ApplicationFilterChain
-
The last request passed to a servlet for servicing from the current
thread.
- getLastServicedResponse() - Static method in class org.apache.catalina.core.ApplicationFilterChain
-
The last response passed to a servlet for servicing from the current
thread.
- getLastWrite() - Method in class org.apache.coyote.Response
-
- getLen() - Method in class org.apache.coyote.ajp.AjpMessage
-
Return the current message length.
- getLength() - Method in class org.apache.catalina.util.StringParser
-
Return the length of the string we are parsing.
- getLength() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the length of the bytes.
- getLength() - Method in class org.apache.tomcat.util.buf.CharChunk
-
Returns the length of the bytes.
- getLength() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns the length of the original buffer.
- getLifecycle() - Method in class org.apache.catalina.LifecycleEvent
-
Return the Lifecycle on which this event occurred.
- getLimit() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getLimit() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getLine() - Method in class org.apache.el.parser.SimpleCharStream
-
Deprecated.
- getListener() - Method in class org.apache.catalina.connector.Request.AsyncListenerRegistration
-
- getListener() - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- getListeners() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getLoader() - Method in interface org.apache.catalina.Container
-
Return the Loader with which this Container is associated.
- getLoader() - Method in class org.apache.catalina.core.ContainerBase
-
Return the Loader with which this Container is associated.
- getLoadOnStartup() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the load-on-startup order value (negative value means
load on first call).
- getLoadOnStartup() - Method in interface org.apache.catalina.Wrapper
-
Return the load-on-startup order value (negative value means
load on first call).
- getLoadOnStartupString() - Method in class org.apache.catalina.core.StandardWrapper
-
- getLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
-
- getLocalAddr() - Method in class org.apache.catalina.connector.Request
-
Returns the Internet Protocol (IP) address of the interface on
which the request was received.
- getLocalAddr() - Method in class org.apache.catalina.connector.RequestFacade
-
- getLocalAddr() - Method in class org.apache.catalina.core.DummyRequest
-
- 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
-
- 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
-
- getLocation() - Method in class org.apache.catalina.deploy.ErrorPage
-
Return the location.
- getLocation() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getLocation() - Method in class org.apache.catalina.deploy.Multipart
-
- getLocation() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
-
- getLogElement(String, ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
- getLogger() - Method in interface org.apache.catalina.Container
-
Return the Logger with which this Container is associated.
- getLogger() - Method in class org.apache.catalina.core.ContainerBase
-
Return the Logger with which this Container is associated.
- getLogger(String) - Static method in class org.jboss.logging.Logger
-
Create a Logger instance given the logger name.
- getLogger(String, String) - Static method in class org.jboss.logging.Logger
-
Create a Logger instance given the logger name with the given suffix.
- getLogger(Class) - Static method in class org.jboss.logging.Logger
-
Create a Logger instance given the logger class.
- getLogger(Class, String) - Static method in class org.jboss.logging.Logger
-
Create a Logger instance given the logger class with the given suffix.
- getLoggerPlugin() - Method in class org.jboss.logging.Logger
-
Get the logger plugin delegate
- 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
-
- getLogLevel() - Method in class org.jboss.logging.DynamicLogger
-
Gets the logLevel of the log() primitive
- getLogLevelAsString() - Method in class org.jboss.logging.DynamicLogger
-
Gets the logLevel of the log() primitive in String form
- 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.
- getMap() - Method in class org.jboss.logging.jdk.JDKMDCProvider
-
- getMap() - Static method in class org.jboss.logging.MDC
-
- getMap() - Method in interface org.jboss.logging.MDCProvider
-
- getMap() - Method in class org.jboss.logging.NullMDCProvider
-
- getMapForFunction(String, Class, String, Class[]) - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Creates an instance for this class, and stores the Method for the given
EL function prefix and name.
- getMappedFile() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are we supporting HTML mapped servlets?
- getMappedFile() - Method in interface org.apache.jasper.Options
-
Are we supporting HTML mapped servlets?
- getMapper() - Method in interface org.apache.catalina.Context
-
Get the request dispatcher mapper.
- getMapper() - Method in class org.apache.catalina.core.StandardContext
-
Get the mapper associated with the context.
- getMapper() - Method in class org.apache.catalina.core.StandardService
-
- getMapper() - Method in interface org.apache.catalina.Service
-
Return the Mapper
that handles mapping for all
Connectors
associated with this Service.
- getMappingData() - Method in class org.apache.catalina.connector.Request
-
Return mapping data.
- getMappingObject() - Method in interface org.apache.catalina.Container
-
Return an object which may be utilized for mapping to this component.
- getMappingObject() - Method in class org.apache.catalina.core.ContainerBase
-
Return an object which may be utilized for mapping to this component.
- getMappings() - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getMatchAllServletNames() - Method in class org.apache.catalina.deploy.FilterMap
-
- getMatchAllUrlPatterns() - Method in class org.apache.catalina.deploy.FilterMap
-
- getMatcher() - Method in class org.jboss.web.rewrite.RewriteCond
-
- getMaxActive() - Method in interface org.apache.catalina.Manager
-
Gets the maximum number of sessions that have been active at the same
time.
- getMaxActive() - Method in class org.apache.catalina.session.ManagerBase
-
Max number of concurrent active sessions
- getMaxActiveSessions() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Return the maximum number of active Sessions allowed, or -1 for
no limit.
- getMaxActiveSessions() - Method in class org.apache.catalina.session.StandardManager
-
Return the maximum number of active Sessions allowed, or -1 for
no limit.
- getMaxAge() - Method in class org.apache.catalina.deploy.SessionCookie
-
- getMaxAge() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- getMaxAllocateIterations() - Method in class org.apache.naming.resources.ResourceCache
-
Return the maximum amount of iterations during a space allocation.
- 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.
- 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
-
- 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
-
- getMDCProvider() - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- getMDCProvider() - Method in interface org.jboss.logging.MDCSupport
-
- 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 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.connector.CoyotePrincipal
-
- getName() - Method in interface org.apache.catalina.Container
-
Return a name string (suitable for use by humans) that describes this
Container.
- getName() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
- getName() - Method in class org.apache.catalina.core.ContainerBase
-
Return a name string (suitable for use by humans) that describes this
Container.
- getName() - Method in class org.apache.catalina.core.StandardHost
-
Return the canonical, fully qualified, name of the virtual host
this Container represents.
- getName() - Method in class org.apache.catalina.core.StandardPart
-
- getName() - Method in class org.apache.catalina.core.StandardService
-
Return the name of this Service.
- getName() - Method in class org.apache.catalina.core.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.jsp.FunctionInfo
-
- getName() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- getName() - Method in class org.apache.catalina.deploy.jsp.TagFileInfo
-
- getName() - Method in class org.apache.catalina.deploy.SecurityCollection
-
Return the name of this web resource collection.
- getName() - Method in class org.apache.catalina.deploy.SessionCookie
-
- getName() - Method in interface org.apache.catalina.Executor
-
- getName() - Method in interface org.apache.catalina.Host
-
Return the canonical, fully qualified, name of the virtual host
this Container represents.
- getName() - Method in class org.apache.catalina.realm.GenericPrincipal
-
- getName() - Method in class org.apache.catalina.realm.RealmBase
-
Return a short name for this Realm implementation, for use in
log messages.
- getName() - Method in interface org.apache.catalina.Service
-
Return the name of this Service.
- getName() - Method in class org.apache.catalina.session.JDBCStore
-
Return the name for this instance (built from container name)
- getName() - Method in class org.apache.catalina.session.ManagerBase
-
Return the descriptive short name of this Manager implementation.
- getName() - Method in class org.apache.catalina.session.PersistentManager
-
Return the descriptive short name of this Manager implementation.
- getName() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Return the descriptive short name of this Manager implementation.
- getName() - Method in class org.apache.catalina.session.StandardManager
-
Return the descriptive short name of this Manager implementation.
- getName() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getName() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getName() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getName() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getName() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
-
Get name.
- getName() - Method in class org.apache.naming.resources.JARDirContext.Entry
-
- getName() - Method in class org.apache.naming.resources.ResourceAttributes
-
Get name.
- getName() - Method in class org.apache.naming.resources.WARDirContext.Entry
-
- getName() - Method in class org.apache.tomcat.util.buf.TimeStamp
-
Return the "name" of the timestamp.
- getName() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the original filename in the client's filesystem.
- getName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the original filename in the client's filesystem, as provided by
the browser (or other client software).
- getName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
-
Returns the original filename in the client's filesystem, as provided by
the browser (or other client software).
- getName() - Method in exception org.apache.tomcat.util.http.fileupload.InvalidFileNameException
-
Returns the invalid file name.
- getName(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Returns the Nth header name, or null if there is no such header.
- getName() - Method in class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
-
- getName() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- getName() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
The name of this feature, which must be unique among features in the
same collection.
- getName() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The name of this managed bean, which must be unique among all
MBeans managed by a particular MBeans server.
- getName() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getName() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getName() - Method in class org.jboss.logging.Logger
-
Return the name of this logger.
- getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return a RequestDispatcher
object that acts as a
wrapper for the named servlet.
- getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getNameFromAttribute() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- getNameGiven() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- getnameinfo(long, int) - Static method in class org.apache.tomcat.jni.Address
-
Look up the host name from an apr_sockaddr_t.
- getNameInNamespace() - Method in class org.apache.naming.resources.AliasDirContext
-
- getNameInNamespace() - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves the full name of this context within its own namespace.
- getNameInNamespace() - Method in class org.apache.naming.resources.FileDirContext
-
Retrieves the full name of this context within its own namespace.
- getNameInNamespace() - Method in class org.apache.naming.resources.JARDirContext
-
Retrieves the full name of this context within its own namespace.
- getNameInNamespace() - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the full name of this context within its own namespace.
- getNameInNamespace() - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves the full name of this context within its own namespace.
- getNameInNamespace() - Method in class org.apache.naming.resources.WARDirContext
-
Retrieves the full name of this context within its own namespace.
- getNameParser(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves the parser associated with the named context.
- getNameParser(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves the parser associated with the named context.
- getNameParser(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the parser associated with the named context.
- getNameParser(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the parser associated with the named context.
- getNameParser(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves the parser associated with the named context.
- getNameParser(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves the parser associated with the named context.
- 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.
- getNDCProvider() - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- getNDCProvider() - Method in interface org.jboss.logging.NDCSupport
-
- 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.
- getNonceValidity() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- getNote(String) - Method in class org.apache.catalina.connector.Request
-
Return the object bound with the specified name to the internal notes
for this request, or null
if no such binding exists.
- getNote(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getNote(String) - Method in interface org.apache.catalina.Session
-
Return the object bound with the specified name to the internal notes
for this session, or null
if no such binding exists.
- getNote(String) - Method in class org.apache.catalina.session.StandardSession
-
Return the object bound with the specified name to the internal notes
for this session, or null
if no such binding exists.
- getNote(int) - Method in class org.apache.coyote.Request
-
- getNote(int) - Method in class org.apache.coyote.Response
-
- getNote(int) - Method in class org.apache.tomcat.util.http.BaseRequest
-
- getNoteNames() - Method in class org.apache.catalina.connector.Request
-
Return an Iterator containing the String names of all notes bindings
that exist for this request.
- getNoteNames() - Method in class org.apache.catalina.core.DummyRequest
-
- getNoteNames() - Method in interface org.apache.catalina.Session
-
Return an Iterator containing the String names of all notes bindings
that exist for this session.
- getNoteNames() - Method in class org.apache.catalina.session.StandardSession
-
Return an Iterator containing the String names of all notes bindings
that exist for this session.
- getNotificationInfo() - Method in class org.apache.catalina.core.StandardContext
-
- getNotificationInfo() - Method in class org.apache.catalina.core.StandardWrapper
-
- getNotificationInfo() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Return an MBeanNotificationInfo
object describing the
notifications sent by this MBean.
- getNotificationInfo() - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
Return an MBeanNotificationInfo
object describing the
notifications sent by this MBean.
- getNotifications() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The collection of notifications for this MBean.
- getNotifTypes() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
-
The set of notification types for this MBean.
- getObjectName() - Method in class org.apache.catalina.connector.Connector
-
- getObjectName() - Method in interface org.apache.catalina.Container
-
Return the JMX name associated with this container.
- getObjectName() - Method in class org.apache.catalina.core.ContainerBase
-
- getObjectName() - Method in class org.apache.catalina.core.StandardServer
-
- getObjectName() - Method in class org.apache.catalina.core.StandardService
-
- getObjectName() - Method in class org.apache.catalina.realm.RealmBase
-
- getObjectName() - Method in class org.apache.catalina.session.ManagerBase
-
- getObjectName() - Method in class org.apache.catalina.valves.ValveBase
-
- getObjectName() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getObjectName() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getObjectName() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getObjectName() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getObjectName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- getOffset() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getOffset() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getOpaque() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- getOperations() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The collection of operations for this MBean.
- getOption(ServletConfig, String, String) - Static method in class org.apache.jasper.runtime.TagHandlerPool
-
- getOptions() - Method in class org.apache.jasper.JspCompilationContext
-
Get hold of the Options object for this context.
- getOut() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getOut() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getOutputBuffer() - Method in class org.apache.coyote.Response
-
- getOutputDir() - Method in class org.apache.jasper.JspCompilationContext
-
The output directory to generate code into.
- 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.filters.ExpiresFilter.XHttpServletResponse
-
- getOutputStream() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Return a OutputStream, throws and exception if a printwriter already
been returned.
- getOutputStream() - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Get the underlying socket output stream.
- getOutputStream() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
- getOutputStream() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getOutputStream() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns an OutputStream
that can
be used for storing the contents of the file.
- getOutputStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns an OutputStream
that can
be used for storing the contents of the file.
- getOverride() - Method in interface org.apache.catalina.Context
-
Return the override flag for this web application.
- getOverride() - Method in class org.apache.catalina.core.StandardContext
-
Return the DefaultContext override flag for this web application.
- getOverride() - Method in class org.apache.catalina.deploy.ApplicationParameter
-
- getPacketSize() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getPacketSize() - Method in class org.apache.coyote.ajp.AjpMessage
-
- getPacketSize() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getPage() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getPage() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- getPageEncoding() - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- getPageEncoding() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
-
Gets the info about the page under compilation
- getPageNodes() - Method in class org.apache.jasper.compiler.Compiler
-
Retrieves the parsed nodes of the JSP page, if they are available.
- getParameter(String) - Method in class org.apache.catalina.connector.Request
-
Return the value of the specified request parameter, if any; otherwise,
return null
.
- getParameter(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getParameter(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getParameter() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- getParameter(String) - Method in class org.apache.tomcat.util.http.Parameters
-
- getParameterMap() - Method in class org.apache.catalina.connector.Request
-
Returns a Map
of the parameters of this request.
- getParameterMap() - Method in class org.apache.catalina.connector.RequestFacade
-
- getParameterMap() - Method in class org.apache.catalina.core.DummyRequest
-
- getParameterMap() - Method in class org.apache.catalina.deploy.FilterDef
-
- getParameterNames() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getParameterNames() - Method in class org.apache.catalina.connector.Request
-
Return the names of all defined request parameters for this request.
- getParameterNames() - Method in class org.apache.catalina.connector.RequestFacade
-
- getParameterNames() - Method in class org.apache.catalina.core.DummyRequest
-
- getParameterNames() - Method in class org.apache.tomcat.util.http.Parameters
-
- getParameters() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Gets derived CGI query parameters
- getParameters() - Method in class org.apache.coyote.Request
-
- getParameters(EvaluationContext) - Method in class org.apache.el.parser.AstMethodParameters
-
- getParameters(String, String, KeyStore) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Return the initialization parameters for the TrustManager.
- getParameters() - Method in class org.jboss.web.php.ScriptEnvironment
-
Gets derived Script query parameters
- getParameterTypes(EvaluationContext) - Method in class org.apache.el.parser.AstMethodParameters
-
- getParameterValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getParameterValues(String) - Method in class org.apache.catalina.connector.Request
-
Return the defined values for the specified request parameter, if any;
otherwise, return null
.
- getParameterValues(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getParameterValues(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getParameterValues(String) - Method in class org.apache.tomcat.util.http.Parameters
-
- getParent() - Method in interface org.apache.catalina.Container
-
Return the Container for which this Container is a child, if there is
one.
- getParent() - Method in class org.apache.catalina.core.ContainerBase
-
Return the Container for which this Container is a child, if there is
one.
- getParent() - Method in class org.apache.tomcat.util.buf.TimeStamp
-
- getParentClassLoader() - Method in interface org.apache.catalina.Container
-
Return the parent class loader (if any) for web applications.
- getParentClassLoader() - Method in class org.apache.catalina.core.ContainerBase
-
Return the parent class loader (if any) for this web application.
- getParentClassLoader() - Method in class org.apache.catalina.core.StandardContext
-
Return the parent class loader (if any) for this web application.
- getParentClassLoader() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get the parent URLClassLoader.
- getParentContext() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Get the PluginContext for the parent of this custom tag.
- getParentName() - Method in class org.apache.catalina.core.ContainerBase
-
- getParentName() - Method in class org.apache.catalina.core.StandardContext
-
- getParentName() - Method in class org.apache.catalina.core.StandardEngine
-
- getParentName(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
-
From the name, extract the parent object name
- getParentTag() - Method in class org.apache.jasper.runtime.JspFragmentHelper
-
- getParsedHeaders(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Parses the header-part
and returns as key/value
pairs.
- getPart(String) - Method in class org.apache.catalina.connector.Request
-
- getPart(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getPart(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getPartialServletStackTrace(Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
-
Print out a partial servlet stack trace (truncating at the last
occurrence of javax.servlet.).
- getParts() - Method in class org.apache.catalina.connector.Request
-
- getParts() - Method in class org.apache.catalina.connector.RequestFacade
-
- getParts() - Method in class org.apache.catalina.core.DummyRequest
-
- getPassword() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
-
Gets the password credential (if any) associated with the SSO.
- getPassword() - Method in class org.apache.catalina.realm.GenericPrincipal
-
- getPassword(String) - Method in class org.apache.catalina.realm.RealmBase
-
Return the password associated with the given principal's user name.
- getPath() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- getPath() - Method in interface org.apache.catalina.Context
-
Return the context path for this web application.
- getPath() - Method in class org.apache.catalina.core.StandardContext
-
Return the context path for this Context.
- getPath() - Method in class org.apache.catalina.deploy.jsp.TagFileInfo
-
- getPath() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getPath() - Method in class org.apache.catalina.deploy.SessionCookie
-
- getPath() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
-
- getPath() - Method in class org.apache.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.session.StandardManager
-
Return the session persistence pathname, if any.
- getPathParameterName() - Method in class org.apache.catalina.deploy.SessionCookie
-
- getPathTranslated() - Method in class org.apache.catalina.connector.Request
-
Return the extra path information for this request, translated
to a real path.
- getPathTranslated() - Method in class org.apache.catalina.connector.RequestFacade
-
- getPathTranslated() - Method in class org.apache.catalina.core.DummyRequest
-
- getPathWithoutContext(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getPathWithoutFileName(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getPattern() - Method in class org.apache.catalina.valves.AccessLogValve
-
Return the format pattern.
- getPatternString() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getPaused() - Method in class org.apache.catalina.core.StandardContext
-
Return the request processing paused flag for this Context.
- getPeerCertificateChain() - Method in interface org.apache.tomcat.util.net.SSLSupport
-
The client certificate chain (if any).
- getPeerCertificateChain(boolean) - Method in interface org.apache.tomcat.util.net.SSLSupport
-
The client certificate chain (if any).
- getPermission() - Method in class org.apache.naming.resources.DirContextURLConnection
-
Get the Permission for this URL
- getPermissionCollection() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get the SecurityManager PermissionCollection for this
web application context.
- getPermissions(CodeSource) - Method in class org.apache.jasper.servlet.JasperLoader
-
Get the Permissions for a CodeSource.
- getPermittedSize() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeException
-
Retrieves the permitted size of the request.
- getpid() - Static method in class org.apache.tomcat.jni.Stdlib
-
Get current process pid.
- getPipeline() - Method in interface org.apache.catalina.Container
-
Return the Pipeline object that manages the Valves associated with
this Container.
- getPipeline() - Method in class org.apache.catalina.core.ContainerBase
-
Return the Pipeline object that manages the Valves associated with
this Container.
- getPluginAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Get the value of an attribute in the current tagplugin context.
- getPluginClassName() - Static method in class org.jboss.logging.Logger
-
The LoggerPlugin implementation class name in use
- getPointer() - Method in class org.apache.catalina.core.ApplicationFilterChain
-
- getPoller() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getPollerSize() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getPollerSize() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getPollerSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getPollerSize() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getPollerSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getPollerSize() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getPollTime() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getPollTime() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getPollTime() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- 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.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.
- 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(X509Certificate) - Method in class org.apache.catalina.realm.RealmBase
-
Return the Principal associated with the given certificate.
- getPrincipal(String) - Method in class org.apache.catalina.realm.RealmBase
-
Return the Principal associated with the given user name.
- getPrincipal() - Method in interface org.apache.catalina.Session
-
Return the authenticated Principal that is associated with this Session.
- getPrincipal() - Method in class org.apache.catalina.session.StandardSession
-
Return the authenticated Principal that is associated with this Session.
- getPrivateKey(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Returns the key associated with the given alias.
- getPrivileged() - Method in interface org.apache.catalina.Context
-
Return the privileged flag for this web application.
- getPrivileged() - Method in class org.apache.catalina.core.StandardContext
-
Return the privileged flag for this web application.
- getProcessExpiresFrequency() - Method in class org.apache.catalina.session.ManagerBase
-
Return the frequency of manager checks.
- getProcessingTime() - Method in class org.apache.catalina.core.StandardContext
-
Gets the cumulative processing times of all servlets in this
StandardContext.
- getProcessingTime() - Method in class org.apache.catalina.core.StandardWrapper
-
- getProcessingTime() - Method in class org.apache.catalina.session.ManagerBase
-
- getProcessingTime() - Method in class org.apache.coyote.RequestGroupInfo
-
- getProcessingTime() - Method in class org.apache.coyote.RequestInfo
-
- getProcessorCache() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getProcessorCache() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getProcessorCache() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getProcessorCache() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getProgressListener() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Returns the progress listener.
- getProperty(String) - Method in class org.apache.catalina.connector.Connector
-
Return a configured property.
- getProperty(String) - Method in class org.apache.coyote.http11.Http11Protocol
-
Get a property
- getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- getProtocol() - Method in interface org.apache.catalina.Cluster
-
Deprecated.
- getProtocol() - Method in class org.apache.catalina.connector.Connector
-
Return the Coyote protocol handler in use.
- getProtocol() - Method in class org.apache.catalina.connector.Request
-
Return the protocol and version used to make this Request.
- getProtocol() - Method in class org.apache.catalina.connector.RequestFacade
-
- getProtocol() - Method in class org.apache.catalina.core.DummyRequest
-
- getProtocol() - Method in class org.apache.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.
- getProtocolHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getProtocolHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getProtocolHeaderHttpsValue() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getProtocolHeaderHttpsValue() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getProtocols() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getProxiesHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getProxiesHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getProxyElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
- 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.
- getQualifiedNames() - Method in class org.apache.catalina.util.DOMWriter
-
- 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.connector.Request
-
Return the Random.
- getRandom() - Method in class org.apache.catalina.core.StandardService
-
- getRandom() - Method in interface org.apache.catalina.Service
-
Get the global secure random that will be used for this service.
- getReader() - Method in class org.apache.catalina.connector.Request
-
Read the Reader wrapping the input stream for this Request.
- getReader() - Method in class org.apache.catalina.connector.RequestFacade
-
- getReader() - Method in class org.apache.catalina.core.DummyRequest
-
- getReader() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- 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.realm.GenericPrincipal
-
- getRealmName() - Method in class org.apache.catalina.deploy.LoginConfig
-
- getRealmPath() - Method in class org.apache.catalina.realm.RealmBase
-
- getRealmSuffix() - Method in class org.apache.catalina.realm.RealmBase
-
- getRealPath(String) - Method in class org.apache.catalina.connector.Request
-
Deprecated.
As of version 2.1 of the Java Servlet API, use
ServletContext.getRealPath()
.
- getRealPath(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the real path for a given virtual path, if possible; otherwise
return null
.
- getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getRealPath(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getRealPath(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets the actual path of a URI relative to the context of
the compilation.
- getRecompileOnFail() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Re-compile on failure.
- getRecompileOnFail() - Method in interface org.apache.jasper.Options
-
Re-compile on failure.
- getReconnectInterval() - Method in class org.apache.tomcat.bayeux.BayeuxServlet
-
- getReconnectInterval() - Method in class org.apache.tomcat.bayeux.RequestBase
-
- getReconnectInterval() - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- getRedirectCode() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getRedirectPort() - Method in class org.apache.catalina.connector.Connector
-
Return the port number to which a request should be redirected if
it comes in on a non-SSL port and is subject to a security constraint
with a transport guarantee that requires SSL.
- getRef() - Method in class org.apache.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.
- getRegistry(Object, Object) - Static method in class org.apache.tomcat.util.modeler.Registry
-
Factory method to create (if necessary) and return our
Registry
instance.
- getRegistry() - Static method in class org.apache.tomcat.util.modeler.Registry
-
Deprecated.
Not enough info - use the method that takes CL and domain
- getRejectedSessions() - Method in interface org.apache.catalina.Manager
-
Gets the number of sessions that were not created because the maximum
number of active sessions was reached.
- getRejectedSessions() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Number of session creations that failed due to maxActiveSessions.
- getRejectedSessions() - Method in class org.apache.catalina.session.StandardManager
-
Number of session creations that failed due to maxActiveSessions
- getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Return the relative path associated with this servlet.
- getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
-
Override the DefaultServlet implementation and only use the PathInfo.
- getRelativePath(HttpServletRequest) - Static method in class org.apache.catalina.ssi.SSIServletRequestUtil
-
Return the relative path associated with this servlet.
- getRemaining() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Get remaining bytes.
- getRemaining() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Get remaining bytes.
- getRemaining() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- getRemaining() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
- getRemains() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- getRemoteAddr() - Method in class org.apache.catalina.connector.Request
-
Return the remote IP address making this Request.
- getRemoteAddr() - Method in class org.apache.catalina.connector.RequestFacade
-
- getRemoteAddr() - Method in class org.apache.catalina.core.DummyRequest
-
- getRemoteAddr() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getRemoteAddr() - Method in class org.apache.coyote.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
-
- getRemoteHost() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getRemoteIPHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getRemoteIpHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getRemotePort() - Method in class org.apache.catalina.connector.Request
-
Returns the Internet Protocol (IP) source port of the client
or last proxy that sent the request.
- getRemotePort() - Method in class org.apache.catalina.connector.RequestFacade
-
- getRemotePort() - Method in class org.apache.catalina.core.DummyRequest
-
- getRemotePort() - Method in class org.apache.coyote.Request
-
- getRemoteUser() - Method in class org.apache.catalina.connector.Request
-
Return the name of the remote user that has been authenticated
for this Request.
- getRemoteUser() - Method in class org.apache.catalina.connector.RequestFacade
-
- getRemoteUser() - Method in class org.apache.catalina.core.DummyRequest
-
- getRemoteUser() - Method in class org.apache.coyote.Request
-
- getReporter() - Method in class org.apache.catalina.connector.Response
-
Return a PrintWriter that can be used to render error messages,
regardless of whether a stream or writer has already been acquired.
- getReporter() - Method in class org.apache.catalina.core.DummyResponse
-
- getRepository() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Returns the directory used to temporarily store files that are larger
than the configured size threshold.
- getReqAttributeIgnoreCase(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getReqTime() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- getRequest() - Method in class org.apache.catalina.connector.InputBuffer
-
Get associated Coyote request.
- getRequest() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- getRequest() - Method in class org.apache.catalina.connector.Request.AsyncListenerRegistration
-
- getRequest() - Method in class org.apache.catalina.connector.Request
-
Return the ServletRequest
for which this object
is the facade.
- getRequest() - Method in class org.apache.catalina.connector.Response
-
Return the Request with which this Response is associated.
- getRequest() - Method in class org.apache.catalina.core.DummyRequest
-
- getRequest() - Method in class org.apache.catalina.core.DummyResponse
-
- getRequest() - Method in class org.apache.catalina.InstanceEvent
-
Return the servlet request for which this event occurred.
- getRequest() - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
Get the request associated with this processor.
- getRequest() - Method in class org.apache.coyote.ajp.AjpProcessor
-
Get the request associated with this processor.
- getRequest() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Get the request associated with this processor.
- getRequest() - Method in class org.apache.coyote.http11.Http11Processor
-
Get the request associated with this processor.
- getRequest() - Method in class org.apache.coyote.Response
-
- getRequest() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getRequest(TomcatBayeux, HttpEvent, JSONObject) - Static method in class org.apache.tomcat.bayeux.RequestFactory
-
- getRequestBytesReceived() - Method in class org.apache.coyote.RequestInfo
-
- getRequestBytesSent() - Method in class org.apache.coyote.RequestInfo
-
- getRequestCount() - Method in class org.apache.catalina.core.StandardWrapper
-
- getRequestCount() - Method in class org.apache.coyote.RequestGroupInfo
-
- getRequestCount() - Method in class org.apache.coyote.RequestInfo
-
- getRequestDispatcher(String) - Method in class org.apache.catalina.connector.Request
-
Return a RequestDispatcher that wraps the resource at the specified
path, which may be interpreted as relative to the current request path.
- getRequestDispatcher(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return a RequestDispatcher
instance that acts as a
wrapper for the resource at the given path.
- getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getRequestDispatcher(String) - Method in class org.apache.catalina.core.DummyRequest
-
- getRequestedSessionId() - Method in class org.apache.catalina.connector.Request
-
Return the session identifier included in this request, if any.
- getRequestedSessionId() - Method in class org.apache.catalina.connector.RequestFacade
-
- getRequestedSessionId() - Method in class org.apache.catalina.core.DummyRequest
-
- getRequestFacade() - Method in class org.apache.catalina.connector.Request
-
Alias for AsyncContext inner class.
- getRequestGroupInfo() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getRequestGroupInfo() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getRequestGroupInfo() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getRequestGroupInfo() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getRequestGroupInfo() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
-
- getRequestGroupInfo() - Method in interface org.apache.coyote.ProtocolHandler
-
- getRequestPathMB() - Method in class org.apache.catalina.connector.Request
-
Get the request path.
- getRequestPathMB() - Method in class org.apache.catalina.core.DummyRequest
-
- getRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
-
- getRequestProcessor() - Method in class org.apache.coyote.Request
-
- getRequestProcessors() - Method in class org.apache.coyote.RequestGroupInfo
-
- getRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getRequestURI() - Method in class org.apache.catalina.connector.Request
-
Return the request URI for this request.
- getRequestURI() - Method in class org.apache.catalina.connector.RequestFacade
-
- getRequestURI() - Method in class org.apache.catalina.core.DummyRequest
-
- getRequestURL() - Method in class org.apache.catalina.connector.Request
-
Reconstructs the URL the client used to make the request.
- getRequestURL() - Method in class org.apache.catalina.connector.RequestFacade
-
- getRequestURL() - Method in class org.apache.catalina.core.DummyRequest
-
- getRequired() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- getRequireReauthentication() - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Gets whether each request needs to be reauthenticated (by an
Authenticator downstream in the pipeline) to the security
Realm
, or if this Valve can itself bind security info
to the request based on the presence of a valid SSO entry without
rechecking with the
Realm
- getResource(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the URL to the resource that is mapped to a specified path.
- getResource(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getResource(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the requested resource as an InputStream
.
- getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getResourceAsStream(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets a resource as a stream, relative to the meanings of this
context's implementation.
- getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JasperLoader
-
Delegate to parent
- getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return a Set containing the resource paths of resources member of the
specified collection.
- getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getResourcePaths(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getResources() - Method in interface org.apache.catalina.Container
-
Return the Resources with which this Container is associated.
- getResources() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the resources object that is mapped to a specified path.
- getResources() - Method in class org.apache.catalina.core.ContainerBase
-
Return the resources DirContext object with which this Container is
associated.
- getResourceType() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
-
Get resource type.
- getResourceType() - Method in class org.apache.naming.resources.ResourceAttributes
-
Get resource type.
- getResponse() - Method in class org.apache.catalina.connector.OutputBuffer
-
Get associated Coyote response.
- getResponse() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- getResponse() - Method in class org.apache.catalina.connector.Request.AsyncListenerRegistration
-
- getResponse() - Method in class org.apache.catalina.connector.Request
-
Return the Response with which this Request is associated.
- getResponse() - Method in class org.apache.catalina.connector.Response
-
Return the ServletResponse
for which this object
is the facade.
- getResponse() - Method in class org.apache.catalina.core.DummyRequest
-
- getResponse() - Method in class org.apache.catalina.core.DummyResponse
-
- getResponse() - Method in class org.apache.catalina.InstanceEvent
-
Return the servlet response for which this event occurred.
- getResponse() - Method in class org.apache.coyote.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
-
- 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").
- getRoles() - Method in class org.apache.catalina.realm.GenericPrincipal
-
- getRootCause(ServletException) - Static method in class org.apache.catalina.core.StandardWrapper
-
Extract the root cause from a servlet exception.
- getRpName() - Method in class org.apache.coyote.RequestInfo
-
- getRunAs() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the run-as identity for this servlet.
- getRunAs() - Method in interface org.apache.catalina.Wrapper
-
Return the run-as identity for this servlet.
- getRunAsRole() - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getRunnable() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
-
- gets(int) - Method in interface org.apache.tomcat.jni.BIOCallback
-
Read string up to the len or CLRLF
- gets(byte[], int, long) - Static method in class org.apache.tomcat.jni.File
-
Read a string from the specified file.
- getSaveOnRestart() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Indicates whether sessions are saved when the Manager is shut down
properly.
- getSchema(String) - Method in class org.apache.naming.resources.AliasDirContext
-
- getSchema(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves the schema associated with the named object.
- getSchema(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves the schema associated with the named object.
- getSchema(String) - Method in class org.apache.naming.resources.FileDirContext
-
Retrieves the schema associated with the named object.
- getSchema(String) - Method in class org.apache.naming.resources.JARDirContext
-
Retrieves the schema associated with the named object.
- getSchema(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the schema associated with the named object.
- getSchema(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the schema associated with the named object.
- getSchema(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves the schema associated with the named object.
- getSchema(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves the schema associated with the named object.
- getSchema(String) - Method in class org.apache.naming.resources.WARDirContext
-
Retrieves the schema associated with the named object.
- getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.AliasDirContext
-
- getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.FileDirContext
-
Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.JARDirContext
-
Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.WARDirContext
-
Retrieves a context containing the schema objects of the named
object's class definitions.
- getScheme() - Method in class org.apache.catalina.connector.Connector
-
Return the scheme that will be assigned to requests received
through this connector.
- getScheme() - Method in class org.apache.catalina.connector.Request
-
Return the scheme used to make this Request.
- getScheme() - Method in class org.apache.catalina.connector.RequestFacade
-
- getScheme() - Method in class org.apache.catalina.core.DummyRequest
-
- getScheme() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getScheme() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the scheme
- getScope() - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- getScope(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Converts the given string description of a scope to the corresponding
PageContext constant.
- getScratchDir() - Method in class org.apache.jasper.EmbeddedServletOptions
-
What is my scratch dir?
- getScratchDir() - Method in interface org.apache.jasper.Options
-
What is my scratch dir?
- getScriptFile() - Method in class org.jboss.web.php.ScriptEnvironment
-
Gets derived Script file
- getScriptingInvalid() - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- getSecure() - Method in class org.apache.catalina.connector.Connector
-
Return the secure connection flag that will be assigned to requests
received through this connector.
- getSecure() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getSecure() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getSecure() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get whether the request is secure or not.
- getSecure() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- getSecurePagesWithPragma() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the flag that states, if proxy caching is disabled, what headers
we add to disable the caching.
- getSecurityPolicy() - Method in interface org.apache.cometd.bayeux.Bayeux
-
Returns the security policy associated with this Bayeux session
- getSecurityPolicy() - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- getSendErrorToClient() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should errors be sent to client or thrown into stderr?
- getSendErrorToClient() - Method in interface org.apache.jasper.Options
-
Should errors be sent to client or thrown into stderr?
- getSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Number of sendfile sockets.
- getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- getSendfileEnd() - Method in class org.apache.coyote.Response
-
- getSendfilePath() - Method in class org.apache.coyote.Response
-
- getSendfileSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getSendfileSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSendfileStart() - Method in class org.apache.coyote.Response
-
- getSequence() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Get a sequence number used for thread naming.
- getservbyname(long, String) - Static method in class org.apache.tomcat.jni.Address
-
Given an apr_sockaddr_t and a service name, set the port for the service
- getServer() - Method in class org.apache.catalina.core.StandardContext
-
- getServer() - Method in class org.apache.catalina.core.StandardService
-
Return the Server
with which we are associated (if any).
- getServer() - Method in class org.apache.catalina.realm.RealmBase
-
Return the Server object that is the ultimate parent for the container
with which this Realm is associated.
- getServer() - Method in interface org.apache.catalina.Service
-
Return the Server
with which we are associated (if any).
- getServer() - Method in class org.apache.coyote.http11.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.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getServerPort() - Method in class org.apache.coyote.Request
-
- getServerPort() - Method in class org.apache.coyote.RequestInfo
-
- getServerPort() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the server port
- 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).
- getServiceNames() - Method in class org.apache.catalina.core.StandardServer
-
Return the JMX service names.
- getServlet(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
- getServlet(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServlet() - Method in class org.apache.catalina.core.ApplicationFilterChain
-
- getServlet() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the associated servlet instance.
- getServlet() - Method in class org.apache.catalina.InstanceEvent
-
Return the servlet instance for which this event occurred.
- getServlet() - Method in interface org.apache.catalina.Wrapper
-
Return the associated servlet instance.
- getServlet() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getServlet() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getServletClass() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the fully qualified servlet class name for this servlet.
- getServletClass() - Method in interface org.apache.catalina.Wrapper
-
Return the fully qualified servlet class name for this servlet.
- getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
-
Just the class name (does not include package name) of the
generated class.
- getServletConfig() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getServletContext() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- getServletContext() - Method in class org.apache.catalina.connector.Request
-
- getServletContext() - Method in class org.apache.catalina.connector.RequestFacade
-
- getServletContext() - Method in interface org.apache.catalina.Context
-
Return the servlet context for which this Context is a facade.
- getServletContext() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
Return the ServletContext of our associated web application.
- getServletContext() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
Return the ServletContext of our associated web application.
- getServletContext() - Method in class org.apache.catalina.core.DummyRequest
-
- getServletContext() - Method in class org.apache.catalina.core.StandardContext
-
Return the servlet context for which this Context is a facade.
- getServletContext() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the servlet context with which this servlet is associated.
- getServletContext() - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getServletContext() - Method in class org.apache.catalina.session.StandardSession
-
Return the ServletContext to which this session belongs.
- getServletContext() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getServletContext() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
-
- getServletContext() - Method in class org.apache.jasper.JspCompilationContext
-
- getServletContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getServletContext() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getServletContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getServletContext0() - Method in class org.apache.catalina.connector.Request
-
- getServletContextAndPath(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getServletContextAndPathFromNonVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getServletContextAndPathFromVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getServletContextName() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the display name of this web application.
- getServletContextName() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServletInfo() - Method in class org.apache.jasper.runtime.HttpJspBase
-
- getServletInfo() - Method in class org.apache.tomcat.bayeux.BayeuxServlet
-
- getServletJavaFileName() - Method in class org.apache.jasper.JspCompilationContext
-
Full path name of the Java file into which the servlet is being
generated.
- getServletMethods() - Method in class org.apache.catalina.core.StandardWrapper
-
Gets the names of the methods supported by the underlying servlet.
- getServletMethods() - Method in interface org.apache.catalina.Wrapper
-
Gets the names of the methods supported by the underlying servlet.
- getServletName() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the name of this servlet.
- getServletName() - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getServletNameMappings() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
- getServletNameMappings() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
- getServletNames() - Method in class org.apache.catalina.core.ApplicationContext
-
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
- getServletNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServletNames() - Method in class org.apache.catalina.deploy.FilterMap
-
- getServletPackageName() - Method in class org.apache.jasper.JspCompilationContext
-
Package name for the generated class is make up of the base package
name, which is user settable, and the derived package name.
- getServletPath() - Method in class org.apache.catalina.connector.Request
-
Return the portion of the request URI used to select the servlet
that will process this request.
- getServletPath() - Method in class org.apache.catalina.connector.RequestFacade
-
- getServletPath() - Method in class org.apache.catalina.core.DummyRequest
-
- getServletPathMB() - Method in class org.apache.catalina.connector.Request
-
Get the servlet path.
- getServletPathMB() - Method in class org.apache.catalina.core.DummyRequest
-
- getServletRegistration(String) - Method in class org.apache.catalina.core.ApplicationContext
-
- getServletRegistration(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServletRegistrations() - Method in class org.apache.catalina.core.ApplicationContext
-
- getServletRegistrations() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServletRequestElement(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
- getServletResponse() - Method in class org.apache.catalina.core.DummyRequest
-
- getServlets() - Method in class org.apache.catalina.core.ApplicationContext
-
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
- getServlets() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServlets() - Method in class org.apache.catalina.core.StandardContext
-
JSR77 servlets attribute
- getServletSecurity() - Method in class org.apache.catalina.core.StandardWrapper
-
Get an associated ServletSecurity, if any.
- getServletSecurity() - Method in interface org.apache.catalina.Wrapper
-
Get an associated ServletSecurity, if any.
- getSession() - Method in class org.apache.catalina.connector.Request
-
Return the session associated with this Request, creating one
if necessary.
- getSession(boolean) - Method in class org.apache.catalina.connector.Request
-
Return the session associated with this Request, creating one
if necessary and requested.
- getSession(boolean) - Method in class org.apache.catalina.connector.RequestFacade
-
- getSession() - Method in class org.apache.catalina.connector.RequestFacade
-
- getSession() - Method in class org.apache.catalina.core.DummyRequest
-
- getSession(boolean) - Method in class org.apache.catalina.core.DummyRequest
-
- getSession() - Method in interface org.apache.catalina.Session
-
Return the HttpSession
for which this object
is the facade.
- getSession(String) - Method in class org.apache.catalina.session.ManagerBase
-
Returns information about the session with the given session id.
- getSession() - Method in class org.apache.catalina.session.StandardSession
-
Return the HttpSession
for which this object
is the facade.
- getSession() - Method in class org.apache.catalina.SessionEvent
-
Return the Session on which this event occurred.
- getSession() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getSession() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getSessionAppCol() - Method in class org.apache.catalina.session.JDBCStore
-
Return the web application name column for the table.
- getSessionAttribute(String, String) - Method in class org.apache.catalina.session.ManagerBase
-
For debugging: get a session attribute
- getSessionAverageAliveTime() - Method in interface org.apache.catalina.Manager
-
Gets the average time (in seconds) that expired sessions had been
alive.
- getSessionAverageAliveTime() - Method in class org.apache.catalina.session.ManagerBase
-
Gets the average time (in seconds) that expired sessions had been
alive.
- getSessionContext() - Method in class org.apache.catalina.session.StandardSession
-
Deprecated.
As of Version 2.1, this method is deprecated and has no
replacement. It will be removed in a future version of the
Java Servlet API.
- getSessionContext() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getSessionCookie() - Method in interface org.apache.catalina.Context
-
Return the session cookie configuration.
- getSessionCookie() - Method in class org.apache.catalina.core.StandardContext
-
Return the session cookie configuration.
- getSessionCookieConfig() - Method in class org.apache.catalina.core.ApplicationContext
-
- getSessionCookieConfig() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getSessionCounter() - Method in interface org.apache.catalina.Manager
-
Returns the total number of sessions created by this manager.
- getSessionCounter() - Method in class org.apache.catalina.session.ManagerBase
-
Total sessions created by this manager.
- getSessionDataCol() - Method in class org.apache.catalina.session.JDBCStore
-
Return the data column for the table
- getSessionId() - Method in interface org.apache.tomcat.util.net.SSLSupport
-
The current session Id.
- getSessionIdCol() - Method in class org.apache.catalina.session.JDBCStore
-
Return the Id column for the table.
- getSessionIdLength() - Method in interface org.apache.catalina.Manager
-
Gets the session id length (in bytes) of Sessions created by
this Manager.
- getSessionIdLength() - Method in class org.apache.catalina.session.ManagerBase
-
Gets the session id length (in bytes) of Sessions created by
this Manager.
- getSessionInactiveInterval() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- getSessionInternal() - Method in class org.apache.catalina.connector.Request
-
Return the session associated with this Request, creating one
if necessary.
- getSessionInternal(boolean) - Method in class org.apache.catalina.connector.Request
-
Return the session associated with this Request, creating one
if necessary and requested.
- getSessionLastAccessedCol() - Method in class org.apache.catalina.session.JDBCStore
-
Return the Last Accessed column
- getSessionMaxAliveTime() - Method in interface org.apache.catalina.Manager
-
Gets the longest time (in seconds) that an expired session had been
alive.
- getSessionMaxAliveTime() - Method in class org.apache.catalina.session.ManagerBase
-
Gets the longest time (in seconds) that an expired session had been
alive.
- getSessionMaxInactiveCol() - Method in class org.apache.catalina.session.JDBCStore
-
Return the Max Inactive column
- getSessionTable() - Method in class org.apache.catalina.session.JDBCStore
-
Return the table for this Store.
- getSessionTimeout() - Method in interface org.apache.catalina.Context
-
Return the default session timeout (in minutes) for this
web application.
- getSessionTimeout() - Method in class org.apache.catalina.core.StandardContext
-
Return the default session timeout (in minutes) for this
web application.
- getSessionTrackingModes() - Method in class org.apache.catalina.core.StandardContext
-
- getSessionValidCol() - Method in class org.apache.catalina.session.JDBCStore
-
Return the Is Valid column
- getSetMethod() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
The name of the property setter method, if non-standard.
- getSetter(String, BaseModelMBean, Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- getShortname() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getSignature() - Method in class org.apache.tomcat.util.modeler.OperationInfo
-
The set of parameters for this operation.
- getSize() - Method in class org.apache.catalina.core.StandardPart
-
- getSize() - Method in class org.apache.catalina.session.FileStore
-
Return the number of Sessions present in this Store.
- getSize() - Method in class org.apache.catalina.session.JDBCStore
-
Return an integer containing a count of all Sessions
currently saved in this Store.
- getSize() - Method in interface org.apache.catalina.Store
-
Return the number of Sessions present in this Store.
- getSize(long, String) - Static method in class org.apache.tomcat.jni.Registry
-
Get the Registry key length.
- getSize() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the size of the file.
- getSize() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the size of the file item.
- getSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
- getSizeThreshold() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Returns the size threshold beyond which files are written directly to
disk.
- getSkip() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getSmallIcon() - Method in class org.apache.catalina.deploy.FilterDef
-
- getSmallIcon() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- getSocket() - Method in class org.apache.catalina.core.DummyRequest
-
- getSocket() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
Get the underlying socket input stream.
- getSocket() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Get the underlying socket input stream.
- getSocketBuffer() - Method in class org.apache.coyote.http11.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.
- 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
-
- getSSLContext() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getSSLEngine() - Method in class org.apache.catalina.core.AprLifecycleListener
-
- getSSLImplementation() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getSSLInsecureRenegotiation() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLPassword() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL password (if a cert is encrypted, and no password has been provided, a callback
will ask for a password).
- getSSLPassword() - Method in class org.apache.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.
- getStartingPoint() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
-
- getStartTime() - Method in class org.apache.catalina.core.StandardContext
-
Gets the time this context was started.
- getStartTime() - Method in class org.apache.coyote.Request
-
- getStartupTime() - Method in class org.apache.catalina.core.StandardContext
-
Gets the time (in milliseconds) it took to start this context.
- getState() - Method in class org.apache.catalina.core.StandardContext
-
- getStaticResources() - Method in class org.apache.catalina.core.StandardContext
-
Return the naming resources associated with this web application.
- getStatus() - Method in class org.apache.catalina.connector.Response
-
Return the HTTP status code associated with this Response.
- getStatus() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getStatus() - Method in class org.apache.catalina.core.DummyResponse
-
- getStatus() - Method in class org.apache.coyote.Response
-
- getStatus() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getStatus() - Method in class org.apache.tomcat.bayeux.HttpError
-
- getStore() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Return the Store object which manages persistent Session
storage for this Manager.
- getStoreLocation() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the File
object for the FileItem
's
data's temporary location on the disk.
- getStoreName() - Method in class org.apache.catalina.session.FileStore
-
Return the name for this Store, used for logging.
- getStoreName() - Method in class org.apache.catalina.session.JDBCStore
-
Return the name for this Store, used for logging.
- getStoreName() - Method in class org.apache.catalina.session.StoreBase
-
Return the name for this Store, used for logging.
- getStratumName() - Method in class org.apache.jasper.compiler.SmapStratum
-
Returns the name of the stratum.
- getStream() - Method in class org.apache.catalina.connector.Request
-
Return the input stream associated with this Request.
- getStream() - Method in class org.apache.catalina.connector.Response
-
Return the output stream associated with this Response.
- getStream() - Method in class org.apache.catalina.core.DummyRequest
-
- getStream() - Method in class org.apache.catalina.core.DummyResponse
-
- getStream() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
-
Returns the current output stream.
- getStream() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Returns the underlying output stream, to which the corresponding
OutputStream
methods in this class will ultimately delegate.
- getString(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.disk.DiskFileItem
-
Returns the contents of the file as a String, using the specified
encoding.
- getString() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the contents of the file as a String, using the default
character encoding.
- getString(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the contents of the file item as a String, using the specified
encoding.
- getString() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the contents of the file item as a String, using the default
character encoding.
- getString(int) - Method in class org.apache.tomcat.util.json.JSONArray
-
Get the string associated with an index.
- getString(String) - Method in class org.apache.tomcat.util.json.JSONObject
-
Get the string associated with a key.
- 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
-
- getStuckThreadIds() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
- getSub() - Method in class org.jboss.web.rewrite.Substitution
-
- getSubscribers() - Method in interface org.apache.cometd.bayeux.Channel
-
returns a non modifiable list of all the subscribers to this
channel.
- getSubscribers() - Method in class org.apache.tomcat.bayeux.ChannelImpl
-
- getSubstitution() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getSubstitutionString() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
-
Return the log file suffix.
- GetSuffix(int) - Method in class org.apache.el.parser.SimpleCharStream
-
Get the suffix.
- getSupportedConnTypes() - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- getTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
-
- getTagAttributeInfos() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- getTagClassName() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- getTagExtraInfo() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- getTagFileInfos() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getTagFileJarUrl(String) - Method in class org.apache.jasper.JspCompilationContext
-
Returns the tag-file-name-to-JAR-file map of this compilation unit,
which maps tag file names to the JAR files in which the tag files are
packaged.
- getTagFileJarUrl() - Method in class org.apache.jasper.JspCompilationContext
-
Returns the JAR file in which the tag file for which this
JspCompilationContext was created is packaged, or null if this
JspCompilationContext does not correspond to a tag file, or if the
corresponding tag file is not packaged in a JAR.
- getTagHandlerClassName(String, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Deprecated.
Use {@link #getTagHandlerClassName(String, String,
ErrorDispatcher)
See https://issues.apache.org/bugzilla/show_bug.cgi?id=46471
- getTagHandlerClassName(String, String, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Gets the fully-qualified class name of the tag handler corresponding to
the given tag file path.
- getTagHandlerPool(ServletConfig) - Static method in class org.apache.jasper.runtime.TagHandlerPool
-
- getTagInfo() - Method in class org.apache.jasper.JspCompilationContext
-
- getTagName() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- getTagPluginManager() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getTagPluginManager() - Method in interface org.apache.jasper.Options
-
Obtain a Tag Plugin Manager
- getTags() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getTagVariableInfos() - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- getTcpNoDelay() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getTcpNoDelay() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getTcpNoDelay() - Method in class org.apache.coyote.http11.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.disk.DiskFileItem
-
Creates and returns a File
representing a uniquely
named temporary file in the configured repository path.
- getTemporaryVariableName() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- getTestString() - Method in class org.jboss.web.rewrite.RewriteCond
-
- getThisAccessedTime() - Method in class org.apache.catalina.session.StandardSession
-
Return the last time the client sent a request associated with this
session, as the number of milliseconds since midnight, January 1, 1970
GMT.
- getThisAccessedTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
-
- getThisAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
-
Return the last client access time without invalidation check
- getThreadBindingListener() - Method in interface org.apache.catalina.Context
-
Get the associated ThreadBindingListener.
- getThreadBindingListener() - Method in class org.apache.catalina.core.StandardContext
-
Get the associated ThreadBindingListener.
- getThreadName() - Method in class org.apache.catalina.session.FileStore
-
Return the thread name for this Store.
- getThreadName() - Method in class org.apache.catalina.session.JDBCStore
-
Return the thread name for this Store.
- getThreadPriority() - Method in class org.apache.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.catalina.valves.StuckThreadDetectionValve
-
- getThreshold() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Returns the threshold, in bytes, at which an event will be triggered.
- getThrowable() - Method in exception org.apache.catalina.LifecycleException
-
Returns the throwable that caused this exception, if any.
- getThrowable(ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Returns the value of the javax.servlet.error.exception request
attribute value, if present, otherwise the value of the
javax.servlet.jsp.jspException request attribute value.
- getTimeout() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- getTimeout() - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- getTimeout() - Method in class org.apache.coyote.ajp.AjpProcessor
-
- getTimeout() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- getTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getTimeout() - Method in class org.apache.coyote.http11.Http11Processor
-
- getTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getTimeout() - Method in class org.apache.tomcat.bayeux.BayeuxServlet
-
Returns the preconfigured connection timeout.
- getTimeStamp() - Method in class org.apache.tomcat.bayeux.RequestBase
-
- getTimeZone() - Method in class org.apache.catalina.util.Strftime
-
Get the timezone used for formatting conversions
- getTldLocation(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets the 'location' of the TLD associated with the given taglib 'uri'.
- getTldScanTime() - Method in class org.apache.catalina.core.StandardContext
-
- getTlibversion() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- 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
-
- getTrimDirectiveWhitespaces() - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- getTrimSpaces() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should white spaces between directives or actions be trimmed?
- getTrimSpaces() - Method in interface org.apache.jasper.Options
-
Should white spaces between directives or actions be trimmed?
- getTrustedProxies() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getTrustedProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getTrustManagers(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Gets the intialized trust managers.
- 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.
- getType() - Method in class org.apache.catalina.connector.HttpEventImpl
-
- getType() - Method in class org.apache.catalina.ContainerEvent
-
Return the event type of this event.
- getType() - Method in class org.apache.catalina.core.ContainerBase
-
- getType() - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- getType() - Method in class org.apache.catalina.InstanceEvent
-
Return the event type of this event.
- getType() - Method in class org.apache.catalina.LifecycleEvent
-
Return the event type of this event.
- getType() - Method in class org.apache.catalina.realm.RealmBase
-
- getType() - Method in class org.apache.catalina.SessionEvent
-
Return the event type of this event.
- getType(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.
- getType() - Method in interface org.jboss.servlet.http.HttpEvent
-
Returns the event type.
- getTypeValue() - Method in class org.jboss.web.rewrite.RewriteRule
-
- getUniqueValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Finds and returns a unique header field with the given name.
- getUnit() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
-
- getUnloadDelay() - Method in class org.apache.catalina.core.StandardContext
-
Return the value of the unloadDelay flag.
- getUnquoted(String, char, boolean, boolean) - Static method in class org.apache.jasper.compiler.AttributeParser
-
Parses the provided input String as a JSP attribute and returns an
unquoted value.
- getUnquoted(String, char, boolean, boolean, boolean) - Static method in class org.apache.jasper.compiler.AttributeParser
-
Provided solely for unit test purposes and allows per call overriding of
the STRICT_QUOTE_ESCAPING system property.
- getUri() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getURIConverter() - Method in class org.apache.catalina.connector.Request
-
Return the URI converter.
- getURIEncoding() - Method in class org.apache.catalina.connector.Connector
-
Return the character encoding to be used for the URI.
- getURLConnection(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getURLDecoder() - Method in class org.apache.coyote.Request
-
- getUrlPatternMappings() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
- getUrlPatternMappings() - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
- getURLPatterns() - Method in class org.apache.catalina.deploy.FilterMap
-
- getUrlPatterns() - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- getUrn() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getUseAttributes() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- getUseBodyEncodingForURI() - Method in class org.apache.catalina.connector.Connector
-
Return the true if the entity body encoding should be used for the URI.
- getUseIPVHosts() - Method in class org.apache.catalina.connector.Connector
-
Test if IP-based virtual hosting is enabled.
- getUseLongContentLength() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
get useLongContentLength
- getUserClass() - Method in class org.apache.catalina.startup.UserConfig
-
Return the user database class name for this component.
- 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.
- 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.authenticator.SingleSignOnEntry
-
Gets the username provided by the user as part of the authentication
process.
- getUserPrincipal() - Method in class org.apache.catalina.connector.Request
-
Return the principal that has been authenticated for this Request.
- getUserPrincipal() - Method in class org.apache.catalina.connector.RequestFacade
-
- getUserPrincipal() - Method in class org.apache.catalina.core.DummyRequest
-
- getUserPrincipal() - Method in class org.apache.catalina.realm.GenericPrincipal
-
- 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.
- 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
-
- getValidate() - Method in class org.apache.catalina.realm.RealmBase
-
Return the "validate certificate chains" flag.
- getValidator() - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- getValidatorClass() - Method in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
-
- getValue() - Method in class org.apache.catalina.deploy.ApplicationParameter
-
- getValue(String) - Method in class org.apache.catalina.session.StandardSession
-
Deprecated.
As of Version 2.2, this method is replaced by
getAttribute()
- getValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getValue(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() - 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.AstIdentifier
-
- 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
-
- getWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
-
Return the naming resources associated with this web application.
- getWhiteSpaces() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- getWorkDir() - Method in class org.apache.catalina.core.StandardContext
-
Return the work directory for this Context.
- getWorkDir() - Method in class org.apache.catalina.core.StandardHost
-
Host work directory base.
- getWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Return a new worker thread, and block while to worker is available.
- getWorkerThread() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
Return a new worker thread, and block while to worker is available.
- getWorkerThreadName() - Method in class org.apache.coyote.RequestInfo
-
- getWorkingDirectory() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Gets derived CGI working directory
- getWorkingDirectory() - Method in class org.jboss.web.php.ScriptEnvironment
-
Gets derived Script working directory
- getWorkPath() - Method in class org.apache.catalina.core.StandardContext
-
Get the absolute path to the work dir.
- getWrapper() - Method in class org.apache.catalina.connector.Request
-
Return the Wrapper within which this Request is being processed.
- getWrapper() - Method in interface org.apache.catalina.ContainerServlet
-
Return the Wrapper with which this Servlet is associated.
- getWrapper() - Method in class org.apache.catalina.core.ApplicationFilterChain
-
- getWrapper() - Method in class org.apache.catalina.core.DummyRequest
-
- getWrapper() - Method in class org.apache.catalina.InstanceEvent
-
Return the Wrapper managing the servlet instance for which this
event occurred.
- getWrapper() - Method in class org.apache.catalina.util.InstanceSupport
-
Return the Wrapper with which we are associated.
- getWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get an already existing JspServletWrapper.
- getWrapperClass() - Method in interface org.apache.catalina.Context
-
Return the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- getWrapperClass() - Method in class org.apache.catalina.core.StandardContext
-
Return the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- getWrapperNames(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- getWrappersString(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- 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.filters.ExpiresFilter.XHttpServletResponse
-
- getWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Return a printwriter, throws and exception if a OutputStream already
been returned.
- getWriter() - Method in class org.apache.jasper.JspCompilationContext
-
Where is the servlet being generated?
- getWriter() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Returns a wrapper around the JspWriter of the including page.
- getWriter() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getWriterEncoding() - Static method in class org.apache.catalina.util.DOMWriter
-
- getXParameterElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
- getXpoweredBy() - Method in class org.apache.catalina.connector.Connector
-
Indicates whether the generation of an X-Powered-By response header for
servlet-generated responses is enabled or disabled for this Connector.
- gid(String, long) - Static method in class org.apache.tomcat.jni.User
-
Get the groupid for a specified group name
This function is available only if APR_HAS_USER is defined.
- gidcompare(long, long) - Static method in class org.apache.tomcat.jni.User
-
Compare two group identifiers for equality.
- gidCurrent(long) - Static method in class org.apache.tomcat.jni.User
-
Get the groupid of the calling process
This function is available only if APR_HAS_USER is defined.
- global - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- global - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- global - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- Global - Class in org.apache.tomcat.jni
-
Global
- Global() - Constructor for class org.apache.tomcat.jni.Global
-
- globalPool() - Static method in class org.apache.tomcat.jni.Library
-
- globalRequestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
-
Vector of global request processors object names.
- Globals - Class in org.apache.catalina
-
Global constants that are applicable to multiple packages within Catalina.
- Globals() - Constructor for class org.apache.catalina.Globals
-
- globalXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Allow customized directory listing per instance.
- GMT_ZONE - Static variable in class org.apache.catalina.connector.Request
-
- GMT_ZONE - Static variable in class org.apache.catalina.util.DateTool
-
GMT timezone - all HTTP dates are on GMT
- gmtZone - Static variable in class org.apache.naming.resources.ResourceAttributes
-
- gone - Variable in class org.jboss.web.rewrite.RewriteRule
-
This forces the current URL to be gone, i.e., it immediately sends
back a HTTP response of 410 (GONE).
- group - Variable in class org.apache.tomcat.jni.FileInfo
-
The group id that owns the file
- group - Variable in class org.apache.tomcat.util.modeler.ManagedBean
-
- groupname(long, long) - Static method in class org.apache.tomcat.jni.User
-
Get the group name for a specified groupid
This function is available only if APR_HAS_USER is defined.
- groupSet(long, String) - Static method in class org.apache.tomcat.jni.Procattr
-
Set the group used for running process
- GT0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- GT1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- 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
- handleBayeux(String, HttpEvent) - Method in class org.apache.tomcat.bayeux.BayeuxServlet
-
- handleGetProperty(Object, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- handleJspException(Exception) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Attempts to construct a JasperException that contains helpful information
about what went wrong.
- handleNotification(Notification, Object) - Method in class org.apache.catalina.manager.StatusManagerServlet
-
- 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 in org.jboss.web.php
-
Handler.
- Handler() - Constructor for class org.jboss.web.php.Handler
-
- handleSetProperty(Object, String, Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- handleSetProperty(Object, String, int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- handleSetProperty(Object, String, short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- handleSetProperty(Object, String, long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- handleSetProperty(Object, String, double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- handleSetProperty(Object, String, float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- handleSetProperty(Object, String, char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- handleSetProperty(Object, String, byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- handleSetProperty(Object, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- handleSetPropertyExpression(Object, String, String, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Use proprietaryEvaluate
public static void handleSetPropertyExpression(Object bean,
String prop, String expression, PageContext pageContext,
VariableResolver variableResolver, FunctionMapper functionMapper )
throws JasperException
{
try {
Method method = getWriteMethod(bean.getClass(), prop);
method.invoke(bean, new Object[] {
pageContext.getExpressionEvaluator().evaluate(
expression,
method.getParameterTypes()[0],
variableResolver,
functionMapper,
null )
});
} catch (Exception ex) {
throw new JasperException(ex);
}
}
- handshake(long) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Do a SSL handshake.
- handshake(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.
Same as executing getClient(id)!=null
.
- hasClient(String) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- hash(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Returns a hashcode value for the specified symbol.
- hash(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Returns a hashcode value for the specified symbol information.
- hash() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- hash() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- hashCode() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
-
- hashCode() - Method in class org.apache.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.parser.SimpleNode
-
- 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
-
- hashToStringArray(Hashtable<String, ?>) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
-
Converts a Hashtable to a String array by converting each
key/value pair in the Hashtable to a String in the form
"key=value" (hashkey + "=" + hash.get(hashkey).toString())
- hashToStringArray(Hashtable) - Static method in class org.jboss.web.php.ScriptEnvironment
-
Converts a Hashtable to a String array by converting each
key/value pair in the Hashtable to two consecutive Strings
- hasIoEvents() - Method in class org.apache.catalina.connector.Connector
-
Indicates if the protocol handler support IO events.
- hasIoEvents() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- hasIoEvents() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- hasIoEvents() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- hasIoEvents() - Method in class org.apache.coyote.http11.Http11Protocol
-
- hasIoEvents() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
-
- hasIoEvents() - Method in interface org.apache.coyote.ProtocolHandler
-
- hasMessageDigest() - Method in class org.apache.catalina.realm.RealmBase
-
- hasMessages() - Method in interface org.apache.cometd.bayeux.Client
-
Returns true if this client is holding messages to be delivered to the remote client.
- hasMessages() - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- hasMore() - Method in class org.apache.naming.NamingContextBindingsEnumeration
-
Determines whether there are any more elements in the enumeration.
- hasMore() - Method in class org.apache.naming.NamingContextEnumeration
-
Determines whether there are any more elements in the enumeration.
- hasMore() - Method in class org.apache.naming.NamingEnumerationImpl
-
Determines whether there are any more elements in the enumeration.
- hasMore() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
-
Determines whether there are any more elements in the enumeration.
- hasMoreElements() - Method in class org.apache.catalina.util.Enumerator
-
Tests if this enumeration contains more elements.
- hasMoreElements() - Method in class org.apache.jasper.util.Enumerator
-
Tests if this enumeration contains more elements.
- hasMoreElements() - Method in class org.apache.naming.NamingContextBindingsEnumeration
-
- hasMoreElements() - Method in class org.apache.naming.NamingContextEnumeration
-
- hasMoreElements() - Method in class org.apache.naming.NamingEnumerationImpl
-
- hasMoreElements() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
-
- hasMoreElements() - Method in class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
-
- hasMoreElements() - Method in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
-
- hasMoreTokens() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
-
Returns true if there are more tokens.
- hasNext() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
-
- hasOp(int) - Static method in class org.apache.tomcat.jni.SSL
-
Return true if SSL_OP_ if defined.
- hasOriginalRequestAndResponse() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- hasParameter() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in interface org.apache.catalina.Realm
-
Perform access control based on the specified authorization constraint.
- hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in class org.apache.catalina.realm.RealmBase
-
Perform access control based on the specified authorization constraint.
- hasRole(String) - Method in class org.apache.catalina.realm.GenericPrincipal
-
Does the user represented by this Principal possess the specified role?
- hasRole(Principal, String) - Method in interface org.apache.catalina.Realm
-
Return true
if the specified Principal has the specified
security role, within the context of this Realm; otherwise return
false
.
- hasRole(Principal, String) - Method in class org.apache.catalina.realm.RealmBase
-
Return true
if the specified Principal has the specified
security role, within the context of this Realm; otherwise return
false
.
- hasScheme(StringBuffer) - Static method in class org.jboss.web.rewrite.RewriteValve
-
Determine if a URI string has a scheme
component.
- hasSendfile() - Method in class org.apache.catalina.connector.Request
-
- hasSendfile() - Method in class org.apache.catalina.connector.RequestFacade
-
- hasSendfile() - Method in class org.apache.coyote.Request
-
- hasSubToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in interface org.apache.catalina.Realm
-
Enforce any user data constraint required by the security constraint
guarding this request URI.
- hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in class org.apache.catalina.realm.RealmBase
-
Enforce any user data constraint required by the security constraint
guarding this request URI.
- HEAD - Static variable in class org.apache.coyote.ajp.Constants
-
HEAD.
- HEAD - Static variable in class org.apache.coyote.http11.Constants
-
HEAD.
- header(boolean, HttpServletResponse, String, String) - Static method in class org.jboss.web.php.SAPI
-
- HEADER_PART_SIZE_MAX - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
The maximum length of header-part
that will be
processed (10 kilobytes = 10240 bytes.).
- HEADER_SEPARATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
A byte sequence that marks the end of header-part
(CRLFCRLF
).
- headers - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- 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
-
- Highlight - Class in org.jboss.web.php
-
Highlight.
- Highlight() - Constructor for class org.jboss.web.php.Highlight
-
- highSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns the high surrogate of a supplemental character
- hitCount - Static variable in class org.apache.tomcat.util.buf.StringCache
-
Hit count.
- hitsCount - Variable in class org.apache.naming.resources.ResourceCache
-
Number of cache hits.
- HKEY_CLASSES_ROOT - Static variable in class org.apache.tomcat.jni.Registry
-
- HKEY_CURRENT_CONFIG - Static variable in class org.apache.tomcat.jni.Registry
-
- HKEY_CURRENT_USER - Static variable in class org.apache.tomcat.jni.Registry
-
- HKEY_LOCAL_MACHINE - Static variable in class org.apache.tomcat.jni.Registry
-
- HKEY_USERS - Static variable in class org.apache.tomcat.jni.Registry
-
- homepath(String, long) - Static method in class org.apache.tomcat.jni.User
-
Get the home directory for the named user
This function is available only if APR_HAS_USER is defined.
- 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.realm.RealmBase
-
- host - Variable in class org.apache.catalina.startup.HostConfig
-
The Host we are associated with.
- HOST - Static variable in class org.apache.naming.resources.ProxyDirContext
-
- host - Variable in class org.apache.tomcat.util.http.mapper.MappingData
-
- host - Variable in class org.jboss.web.rewrite.RewriteRule
-
Host.
- HostConfig - Class in org.apache.catalina.startup
-
Startup event listener for a Host that configures the properties
of that Host, and the associated defined contexts.
- HostConfig() - Constructor for class org.apache.catalina.startup.HostConfig
-
- HostContextXml - Static variable in class org.apache.catalina.startup.Constants
-
- hostName - Variable in class org.apache.catalina.core.StandardContext
-
Associated host name.
- hostName - Variable in class org.apache.naming.resources.ProxyDirContext
-
Host name.
- hostname - Variable in class org.apache.tomcat.jni.Sockaddr
-
The hostname
- hostNameC - Variable in class org.apache.coyote.ajp.AjpAprProcessor
-
Host name (used to avoid useless B2C conversion on the host name).
- hostNameC - Variable in class org.apache.coyote.ajp.AjpProcessor
-
Host name (used to avoid useless B2C conversion on the host name).
- hostNameC - Variable in class org.apache.coyote.http11.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).
- 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_TAIL_SECTION - Static variable in class org.apache.catalina.manager.Constants
-
- 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
- HTTP_SERVER_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
- HttpError - Class in org.apache.tomcat.bayeux
-
- HttpError(int, String, Throwable) - Constructor for class org.apache.tomcat.bayeux.HttpError
-
- HttpEvent - Interface in org.jboss.servlet.http
-
The HttpEvent interface, which indicates the type of the event that is
being processed, as well as provides useful callbacks and utility objects.
- HttpEvent.EventType - Enum in org.jboss.servlet.http
-
Enumeration describing the major events that the container can invoke
the EventHttpServlet event() method with:
BEGIN - will be called at the beginning
of the processing of the connection.
- HttpEventFilter - Interface in org.jboss.servlet.http
-
An event filter, similar to regular filters, performs filtering tasks on either
the request to a resource (an event driven Servlet), or on the response from a resource, or both.
- HttpEventFilterChain - Interface in org.jboss.servlet.http
-
A HttpEventFilterChain is an object provided by the Servlet container to the developer
giving a view into the invocation chain of a filtered event for a resource.
- HttpEventImpl - Class in org.apache.catalina.connector
-
- HttpEventImpl(Request, Response) - Constructor for class org.apache.catalina.connector.HttpEventImpl
-
- HttpEventServlet - Interface in org.jboss.servlet.http
-
This interface should be implemented by Servlets which would like to handle
asynchronous IO, receiving events when data is available for reading, and
being able to output data without the need for being invoked by the container.
- HttpJspBase - Class in org.apache.jasper.runtime
-
This is the super class of all JSP-generated servlets.
- HttpJspBase() - Constructor for class org.apache.jasper.runtime.HttpJspBase
-
- HttpMessages - Class in org.apache.tomcat.util.http
-
Handle (internationalized) HTTP messages.
- HttpMessages() - Constructor for class org.apache.tomcat.util.http.HttpMessages
-
- httpOnly - Variable in class org.apache.catalina.deploy.SessionCookie
-
- HTTPS_SERVER_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
I
- ib - Variable in class org.apache.catalina.connector.CoyoteInputStream
-
- ib - Variable in class org.apache.catalina.connector.CoyoteReader
-
- id - Variable in class org.apache.catalina.session.StandardSession
-
The session identifier of this Session.
- id - Variable in class org.apache.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
-
- 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(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationDispatcher
-
Include the response from another resource in the current response.
- INCLUDE - Static variable in class org.apache.catalina.deploy.FilterMap
-
- include(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- include(String, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- include(ServletRequest, ServletResponse, String, JspWriter, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Perform a RequestDispatcher.include() operation, with optional flushing
of the response beforehand.
- include(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- include(String, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- INCLUDE_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
-
- includeCodas - Variable in class org.apache.catalina.deploy.JspPropertyGroup
-
- included - Variable in class org.apache.catalina.connector.Response
-
The included flag.
- included(String, String) - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Return true
if the specified context-relative URI (and
associated HTTP method) are protected by this security constraint.
- includePreludes - Variable in class org.apache.catalina.deploy.JspPropertyGroup
-
- 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 - Static variable in class org.apache.catalina.core.StandardContext
-
The descriptive information string for this implementation.
- info - Variable in class org.apache.catalina.core.StandardPipeline
-
Descriptive information about this implementation.
- info - Static variable in class org.apache.catalina.core.StandardWrapper
-
The descriptive information string for this implementation.
- info - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
Information (documentation) for this TLD.
- info - Static variable in class org.apache.catalina.realm.RealmBase
-
Descriptive information about this Realm implementation.
- info - Static variable in class org.apache.catalina.session.JDBCStore
-
The descriptive information about this implementation.
- info - Static variable in class org.apache.catalina.session.StandardManager
-
The descriptive information about this implementation.
- info - Static variable in class org.apache.catalina.session.StandardSession
-
Descriptive information describing this Session implementation.
- info - Static variable in class org.apache.catalina.session.StoreBase
-
The descriptive information about this implementation.
- info - Static variable in class org.apache.catalina.valves.AccessLogValve
-
The descriptive information about this implementation.
- info - Static variable in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
The descriptive information related to this implementation.
- info - Static variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
The descriptive information about this implementation.
- info - Static variable in class org.apache.catalina.valves.ValveBase
-
Descriptive information about this Valve implementation.
- info(String, int, int, int, long) - Static method in class org.apache.tomcat.jni.Address
-
Create apr_sockaddr_t from hostname, address family, and port.
- info(long[]) - Static method in class org.apache.tomcat.jni.OS
-
Gather system info.
- info - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
-
- info - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- info - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
-
- info(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- info(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- info(Object) - Method in class org.jboss.logging.Logger
-
Issue a log msg with a level of INFO.
- info(Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log msg and throwable with a level of INFO.
- info(Object) - Method in interface org.jboss.logging.LoggerPlugin
-
Issue a log msg with a level of INFO.
- info(Object, Throwable) - Method in interface org.jboss.logging.LoggerPlugin
-
Issue a log msg and throwable with a level of INFO.
- info(Object) - Method in class org.jboss.logging.NullLoggerPlugin
-
- info(Object, Throwable) - Method in class org.jboss.logging.NullLoggerPlugin
-
- 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
-
- inherit(Stack) - Method in class org.jboss.logging.NullNDCProvider
-
- init() - Method in class org.apache.catalina.connector.Connector
-
Initialize this connector (create ServerSocket here!)
- init() - Method in class org.apache.catalina.core.ContainerBase
-
Init method, part of the MBean lifecycle.
- init() - Method in class org.apache.catalina.core.StandardContext
-
- init() - Method in class org.apache.catalina.core.StandardEngine
-
- init() - Method in class org.apache.catalina.core.StandardHost
-
- init() - Method in class org.apache.catalina.core.StandardServer
-
- init() - Method in class org.apache.catalina.core.StandardService
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.FilterBase
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.RequestDumperFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.WebdavFixFilter
-
- init(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.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.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(String) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- init() - Static method in class org.jboss.logging.Logger
-
Initialize the LoggerPlugin class to use as the delegate to the
logging system.
- init(String) - Method in interface org.jboss.logging.LoggerPlugin
-
Initialise the logger with the given name
- init(String) - Method in class org.jboss.logging.NullLoggerPlugin
-
- init(ServletConfig) - Method in class org.jboss.web.php.Handler
-
Sets instance variables.
- INIT_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component init" event.
- INITIAL_SIZE - Static variable in class org.apache.tomcat.util.http.Cookies
-
- INITIAL_STATE - Variable in class org.apache.catalina.connector.InputBuffer
-
- initialize() - Method in class org.apache.catalina.core.StandardServer
-
Invoke a pre-startup initialization.
- initialize() - Method in class org.apache.catalina.core.StandardService
-
Invoke a pre-startup initialization.
- initialize() - Method in interface org.apache.catalina.Server
-
Invoke a pre-startup initialization.
- initialize() - Method in interface org.apache.catalina.Service
-
Invoke a pre-startup initialization.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- initialize(String) - Static method in class org.apache.tomcat.jni.Library
-
Setup any APR internal data structures.
- initialize(String) - Static method in class org.apache.tomcat.jni.SSL
-
Initialize OpenSSL support.
- initialize(String) - Static method in class org.jboss.web.php.Library
-
Setup any PHP internal data structures.
- initialized - Variable in class org.apache.catalina.connector.Connector
-
Has this component been initialized yet?
- initialized - Variable in class org.apache.catalina.core.ContainerBase
-
- initialized - Variable in class org.apache.catalina.core.StandardService
-
Has this component been initialized?
- initialized - Variable in class org.apache.catalina.realm.RealmBase
-
- initialized - Variable in class org.apache.catalina.session.ManagerBase
-
- initialized - Variable in class org.apache.tomcat.util.net.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.
- initParams - Variable in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
-
- initSocket(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
-
- INJECT_TAGS - Static variable in class org.apache.jasper.Constants
-
- inode - Variable in class org.apache.tomcat.jni.FileInfo
-
The inode of the file.
- input - Variable in class org.apache.catalina.servlets.DefaultServlet
-
The input buffer size to use when serving resources.
- input - Variable in class org.apache.coyote.ajp.AjpProcessor
-
Input stream.
- input - Variable in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
The original request body.
- input - Variable in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
-
- 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
-
- 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(Wrapper, Servlet, String, HttpEvent, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
-
Construct a new InstanceEvent with the specified parameters.
- InstanceEvent(Wrapper, Servlet, String, HttpEvent) - Constructor for class org.apache.catalina.InstanceEvent
-
Construct a new InstanceEvent with the specified parameters.
- InstanceEvent(Wrapper, Filter, String, HttpEvent, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
-
Construct a new InstanceEvent with the specified parameters.
- InstanceEvent(Wrapper, Filter, String, HttpEvent) - Constructor for class org.apache.catalina.InstanceEvent
-
Construct a new InstanceEvent with the specified parameters.
- instanceEvent(InstanceEvent) - Method in interface org.apache.catalina.InstanceListener
-
Acknowledge the occurrence of the specified event.
- instanceId() - Method in class org.apache.coyote.Request
-
Get the instance id (or JVM route).
- instanceId() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the host id ( or jvmRoute )
- InstanceListener - Interface in org.apache.catalina
-
Interface defining a listener for significant events related to a
specific servlet instance, rather than to the Wrapper component that
is managing that instance.
- instanceListeners - Variable in class org.apache.catalina.core.StandardContext
-
The set of classnames of InstanceListeners that will be added
to each newly created Wrapper by createWrapper()
.
- instanceManager - Variable in class org.apache.catalina.core.StandardContext
-
Lifecycle provider.
- instanceManager - Variable in class org.apache.jasper.runtime.TagHandlerPool
-
- InstanceManager - Interface in org.apache.tomcat
-
- InstanceManagerFactory - Class in org.apache.jasper.runtime
-
- 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
-
- INTERNAL_PROXIES_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
- InternalAprInputBuffer - Class in org.apache.coyote.http11
-
Implementation of InputBuffer which provides HTTP request header parsing as
well as transfer decoding.
- InternalAprInputBuffer(Request, int, AprEndpoint) - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer
-
Alternate constructor.
- InternalAprInputBuffer.SocketInputBuffer - Class in org.apache.coyote.http11
-
This class is an input buffer which will read its data from an input
stream.
- 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
Note: For the complete legacy version, see JBoss Web 2.1
- IntrospectionUtils() - Constructor for class org.apache.tomcat.util.IntrospectionUtils
-
- intsToCommaDelimitedString(int[]) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Convert an array of ints into a comma delimited string
- 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
-
- InvalidFileNameException - Exception in org.apache.tomcat.util.http.fileupload
-
This exception is thrown in case of an invalid file name.
- InvalidFileNameException(String, String) - Constructor for exception org.apache.tomcat.util.http.fileupload.InvalidFileNameException
-
Creates a new instance.
- invoke(Request, Response) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Enforce the security restrictions in the web application deployment
descriptor of our associated Context.
- invoke(Request, Response) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Perform single-sign-on support processing for this request.
- invoke(Request, Response) - Method in interface org.apache.catalina.Container
-
Process the specified Request, and generate the corresponding Response,
according to the design of this particular Container.
- invoke(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationDispatcher
-
Batch forward this request and response to another resource for processing.
- invoke(Request, Response) - Method in class org.apache.catalina.core.ContainerBase
-
Process the specified Request, to produce the corresponding Response,
by invoking the first Valve in our pipeline (if any), or the basic
Valve otherwise.
- invoke(Request, Response) - Method in interface org.apache.catalina.Valve
-
Perform request processing as required by this Valve.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.AccessLogValve
-
Log a message summarizing the specified request and response, according
to the format specified by the pattern
property.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- invoke(Request, Response) - Method in class org.apache.catalina.valves.ErrorReportValve
-
Invoke the next Valve in the sequence.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
Register requests for tracking, whenever needed.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
This method is invoked by Tomcat on each query.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.PersistentValve
-
Select the appropriate child Context to process this request,
based on the specified request URI.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteAddrValve
-
Extract the desired request property, and pass it (along with the
specified request and response objects) to the protected
process()
method to perform the actual filtering.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteHostValve
-
Extract the desired request property, and pass it (along with the
specified request and response objects) to the protected
process()
method to perform the actual filtering.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteIpValve
-
The implementation-specific logic represented by this Valve.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestDumperValve
-
Log the interesting request parameters, invoke the next Valve in the
sequence, and log the interesting response parameters.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
-
Extract the desired request property, and pass it (along with the
specified request and response objects) to the protected
process()
method to perform the actual filtering.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
-
Do concurrency control on the request using the semaphore.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.SSLValve
-
- invoke(Request, Response) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
The implementation-specific logic represented by this Valve.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.ValveBase
-
The implementation-specific logic represented by this Valve.
- invoke(ELContext, Object[]) - 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(Request, Response) - Method in class org.jboss.web.rewrite.RewriteValve
-
- INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- invoked - Variable in class org.jboss.web.rewrite.RewriteValve
-
If rewriting occurs, the whole request will be processed again.
- ioSet(long, int, int, int) - Static method in class org.apache.tomcat.jni.Procattr
-
Determine if any of stdin, stdout, or stderr should be linked to pipes
when starting a child process.
- IOTools - Class in org.apache.catalina.util
-
Contains commonly needed I/O-related methods
- IOUtils - Class in org.apache.tomcat.util.http.fileupload
-
General IO stream manipulation utilities.
- IOUtils() - Constructor for class org.apache.tomcat.util.http.fileupload.IOUtils
-
Instances should NOT be constructed in standard programming.
- is - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
-
- IS_BSD - Static variable in class org.apache.tomcat.jni.OS
-
- IS_LINUX - Static variable in class org.apache.tomcat.jni.OS
-
- IS_NETWARE - Static variable in class org.apache.tomcat.jni.OS
-
- IS_SECURITY_ENABLED - Static variable in class org.apache.catalina.Globals
-
Has security been turned on?
- IS_SECURITY_ENABLED - Static variable in class org.apache.coyote.Constants
-
Has security been turned on?
- IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
-
Has security been turned on?
- IS_SECURITY_ENABLED - Static variable in class org.apache.naming.Constants
-
Has security been turned on?
- IS_SOLARIS - Static variable in class org.apache.tomcat.jni.OS
-
- IS_UNIX - Static variable in class org.apache.tomcat.jni.OS
-
- IS_WIN32 - Static variable in class org.apache.tomcat.jni.OS
-
- IS_WIN64 - Static variable in class org.apache.tomcat.jni.OS
-
- isAbsoluteUrl(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Returns true if our current URL is absolute,
false otherwise.
- isAllowLinking() - Method in class org.apache.catalina.core.StandardContext
-
Is linking allowed.
- isAlpha(String) - Static method in class org.apache.catalina.connector.Request
-
- isAlpha(int) - Static method in class org.apache.tomcat.util.buf.Ascii
-
Returns true if the specified ASCII character is upper or lower case.
- isAncestor(long, long) - Static method in class org.apache.tomcat.jni.Pool
-
Determine if pool a is an ancestor of pool b
- isAppCommitted() - Method in class org.apache.catalina.connector.Response
-
Application commit flag accessor.
- isAppCommitted() - Method in class org.apache.catalina.core.DummyResponse
-
- isAppContextProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isAprInitialized() - Static method in class org.apache.catalina.core.AprLifecycleListener
-
- isArrayByteBase64(byte[]) - Static method in class org.apache.catalina.util.Base64
-
- isAsyncStarted() - Method in class org.apache.catalina.connector.Request
-
- isAsyncStarted() - Method in class org.apache.catalina.connector.RequestFacade
-
- isAsyncStarted() - Method in class org.apache.catalina.core.DummyRequest
-
- isAsyncSupported() - Method in class org.apache.catalina.connector.Request
-
- isAsyncSupported() - Method in class org.apache.catalina.connector.RequestFacade
-
- isAsyncSupported() - Method in class org.apache.catalina.core.DummyRequest
-
- isAttributeSpecified(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- isAvailable() - Method in class org.apache.catalina.connector.Connector
-
Is this connector available for processing requests?
- isAWTThreadProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isBase64(String) - Static method in class org.apache.catalina.util.Base64
-
- isBase64(byte) - Static method in class org.apache.catalina.util.Base64
-
- isBeanCompatible(Class) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
Check if this class conforms to JavaBeans specifications.
- 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 ?
- isChain() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isChangeSessionIdOnAuthentication() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
- isCheckExists() - Method in class org.apache.catalina.valves.AccessLogValve
-
Check for file existence before logging.
- isClosed() - Method in class org.apache.catalina.connector.InputBuffer
-
Returns if the request is closed.
- isClosed() - Method in class org.apache.catalina.connector.OutputBuffer
-
Is the response output closed ?
- isClosed() - Method in class org.apache.catalina.connector.Response
-
Closed flag accessor.
- isClosed() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Returns, whether the stream is closed.
- isClosed() - Method in interface org.apache.tomcat.util.http.fileupload.util.Closeable
-
Returns, whether the object is already closed.
- isClosed() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Returns, whether this stream is already closed.
- 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
-
- 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.
- isCookie() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isCookieHttpOnly() - Method in class org.apache.catalina.authenticator.SingleSignOn
-
- isCookieHttpOnly() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isCookieSecure() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isDaemon() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- isDebugEnabled() - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- isDebugEnabled() - Method in class org.jboss.logging.Logger
-
Deprecated.
DEBUG is for low volume logging, you don't need this
- isDebugEnabled() - Method in interface org.jboss.logging.LoggerPlugin
-
Deprecated.
DEBUG is for low volume logging, you don't need this
- isDebugEnabled() - Method in class org.jboss.logging.NullLoggerPlugin
-
- isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isDigit(int) - Static method in class org.apache.tomcat.util.buf.Ascii
-
Returns true if the specified ASCII character is a digit.
- isDisabled() - Method in class org.apache.catalina.core.DummyResponse
-
- isDoubleOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
- isDriverManagerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isDynamic() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
- isDynamic() - Method in class org.apache.catalina.core.StandardWrapper
-
- isDynamic() - Method in interface org.apache.catalina.Wrapper
-
Get the flag that indicates if the wrapper was added programmatically.
- isEligibleToExpirationHeaderGeneration(HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
-
protected
for extension.
- isELIgnored() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isEmpty(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Return true
if the given str
is
null
or has a zero characters length.
- isEmpty() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
-
Is the queue empty?
- isEmpty() - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
-
Is the queue empty?
- isEncodeable(String) - Method in class org.apache.catalina.connector.Response
-
Return true
if the specified URL should be encoded with
a session identifier.
- isEnded() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- isEnv() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isEof() - Method in class org.apache.catalina.connector.InputBuffer
-
Returns if the eof has been reached.
- isEof() - Method in class org.apache.catalina.connector.Request
-
Return true if the EOF has been reached.
- isError() - Method in class org.apache.catalina.connector.Response
-
Error flag accessor.
- isError() - Method in class org.apache.catalina.core.DummyResponse
-
- 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
-
- 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.
- 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
-
- isForbidden() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isFormField() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Determines whether or not a FileItem
instance represents
a simple form field.
- isFormField() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Determines whether or not a FileItem
instance represents
a simple form field.
- isFormField() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
-
Determines whether or not a FileItem
instance represents
a simple form field.
- isGcDaemonProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isGone() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isHighSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns whether the given character is a high surrogate
- isHost() - Method in class org.jboss.web.rewrite.RewriteRule
-
- 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
-
- isIdentifier(String) - Static method in class org.apache.el.util.Validation
-
Test whether the argument is a Java identifier.
- isIgnore() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- isInfoEnabled() - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- isInfoEnabled() - Method in class org.jboss.logging.Logger
-
Deprecated.
INFO is for low volume information, you don't need this
- isInfoEnabled() - Method in interface org.jboss.logging.LoggerPlugin
-
Deprecated.
INFO is for low volume information, you don't need this
- isInfoEnabled() - Method in class org.jboss.logging.NullLoggerPlugin
-
- isInitialized() - Method in interface org.apache.catalina.Context
-
Return true if the Context has been initialized.
- isInitialized() - Method in class org.apache.catalina.core.StandardContext
-
- isInitialized() - Static method in class org.jboss.web.php.Library
-
Check if PHP module is initialized.
- isInMemory() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
-
Determines whether or not the data for this output stream has been
retained in memory.
- isInMemory() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Provides a hint as to whether or not the file contents will be read
from memory.
- isInMemory() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Provides a hint as to whether or not the file contents will be read
from memory.
- isInvalid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is invalid.
- isIs() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
Is this a boolean attribute with an "is" getter?
- isJava2DDisposerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isJavaKeyword(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Test whether the argument is a Java keyword
- isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
-
To find out if an uri matches an url pattern in jsp config.
- isJspServlet - Variable in class org.apache.catalina.core.StandardWrapper
-
True if this StandardWrapper is for the JspServlet
- isLast() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isLastModifiedHeaderSet() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- isLdapPoolProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isLiteralText() - Method in class org.apache.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.servlet.ServletFileUpload
-
Utility method that determines whether the request contains multipart
content.
- isName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid name
character as defined by production [4] in the XML 1.0
specification.
- isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIMediator
-
- isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- isNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid name start
character as defined by production [5] in the XML 1.0
specification.
- isNCName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
recommendation.
- isNCNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
recommendation.
- isNew() - Method in class org.apache.catalina.connector.OutputBuffer
-
True if this buffer hasn't been used ( since recycle() ) -
i.e.
- isNew - Variable in class org.apache.catalina.session.StandardSession
-
Flag indicating whether this session is new or not.
- isNew() - Method in class org.apache.catalina.session.StandardSession
-
Return true
if the client does not yet know about the
session, or if the client chooses not to join the session.
- isNew() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- isNew() - Method in class org.apache.tomcat.util.buf.TimeStamp
-
- isNext() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isNocase() - Method in class org.jboss.web.rewrite.RewriteCond
-
- isNocase() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isNoescape() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isNosubreq() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isNotEmpty(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Return true
if the given str
has at least one
character (can be a withespace).
- isNotificationEnabled(Notification) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
-
Test whether notification enabled for this event.
- isNotificationEnabled(Notification) - Method in class org.apache.tomcat.util.modeler.FixedNotificationFilter
-
Test whether notification enabled for this event.
- isNull() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- isNull() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- isNull() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- isNull(int) - Method in class org.apache.tomcat.util.json.JSONArray
-
Determine if the value is null.
- isNull(String) - Method in class org.apache.tomcat.util.json.JSONObject
-
Determine if the value associated with the key is null or if there is
no value.
- isNumber(Object) - Static method in class org.apache.el.lang.ELArithmetic
-
- isNumberType(Class<?>) - Static method in class org.apache.el.lang.ELArithmetic
-
- isOrnext() - Method in class org.jboss.web.rewrite.RewriteCond
-
- isOutDated() - Method in class org.apache.jasper.compiler.Compiler
-
This is a protected method intended to be overridden by subclasses of
Compiler.
- isOutDated(boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Determine if a compilation is necessary by checking the time stamp of the
JSP page with that of the corresponding .class or .java file.
- isPackagedTagFile - Variable in class org.apache.jasper.JspCompilationContext
-
- isPackageProtectionEnabled() - Static method in class org.apache.catalina.security.SecurityUtil
-
Return the SecurityManager
only if Security is enabled AND
package protection mechanism is enabled.
- isPackageProtectionEnabled() - Static method in class org.apache.jasper.security.SecurityUtil
-
Return the SecurityManager
only if Security is enabled AND
package protection mechanism is enabled.
- isParametersProvided() - Method in class org.apache.el.parser.AstValue
-
- isParametersProvided() - Method in interface org.apache.el.parser.Node
-
- isParametersProvided() - Method in class org.apache.el.parser.SimpleNode
-
- isParmetersProvided() - Method in class org.apache.el.MethodExpressionImpl
-
- isParseFailed() - Method in class org.apache.tomcat.util.http.Parameters
-
- isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
-
- isPaused() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Return the state of the endpoint.
- isPaused() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- isPersistent() - Method in interface org.apache.cometd.bayeux.Channel
-
Non persistent channels are removed when the last subscription is
removed.
- isPersistent() - Method in class org.apache.tomcat.bayeux.ChannelImpl
-
- isPoolingEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- isPoolingEnabled() - Method in interface org.apache.jasper.Options
-
Returns true if tag handler pooling is enabled, false otherwise.
- isPositive() - Method in class org.jboss.web.rewrite.RewriteCond
-
- isPropertyResolved() - Method in class org.apache.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.
- isQsappend() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isQuote(char) - Method in class org.apache.catalina.ssi.SSIProcessor
-
- isReadable() - Method in class org.apache.catalina.connector.Request
-
Return true if bytes are available.
- isReadable() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
Is this attribute readable by management applications?
- isReadOnly(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
-
- isReadReady() - Method in interface org.jboss.servlet.http.HttpEvent
-
Returns true when data may be read from the connection (the flag becomes false if no data
is available to read).
- isReady() - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- isReady() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
-
Gets ready status
- isRedirect() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isRemoved() - Method in class org.apache.jasper.JspCompilationContext
-
- isReplaceWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
-
Return the "replace welcome files" property.
- isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.Request
-
Return true
if the session identifier included in this
request came from a cookie.
- isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.RequestFacade
-
- isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.core.DummyRequest
-
- isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.Request
-
Return true
if the session identifier included in this
request came from the request URI.
- isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.Request
-
Deprecated.
As of Version 2.1 of the Java Servlet API, use
isRequestedSessionIdFromURL()
instead.
- isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.RequestFacade
-
- isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.RequestFacade
-
- isRequestedSessionIdFromURL() - Method in class org.apache.catalina.core.DummyRequest
-
- isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.core.DummyRequest
-
- isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.Request
-
Return true
if the session identifier included in this
request identifies a valid session.
- isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.RequestFacade
-
- isRequestedSessionIdValid() - Method in class org.apache.catalina.core.DummyRequest
-
- isResolveHosts() - Method in class org.apache.catalina.valves.AccessLogValve
-
Get the value of the resolve hosts flag.
- isRestricted() - Method in class org.apache.catalina.core.ApplicationContext
-
- isRestricted(Object) - Method in class org.apache.catalina.core.StandardContext
-
Is the specified listener restricted ?
- 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
-
- isSecure() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- isSecurityLoginConfigurationProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isSecurityPolicyProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isServlet22() - Method in class org.apache.catalina.core.StandardContext
-
Are we processing a version 2.2 deployment descriptor?
- isSessionIdValid(Request, String) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
Return true
if the session identifier specified
identifies a valid session.
- isSessionStale(Session, long) - Method in class org.apache.catalina.valves.PersistentValve
-
Indicate whether the session has been idle for longer
than its expiration date as of the supplied time.
- isSingleThreadModel() - Method in class org.apache.catalina.core.StandardWrapper
-
Return true
if the servlet class represented by this
component implements the SingleThreadModel
interface.
- isSmapDumped() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should SMAP info for JSR45 debugging be dumped to a file?
- isSmapDumped() - Method in interface org.apache.jasper.Options
-
Indicates whether SMAP info for JSR45 debugging should be dumped to a
file.
- isSmapSuppressed() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is the generation of SMAP info for JSR45 debuggin suppressed?
- isSmapSuppressed() - Method in interface org.apache.jasper.Options
-
Is the generation of SMAP info for JSR45 debugging suppressed?
- isSpace(char) - Method in class org.apache.catalina.ssi.SSIProcessor
-
- isSpace(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a space character
as defined by production [3] in the XML 1.0 specification.
- isSSLEnabled() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL engine.
- isSSLEnabled() - Method in class org.apache.coyote.http11.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.
- 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
-
- isThresholdExceeded() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Determines whether or not the configured threshold has been exceeded for
this output stream.
- isTokenPollerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isTraceEnabled() - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- isTraceEnabled() - Method in class org.jboss.logging.Logger
-
Check to see if the TRACE level is enabled for this logger.
- isTraceEnabled() - Method in interface org.jboss.logging.LoggerPlugin
-
Check to see if the TRACE level is enabled for this logger.
- isTraceEnabled() - Method in class org.jboss.logging.NullLoggerPlugin
-
- isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isType() - Method in class org.jboss.web.rewrite.RewriteRule
-
- isUnavailable() - Method in class org.apache.catalina.core.StandardWrapper
-
Is this servlet currently unavailable?
- isUnavailable() - Method in interface org.apache.catalina.Wrapper
-
Is this servlet currently unavailable?
- isUndeflow() - Method in class org.apache.tomcat.util.buf.B2CConverter
-
- isUndeflow() - Method in class org.apache.tomcat.util.buf.C2BConverter
-
- isUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
-
Returns true if the specified ASCII character is upper case.
- isUrlCacheProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isUserInRole(String) - Method in class org.apache.catalina.connector.Request
-
Return true
if the authenticated user principal
possesses the specified role name.
- isUserInRole(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- isUserInRole(String) - Method in class org.apache.catalina.core.DummyRequest
-
- isV0Separator(char) - Static method in class org.apache.tomcat.util.http.CookieSupport
-
Returns true if the byte is a separator as defined by V0 of the cookie
spec.
- isV0Token(String) - Static method in class org.apache.tomcat.util.http.CookieSupport
-
- isValid() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Gets validity status
- isValid() - Method in interface org.apache.catalina.Session
-
Return the isValid
flag for this session.
- isValid - Variable in class org.apache.catalina.session.StandardSession
-
Flag indicating whether this session is valid or not.
- isValid() - Method in class org.apache.catalina.session.StandardSession
-
Return the isValid
flag for this session.
- isValid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is valid.
- isValid() - Method in class org.apache.tomcat.util.buf.TimeStamp
-
- isValid() - Method in class org.jboss.web.php.ScriptEnvironment
-
Gets validity status
- isValidateUri() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- isValidEncoding(String) - Method in class org.apache.catalina.ssi.SSIEcho
-
- isValidIANAEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isValidInternal() - Method in interface org.apache.catalina.Session
-
Return the isValid
flag for this session without doing any
validity check.
- isValidInternal() - Method in class org.apache.catalina.session.StandardSession
-
Return the isValid
flag for this session without any expiration
check.
- isValidJavaEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
-
- isValidJavaEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the encoding name is a valid Java encoding.
- isValidName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Check to see if a string is a valid Name according to [5]
in the XML 1.0 Recommendation
- isValidNCName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.0 Recommendation
- isValidNmtoken(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.0 Recommendation
- isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIFilter
-
virtual path can be webapp-relative
- isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServlet
-
virtual path can be webapp-relative
- isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- isWhite(char) - Method in class org.apache.catalina.util.StringParser
-
Is the specified character considered to be whitespace?
- isWhite(int) - Static method in class org.apache.tomcat.util.buf.Ascii
-
Returns true if the specified ASCII character is white space.
- isWriteable() - Method in class org.apache.catalina.connector.Response
-
Return true if bytes are available.
- isWriteable() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
Is this attribute writeable by management applications?
- isWriteReady() - Method in class org.apache.catalina.connector.HttpEventImpl
-
- isWriteReady() - Method in interface org.jboss.servlet.http.HttpEvent
-
Returns true when data may be written to the connection (the flag becomes false
when the client is unable to accept data fast enough).
- isWriteResponseBodyStarted() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- isXml - Variable in class org.apache.catalina.deploy.JspPropertyGroup
-
- isXml() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isXmlParsingProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isXpoweredBy() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is generation of X-Powered-By response header enabled/disabled?
- isXpoweredBy() - Method in interface org.apache.jasper.Options
-
Is generation of X-Powered-By response header enabled/disabled?
- iterator - Variable in class org.apache.naming.NamingContextBindingsEnumeration
-
Underlying enumeration.
- iterator - Variable in class org.apache.naming.NamingContextEnumeration
-
Underlying enumeration.
- iterator - Variable in class org.apache.naming.NamingEnumerationImpl
-
Underlying collection.
J
- j2EEApplication - Variable in class org.apache.catalina.core.StandardContext
-
- J2eeSchemaPublicId_14 - Static variable in class org.apache.catalina.startup.Constants
-
- J2eeSchemaResourcePath_14 - Static variable in class org.apache.catalina.startup.Constants
-
- j2EEServer - Variable in class org.apache.catalina.core.StandardContext
-
- J2eeWebServiceClientSchemaPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
-
- J2eeWebServiceClientSchemaResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
-
- J2eeWebServiceSchemaPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
-
- J2eeWebServiceSchemaResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
-
- JARDirContext - Class in org.apache.naming.resources
-
JAR Directory Context implementation, variant of WAR dir context.
- JARDirContext() - Constructor for class org.apache.naming.resources.JARDirContext
-
Builds a WAR directory context using the given environment.
- JARDirContext(Hashtable) - Constructor for class org.apache.naming.resources.JARDirContext
-
Builds a WAR directory context using the given environment.
- JARDirContext(JarFile, JARDirContext.Entry) - Constructor for class org.apache.naming.resources.JARDirContext
-
Constructor used for returning fake subcontexts.
- JARDirContext.Entry - Class in org.apache.naming.resources
-
Entries structure.
- JARDirContext.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
-
- JasperException - Class in org.apache.jasper
-
Base class for all exceptions generated by the JSP engine.
- JasperException(String) - Constructor for class org.apache.jasper.JasperException
-
- JasperException(String, Throwable) - Constructor for class org.apache.jasper.JasperException
-
Creates a JasperException with the embedded exception and the reason for
throwing a JasperException
- JasperException(Throwable) - Constructor for class 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, JspCompilationContext) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
-
Constructor.
- JavaeeSchemaPublicId_5 - Static variable in class org.apache.catalina.startup.Constants
-
- JavaeeSchemaResourcePath_5 - Static variable in class org.apache.catalina.startup.Constants
-
- JavaeeWebServiceClientSchemaPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
-
- JavaeeWebServiceClientSchemaResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
-
- JavaeeWebServiceSchemaPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
-
- JavaeeWebServiceSchemaResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
-
- javaPath - Variable in class org.apache.jasper.JspCompilationContext
-
- javaVMs - Variable in class org.apache.catalina.core.StandardContext
-
The Java virtual machines on which this module is running.
- 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.
- 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
-
- JDK14LoggerPlugin - Class in org.jboss.logging.jdk
-
An example LoggerPlugin which uses the JDK java.util.logging framework.
- JDK14LoggerPlugin() - Constructor for class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- JDKMDCProvider - Class in org.jboss.logging.jdk
-
MDC implementation for JDK logging.
- JDKMDCProvider() - Constructor for class org.jboss.logging.jdk.JDKMDCProvider
-
- JDKNDCProvider - Class in org.jboss.logging.jdk
-
NDC implementation for JDK logging
- JDKNDCProvider() - Constructor for class org.jboss.logging.jdk.JDKNDCProvider
-
- 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
-
- JJTMETHODPARAMETERS - 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
-
- JndiPermission - Class in org.apache.naming
-
Java SecurityManager Permission class for JNDI name based file resources
- JndiPermission(String) - Constructor for class org.apache.naming.JndiPermission
-
Creates a new JndiPermission with no actions
- JndiPermission(String, String) - Constructor for class org.apache.naming.JndiPermission
-
Creates a new JndiPermission with actions
- join(long, long, long, long) - Static method in class org.apache.tomcat.jni.Multicast
-
Join a Multicast Group
- join(String) - Method in class org.apache.tomcat.util.json.JSONArray
-
Make a string from the contents of this JSONArray.
- JreMemoryLeakPreventionListener - Class in org.apache.catalina.core
-
Provide a workaround for known places where the Java Runtime environment can
cause a memory leak or lock files.
- JreMemoryLeakPreventionListener() - Constructor for class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- JSON_COMMENT_FILTERED_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Field names inside Bayeux messages - json-comment-filtered field
- JSON_CONTENT_TYPE - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
http helpers - text/json content type
- JSON_MSG_ARRAY - Static variable in interface org.apache.tomcat.bayeux.BayeuxRequest
-
- JSONArray - Class in org.apache.tomcat.util.json
-
A JSONArray is an ordered sequence of values.
- JSONArray() - Constructor for class org.apache.tomcat.util.json.JSONArray
-
Construct an empty JSONArray.
- JSONArray(JSONTokener) - Constructor for class org.apache.tomcat.util.json.JSONArray
-
Construct a JSONArray from a JSONTokener.
- JSONArray(String) - Constructor for class org.apache.tomcat.util.json.JSONArray
-
Construct a JSONArray from a source JSON text.
- JSONArray(Collection) - Constructor for class org.apache.tomcat.util.json.JSONArray
-
Construct a JSONArray from a Collection.
- JSONArray(Collection, boolean) - Constructor for class org.apache.tomcat.util.json.JSONArray
-
Construct a JSONArray from a collection of beans.
- JSONArray(Object) - Constructor for class org.apache.tomcat.util.json.JSONArray
-
Construct a JSONArray from an array
- JSONArray(Object, boolean) - Constructor for class org.apache.tomcat.util.json.JSONArray
-
Construct a JSONArray from an array with a bean.
- JSONException - Exception in org.apache.tomcat.util.json
-
The JSONException is thrown by the JSON.org classes then things are amiss.
- JSONException(String) - Constructor for exception org.apache.tomcat.util.json.JSONException
-
Constructs a JSONException with an explanatory message.
- JSONException(Throwable) - Constructor for exception org.apache.tomcat.util.json.JSONException
-
- JSONObject - Class in org.apache.tomcat.util.json
-
A JSONObject is an unordered collection of name/value pairs.
- JSONObject() - Constructor for class org.apache.tomcat.util.json.JSONObject
-
Construct an empty JSONObject.
- JSONObject(JSONObject, String[]) - Constructor for class org.apache.tomcat.util.json.JSONObject
-
Construct a JSONObject from a subset of another JSONObject.
- JSONObject(JSONTokener) - Constructor for class org.apache.tomcat.util.json.JSONObject
-
Construct a JSONObject from a JSONTokener.
- JSONObject(Map) - Constructor for class org.apache.tomcat.util.json.JSONObject
-
Construct a JSONObject from a Map.
- JSONObject(Map, boolean) - Constructor for class org.apache.tomcat.util.json.JSONObject
-
Construct a JSONObject from a Map.
- JSONObject(Object) - Constructor for class org.apache.tomcat.util.json.JSONObject
-
Construct a JSONObject from an Object using bean getters.
- JSONObject(Object, boolean) - Constructor for class org.apache.tomcat.util.json.JSONObject
-
Construct JSONObject from the given bean.
- JSONObject(Object, String[]) - Constructor for class org.apache.tomcat.util.json.JSONObject
-
Construct a JSONObject from an Object, using reflection to find the
public members.
- JSONObject(String) - Constructor for class org.apache.tomcat.util.json.JSONObject
-
Construct a JSONObject from a source JSON text string.
- JSONP_DEFAULT_NAME - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
http helpers - default name of the jsonp callback function
- JSONP_PARAMETER - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
http helpers - name of the jsonp parameter
- JSONString - Interface in org.apache.tomcat.util.json
-
The JSONString
interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString()
, JSONArray.toString()
,
and JSONWriter.value(
Object)
.
- JSONStringer - Class in org.apache.tomcat.util.json
-
JSONStringer provides a quick and convenient way of producing JSON text.
- JSONStringer() - Constructor for class org.apache.tomcat.util.json.JSONStringer
-
Make a fresh JSONStringer.
- JSONTokener - Class in org.apache.tomcat.util.json
-
A JSONTokener takes a source string and extracts characters and tokens from
it.
- JSONTokener(Reader) - Constructor for class org.apache.tomcat.util.json.JSONTokener
-
Construct a JSONTokener from a string.
- JSONTokener(String) - Constructor for class org.apache.tomcat.util.json.JSONTokener
-
Construct a JSONTokener from a string.
- JSONWriter - Class in org.apache.tomcat.util.json
-
JSONWriter provides a quick and convenient way of producing JSON text.
- JSONWriter(Writer) - Constructor for class org.apache.tomcat.util.json.JSONWriter
-
Make a fresh JSONWriter.
- JSP_ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_FILE - Static variable in class org.apache.jasper.Constants
-
Request attribute for <jsp-file>
element of a
servlet definition.
- JSP_FILE_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute under which we expose the value of the
<jsp-file>
value associated with this servlet,
if any.
- JSP_FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
-
The default package name for compiled jsp pages.
- JSP_PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_PROPERTY_GROUPS - Static variable in class org.apache.catalina.Globals
-
The servlet context attribute under which we record the set of
JSP property groups (as an object of type HashMap)
for this application.
- JSP_ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_SERVLET_BASE - Static variable in class org.apache.jasper.Constants
-
The base class of the generated servlets.
- JSP_SERVLET_CLASS - Static variable in class org.apache.catalina.core.Constants
-
- JSP_SERVLET_NAME - Static variable in class org.apache.catalina.core.Constants
-
- JSP_SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_TAG_LIBRARIES - Static variable in class org.apache.catalina.Globals
-
The servlet context attribute under which we record the set of
JSP tag libraries (as an object of type HashMap)
for this application.
- JSP_TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_TEXT_ACTION_END - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_URI - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JspApplicationContextImpl - Class in org.apache.jasper.runtime
-
Implementation of JspApplicationContext
- JspApplicationContextImpl() - Constructor for class org.apache.jasper.runtime.JspApplicationContextImpl
-
- JspCompilationContext - Class in org.apache.jasper
-
A place holder for various things that are used through out the JSP
engine.
- JspCompilationContext(String, boolean, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
-
- JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, URL) - Constructor for class org.apache.jasper.JspCompilationContext
-
- jspCompiler - Variable in class org.apache.jasper.JspCompilationContext
-
- JspConfig - Class in org.apache.jasper.compiler
-
Handles the jsp-config element in WEB_INF/web.xml.
- JspConfig(ServletContext) - Constructor for class org.apache.jasper.compiler.JspConfig
-
- JspConfig.JspProperty - Class in org.apache.jasper.compiler
-
- 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 - Class in org.apache.jasper.el
-
- JspELException(String, ELException) - Constructor for class 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
-
- 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 - Class in org.apache.jasper.el
-
- JspMethodNotFoundException(String, MethodNotFoundException) - Constructor for class 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 - Class in org.apache.jasper.el
-
- JspPropertyNotFoundException(String, PropertyNotFoundException) - Constructor for class org.apache.jasper.el.JspPropertyNotFoundException
-
- JspPropertyNotWritableException - Class in org.apache.jasper.el
-
- JspPropertyNotWritableException(String, PropertyNotWritableException) - Constructor for class 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 - Variable in class org.jboss.web.rewrite.Substitution.MapElement
-
- key - Variable in class org.jboss.web.rewrite.Substitution.ServerVariableElement
-
- key - Variable in class org.jboss.web.rewrite.Substitution.ServerVariableEnvElement
-
- key - Variable in class org.jboss.web.rewrite.Substitution.ServerVariableHttpElement
-
- key - Variable in class org.jboss.web.rewrite.Substitution.ServerVariableSslElement
-
- KEY_ALL_ACCESS - Static variable in class org.apache.tomcat.jni.Registry
-
- KEY_CREATE_LINK - Static variable in class org.apache.tomcat.jni.Registry
-
- KEY_CREATE_SUB_KEY - Static variable in class org.apache.tomcat.jni.Registry
-
- KEY_ENUMERATE_SUB_KEYS - Static variable in class org.apache.tomcat.jni.Registry
-
- KEY_EXECUTE - Static variable in class org.apache.tomcat.jni.Registry
-
- KEY_NOTIFY - Static variable in class org.apache.tomcat.jni.Registry
-
- KEY_QUERY_VALUE - Static variable in class org.apache.tomcat.jni.Registry
-
- KEY_READ - Static variable in class org.apache.tomcat.jni.Registry
-
- KEY_SET_VALUE - Static variable in class org.apache.tomcat.jni.Registry
-
- KEY_SIZE_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute under which we store the key size being used for
this SSL connection (as an object of type java.lang.Integer).
- KEY_SIZE_KEY - Static variable in class org.apache.tomcat.util.net.Constants
-
The Request attribute key for the key size.
- KEY_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
- landingPage - Variable in class org.apache.catalina.authenticator.FormAuthenticator
-
Landing page to use if a user tries to access the login page directly or
if the session times out during login.
- largeIcon - Variable in class org.apache.catalina.deploy.jsp.TagInfo
-
- last - Variable in class org.jboss.web.rewrite.RewriteRule
-
Stop the rewriting process here and don't apply any more rewriting
rules.
- LAST_MODIFIED - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Last modification date.
- LAST_REQ_ATTR - Static variable in interface org.apache.tomcat.bayeux.BayeuxRequest
-
- lastAccessedTime - Variable in class org.apache.catalina.session.StandardSession
-
The last accessed time for this Session.
- lastActiveFilter - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
-
Index of the last active filter.
- lastActiveFilter - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Index of the last active filter.
- lastActiveFilter - Variable in class org.apache.coyote.http11.InternalInputBuffer
-
Index of the last active filter.
- lastActiveFilter - Variable in class org.apache.coyote.http11.InternalOutputBuffer
-
Index of the last active filter.
- lastMaintain - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
Last run of maintain.
- lastMaintain - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Poller
-
Last run of maintain.
- lastModified - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- lastModified - Variable in class org.apache.naming.resources.ResourceAttributes
-
Last modified time.
- lastModifiedDate - Variable in class org.apache.catalina.ssi.SSIMediator
-
- lastModifiedDate - Variable in class org.apache.naming.resources.ResourceAttributes
-
Last modified date.
- lastModifiedHttp - Variable in class org.apache.naming.resources.ResourceAttributes
-
Last modified date in HTTP format.
- lastValid - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Last valid byte in the buffer.
- lastValid - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
-
Last valid byte.
- lastValid - Variable in class org.apache.coyote.http11.InternalInputBuffer
-
Last valid byte.
- lastWrite() - Method in class org.apache.catalina.connector.OutputBuffer
-
Return the amount of bytes written by the lower layer.
- lastWrite - Variable in class org.apache.coyote.Response
-
- lazyLoadListeners - Variable in class org.apache.tomcat.util.http.mapper.Mapper
-
Listeners for lazy loading of web applications.
- 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.
- leftovers - Variable in class org.apache.tomcat.util.buf.C2BConverter
-
Leftover buffer used for multi-characters characters.
- 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.
- Library - Class in org.apache.tomcat.jni
-
Library
- Library - Class in org.jboss.web.php
-
Library class.
- LibraryLoader - Class in org.apache.tomcat.jni
-
- lifecycle - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.authenticator.SingleSignOn
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.connector.Connector
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.core.ContainerBase
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.core.StandardPipeline
-
The lifecycle event support for this component.
- Lifecycle - Interface in org.apache.catalina
-
Common interface for component life cycle methods.
- lifecycle - Variable in class org.apache.catalina.realm.RealmBase
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.session.PersistentManagerBase
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.session.StandardManager
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.session.StoreBase
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.valves.AccessLogValve
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.apache.catalina.valves.SemaphoreValve
-
The lifecycle event support for this component.
- lifecycle - Variable in class org.jboss.web.rewrite.RewriteValve
-
The lifecycle event support for this component.
- lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.AprLifecycleListener
-
Primary entry point for startup and shutdown events.
- lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.JasperListener
-
Primary entry point for startup and shutdown events.
- lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.ServiceMapperListener
-
- lifecycleEvent(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.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.UserConfig
-
Process the START event for an associated Host.
- lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
- lifecycleEvent(LifecycleEvent) - Method in class org.jboss.web.php.LifecycleListener
-
Primary entry point for startup and shutdown events.
- LifecycleException - Exception in org.apache.catalina
-
General purpose exception that is thrown to indicate a lifecycle related
problem.
- LifecycleException() - Constructor for exception org.apache.catalina.LifecycleException
-
Construct a new LifecycleException with no other information.
- LifecycleException(String) - Constructor for exception org.apache.catalina.LifecycleException
-
Construct a new LifecycleException for the specified message.
- LifecycleException(Throwable) - Constructor for exception org.apache.catalina.LifecycleException
-
Construct a new LifecycleException for the specified throwable.
- LifecycleException(String, Throwable) - Constructor for exception org.apache.catalina.LifecycleException
-
Construct a new LifecycleException for the specified message
and throwable.
- LifecycleListener - Interface in org.apache.catalina
-
Interface defining a listener for significant events (including "component
start" and "component stop" generated by a component that implements the
Lifecycle interface.
- LifecycleListener - Class in org.jboss.web.php
-
Implementation of LifecycleListener
that will init and
and destroy PHP.
- LifecycleListener() - Constructor for class org.jboss.web.php.LifecycleListener
-
- LifecycleSupport - Class in org.apache.catalina.util
-
Support class to assist in firing LifecycleEvent notifications to
registered LifecycleListeners.
- LifecycleSupport(Lifecycle) - Constructor for class org.apache.catalina.util.LifecycleSupport
-
Construct a new LifecycleSupport object associated with the specified
Lifecycle component.
- LimitedInputStream - Class in org.apache.tomcat.util.http.fileupload.util
-
An input stream, which limits its data size.
- LimitedInputStream(InputStream, long) - Constructor for class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Creates a new instance.
- line - Variable in class org.apache.el.parser.SimpleCharStream
-
- lineBuffer - Variable in class org.apache.catalina.connector.CoyoteReader
-
- LINK_REF - Static variable in class org.apache.naming.NamingEntry
-
- list(String) - Method in class org.apache.naming.resources.AliasDirContext
-
- list(Name) - Method in class org.apache.naming.resources.AliasDirContext
-
- list(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list() - Method in class org.apache.naming.resources.DirContextURLConnection
-
List children of this collection.
- list(String) - Method in class org.apache.naming.resources.FileDirContext
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list(File) - Method in class org.apache.naming.resources.FileDirContext
-
List the resources which are members of a collection.
- list(String) - Method in class org.apache.naming.resources.JARDirContext
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list(Name) - Method in class org.apache.naming.resources.JARDirContext
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list(JARDirContext.Entry) - Method in class org.apache.naming.resources.JARDirContext
-
List children as objects.
- list(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list(File) - Method in class org.apache.naming.resources.VirtualDirContext
-
- list(String) - Method in class org.apache.naming.resources.WARDirContext
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list(Name) - Method in class org.apache.naming.resources.WARDirContext
-
Enumerates the names bound in the named context, along with the class
names of objects bound to them.
- list(WARDirContext.Entry) - Method in class org.apache.naming.resources.WARDirContext
-
List children as objects.
- listBindings(String) - Method in class org.apache.naming.resources.AliasDirContext
-
- listBindings(Name) - Method in class org.apache.naming.resources.AliasDirContext
-
- listBindings(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(String) - Method in class org.apache.naming.resources.FileDirContext
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(String) - Method in class org.apache.naming.resources.JARDirContext
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(Name) - Method in class org.apache.naming.resources.JARDirContext
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(String) - Method in class org.apache.naming.resources.WARDirContext
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(Name) - Method in class org.apache.naming.resources.WARDirContext
-
Enumerates the names bound in the named context, along with the
objects bound to them.
- listen(long, int) - Static method in class org.apache.tomcat.jni.Local
-
Listen to a bound socket for connections.
- listen(long, int) - Static method in class org.apache.tomcat.jni.Socket
-
Listen to a bound socket for connections.
- listener - Variable in class org.apache.catalina.connector.Request.AsyncListenerRegistration
-
- Listener - Interface in org.apache.cometd.bayeux
-
Cometd Listener interface.
For local clients, in order to receive messages, they pass in a callback object
when the local client is created using the
Bayeux.newClient(String,Listener)
method.
- listener - Variable in class org.apache.tomcat.bayeux.ClientImpl
-
The callback object for local clients
- LISTENER_ARRAY - Static variable in class org.apache.catalina.core.ContainerBase
-
Listener array type.
- 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?
- listSessionIds() - Method in class org.apache.catalina.session.ManagerBase
-
For debugging: return a list of all session ids currently active
- listsock - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
- listToCommaDelimitedString(List<String>) - Static method in class org.apache.catalina.filters.RemoteIpFilter
-
Convert an array of strings in a comma delimited string
- listToCommaDelimitedString(List<String>) - Static method in class org.apache.catalina.valves.RemoteIpValve
-
Convert an array of strings in a comma delimited string
- 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(String) - Method in class org.apache.catalina.session.FileStore
-
Load and return the Session associated with the specified session
identifier from this Store, without removing it.
- load(String) - Method in class org.apache.catalina.session.JDBCStore
-
Load the Session associated with the id id
.
- load() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Load all sessions found in the persistence mechanism, assuming
they are marked as valid and have not passed their expiration
limit.
- load() - Method in class org.apache.catalina.session.StandardManager
-
Load any currently active sessions that were previously unloaded
to the appropriate persistence mechanism, if any.
- load(String) - Method in interface org.apache.catalina.Store
-
Load and return the Session associated with the specified session
identifier from this Store, without removing it.
- load() - Method in interface org.apache.catalina.Wrapper
-
Load and initialize an instance of this servlet, if there is not already
at least one initialized instance.
- load() - Method in class org.apache.jasper.JspCompilationContext
-
- load(CacheEntry) - Method in class org.apache.naming.resources.ResourceCache
-
- load(String) - Static method in class org.apache.tomcat.jni.LibraryLoader
-
- load() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
-
- load() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
-
Load the mbeans from the source.
- load(String, Object, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Deprecated.
bad interface, mixing of metadata and mbeans
- loadCachedDescriptors(Object) - Method in class org.apache.tomcat.util.modeler.Registry
-
Deprecated.
Loaded automatically or using a File or Url ending in .ser
- loadClass(String) - Method in class org.apache.jasper.servlet.JasperLoader
-
Load the class with the specified name.
- loadClass(String, boolean) - Method in class org.apache.jasper.servlet.JasperLoader
-
Load the class with the specified name, searching using the following
algorithm until it finds and returns the class.
- loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
-
- loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
- loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
-
- loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
-
- loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
-
Load data, returns a list of items.
- loadDescriptors(String, ClassLoader) - Method in class org.apache.tomcat.util.modeler.Registry
-
Lookup the component descriptor in the package and
in the parent packages.
- loadDescriptors(String, Object, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Deprecated.
- loadDescriptors(Object) - Method in class org.apache.tomcat.util.modeler.Registry
-
Load the registry from the XML input found in the specified input
stream.
- loadDSATempKey(int, String) - Static method in class org.apache.tomcat.jni.SSL
-
Load temporary DSA key from file
Index can be one of:
- loadEntries() - Method in class org.apache.naming.resources.JARDirContext
-
Constructs a tree of the entries contained in a WAR file.
- loadEntries() - Method in class org.apache.naming.resources.WARDirContext
-
Constructs a tree of the entries contained in a WAR file.
- loader - Variable in class org.apache.catalina.core.ContainerBase
-
The Loader implementation with which this Container is associated.
- Loader - Interface in org.apache.catalina
-
A Loader represents a Java ClassLoader implementation that can
be used by a Container to load class files (within a repository associated
with the Loader) that are designed to be reloaded upon request, as well as
a mechanism to detect whether changes have occurred in the underlying
repository.
- loader - Variable in class org.apache.jasper.compiler.BeanRepository
-
- loader - Variable in class org.apache.jasper.JspCompilationContext
-
- loadMBeans(Object, ClassLoader) - Method in class org.apache.tomcat.util.modeler.Registry
-
Load an extended mlet file.
- loadMBeans(Object, ClassLoader) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
-
Load an extended mlet file.
- loadMetadata(Object) - Method in class org.apache.tomcat.util.modeler.Registry
-
Load descriptors.
- loadMetadata(Object) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
-
Load descriptors.
- loadOnStartup(Container[]) - Method in class org.apache.catalina.core.StandardContext
-
Load and initialize all servlets marked "load on startup" in the
web application deployment descriptor.
- loadOnStartup - Variable in class org.apache.catalina.core.StandardWrapper
-
The load-on-startup order value (negative value means load on
first call) for this servlet.
- loadRegistry(InputStream) - Static method in class org.apache.tomcat.util.modeler.Registry
-
Deprecated.
use normal class method instead
- loadServlet() - Method in class org.apache.catalina.core.StandardWrapper
-
Load and initialize an instance of this servlet, if there is not already
at least one initialized instance.
- loadTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Compile (if needed) and load a tag file
- loadTagFilePrototype() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Compile and load a prototype for the Tag file.
- loadTime - Variable in class org.apache.catalina.core.StandardWrapper
-
- local - Variable in class org.apache.tomcat.bayeux.ClientImpl
-
Same JVM clients, get local=true
- Local - Class in org.apache.tomcat.jni
-
Local socket
- Local() - Constructor for class org.apache.tomcat.jni.Local
-
- LOCAL_RANDOM - Static variable in class org.apache.catalina.connector.Request
-
- localAddList - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
List of sockets to be added to the poller.
- localAddList - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Poller
-
List of sockets to be added to the poller.
- localAddr - Variable in class org.apache.catalina.connector.Request
-
Local address
- localAddr - Variable in class org.apache.coyote.http11.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
-
- 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
-
- localPath - Variable in class org.apache.naming.resources.DirContextURLConnection
-
Local path.
- localPort - Variable in class org.apache.catalina.connector.Request
-
Local port
- localPort - Variable in class org.apache.coyote.http11.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
- localXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Allow customized directory listing per directory.
- location - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
The location of the taglib, which should be the JAR path, or empty if exploded.
- location - Variable in class org.apache.catalina.deploy.Multipart
-
- location - Variable in class org.apache.tomcat.util.modeler.modules.ModelerSource
-
- lock(long, int) - Static method in class org.apache.tomcat.jni.File
-
Establish a lock on the specified, open file.
- lock(long) - Static method in class org.apache.tomcat.jni.Global
-
Acquire the lock for the given mutex.
- Lock - Class in org.apache.tomcat.jni
-
Lock
- Lock() - Constructor for class org.apache.tomcat.jni.Lock
-
- lock(long) - Static method in class org.apache.tomcat.jni.Lock
-
Acquire the lock for the given mutex.
- lockfile(long) - Static method in class org.apache.tomcat.jni.Lock
-
Return the name of the lockfile for the mutex, or NULL
if the mutex doesn't use a lock file
- log(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Writes the specified message to a servlet log file.
- log(Exception, String) - Method in class org.apache.catalina.core.ApplicationContext
-
Deprecated.
As of Java Servlet API 2.1, use
log(String, Throwable)
instead
- log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContext
-
Writes the specified message and exception to a servlet log file.
- log(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- log(Exception, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- log - 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 - 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.EngineConfig
-
- log - Static variable in class org.apache.catalina.startup.HostConfig
-
- 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 - 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(Object) - Method in class org.jboss.logging.DynamicLogger
-
Logs a message using dynamic log level
- log(Object, Throwable) - Method in class org.jboss.logging.DynamicLogger
-
Logs a message and a throwable using dynamic log level
- log(Handler, String) - Static method in class org.jboss.web.php.Handler
-
- log(Handler, String) - Static method in class org.jboss.web.php.SAPI
-
- LOG_DEBUG - Static variable in class org.apache.tomcat.jni.OS
-
- LOG_EMERG - Static variable in class org.apache.tomcat.jni.OS
-
- LOG_ERROR - Static variable in class org.apache.tomcat.jni.OS
-
- LOG_INFO - Static variable in class org.apache.tomcat.jni.OS
-
- LOG_LEVEL_DEBUG - Static variable in class org.jboss.logging.DynamicLogger
-
Debug level logging
- LOG_LEVEL_ERROR - Static variable in class org.jboss.logging.DynamicLogger
-
Error level logging
- LOG_LEVEL_FATAL - Static variable in class org.jboss.logging.DynamicLogger
-
Fatal level logging
- LOG_LEVEL_INFO - Static variable in class org.jboss.logging.DynamicLogger
-
Info level logging
- LOG_LEVEL_NONE - Static variable in class org.jboss.logging.DynamicLogger
-
No logging
- LOG_LEVEL_STRINGS - Static variable in class org.jboss.logging.DynamicLogger
-
The available log level strings
- LOG_LEVEL_TRACE - Static variable in class org.jboss.logging.DynamicLogger
-
Trace level logging
- LOG_LEVEL_WARN - Static variable in class org.jboss.logging.DynamicLogger
-
Warn level logging
- 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 - Class in org.jboss.logging
-
Logger wrapper that tries to dynamically load a log4j class to
determine if log4j is available in the VM.
- Logger(String) - Constructor for class org.jboss.logging.Logger
-
Creates new Logger the given logger name.
- loggerDelegate - Variable in class org.jboss.logging.Logger
-
The logger plugin delegate
- LoggerPlugin - Interface in org.jboss.logging
-
Defines a "pluggable" login module.
- 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 - Static variable in class org.apache.catalina.authenticator.Constants
-
- loginConfig - Variable in class org.apache.catalina.core.StandardContext
-
The login configuration descriptor for this web application.
- LoginConfig - Class in org.apache.catalina.deploy
-
Representation of a login configuration element for a web application,
as represented in a <login-config>
element in the
deployment descriptor.
- LoginConfig() - Constructor for class org.apache.catalina.deploy.LoginConfig
-
Construct a new LoginConfig with default properties.
- LoginConfig(String, String, String, String) - Constructor for class org.apache.catalina.deploy.LoginConfig
-
Construct a new LoginConfig with the specified properties.
- loginContext - Variable in class org.apache.catalina.realm.GenericPrincipal
-
The JAAS LoginContext, if any, used to authenticate this Principal.
- 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.
- 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(String) - Method in class org.apache.naming.resources.AliasDirContext
-
- lookup(Name) - Method in class org.apache.naming.resources.AliasDirContext
-
- lookup(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves the named object.
- lookup(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves the named object.
- lookup(String) - Method in class org.apache.naming.resources.FileDirContext
-
Retrieves the named object.
- lookup(String) - Method in class org.apache.naming.resources.JARDirContext
-
Retrieves the named object.
- lookup(Name) - Method in class org.apache.naming.resources.JARDirContext
-
Retrieves the named object.
- lookup(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the named object.
- lookup(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the named object.
- lookup(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves the named object.
- lookup(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves the named object.
- lookup(String) - Method in class org.apache.naming.resources.ResourceCache
-
- lookup(String) - Method in class org.apache.naming.resources.VirtualDirContext
-
- lookup(String) - Method in class org.apache.naming.resources.WARDirContext
-
Retrieves the named object.
- lookup(Name) - Method in class org.apache.naming.resources.WARDirContext
-
Retrieves the named object.
- lookup(String) - Method in interface org.jboss.web.rewrite.RewriteMap
-
- lookupCache(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the named object as a cache entry, without any exception.
- lookupLink(String) - Method in class org.apache.naming.resources.AliasDirContext
-
- lookupLink(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves the named object, following links except for the terminal
atomic component of the name.
- lookupLink(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Retrieves the named object, following links except for the terminal
atomic component of the name.
- lookupLink(String) - Method in class org.apache.naming.resources.FileDirContext
-
Retrieves the named object, following links except for the terminal
atomic component of the name.
- lookupLink(String) - Method in class org.apache.naming.resources.JARDirContext
-
Retrieves the named object, following links except for the terminal
atomic component of the name.
- lookupLink(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the named object, following links except for the terminal
atomic component of the name.
- lookupLink(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Retrieves the named object, following links except for the terminal
atomic component of the name.
- lookupLink(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves the named object, following links except for the terminal
atomic component of the name.
- lookupLink(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Retrieves the named object, following links except for the terminal
atomic component of the name.
- lookupLink(String) - Method in class org.apache.naming.resources.WARDirContext
-
Retrieves the named object, following links except for the terminal
atomic component of the name.
- loopback(long, boolean) - Static method in class org.apache.tomcat.jni.Multicast
-
Toggle IP Multicast Loopback
- LOW_MEMORY - Static variable in class org.apache.tomcat.util.Constants
-
- lowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns the low surrogate of a supplemental character
- 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.util.FastDateFormat
-
- main(String[]) - Static method in class org.apache.catalina.util.ServerInfo
-
- main(String[]) - Static method in class org.apache.jasper.compiler.SmapGenerator
-
- 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
- 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.
- 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_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
-
- mangleChar(char) - Static method in class org.apache.jasper.compiler.JspUtil
-
Mangle the specified character to create a legal Java class name.
- map(Node.Nodes) - Static method in class org.apache.jasper.compiler.ELFunctionMapper
-
Creates the functions mappers for all EL expressions in the JSP page.
- map(MessageBytes, MessageBytes, MappingData) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Map the specified host name and URI, mutating the given mapping data.
- map(MessageBytes, MappingData) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Map the specified URI relative to the context,
mutating the given mapping data.
- map - Variable in class org.jboss.web.rewrite.Substitution.MapElement
-
- 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.
- maps - Variable in class org.jboss.web.rewrite.RewriteValve
-
Maps to be used by the rules.
- mark(int) - Method in class org.apache.catalina.connector.CoyoteReader
-
- mark(int) - Method in class org.apache.catalina.connector.InputBuffer
-
- mark(int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Mark the present position in the stream.
- mark(int) - Method in class org.apache.jasper.xmlparser.UCSReader
-
Mark the present position in the stream.
- mark(int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Mark the present position in the stream.
- markSupported() - Method in class org.apache.catalina.connector.CoyoteReader
-
- markSupported() - Method in class org.apache.catalina.connector.InputBuffer
-
- markSupported() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Tell whether this stream supports the mark() operation.
- markSupported() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Tell whether this stream supports the mark() operation.
- markSupported() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Tell whether this stream supports the mark() operation.
- MASK_CONTENT - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Content character mask.
- MASK_NAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Name character mask.
- MASK_NAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Name start character mask.
- MASK_NCNAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
NCName character mask.
- MASK_NCNAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
NCName start character mask.
- MASK_PUBID - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Pubid character mask.
- MASK_SPACE - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Space character mask.
- MASK_VALID - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Valid character mask.
- matcher - Variable in class org.jboss.web.rewrite.RewriteCond.PatternCondition
-
- matches(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) - Method in class org.apache.tomcat.bayeux.ChannelImpl
-
Returns true if this channel matches the pattern to its id.
- matchesOne(String, Pattern...) - Static method in class org.apache.catalina.filters.RemoteIpFilter
-
Return true
if the given str
matches at least one of the given patterns
.
- matchesOne(String, Pattern...) - Static method in class org.apache.catalina.valves.RemoteIpValve
-
Return true
if the given str
matches at least one of the given patterns
.
- matchRequest(Request) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Does this request match the saved one (so that it must be the redirect
we signalled after successful authentication?
- Math() - Method in class org.apache.el.parser.ELParser
-
- MAX_ACTIVE_SESSIONS - Static variable in class org.apache.catalina.session.StandardManager
-
- MAX_ARGS_SIZE - Static variable in class org.apache.tomcat.jni.Proc
-
Detach
- MAX_COUNT - Static variable in class org.apache.tomcat.util.http.MimeHeaders
-
- MAX_COUNT - Static variable in class org.apache.tomcat.util.http.Parameters
-
- MAX_ENV_SIZE - Static variable in class org.apache.tomcat.jni.Proc
-
- MAX_NOTES - Static variable in class org.apache.coyote.Constants
-
- MAX_PACKET_SIZE - Static variable in class org.apache.coyote.ajp.Constants
-
Default maximum total byte size for a AJP packet
- MAX_PAUSE_WAIT - Static variable in class org.apache.coyote.Constants
-
- MAX_POOL_SIZE - Static variable in class org.apache.jasper.Constants
-
Default tag handler pool size.
- MAX_READ_SIZE - Static variable in class org.apache.coyote.ajp.Constants
-
Default maximum size of data that can be sent in one packet
- MAX_SEND_SIZE - Static variable in class org.apache.coyote.ajp.Constants
-
- 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.
- 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.
- 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).
- 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.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 ).
- md - Variable in class org.apache.catalina.realm.RealmBase
-
The MessageDigest object for digesting user credentials (passwords).
- md5Encoder - Static variable in class org.apache.catalina.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.
- MDC - Class in org.jboss.logging
-
A "Map Diagnostic Context" abstraction.
- MDC() - Constructor for class org.jboss.logging.MDC
-
- MDCProvider - Interface in org.jboss.logging
-
MDC SPI for the backend logging implementation.
- MDCSupport - Interface in org.jboss.logging
-
Indicates that a Logger plugin supports MDC.
- 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
-
- 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
-
- 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
-
- 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.
- METHOD_GET - Static variable in class org.apache.catalina.filters.Constants
-
- 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
-
- MethodParameters() - Method in class org.apache.el.parser.ELParser
-
- 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.
- minutes(int) - Static method in class org.apache.catalina.filters.ExpiresFilter.Duration
-
- minVersion - Variable in class org.apache.tomcat.bayeux.RequestBase
-
- MISSING_VARIABLE_VALUE - Static variable in class org.apache.catalina.ssi.SSIEcho
-
- 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
-
- modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.AliasDirContext
-
- modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.AliasDirContext
-
- modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
-
Modifies the attributes associated with a named object.
- modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
-
Modifies the attributes associated with a named object.
- modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
-
Modifies the attributes associated with a named object using an an
ordered list of modifications.
- modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
-
Modifies the attributes associated with a named object using an an
ordered list of modifications.
- modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.FileDirContext
-
Modifies the attributes associated with a named object.
- modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.FileDirContext
-
Modifies the attributes associated with a named object using an an
ordered list of modifications.
- modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.JARDirContext
-
Modifies the attributes associated with a named object.
- modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.JARDirContext
-
Modifies the attributes associated with a named object using an an
ordered list of modifications.
- modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
-
Modifies the attributes associated with a named object.
- modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
-
Modifies the attributes associated with a named object.
- modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
-
Modifies the attributes associated with a named object using an an
ordered list of modifications.
- modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
-
Modifies the attributes associated with a named object using an an
ordered list of modifications.
- modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Modifies the attributes associated with a named object.
- modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Modifies the attributes associated with a named object.
- modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Modifies the attributes associated with a named object using an an
ordered list of modifications.
- modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Modifies the attributes associated with a named object using an an
ordered list of modifications.
- modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.WARDirContext
-
Modifies the attributes associated with a named object.
- modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.WARDirContext
-
Modifies the attributes associated with a named object using an an
ordered list of modifications.
- months - Static variable in class org.apache.catalina.valves.AccessLogValve
-
The set of month abbreviations for log messages.
- more() - Method in class org.apache.tomcat.util.json.JSONTokener
-
Determine if the source string still contains characters that next()
can consume.
- msec(long) - Static method in class org.apache.tomcat.jni.Time
-
- mserver - Variable in class org.apache.catalina.connector.Connector
-
- mserver - Variable in class org.apache.catalina.core.ContainerBase
-
- mserver - Variable in class org.apache.catalina.core.StandardServer
-
- mserver - Variable in class org.apache.catalina.core.StandardService
-
- mserver - Variable in class org.apache.catalina.realm.RealmBase
-
- mserver - Variable in class org.apache.catalina.session.ManagerBase
-
- mserver - Variable in class org.apache.catalina.valves.ValveBase
-
- mserver - Variable in class org.apache.coyote.ajp.AjpAprProtocol
-
- mserver - Variable in class org.apache.coyote.ajp.AjpProtocol
-
- mserver - Variable in class org.apache.coyote.http11.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.
- MultipartStream.ProgressNotifier - Class in org.apache.tomcat.util.http.fileupload
-
- 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
- n - Variable in class org.jboss.web.rewrite.Substitution.RewriteCondBackReferenceElement
-
- n - Variable in class org.jboss.web.rewrite.Substitution.RewriteRuleBackReferenceElement
-
- name - Variable in class org.apache.catalina.connector.CoyotePrincipal
-
The username of the user represented by this Principal.
- name - Variable in class org.apache.catalina.core.ContainerBase
-
The human-readable name of this Container.
- name - Variable in class org.apache.catalina.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.realm.GenericPrincipal
-
The username of the user represented by this Principal.
- name - Static variable in class org.apache.catalina.session.ManagerBase
-
The descriptive name of this Manager implementation (for logging).
- name - Static variable in class org.apache.catalina.session.PersistentManager
-
The descriptive name of this Manager implementation (for logging).
- name - Static variable in class org.apache.catalina.session.StandardManager
-
The descriptive name of this Manager implementation (for logging).
- name - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
-
- name - Variable in class org.apache.naming.NamingEntry
-
- name - Variable in class org.apache.naming.resources.CacheEntry
-
- name - Variable in class org.apache.naming.resources.JARDirContext.Entry
-
- NAME - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Name.
- name - Variable in class org.apache.naming.resources.ResourceAttributes
-
Name.
- name - Variable in class org.apache.naming.resources.WARDirContext.Entry
-
- name - Variable in class org.apache.tomcat.jni.FileInfo
-
The file's name (no path) in filesystem case
- name(long) - Static method in class org.apache.tomcat.jni.Lock
-
Display the name of the mutex, as it relates to the actual method used.
- name - Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
-
- name - Variable in class org.apache.tomcat.util.buf.StringCache.CharEntry
-
- name - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
-
- name - Variable in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
-
- name - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
-
- name - Variable in class org.apache.tomcat.util.modeler.ManagedBean
-
- name - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
Name of the thread pool, which will be used for naming child threads.
- name - Variable in class org.apache.tomcat.util.net.JIoEndpoint
-
Name of the thread pool, which will be used for naming child threads.
- nameB - Variable in class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
-
- NAMED_DISPATCHER_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute under which we store the servlet name on a
named dispatcher request.
- nameFromAttribute - Variable in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- nameGet(long) - Static method in class org.apache.tomcat.jni.File
-
return the file name of the current file.
- nameGiven - Variable in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- nameParser - Variable in class org.apache.naming.resources.BaseDirContext
-
Name parser for this context.
- NameParserImpl - Class in org.apache.naming
-
Parses names.
- NameParserImpl() - Constructor for class org.apache.naming.NameParserImpl
-
- 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.
- NamingContextBindingsEnumeration - Class in org.apache.naming
-
Naming enumeration implementation.
- NamingContextBindingsEnumeration(Iterator, Context) - Constructor for class org.apache.naming.NamingContextBindingsEnumeration
-
- NamingContextEnumeration - Class in org.apache.naming
-
Naming enumeration implementation.
- NamingContextEnumeration(Iterator) - Constructor for class org.apache.naming.NamingContextEnumeration
-
- NamingEntry - Class in org.apache.naming
-
Represents a binding in a NamingContext.
- NamingEntry(String, Object, int) - Constructor for class org.apache.naming.NamingEntry
-
- NamingEnumerationImpl<T> - Class in org.apache.naming
-
Naming enumeration implementation.
- NamingEnumerationImpl(Collection<T>) - Constructor for class org.apache.naming.NamingEnumerationImpl
-
- NDC - Class in org.jboss.logging
-
A "Nested Diagnostic Context" abstraction.
- NDC() - Constructor for class org.jboss.logging.NDC
-
- NDCProvider - Interface in org.jboss.logging
-
An NDC SPI for the backend logging implementation.
- NDCSupport - Interface in org.jboss.logging
-
Indicates that a logger plugin supports NDC.
- NE0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- NE1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- 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.
- NEW_RESOLVER_INSTANCE - Static variable in class org.apache.jasper.el.ELResolverImpl
-
- newBIO(long, BIOCallback) - Static method in class org.apache.tomcat.jni.SSL
-
Initialize new BIO
- newClient(String, Listener) - Method in interface org.apache.cometd.bayeux.Bayeux
-
Creates a new server side client.
- newClient(String, Listener, boolean, HttpEvent) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- newClient(String, Listener) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- newFileItemHeaders() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
- 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
-
- 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
-
- next - Variable in class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
-
- next - Variable in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
-
- next() - Method in class org.apache.tomcat.util.json.JSONTokener
-
Get the next character in the source string.
- next(char) - Method in class org.apache.tomcat.util.json.JSONTokener
-
Consume the next character, and check that it matches a specified
character.
- next(int) - Method in class org.apache.tomcat.util.json.JSONTokener
-
Get the next n characters.
- next - Variable in class org.jboss.web.rewrite.RewriteRule
-
Re-run the rewriting process (starting again with the first rewriting
rule).
- nextBytes(byte[], int, int, Random) - Static method in class org.apache.tomcat.bayeux.UUIDGenerator
-
Same as java.util.Random.nextBytes except this one we dont have to allocate a new byte array
- nextClean() - Method in class org.apache.tomcat.util.json.JSONTokener
-
Get the next char in the string, skipping whitespace.
- nextElement() - Method in class org.apache.catalina.util.Enumerator
-
Returns the next element of this enumeration if this enumeration
has at least one more element to provide.
- nextElement() - Method in class org.apache.jasper.util.Enumerator
-
Returns the next element of this enumeration if this enumeration
has at least one more element to provide.
- nextElement() - Method in class org.apache.naming.NamingContextBindingsEnumeration
-
- nextElement() - Method in class org.apache.naming.NamingContextEnumeration
-
- nextElement() - Method in class org.apache.naming.NamingEnumerationImpl
-
- nextElement() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
-
- nextElement() - Method in class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
-
- nextElement() - Method in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
-
- nextFilterChain() - Method in class org.apache.catalina.connector.Request
-
Set filter chain associated with the request.
- nextFilterChain() - Method in class org.apache.catalina.connector.RequestFacade
-
Next filter chain.
- nextRequest() - Method in class org.apache.coyote.http11.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.
- nocase - Variable in class org.jboss.web.rewrite.RewriteCond
-
This makes the test case-insensitive, i.e., there is no difference between
'A-Z' and 'a-z' both in the expanded TestString and the CondPattern.
- nocase - Variable in class org.jboss.web.rewrite.RewriteRule
-
This makes the Pattern case-insensitive, i.e., there is no difference
between 'A-Z' and 'a-z' when Pattern is matched against the current
URL.
- 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
-
- NodeVisitor - Interface in org.apache.el.parser
-
- noescape - Variable in class org.jboss.web.rewrite.RewriteRule
-
This flag keeps mod_rewrite from applying the usual URI escaping rules
to the result of a rewrite.
- 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.
- nonceValidity - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
-
How long server nonces are valid for in milliseconds.
- NONE_RESPONSE - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Field values inside Bayeux messages - none response
- NONE_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
-
- NONE_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
-
- 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.
- nosubreq - Variable in class org.jboss.web.rewrite.RewriteRule
-
This flag forces the rewriting engine to skip a rewriting rule if the
current request is an internal sub-request.
- 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()
.
- 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.
- 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.
- NullLoggerPlugin - Class in org.jboss.logging
-
LoggerPlugin implementation producing no output at all.
- NullLoggerPlugin() - Constructor for class org.jboss.logging.NullLoggerPlugin
-
- NullMDCProvider - Class in org.jboss.logging
-
An MDC provider which does nothing.
- NullMDCProvider() - Constructor for class org.jboss.logging.NullMDCProvider
-
- NullNDCProvider - Class in org.jboss.logging
-
An NDC provider which does nothing.
- NullNDCProvider() - Constructor for class org.jboss.logging.NullNDCProvider
-
- nullsToBlanks(String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Converts null strings to blank strings ("")
- nullsToBlanks(String) - Method in class org.jboss.web.php.ScriptEnvironment
-
Converts null strings to blank strings ("")
- nullsToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Converts null strings to another string
- nullsToString(String, String) - Method in class org.jboss.web.php.ScriptEnvironment
-
Converts null strings to another string
- 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.
- 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.realm.RealmBase
-
- oname - Variable in class org.apache.catalina.session.ManagerBase
-
- oname - Variable in class org.apache.catalina.valves.ValveBase
-
- oname - Variable in class org.apache.coyote.ajp.AjpAprProtocol
-
- oname - Variable in class org.apache.coyote.ajp.AjpProtocol
-
- oname - Variable in class org.apache.coyote.http11.Http11AprProtocol
-
- oname - Variable in class org.apache.coyote.http11.Http11Protocol
-
- oname - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- onBeforeWriteResponseBody(HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
-
If no expiration header has been set by the servlet and an expiration has
been defined in the
ExpiresFilter
configuration, sets the '
Expires' header and the attribute '
max-age' of the '
Cache-Control' header.
- onDemandContextMapped(String, String) - Method in interface org.apache.tomcat.util.http.mapper.OnDemandContextMappingListener
-
- OnDemandContextMappingListener - Interface in org.apache.tomcat.util.http.mapper
-
- ONE_KILOBYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
-
- ONE_MEGABYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
-
- opaque - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
-
Opaque string.
- open() - Method in class org.apache.catalina.session.JDBCStore
-
Open (if necessary) and return a database connection for use by
this Realm.
- open() - Method in class org.apache.catalina.valves.AccessLogValve
-
Open the new log file for the date specified by dateStamp
.
- open() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
Open the new log file for the date specified by dateStamp
.
- open() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Open (if necessary) and return a database connection for use by
this AccessLogValve.
- open(String, long) - Static method in class org.apache.tomcat.jni.Directory
-
Open the specified directory.
- open(String, int, int, long) - Static method in class org.apache.tomcat.jni.File
-
Open the specified file.
- open(int, String, int, long) - Static method in class org.apache.tomcat.jni.Registry
-
Opens the specified Registry Key.
- openConnection(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
-
Opens a connection to the object referenced by the URL
argument.
- OPENING - Static variable in class org.apache.catalina.util.XMLWriter
-
Opening tag.
- openNodeScope(Node) - Method in class org.apache.el.parser.JJTELParserState
-
- 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.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.
- org.apache.catalina - package org.apache.catalina
-
- org.apache.catalina.authenticator - package org.apache.catalina.authenticator
-
This package contains Authenticator
implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM).
- org.apache.catalina.connector - package org.apache.catalina.connector
-
- org.apache.catalina.core - package org.apache.catalina.core
-
- org.apache.catalina.deploy - package org.apache.catalina.deploy
-
This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (web.xml
).
- org.apache.catalina.deploy.jsp - package org.apache.catalina.deploy.jsp
-
- org.apache.catalina.filters - package org.apache.catalina.filters
-
- org.apache.catalina.ha.backend - package org.apache.catalina.ha.backend
-
- org.apache.catalina.manager - package org.apache.catalina.manager
-
- 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.naming - package org.apache.naming
-
This package contains a memory based naming service provider.
- org.apache.naming.resources - package org.apache.naming.resources
-
This package contains the resources directory context implemetation.
- org.apache.naming.resources.jndi - package org.apache.naming.resources.jndi
-
- org.apache.tomcat - package org.apache.tomcat
-
- org.apache.tomcat.bayeux - package org.apache.tomcat.bayeux
-
- org.apache.tomcat.bayeux.request - package org.apache.tomcat.bayeux.request
-
- org.apache.tomcat.jni - package org.apache.tomcat.jni
-
- org.apache.tomcat.util - package org.apache.tomcat.util
-
- org.apache.tomcat.util.buf - package org.apache.tomcat.util.buf
-
Buffers and Encodings
- org.apache.tomcat.util.http - package org.apache.tomcat.util.http
-
Special utils for handling HTTP-specific entities - headers, parameters,
cookies, etc.
- org.apache.tomcat.util.http.fileupload - package org.apache.tomcat.util.http.fileupload
-
NOTE: This code has been copied from commons-fileupload 1.2.1 and
commons-io 1.4 and package renamed to avoid clashes with any web apps that
may wish to use these libraries.
- org.apache.tomcat.util.http.fileupload.disk - package org.apache.tomcat.util.http.fileupload.disk
-
- org.apache.tomcat.util.http.fileupload.servlet - package org.apache.tomcat.util.http.fileupload.servlet
-
- org.apache.tomcat.util.http.fileupload.util - package org.apache.tomcat.util.http.fileupload.util
-
- org.apache.tomcat.util.http.mapper - package org.apache.tomcat.util.http.mapper
-
- org.apache.tomcat.util.json - package org.apache.tomcat.util.json
-
- org.apache.tomcat.util.modeler - package org.apache.tomcat.util.modeler
-
The Modeler component of the Jakarta Commons subproject
offers convenient support for configuring and instantiating Model MBeans
(management beans), as described in the JMX Specification.
- org.apache.tomcat.util.modeler.modules - package org.apache.tomcat.util.modeler.modules
-
Implementation classes - should not be used directly.
- org.apache.tomcat.util.net - package org.apache.tomcat.util.net
-
- org.apache.tomcat.util.net.jsse - package org.apache.tomcat.util.net.jsse
-
- org.apache.tomcat.util.res - package org.apache.tomcat.util.res
-
- org.jboss.logging - package org.jboss.logging
-
- org.jboss.logging.jdk - package org.jboss.logging.jdk
-
- org.jboss.servlet.http - package org.jboss.servlet.http
-
- org.jboss.web.php - package org.jboss.web.php
-
- org.jboss.web.rewrite - package org.jboss.web.rewrite
-
- original - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- ornext - Variable in class org.jboss.web.rewrite.RewriteCond
-
Use this to combine rule conditions with a local OR instead of the implicit AND.
- OS - Class in org.apache.tomcat.jni
-
OS
- OS() - Constructor for class org.apache.tomcat.jni.OS
-
- osError() - Static method in exception org.apache.tomcat.jni.Error
-
Get the last platform error.
- Otherwise - Class in org.apache.jasper.tagplugins.jstl.core
-
- Otherwise() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Otherwise
-
- out - Variable in class org.apache.catalina.util.DOMWriter
-
Print writer.
- Out - Class in org.apache.jasper.tagplugins.jstl.core
-
- Out() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Out
-
- output - Variable in class org.apache.catalina.servlets.DefaultServlet
-
The output buffer size to use when serving resources.
- output - Variable in class org.apache.coyote.ajp.AjpProcessor
-
Output stream.
- output - Variable in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
-
- OUTPUT_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.
- overlays - Variable in class org.apache.naming.resources.ProxyDirContext
-
Overlay DirContexts.
- override - Variable in class org.apache.catalina.core.StandardContext
-
The override flag for this web application.
- 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.filters.Constants
-
- Package - Static variable in class org.apache.catalina.manager.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.resources.Constants
-
- Package - Static variable in class org.jboss.web.php.Constants
-
- packetSize - Variable in class org.apache.coyote.ajp.AjpAprProtocol
-
AJP packet size.
- packetSize - Variable in class org.apache.coyote.ajp.AjpProtocol
-
AJP packet size.
- padLeft(String, int) - Method in class org.apache.catalina.ssi.SSIFsize
-
- PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- PageContextImpl - Class in org.apache.jasper.runtime
-
Implementation of the PageContext class from the JSP spec.
- 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_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- 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 - 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
-
- parametersParsed - Variable in class org.apache.catalina.connector.Request
-
Request parameters parsed flag.
- 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
-
- 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.el.parser.SimpleNode
-
- parentClassLoader - Variable in class org.apache.catalina.core.ContainerBase
-
The parent class loader to be configured when we install a Loader.
- parentGet(long) - Static method in class org.apache.tomcat.jni.Pool
-
Get the parent pool of the specified pool.
- 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, boolean) - Static method in class org.apache.jasper.compiler.ELParser
-
Parse an EL expression
- parse(String) - Method in class org.apache.naming.NameParserImpl
-
Parses a name into its components.
- parse(String, char[]) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
-
Extracts a map of name/value pairs from the given string.
- parse(String, char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
-
Extracts a map of name/value pairs from the given string.
- parse(char[], char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
-
Extracts a map of name/value pairs from the given array of
characters.
- parse(char[], int, int, char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
-
Extracts a map of name/value pairs from the given array of
characters.
- parse(Map<String, RewriteMap>) - Method in class org.jboss.web.rewrite.RewriteCond
-
- parse(Map<String, RewriteMap>) - Method in class org.jboss.web.rewrite.RewriteRule
-
- parse(BufferedReader) - Method in class org.jboss.web.rewrite.RewriteValve
-
- parse(String) - Static method in class org.jboss.web.rewrite.RewriteValve
-
This factory method will parse a line formed like:
Example:
RewriteCond %{REMOTE_HOST} ^host1.* [OR]
- parse(Map<String, RewriteMap>) - Method in class org.jboss.web.rewrite.Substitution
-
- parseChunkHeader() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Parse the header of a chunk.
- parseCondFlag(String, RewriteCond, String) - Static method in class org.jboss.web.rewrite.RewriteValve
-
Parser for RewriteCond flags.
- parseContentRange(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Parse the content-range header.
- parseCookies() - Method in class org.apache.catalina.connector.Request
-
Parse cookies.
- parseCRLF() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Parse CRLF at end of chunk.
- parseDate(String, DateFormat[]) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
-
Try to parse the given date as a HTTP date.
- parseEndChunk() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Parse end chunk data.
- 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.
- parseExpiresConfiguration(String) - Method in class org.apache.catalina.filters.ExpiresFilter
-
Parse configuration lines like '
access plus 1 month 15 days 2 hours' or '
modification 1 day 2 hours 5 seconds'
- parseExpression(String, Class, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
-
- parseHeader() - Method in class org.apache.coyote.http11.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.
- parseParameters() - Method in class org.apache.catalina.connector.Request
-
Parse request parameters.
- parseParameters(Map, String, String) - Static method in class org.apache.catalina.util.RequestUtil
-
Append request parameters from the specified String to the specified
Map.
- parseParameters(Map, byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
-
Append request parameters from the specified String to the specified
Map.
- parseParamNames(StringBuilder, int) - Method in class org.apache.catalina.ssi.SSIProcessor
-
Parse a StringBuilder and take out the param type token.
- parseParamValues(StringBuilder, int, int) - Method in class org.apache.catalina.ssi.SSIProcessor
-
Parse a StringBuilder and take out the param token.
- parseRange(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Parse the range header.
- parseRequest(RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Processes an
RFC 1867
compliant
multipart/form-data
stream.
- parseRequest(HttpServletRequest) - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
-
Processes an
RFC 1867
compliant
multipart/form-data
stream.
- parseRequestLine(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.
- parseRuleFlag(String, RewriteRule, String) - Static method in class org.jboss.web.rewrite.RewriteValve
-
Parser for ReweriteRule flags.
- parseSessionCookiesId(Request, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
Parse session id in URL.
- parseSessionId(Request, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
Parse session id in URL.
- parseUsername(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
Parse the username from the specified authorization string.
- 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.authenticator.SingleSignOnEntry
-
- password - Variable in class org.apache.catalina.realm.GenericPrincipal
-
The authentication credentials for the user represented by
this Principal.
- PasswordCallback - Interface in org.apache.tomcat.jni
-
PasswordCallback Interface
- path - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- path - Variable in class org.apache.catalina.deploy.jsp.TagFileInfo
-
- path - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
The access path for the taglib, relative to the location.
- path - Variable in class org.apache.catalina.deploy.SessionCookie
-
- path - Variable in class org.apache.catalina.realm.RealmBase
-
- path - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
-
- path - Variable in class org.apache.naming.resources.ProxyDirContextFacade
-
Path.
- pathInfo - Variable in class org.apache.catalina.core.DummyRequest
-
- pathInfo - Variable in class org.apache.tomcat.util.http.mapper.MappingData
-
- PATHNAME - Static variable in class org.apache.catalina.session.StandardManager
-
- pathname - Variable in class org.apache.catalina.session.StandardManager
-
Path name of the disk file in which active sessions are saved
when we stop, and from which these sessions are loaded when we start.
- pathName - Variable in class org.apache.naming.resources.ProxyDirContextFacade
-
Path as name.
- pathParameterName - Variable in class org.apache.catalina.deploy.SessionCookie
-
- pattern - Variable in class org.apache.catalina.valves.AccessLogValve
-
The pattern used to format our access log lines.
- pattern - Variable in class org.jboss.web.rewrite.RewriteCond.PatternCondition
-
- pattern - Variable in class org.jboss.web.rewrite.RewriteRule
-
- patternString - Variable in class org.jboss.web.rewrite.RewriteRule
-
- 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.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.
- peek() - Method in class org.jboss.logging.jdk.JDKNDCProvider
-
- peek() - Static method in class org.jboss.logging.NDC
-
- peek() - Method in interface org.jboss.logging.NDCProvider
-
- peek() - Method in class org.jboss.logging.NullNDCProvider
-
- 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
-
- PERIODIC_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "periodic" event.
- periodicEvent() - Method in class org.apache.jasper.servlet.JspServlet
-
- periodicEvent() - Method in interface org.apache.tomcat.PeriodicEventListener
-
Execute a periodic task, such as reloading, etc.
- PeriodicEventListener - Interface in org.apache.tomcat
-
- permission - Variable in class org.apache.naming.resources.DirContextURLConnection
-
Permission
- permitDenied(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
-
Subclass friendly method to add error handling when a permit isn't granted.
- permsSet(String, int) - Static method in class org.apache.tomcat.jni.File
-
Set the specified file's permission bits.
- persistent - Variable in class org.apache.tomcat.bayeux.ChannelImpl
-
Is this channel persistent, default value is true
- PersistentManager - Class in org.apache.catalina.session
-
Implementation of the Manager interface that makes use of
a Store to swap active Sessions to disk.
- PersistentManager() - Constructor for class org.apache.catalina.session.PersistentManager
-
- 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.
- PHP_MAJOR_VERSION - Static variable in class org.jboss.web.php.Library
-
- PHP_MINOR_VERSION - Static variable in class org.jboss.web.php.Library
-
- PHP_PATCH_VERSION - Static variable in class org.jboss.web.php.Library
-
- PhpThread - Class in org.jboss.web.php
-
- PhpThread() - Constructor for class org.jboss.web.php.PhpThread
-
- phrase - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
-
- pipeCreate(long[], long) - Static method in class org.apache.tomcat.jni.File
-
Create an anonymous pipe.
- pipeline - Variable in class org.apache.catalina.core.ContainerBase
-
The Pipeline object with which this Container is associated.
- Pipeline - Interface in org.apache.catalina
-
Interface describing a collection of Valves that should be executed
in sequence when the invoke()
method is invoked.
- 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
-
- PLUGIN_CLASS_PROP - Static variable in class org.jboss.logging.Logger
-
The system property to look for an externalized LoggerPlugin implementation class
- pluginClass - Static variable in class org.jboss.logging.Logger
-
The LoggerPlugin implementation class to use
- pluginClassName - Static variable in class org.jboss.logging.Logger
-
The class name of the LoggerPlugin implementation class to use
- 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.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.
- pop() - Method in class org.jboss.logging.jdk.JDKNDCProvider
-
- pop() - Static method in class org.jboss.logging.NDC
-
- pop() - Method in interface org.jboss.logging.NDCProvider
-
- pop() - Method in class org.jboss.logging.NullNDCProvider
-
- 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
-
- 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.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.
- 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
-
- positive - Variable in class org.jboss.web.rewrite.RewriteCond
-
- POST - Static variable in class org.apache.coyote.ajp.Constants
-
POST.
- POST - Static variable in class org.apache.coyote.http11.Constants
-
POST.
- postContextAttributes() - Method in class org.apache.catalina.core.StandardContext
-
Create mandatory servlet context attributes.
- postData - Variable in class org.apache.catalina.connector.Request
-
- postDeregister() - Method in class org.apache.catalina.connector.Connector
-
- postDeregister() - Method in class org.apache.catalina.core.ContainerBase
-
- postDeregister() - Method in class org.apache.catalina.core.StandardServer
-
- postDeregister() - Method in class org.apache.catalina.core.StandardService
-
- postDeregister() - Method in class org.apache.catalina.realm.RealmBase
-
- postDeregister() - Method in class org.apache.catalina.session.ManagerBase
-
- postDeregister() - Method in class org.apache.catalina.valves.ValveBase
-
- postDeregister() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- postDeregister() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- postDeregister() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- postDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
-
- postDeregister() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- postDeregister() - Method in class org.apache.tomcat.util.modeler.Registry
-
- postParseRequest(Request, Request, Response, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
Parse additional request parameters.
- postRegister(Boolean) - Method in class org.apache.catalina.connector.Connector
-
- postRegister(Boolean) - Method in class org.apache.catalina.core.ContainerBase
-
- postRegister(Boolean) - Method in class org.apache.catalina.core.StandardServer
-
- postRegister(Boolean) - Method in class org.apache.catalina.core.StandardService
-
- postRegister(Boolean) - Method in class org.apache.catalina.realm.RealmBase
-
- postRegister(Boolean) - Method in class org.apache.catalina.session.ManagerBase
-
- postRegister(Boolean) - Method in class org.apache.catalina.valves.ValveBase
-
- postRegister(Boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- postRegister(Boolean) - Method in class org.apache.coyote.ajp.AjpProtocol
-
- postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11Protocol
-
- postRegister(Boolean) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- postRegister(Boolean) - Method in class org.apache.tomcat.util.modeler.Registry
-
- postWorkDirectory() - Method in class org.apache.catalina.core.StandardContext
-
Set the appropriate context attribute for our work directory.
- precalculate(String) - Method in class org.apache.catalina.filters.RequestFilter
-
Return an array of regular expression objects initialized from the
specified argument, which must be null
or a comma-delimited
list of regular expression patterns.
- precalculate(String) - Method in class org.apache.catalina.valves.RequestFilterValve
-
Return an array of regular expression objects initialized from the
specified argument, which must be null
or a comma-delimited
list of regular expression patterns.
- PRECOMPILE - Static variable in class org.apache.jasper.Constants
-
The query parameter that causes the JSP engine to just
pregenerated the servlet but not invoke it.
- preDeregister() - Method in class org.apache.catalina.connector.Connector
-
- preDeregister() - Method in class org.apache.catalina.core.ContainerBase
-
- preDeregister() - Method in class org.apache.catalina.core.StandardContext
-
- preDeregister() - Method in class org.apache.catalina.core.StandardServer
-
- preDeregister() - Method in class org.apache.catalina.core.StandardService
-
- preDeregister() - Method in class org.apache.catalina.realm.RealmBase
-
- preDeregister() - Method in class org.apache.catalina.session.ManagerBase
-
- preDeregister() - Method in class org.apache.catalina.valves.ValveBase
-
- preDeregister() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- preDeregister() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- preDeregister() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- preDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
-
- preDeregister() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- preDeregister() - Method in class org.apache.tomcat.util.modeler.Registry
-
- prefix - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive.
- prefix - Variable in class org.apache.catalina.valves.AccessLogValve
-
The prefix that is added to log file filenames.
- prefix - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
-
- prefix - Variable in class org.apache.el.parser.AstFunction
-
- prefix - Variable in class org.apache.naming.resources.JARDirContext
-
Path prefix.
- preparedClearSql - Variable in class org.apache.catalina.session.JDBCStore
-
Variable to hold the clear()
prepared statement.
- preparedKeysSql - Variable in class org.apache.catalina.session.JDBCStore
-
Variable to hold the keys()
prepared statement.
- preparedLoadSql - Variable in class org.apache.catalina.session.JDBCStore
-
Variable to hold the load()
prepared statement.
- preparedRemoveSql - Variable in class org.apache.catalina.session.JDBCStore
-
Variable to hold the remove()
prepared statement.
- preparedSaveSql - Variable in class org.apache.catalina.session.JDBCStore
-
Variable to hold the save()
prepared statement.
- preparedSizeSql - Variable in class org.apache.catalina.session.JDBCStore
-
Variable to hold the getSize()
prepared statement.
- prepareRequest() - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
After reading the request headers, we have to setup the request filters.
- prepareRequest() - Method in class org.apache.coyote.ajp.AjpProcessor
-
After reading the request headers, we have to setup the request filters.
- prepareRequest() - Method in class org.apache.coyote.http11.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.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.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.session.StandardSession
-
The authenticated Principal associated with this session, if any.
- print(boolean) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- print(char) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- print(int) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- print(long) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- print(float) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- print(double) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- print(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- print(String) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- print(Object) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- print(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- print(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- print(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- print(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- print(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- print(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- print(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- print(Object) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- print(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- print(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- print(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- print(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- print(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- print(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- print(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- print(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- print(Node) - Method in class org.apache.catalina.util.DOMWriter
-
Prints the specified node, recursively.
- print(char) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given char.
- print(int) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given int.
- print(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string.
- print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value.
- print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character.
- print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an integer.
- print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a long integer.
- print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number.
- print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number.
- print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an array of characters.
- print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a string.
- print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an object.
- printComment(Mark, Mark, char[]) - Method in class org.apache.jasper.compiler.ServletWriter
-
Print a standard comment for echo outputed chunk.
- printf(Locale, String, Object...) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- printf(String, Object...) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- printil(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the current indention, and then the string, and a '\n'.
- printin() - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the current indention
- printin(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the current indention, followed by the given string
- println() - Method in class org.apache.catalina.connector.CoyoteWriter
-
- println(boolean) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- println(char) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- println(int) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- println(long) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- println(float) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- println(double) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- println(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- println(String) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- println(Object) - Method in class org.apache.catalina.connector.CoyoteWriter
-
- println() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- println(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- println(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- println(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- println(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- println(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- println(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- println(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- println(Object) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- println(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- println() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- println(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- println(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- println(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- println(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- println(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- println(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- println(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- println(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string followed by '\n'
- println() - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints a '\n'
- println() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- println() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character and then terminate the line.
- println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an integer and then terminate the line.
- println(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a long integer and then terminate the line.
- println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number and then terminate the
line.
- println(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an array of characters and then terminate the line.
- println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a String and then terminate the line.
- println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an Object and then terminate the line.
- printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string.
- printServletEnvironment(ServletOutputStream, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
-
Prints out important Servlet API and container information
- printStackTrace(PrintStream) - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadException
-
Prints this throwable and its backtrace to the specified print stream.
- printStackTrace(PrintWriter) - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadException
-
Prints this throwable and its backtrace to the specified
print writer.
- printWriter - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- privileged - Variable in class org.apache.catalina.core.StandardContext
-
The privileged flag for this web application.
- Proc - Class in org.apache.tomcat.jni
-
Proc
- Proc() - Constructor for class org.apache.tomcat.jni.Proc
-
- Procattr - Class in org.apache.tomcat.jni
-
Procattr
- Procattr() - Constructor for class org.apache.tomcat.jni.Procattr
-
- ProcErrorCallback - Interface in org.apache.tomcat.jni
-
ProcErrorCallback Interface
- process(String, ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestFilter
-
Perform the filtering that has been configured for this Filter, matching
against the specified request property.
- process(SSIMediator, String, String[], String[], PrintWriter) - Method in interface org.apache.catalina.ssi.SSICommand
-
Write the output of the command to the writer.
- process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConditional
-
- process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConfig
-
- process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIEcho
-
- process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIExec
-
- process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFlastmod
-
- process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFsize
-
- process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIInclude
-
- process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIPrintenv
-
- process(Reader, long, PrintWriter) - Method in class org.apache.catalina.ssi.SSIProcessor
-
Process a file with server-side commands, reading from reader and
writing the processed version to writer.
- process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSISet
-
- process(String, Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
-
Perform the filtering that has been configured for this Valve, matching
against the specified request property.
- process(long) - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
Process pipelined HTTP requests using the specified input and output
streams.
- process(long) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- process(Socket) - Method in class org.apache.coyote.ajp.AjpProcessor
-
Process pipelined HTTP requests using the specified input and output
streams.
- process(Socket) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- process(long) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Process pipelined HTTP requests using the specified input and output
streams.
- process(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
-
- processChildren(Container, ClassLoader) - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
-
- processCometEvent(String, HttpEvent, HttpEventFilterChain) - Method in class org.apache.catalina.filters.RequestFilter
-
Perform the filtering that has been configured for this Filter, matching
against the specified request property.
- processCookieHeader(byte[], int, int) - Method in class org.apache.tomcat.util.http.Cookies
-
Parses a cookie header after the initial "Cookie:"
[WS][$]token[WS]=[WS](token|QV)[;|,]
RFC 2965
JVK
- processCookies(MimeHeaders) - Method in class org.apache.tomcat.util.http.Cookies
-
Add all Cookie found in the headers of a request.
- processExpires() - Method in class org.apache.catalina.session.ManagerBase
-
Invalidate all sessions that have expired.
- processExpires() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Implements the Manager interface, direct call to processExpires and processPersistenceChecks
- processExpires() - Method in class org.apache.catalina.session.StoreBase
-
Called by our background reaper thread to check if Sessions
saved in our store are subject of being expired.
- processExpiresFrequency - Variable in class org.apache.catalina.session.ManagerBase
-
Frequency of the session expiration, and related manager operations.
- processHeader() - Method in class org.apache.coyote.ajp.AjpMessage
-
- processingTime - Variable in class org.apache.catalina.session.ManagerBase
-
Processing time during session expiration.
- processingTime - Variable in class org.apache.catalina.session.PersistentManagerBase
-
Processing time during session expiration and passivation.
- processingTime - Variable in class org.apache.catalina.session.StandardManager
-
Processing time during session expiration.
- processMaxActiveSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Swap idle sessions out to Store if too many are active
- processMaxIdleBackups() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Back up idle sessions.
- processMaxIdleSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Swap idle sessions out to Store if they are idle too long.
- Processor - Interface in org.apache.coyote
-
Processor.
- PROCESSOR_ACTIVE - Static variable in class org.apache.catalina.connector.Constants
-
- PROCESSOR_IDLE - Static variable in class org.apache.catalina.connector.Constants
-
- processorCache - Variable in class org.apache.coyote.ajp.AjpAprProtocol
-
Processor cache.
- processorCache - Variable in class org.apache.coyote.ajp.AjpProtocol
-
Processor cache.
- processorCache - Variable in class org.apache.coyote.http11.Http11AprProtocol
-
Processor cache.
- processorCache - Variable in class org.apache.coyote.http11.Http11Protocol
-
Processor cache.
- processParameters(byte[], int, int) - Method in class org.apache.tomcat.util.http.Parameters
-
- processParameters(MessageBytes, String) - Method in class org.apache.tomcat.util.http.Parameters
-
- processPersistenceChecks() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Called by the background thread after active sessions have been checked
for expiration, to allow sessions to be swapped out, backed up, etc.
- processSocket(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Process given socket.
- processSocket(long, SocketStatus) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Process given socket for an event.
- processSocket(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
Process given socket.
- processSocket(Socket, SocketStatus) - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
Process given socket for an event.
- processSocketWithOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Process given socket.
- processSSI(HttpServletRequest, HttpServletResponse, URL) - Method in class org.apache.catalina.ssi.SSIServlet
-
- ProgressListener - Interface in org.apache.tomcat.util.http.fileupload
-
The
ProgressListener
may be used to display a progress bar
or do stuff like that.
- property - Variable in class org.apache.el.parser.AstValue.Target
-
- 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.coyote.http11.Http11AprProtocol
-
- protocol() - Method in class org.apache.coyote.Request
-
- protocol() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the protocol
- PROTOCOL_HANDLER_VARIABLE - Static variable in class org.apache.naming.resources.Constants
-
- PROTOCOL_HEADER_HTTPS_VALUE_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
- PROTOCOL_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
- 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.
- PROXIES_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
- 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.
- publish(Message) - Method in interface org.apache.cometd.bayeux.Channel
-
Publishes a message to all the subscribers of this channel.
- publish(Message[]) - Method in interface org.apache.cometd.bayeux.Channel
-
Publishes more than one message to all the subscribers of this channel.
- publish(Message) - Method in class org.apache.tomcat.bayeux.ChannelImpl
-
- publish(Message[]) - Method in class org.apache.tomcat.bayeux.ChannelImpl
-
- PublishRequest - Class in org.apache.tomcat.bayeux.request
-
Handshake request Bayeux message.
- PublishRequest(TomcatBayeux, HttpEvent, JSONObject) - Constructor for class org.apache.tomcat.bayeux.request.PublishRequest
-
- push(AprEndpoint.Worker) - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
-
Put the object into the queue.
- push(JIoEndpoint.Worker) - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
-
Put the object into the queue.
- push(String) - Method in class org.jboss.logging.jdk.JDKNDCProvider
-
- push(String) - Static method in class org.jboss.logging.NDC
-
- push(String) - Method in interface org.jboss.logging.NDCProvider
-
- push(String) - Method in class org.jboss.logging.NullNDCProvider
-
- 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
-
- put(Object, Object) - Method in class org.apache.catalina.util.ParameterMap
-
Associate the specified value with the specified key in this map.
- 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.
- put(String, Object) - Method in class org.jboss.logging.jdk.JDKMDCProvider
-
- put(String, Object) - Static method in class org.jboss.logging.MDC
-
- put(String, Object) - Method in interface org.jboss.logging.MDCProvider
-
- put(String, Object) - Method in class org.jboss.logging.NullMDCProvider
-
- 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 - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
-
Tomcat's DIGEST implementation only supports auth quality of protection.
- qsappend - Variable in class org.jboss.web.rewrite.RewriteRule
-
This flag forces the rewriting engine to append a query string part in
the substitution string to the existing one instead of replacing it.
- query() - Method in class org.apache.coyote.Request
-
- queryString - Variable in class org.apache.catalina.core.DummyRequest
-
- queryString() - Method in class org.apache.coyote.Request
-
- queryString() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the query string
- QUESTION - Static variable in class org.apache.coyote.ajp.Constants
-
'?'.
- QUESTION - Static variable in class org.apache.coyote.http11.Constants
-
'?'.
- QUESTIONMARK - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- quote(String, boolean) - Method in class org.apache.catalina.util.Strftime
-
- quote(String) - Static method in class org.apache.tomcat.util.json.JSONObject
-
Produce a string in double quotes with backslash sequences in all the
right places.
R
- raiseError(long, long) - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Called to indicate, that the input streams limit has
been exceeded.
- rand - Static variable in class org.apache.tomcat.bayeux.UUIDGenerator
-
- randLoad(String) - Static method in class org.apache.tomcat.jni.SSL
-
Add content of the file to the PRNG
- randMake(String, int, boolean) - Static method in class org.apache.tomcat.jni.SSL
-
Creates random data to filename
- random - Variable in class org.apache.catalina.connector.Request
-
Random generator.
- random - Variable in class org.apache.catalina.core.StandardService
-
The random associated with this service.
- random - Variable in class org.apache.naming.resources.ResourceCache
-
Random generator used to determine elements to free.
- random(byte[], int) - Static method in class org.apache.tomcat.jni.OS
-
Generate random bytes.
- randomUUID(boolean) - Static method in class org.apache.tomcat.bayeux.UUIDGenerator
-
- randomUUID(boolean, byte[], int) - Static method in class org.apache.tomcat.bayeux.UUIDGenerator
-
- randSave(String) - Static method in class org.apache.tomcat.jni.SSL
-
Writes a number of random bytes (currently 1024) to
file filename
which can be used to initialize the PRNG
by calling randLoad in a later session.
- randSet(String) - Static method in class org.apache.tomcat.jni.SSL
-
Set source of entropy to use in SSL
- 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.MultipartStream.ItemInputStream
-
Returns the next byte in the stream.
- read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Reads bytes into the given buffer.
- read() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Reads up to len
bytes of data from this input stream
into an array of bytes.
- READ - Static variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
-
- read() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
-
- read(HttpServletRequest, byte[], int) - Static method in class org.jboss.web.php.SAPI
-
- READ_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
-
Size of the header metadata
- readable - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
-
- 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.
- reader - Variable in class org.apache.catalina.connector.Request
-
Reader.
- 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_NAME - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Default authentication realm name.
- 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
-
- realmPath - Variable in class org.apache.catalina.realm.RealmBase
-
- realReadBytes(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
-
Reads new bytes in the byte chunk.
- realReadBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel
-
Read new bytes ( usually the internal conversion buffer ).
- realReadChars(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
-
- realReadChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharInputChannel
-
Read new bytes ( usually the internal conversion buffer ).
- realWriteBytes(byte[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
-
Sends the buffer data to the client output, checking the
state of Response and calling the right interceptors.
- realWriteBytes(byte[], int, int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Callback to write data from the buffer.
- realWriteBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel
-
Send the bytes ( usually the internal conversion buffer ).
- realWriteChars(char[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
-
Convert the chars to bytes, then send the data to the client.
- realWriteChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel
-
Send the bytes ( usually the internal conversion buffer ).
- reauthenticate(String, Realm, Request) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Attempts reauthentication to the given Realm
using
the credentials associated with the single sign-on session
identified by argument ssoId
.
- reauthenticateFromSSO(String, Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Attempts reauthentication to the Realm
using
the credentials included in argument entry
.
- rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.AliasDirContext
-
- rebind(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
-
Binds a name to an object, overwriting any existing binding.
- rebind(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
-
Binds a name to an object, overwriting any existing binding.
- rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
-
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
- rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
-
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
- rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
-
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
- rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.JARDirContext
-
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
- rebind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContext
-
Binds a name to an object, overwriting any existing binding.
- rebind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
-
Binds a name to an object, overwriting any existing binding.
- rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
-
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
- rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
-
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
- rebind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Binds a name to an object, overwriting any existing binding.
- rebind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Binds a name to an object, overwriting any existing binding.
- rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
- rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
- rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.WARDirContext
-
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
- receive() - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
Receive a chunk of data.
- receive() - Method in class org.apache.coyote.ajp.AjpProcessor
-
Receive a chunk of data.
- RECONNECT_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Field names inside Bayeux messages - reconnect field
- reconnectInterval - Variable in class org.apache.tomcat.bayeux.BayeuxServlet
-
The reconnect interval.
- reconnectInterval - Variable in class org.apache.tomcat.bayeux.RequestBase
-
- reconnectInterval - Variable in class org.apache.tomcat.bayeux.TomcatBayeux
-
- recv(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network.
- recvb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network.
- recvbb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network using internally set ByteBuffer
- recvbbt(long, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network with timeout using internally set ByteBuffer
- recvbt(long, ByteBuffer, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network with timeout.
- recvFrom(long, long, int, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
-
- recvt(long, byte[], int, int, long) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network with timeout.
- RecyclableNamingEnumeration - Class in org.apache.naming.resources
-
Naming enumeration implementation.
- RecyclableNamingEnumeration(Vector) - Constructor for class org.apache.naming.resources.RecyclableNamingEnumeration
-
- recycle() - Method in class org.apache.catalina.connector.InputBuffer
-
Recycle the output buffer.
- recycle() - Method in class org.apache.catalina.connector.OutputBuffer
-
Recycle the output buffer.
- recycle() - Method in class org.apache.catalina.connector.Request
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.apache.catalina.connector.Response
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.apache.catalina.core.DummyRequest
-
- recycle() - Method in class org.apache.catalina.core.DummyResponse
-
- recycle() - Method in class org.apache.catalina.servlets.DefaultServlet.Range
-
- recycle() - Method in interface org.apache.catalina.Session
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.apache.catalina.session.StandardSession
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
Recycle the processor.
- recycle() - Method in class org.apache.coyote.ajp.AjpProcessor
-
Recycle the processor.
- recycle() - Method in class org.apache.coyote.http11.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.
- Redirect - Class in org.apache.jasper.tagplugins.jstl.core
-
- Redirect() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Redirect
-
- redirect - Variable in class org.jboss.web.rewrite.RewriteRule
-
Prefix Substitution with http://thishost[:thisport]/ (which makes the
new URL a URI) to force a external redirection.
- redirectCode - Variable in class org.jboss.web.rewrite.RewriteRule
-
- redirectPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
-
- redirectPort - Variable in class org.apache.catalina.connector.Connector
-
The redirect port for non-SSL to SSL redirects.
- redirectURLCC - Variable in class org.apache.catalina.connector.Response
-
Recyclable buffer to hold the redirect URL.
- REFERENCE - Static variable in class org.apache.naming.NamingEntry
-
- references - Variable in class org.apache.catalina.core.StandardWrapper
-
The security role references for this servlet, keyed by role name
used in the servlet.
- ReflectionUtil - Class in org.apache.el.util
-
Utilities for Managing Serialization and Reflection
- refresh() - Method in class org.apache.catalina.ha.backend.CollectedInfo
-
- REG_BINARY - Static variable in class org.apache.tomcat.jni.Registry
-
- REG_DWORD - Static variable in class org.apache.tomcat.jni.Registry
-
- REG_EXPAND_SZ - Static variable in class org.apache.tomcat.jni.Registry
-
- REG_MULTI_SZ - Static variable in class org.apache.tomcat.jni.Registry
-
- REG_QWORD - Static variable in class org.apache.tomcat.jni.Registry
-
- REG_SZ - Static variable in class org.apache.tomcat.jni.Registry
-
- register(Request, HttpServletResponse, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Register an authenticated Principal and authentication type in our
request, in the current session (if there is one), and with our
SingleSignOn valve, if there is one.
- register(String, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Register the specified Principal as being associated with the specified
value for the single sign on identifier.
- register(AjpAprProcessor) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- register(AjpProcessor) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- register(Http11Processor) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- registerComponent(Object, String, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Register a bean by creating a modeler mbean and adding it to the
MBeanServer.
- registerComponent(Object, ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Register a component
XXX make it private
- registerComponent(Object, String, String, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Deprecated.
- may still be used in code using pre-1.1 builds
- registerComponent(Object, String, String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
-
Register a bean by creating a modeler mbean and adding it to the
MBeanServer.
- registerCount - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- registerCount - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- registerCount - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- registerJMX() - Method in class org.apache.catalina.core.StandardContext
-
- registerJMX(StandardContext) - Method in class org.apache.catalina.core.StandardWrapper
-
- registerManager(Manager) - Method in interface org.apache.catalina.Cluster
-
Register a manager with the cluster.
- registerOnDemandContextMappingListener(OnDemandContextMappingListener) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- Registry - Class in org.apache.tomcat.jni
-
Windows Registy support
- Registry() - Constructor for class org.apache.tomcat.jni.Registry
-
- Registry - Class in org.apache.tomcat.util.modeler
-
Registry for modeler MBeans.
- Registry() - Constructor for class org.apache.tomcat.util.modeler.Registry
-
- RegistryMBean - Interface in org.apache.tomcat.util.modeler
-
Interface for modeler MBeans.
- 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.session.JDBCStore
-
Release the connection, not needed here since the
connection is not associated with a connection pool.
- release() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- release() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- release() - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
-
Calls the release() method of all tag handlers in this tag handler pool.
- release() - Method in class org.apache.jasper.runtime.TagHandlerPool
-
Calls the release() method of all available tag handlers in this tag
handler pool.
- release() - Method in class org.apache.naming.resources.AliasDirContext
-
- release() - Method in class org.apache.naming.resources.BaseDirContext
-
Release any resources allocated for this directory context.
- release() - Method in class org.apache.naming.resources.FileDirContext
-
Release any resources allocated for this directory context.
- release() - Method in class org.apache.naming.resources.JARDirContext
-
Release any resources allocated for this directory context.
- release() - Method in class org.apache.naming.resources.VirtualDirContext
-
Release any resources allocated for this directory context.
- release() - Method in class org.apache.naming.resources.WARDirContext
-
Release any resources allocated for this directory context.
- releaseFilterChain() - Method in class org.apache.catalina.connector.Request
-
Set filter chain associated with the request.
- releaseFilterChain() - Method in class org.apache.catalina.connector.RequestFacade
-
Release the current filter chain.
- releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- reload() - Method in interface org.apache.catalina.Context
-
Reload this web application, if reloading is supported.
- reload() - Method in class org.apache.catalina.core.StandardContext
-
Reload this web application, if reloading is supported.
- RELOAD_EVENT - Static variable in interface org.apache.catalina.Context
-
The LifecycleEvent type sent when a context is reloaded.
- remaining - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Number of bytes remaining in the current chunk.
- remaining - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Remaining bytes.
- remaining - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Remaining bytes.
- REMOTE_IP_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
- remoteAddr - Variable in class org.apache.catalina.connector.Request
-
Remote address.
- remoteAddr - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- remoteAddr - Variable in class org.apache.coyote.http11.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
- RemoteAddrFilter - Class in org.apache.catalina.filters
-
Concrete implementation of RequestFilter
that filters
based on the string representation of the remote client's IP address.
- RemoteAddrFilter() - Constructor for class org.apache.catalina.filters.RemoteAddrFilter
-
- RemoteAddrValve - Class in org.apache.catalina.valves
-
Concrete implementation of RequestFilterValve
that filters
based on the string representation of the remote client's IP address.
- RemoteAddrValve() - Constructor for class org.apache.catalina.valves.RemoteAddrValve
-
- remoteHost - Variable in class org.apache.catalina.connector.Request
-
Remote host.
- remoteHost - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- remoteHost - Variable in class org.apache.coyote.http11.Http11AprProcessor
-
Remote Host associated with the current connection.
- remoteHost - Variable in class org.apache.coyote.http11.Http11Processor
-
Remote Host associated with the current connection.
- remoteHost() - Method in class org.apache.coyote.Request
-
- remoteHost() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the remote host
- RemoteHostFilter - Class in org.apache.catalina.filters
-
Concrete implementation of RequestFilter
that filters
based on the remote client's host name.
- RemoteHostFilter() - Constructor for class org.apache.catalina.filters.RemoteHostFilter
-
- RemoteHostValve - Class in org.apache.catalina.valves
-
Concrete implementation of RequestFilterValve
that filters
based on the remote client's host name.
- RemoteHostValve() - Constructor for class org.apache.catalina.valves.RemoteHostValve
-
- RemoteIpFilter - Class in org.apache.catalina.filters
-
Servlet filter to integrate "X-Forwarded-For" and "X-Forwarded-Proto" HTTP headers.
- RemoteIpFilter() - Constructor for class org.apache.catalina.filters.RemoteIpFilter
-
- RemoteIpFilter.XForwardedRequest - Class in org.apache.catalina.filters
-
- RemoteIpFilter.XForwardedRequest(HttpServletRequest) - Constructor for class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- RemoteIpValve - Class in org.apache.catalina.valves
-
Tomcat port of
mod_remoteip, this valve replaces the apparent
client remote IP address and hostname for the request with the IP address list presented by a proxy or a load balancer via a request
headers (e.g.
- RemoteIpValve() - Constructor for class org.apache.catalina.valves.RemoteIpValve
-
- 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(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(String) - Method in class org.jboss.logging.jdk.JDKMDCProvider
-
- remove(String) - Static method in class org.jboss.logging.MDC
-
- remove(String) - Method in interface org.jboss.logging.MDCProvider
-
- remove(String) - Method in class org.jboss.logging.NullMDCProvider
-
- remove() - Method in class org.jboss.logging.NullNDCProvider
-
- 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.
- removeAlias(String) - Method in class org.apache.naming.resources.AliasDirContext
-
Remove an alias.
- removeApplicationListener(String) - Method in interface org.apache.catalina.Context
-
Remove the specified application listener class from the set of
listeners for this application.
- removeApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove the specified application listener class from the set of
listeners for this application.
- removeApplicationParameter(String) - Method in interface org.apache.catalina.Context
-
Remove the application parameter with the specified name from
the set for this application.
- removeApplicationParameter(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove the application parameter with the specified name from
the set for this application.
- removeAttribute(String) - Method in class org.apache.catalina.connector.Request
-
Remove the specified request attribute if it exists.
- removeAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Remove the context attribute with the specified name, if any.
- removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- removeAttribute(String) - Method in class org.apache.catalina.core.DummyRequest
-
- removeAttribute(String) - Method in class org.apache.catalina.session.StandardSession
-
Remove the object bound with the specified name from this session.
- removeAttribute(String, boolean) - Method in class org.apache.catalina.session.StandardSession
-
Remove the object bound with the specified name from this session.
- removeAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- removeAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- removeAttribute(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
-
- removeAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
-
Remove an attribute name from the set of names accepted by this
filter.
- removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Remove an attribute change notification event listener from
this MBean.
- removeAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Remove an attribute change notification event listener from
this MBean.
- removeAttributeInternal(String, boolean) - Method in class org.apache.catalina.session.StandardSession
-
Remove the object bound with the specified name from this session.
- removeAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Remove the specified role from the set of roles permitted to access
the resources protected by this security constraint.
- removeChild(Container) - Method in interface org.apache.catalina.Container
-
Remove an existing child Container from association with this parent
Container.
- removeChild(Container) - Method in class org.apache.catalina.core.ContainerBase
-
Remove an existing child Container from association with this parent
Container.
- removeChild(Container) - Method in class org.apache.catalina.core.StandardContext
-
Add a child Container, only if the proposed child is an implementation
of Wrapper.
- removeCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Remove the specified web resource collection from those protected by
this security constraint.
- removeCometEvent(HttpEvent) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- removeConnector(Connector) - Method in class org.apache.catalina.core.StandardService
-
Remove the specified Connector from the set associated from this
Service.
- removeConnector(Connector) - Method in interface org.apache.catalina.Service
-
Remove the specified Connector from the set associated from this
Service.
- removeConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
-
Remove the specified security constraint from this web application.
- removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
-
Remove the specified security constraint from this web application.
- removeContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
-
Remove a container event listener from this component.
- removeContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
-
Remove a container event listener from this component.
- removeContentType(String) - Method in class org.apache.tomcat.util.http.MimeMap
-
- removeContext(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Remove a context from an existing host.
- removed(boolean) - Method in interface org.apache.cometd.bayeux.Listener
-
This method is called when the client is removed (explicitly or from a timeout)
- removed - Variable in class org.apache.jasper.JspCompilationContext
-
- removeErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
-
Remove the error page for the specified error code or
Java language exception, if it exists; otherwise, no action is taken.
- removeErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
-
Remove the error page for the specified error code or
Java language exception, if it exists; otherwise, no action is taken.
- removeExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
-
Removes an executor from the service
- removeExecutor(Executor) - Method in interface org.apache.catalina.Service
-
Removes an executor from the service
- removeFilter(DataFilter) - Method in interface org.apache.cometd.bayeux.Channel
-
Removes a filter from this channel.
- removeFilter(DataFilter) - Method in class org.apache.tomcat.bayeux.ChannelImpl
-
- removeFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
-
Remove the specified filter definition from this Context, if it exists;
otherwise, no action is taken.
- removeFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
-
Remove the specified filter definition from this Context, if it exists;
otherwise, no action is taken.
- removeFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
-
Remove a filter mapping from this Context.
- removeFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
-
Remove a filter mapping from this Context.
- removeFromEnvironment(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Removes an environment property from the environment of this context.
- removeFromEnvironment(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Removes an environment property from the environment of this context.
- removeFromEnvironment(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Removes an environment property from the environment of this context.
- removeFromPoller(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
Remove specified socket from the pollers.
- removeGeneratedClassFiles() - Method in class org.apache.jasper.compiler.Compiler
-
- removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
-
Remove generated files
- removeHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- removeHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Removes a header field with the specified name.
- removeHost(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Remove a host from the mapper.
- removeHostAlias(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Remove a host alias
- removeIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Removes an IANA to Java encoding name mapping.
- removeInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Remove the specified initialization parameter from this servlet.
- removeInitParameter(String) - Method in interface org.apache.catalina.Wrapper
-
Remove the specified initialization parameter from this servlet.
- removeInstanceListener(String) - Method in interface org.apache.catalina.Context
-
Remove a class name from the set of InstanceListener classes that
will be added to newly created Wrappers.
- removeInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove a class name from the set of InstanceListener classes that
will be added to newly created Wrappers.
- removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
-
Remove a listener no longer interested in InstanceEvents.
- removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
-
Remove a lifecycle event listener from this component.
- removeInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
-
Remove a listener no longer interested in InstanceEvents.
- removeJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Removes a Java to IANA encoding name mapping.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.Connector
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ContainerBase
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardPipeline
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardServer
-
Remove a LifecycleEvent listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardService
-
Remove a LifecycleEvent listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in 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.realm.RealmBase
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StandardManager
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StoreBase
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Removes a Lifecycle listener.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.SemaphoreValve
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.jboss.web.rewrite.RewriteValve
-
- removeManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.Registry
-
Remove an existing bean from the set of beans known to this registry.
- removeManager(Manager) - Method in interface org.apache.catalina.Cluster
-
Removes a manager from the cluster
- removeMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Remove a mapping associated with the wrapper.
- removeMapping(String) - Method in interface org.apache.catalina.Wrapper
-
Remove a mapping associated with the wrapper.
- removeMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Remove the specified HTTP request method from those that are part
of this web resource collection.
- removeMethodOmission(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Remove the specified HTTP request method from those that are not part
of this web resource collection.
- removeMimeMapping(String) - Method in interface org.apache.catalina.Context
-
Remove the MIME mapping for the specified extension, if it exists;
otherwise, no action is taken.
- removeMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove the MIME mapping for the specified extension, if it exists;
otherwise, no action is taken.
- removeNote(String) - Method in class org.apache.catalina.connector.Request
-
Remove any object bound to the specified name in the internal notes
for this request.
- removeNote(String) - Method in class org.apache.catalina.core.DummyRequest
-
- removeNote(String) - Method in interface org.apache.catalina.Session
-
Remove any object bound to the specified name in the internal notes
for this session.
- removeNote(String) - Method in class org.apache.catalina.session.StandardSession
-
Remove any object bound to the specified name in the internal notes
for this session.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
-
- removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardContext
-
Remove a JMX-NotificationListener
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
-
- removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardWrapper
-
Remove a JMX-NotificationListener
- removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, Object) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
Remove a notification event listener from this MBean.
- removeOnDemandContextMappingListener(OnDemandContextMappingListener) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- removeParameter(String) - Method in interface org.apache.catalina.Context
-
Remove the context initialization parameter with the specified
name, if it exists; otherwise, no action is taken.
- removeParameter(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove the context initialization parameter with the specified
name, if it exists; otherwise, no action is taken.
- removePattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Remove the specified URL pattern from those that are part of this
web resource collection.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
-
Remove a property change listener from this component.
- removeQuotes(String, boolean) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
-
Removes the quotes on a string.
- removeQuotes(String) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
-
Removes the quotes on a string.
- removeQuotes(char[]) - Static method in class org.apache.jasper.compiler.JspUtil
-
- removeRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
-
- removeRoleMapping(String) - Method in interface org.apache.catalina.Context
-
Remove any security role reference for the specified name
- removeRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove any security role reference for the specified name
- removeSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Remove any security role reference for the specified role name.
- removeSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
-
Remove any security role reference for the specified role name.
- removeSecurityRole(String) - Method in interface org.apache.catalina.Context
-
Remove any security role with the specified name.
- removeSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove any security role with the specified name.
- removeService(Service) - Method in class org.apache.catalina.core.StandardServer
-
Remove the specified Service from the set associated from this
Server.
- removeService(Service) - Method in interface org.apache.catalina.Server
-
Remove the specified Service from the set associated from this
Server.
- removeServletMapping(String) - Method in interface org.apache.catalina.Context
-
Remove any servlet mapping for the specified pattern, if it exists;
otherwise, no action is taken.
- removeServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove any servlet mapping for the specified pattern, if it exists;
otherwise, no action is taken.
- removeSession(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Remove a single Session from a SingleSignOn.
- removeSession(Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
-
Removes the given Session
from the list of those
associated with this SSO.
- removeSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Remove this Session from the active Sessions for this Manager,
and from the Store.
- removeSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
-
Remove a session event listener from this component.
- removeSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
-
Remove a session event listener from this component.
- removeSuper(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Remove this Session from the active Sessions for this Manager,
but not from the Store.
- removeTaglib(String) - Method in interface org.apache.catalina.Context
-
Remove the tag library location forthe specified tag library URI.
- removeTaglib(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove the tag library location forthe specified tag library URI.
- removeValue(String) - Method in class org.apache.catalina.session.StandardSession
-
Deprecated.
As of Version 2.2, this method is replaced by
removeAttribute()
- removeValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- removeValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
-
Remove the specified Valve from the pipeline associated with this
Container, if it is found; otherwise, do nothing.
- removeValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
-
Remove the specified Valve from the pipeline associated with this
Container, if it is found; otherwise, do nothing.
- removeValve(Valve) - Method in interface org.apache.catalina.Pipeline
-
Remove the specified Valve from the pipeline associated with this
Container, if it is found; otherwise, do nothing.
- removeWelcomeFile(String) - Method in interface org.apache.catalina.Context
-
Remove the specified welcome file name from the list recognized
by this Context.
- removeWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove the specified welcome file name from the list recognized
by this Context.
- removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Remove a JspServletWrapper.
- removeWrapper(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Remove a wrapper from the context associated with this wrapper.
- removeWrapper(String, String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Remove a wrapper from an existing context.
- removeWrapper(Mapper.Context, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- removeWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
-
Remove a class name from the set of LifecycleListener classes that
will be added to newly created Wrappers.
- removeWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove a class name from the set of LifecycleListener classes that
will be added to newly created Wrappers.
- removeWrapperListener(String) - Method in interface org.apache.catalina.Context
-
Remove a class name from the set of ContainerListener classes that
will be added to newly created Wrappers.
- removeWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove a class name from the set of ContainerListener classes that
will be added to newly created Wrappers.
- rename(String, String) - Method in class org.apache.naming.resources.AliasDirContext
-
- rename(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(String, String) - Method in class org.apache.naming.resources.BaseDirContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(String, String) - Method in class org.apache.naming.resources.FileDirContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(String, String) - Method in class org.apache.naming.resources.JARDirContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(String, String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(String, String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(String, String) - Method in class org.apache.naming.resources.WARDirContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(String, String, long) - Static method in class org.apache.tomcat.jni.File
-
Rename the specified file.
- render(String, CacheEntry) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Decide which way to render.
- renderHtml(String, CacheEntry) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Return an InputStream to an HTML representation of the contents
of this directory.
- renderSize(long) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Render the specified file size (in bytes).
- renderXml(String, CacheEntry, InputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Return an InputStream to an HTML representation of the contents
of this directory.
- renegotiate(long) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Do a SSL renegotiation.
- repeat(char, int) - Method in class org.apache.catalina.ssi.SSIFsize
-
- replace(String, char, String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Replaces any occurrences of the character replace with the
string with.
- replacements - Static variable in class org.apache.catalina.connector.Connector
-
- replaceWelcomeFiles - Variable in class org.apache.catalina.core.StandardContext
-
Should the next call to addWelcomeFile()
cause replacement
of any existing welcome files? This will be set before processing the
web application's deployment descriptor, so that application specified
choices replace, rather than append to, those defined
in the global descriptor.
- replay - Variable in class org.apache.coyote.ajp.AjpAprProcessor
-
Replay read.
- replay - Variable in class org.apache.coyote.ajp.AjpProcessor
-
Replay read.
- report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
-
Prints out an error report.
- req - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- req - Variable in class org.apache.coyote.Response
-
- REQ_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The notes key for the password used to authenticate this user.
- REQ_SSOID_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The notes key to track the single-sign-on identity with which this
request is associated.
- REQ_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The notes key for the username used to authenticate this user.
- reqTime - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- request - Variable in class org.apache.catalina.connector.HttpEventImpl
-
Associated request.
- Request - Class in org.apache.catalina.connector
-
Wrapper object for the Coyote request.
- Request() - Constructor for class org.apache.catalina.connector.Request
-
- request - Variable in class org.apache.catalina.connector.Request.AsyncListenerRegistration
-
- request - Variable in class org.apache.catalina.connector.RequestFacade
-
The wrapped request.
- request - Variable in class org.apache.catalina.connector.Response
-
The request with which this response is associated.
- REQUEST - Static variable in class org.apache.catalina.deploy.FilterMap
-
- request - Variable in class org.apache.coyote.ajp.AjpAprProcessor
-
Request object.
- request - Variable in class org.apache.coyote.ajp.AjpProcessor
-
Request object.
- request - Variable in class org.apache.coyote.http11.Http11AprProcessor
-
Request object.
- request - Variable in class org.apache.coyote.http11.Http11Processor
-
Request object.
- request - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
-
Associated Coyote request.
- request - Variable in class org.apache.coyote.http11.InternalInputBuffer
-
Associated Coyote request.
- Request - Class in org.apache.coyote
-
This is a low-level, efficient representation of a server request.
- Request() - Constructor for class org.apache.coyote.Request
-
- request - Variable in class org.jboss.web.rewrite.TomcatResolver
-
- Request.AsyncContextImpl - Class in org.apache.catalina.connector
-
- Request.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.
- RequestDumperFilter - Class in org.apache.catalina.filters
-
Implementation of a Filter that logs interesting contents from the
specified Request (before processing) and the corresponding Response
(after processing).
- RequestDumperFilter() - Constructor for class org.apache.catalina.filters.RequestDumperFilter
-
- RequestDumperValve - Class in org.apache.catalina.valves
-
Implementation of a Valve that logs interesting contents from the
specified Request (before processing) and the corresponding Response
(after processing).
- RequestDumperValve() - Constructor for class org.apache.catalina.valves.RequestDumperValve
-
- requestedSessionCookie - Variable in class org.apache.catalina.connector.Request
-
Was the requested session ID received in a cookie?
- requestedSessionId - Variable in class org.apache.catalina.connector.Request
-
The requested session ID (if any) for this request.
- requestedSessionURL - Variable in class org.apache.catalina.connector.Request
-
Was the requested session ID received in a URL?
- RequestFacade - Class in org.apache.catalina.connector
-
Facade class that wraps a Coyote request object.
- RequestFacade(Request) - Constructor for class org.apache.catalina.connector.RequestFacade
-
Construct a wrapper for the specified request.
- RequestFactory - Class in org.apache.tomcat.bayeux
-
- RequestFactory() - Constructor for class org.apache.tomcat.bayeux.RequestFactory
-
- RequestFilter - Class in org.apache.catalina.filters
-
Implementation of a Filter that performs filtering based on comparing the
appropriate request property (selected based on which subclass you choose
to configure into your Container's pipeline) against a set of regular
expressions configured for this Filter.
- RequestFilter() - Constructor for class org.apache.catalina.filters.RequestFilter
-
- 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
-
- REQUIRED_MAJOR - Static variable in class org.jboss.web.php.LifecycleListener
-
- REQUIRED_MINOR - Static variable in class org.jboss.web.php.LifecycleListener
-
- REQUIRED_PATCH - Static variable in class org.jboss.web.php.LifecycleListener
-
- 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.
- 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.filters.ExpiresFilter.XHttpServletResponse
-
- reset() - Method in class org.apache.catalina.util.StringParser
-
Reset the current state of the parser to the beginning of the
current string being parsed.
- reset() - Method in class org.apache.coyote.ajp.AjpMessage
-
Prepare this packet for accumulating a message from the container to
the web server.
- reset() - Method in class org.apache.coyote.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.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.
- resolve(String) - Method in class org.jboss.web.rewrite.Resolver
-
- resolve(String) - Method in class org.jboss.web.rewrite.TomcatResolver
-
The following are not implemented:
- SERVER_ADMIN
- API_VERSION
- IS_SUBREQ
- resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.util.CustomObjectInputStream
-
Load the local class equivalent of the specified stream class
description, by using the class loader assigned to this Context.
- resolveEntity(String, String) - Method in class org.apache.tomcat.util.DomUtil.NullResolver
-
- resolveEnv(String) - Method in class org.jboss.web.rewrite.Resolver
-
- resolveEnv(String) - Method in class org.jboss.web.rewrite.TomcatResolver
-
- resolveFunction(String, String) - Method in class org.apache.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.
- resolveHttp(String) - Method in class org.jboss.web.rewrite.Resolver
-
- resolveHttp(String) - Method in class org.jboss.web.rewrite.TomcatResolver
-
- resolveProxyClass(String[]) - Method in class org.apache.catalina.util.CustomObjectInputStream
-
Return a proxy class that implements the interfaces named in a proxy
class descriptor.
- Resolver - Class in org.jboss.web.rewrite
-
- Resolver() - Constructor for class org.jboss.web.rewrite.Resolver
-
- resolveRelativeUri(String) - Method in class org.apache.jasper.JspCompilationContext
-
Get the full value of a URI relative to this compilations context
uses current file as the base.
- resolveResource(int, String) - Method in class org.jboss.web.rewrite.Resolver
-
- resolveResource(int, String) - Method in class org.jboss.web.rewrite.TomcatResolver
-
- resolveServletSecurity() - Method in class org.apache.catalina.startup.ContextConfig
-
Translate servlet security associated with Servlets to security constraints.
- resolveSsl(String) - Method in class org.jboss.web.rewrite.Resolver
-
- resolveSsl(String) - Method in class org.jboss.web.rewrite.TomcatResolver
-
- resolveUrl(String, String, PageContext) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Utility methods
taken from org.apache.taglibs.standard.tag.common.core.UrlSupport
- resolveVariable(String) - Method in class org.apache.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.
- ResourceCache - Class in org.apache.naming.resources
-
Implements a special purpose cache.
- ResourceCache() - Constructor for class org.apache.naming.resources.ResourceCache
-
- resourcePath - Variable in class org.jboss.web.rewrite.RewriteValve
-
Relative path to the configuration file.
- resources - Variable in class org.apache.catalina.core.ContainerBase
-
The resources DirContext object with which this Container is associated.
- resources - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Proxy directory context.
- resources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
-
- RESOURCES_ATTR - Static variable in class org.apache.catalina.Globals
-
The JNDI directory context which is associated with the context.
- RESOURCES_JNDI_NAME - Static variable in class org.apache.catalina.servlets.DefaultServlet
-
JNDI resources name.
- ResourceSet - Class in org.apache.catalina.util
-
Extended implementation of HashSet that includes a
locked
property.
- ResourceSet() - Constructor for class org.apache.catalina.util.ResourceSet
-
Construct a new, empty set with the default initial capacity and
load factor.
- ResourceSet(int) - Constructor for class org.apache.catalina.util.ResourceSet
-
Construct a new, empty set with the specified initial capacity and
default load factor.
- ResourceSet(int, float) - Constructor for class org.apache.catalina.util.ResourceSet
-
Construct a new, empty set with the specified initial capacity and
load factor.
- ResourceSet(Collection) - Constructor for class org.apache.catalina.util.ResourceSet
-
Construct a new set with the same contents as the existing collection.
- resourcesStart() - Method in class org.apache.catalina.core.StandardContext
-
Allocate resources, including proxy.
- resourcesStop() - Method in class org.apache.catalina.core.StandardContext
-
Deallocate resources and destroy proxy.
- resourceType - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- 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
-
- resume() - Method in interface org.jboss.servlet.http.HttpEvent
-
Resume will cause the Servlet container to send a generic event
to the Servlet, where the request can be processed synchronously
(for example, it is possible to use this to complete the request after
some asynchronous processing is done).
- 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.
- revalidate(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
-
Revalidate entry.
- reverse - Variable in class org.apache.catalina.authenticator.SingleSignOn
-
The cache of single sign on identifiers, keyed by the Session that is
associated with them.
- reverse(String) - Static method in class org.apache.catalina.util.MIME2Java
-
Convert a Java encoding name to MIME charset name.
- reverseConnection - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
Reverse connection.
- rewind(long) - Static method in class org.apache.tomcat.jni.Directory
-
Rewind the directory to the first entry.
- RewriteCond - Class in org.jboss.web.rewrite
-
- RewriteCond() - Constructor for class org.jboss.web.rewrite.RewriteCond
-
- RewriteCond.Condition - Class in org.jboss.web.rewrite
-
- RewriteCond.Condition() - Constructor for class org.jboss.web.rewrite.RewriteCond.Condition
-
- RewriteCond.LexicalCondition - Class in org.jboss.web.rewrite
-
- RewriteCond.LexicalCondition() - Constructor for class org.jboss.web.rewrite.RewriteCond.LexicalCondition
-
- RewriteCond.PatternCondition - Class in org.jboss.web.rewrite
-
- RewriteCond.PatternCondition() - Constructor for class org.jboss.web.rewrite.RewriteCond.PatternCondition
-
- RewriteCond.ResourceCondition - Class in org.jboss.web.rewrite
-
- RewriteCond.ResourceCondition() - Constructor for class org.jboss.web.rewrite.RewriteCond.ResourceCondition
-
- RewriteMap - Interface in org.jboss.web.rewrite
-
- RewriteRule - Class in org.jboss.web.rewrite
-
- RewriteRule() - Constructor for class org.jboss.web.rewrite.RewriteRule
-
- rewriteUrl(String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
URL rewriter.
- RewriteValve - Class in org.jboss.web.rewrite
-
- RewriteValve() - Constructor for class org.jboss.web.rewrite.RewriteValve
-
- rfc1036Format - Static variable in class org.apache.catalina.util.DateTool
-
- RFC1123_PATTERN - Static variable in class org.apache.catalina.util.DateTool
-
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
- rfc1123Format - Static variable in class org.apache.catalina.util.DateTool
-
DateFormat to be used to format dates
- rfc822(long) - Static method in class org.apache.tomcat.jni.Time
-
Formats dates in the RFC822
format in an efficient manner.
- rgOname - Variable in class org.apache.coyote.ajp.AjpAprProtocol
-
- rgOname - Variable in class org.apache.coyote.ajp.AjpProtocol
-
- rgOname - Variable in class org.apache.coyote.http11.Http11Protocol
-
- role - Variable in class org.apache.tomcat.util.modeler.OperationInfo
-
- roleMappings - Variable in class org.apache.catalina.core.StandardContext
-
The security role mappings for this application, keyed by role
name (as used within the application).
- roles - Variable in class org.apache.catalina.realm.GenericPrincipal
-
The set of roles associated with this user.
- 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? Default is true (like old behavior)
- 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.
- rules - Variable in class org.jboss.web.rewrite.RewriteValve
-
The rewrite rules that the valve will use.
- run() - Method in class org.apache.catalina.core.ApplicationDispatcher.PrivilegedAsync
-
- run() - Method in class org.apache.catalina.core.ApplicationDispatcher.PrivilegedForward
-
- run() - Method in class org.apache.catalina.core.ApplicationDispatcher.PrivilegedInclude
-
- run() - Method in class org.apache.catalina.core.ApplicationDispatcher.PrivilegedInvoke
-
- run() - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
-
- run() - Method in class org.apache.catalina.core.ContainerBase.PrivilegedAddChild
-
- run() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
-
Executes a CGI script with the desired environment, current working
directory, and input/output streams
- run() - Method in class org.apache.jasper.runtime.JspRuntimeLibrary.PrivilegedIntrospectHelper
-
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Acceptor
-
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketEventProcessor
-
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
-
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
-
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
-
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
- run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Acceptor
-
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
- run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Poller
-
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
- run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketEventProcessor
-
- run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
-
- run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Worker
-
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
- run() - Method in class org.jboss.web.php.PhpThread
-
- runAs - Variable in class org.apache.catalina.core.StandardWrapper
-
The run-as identity for this servlet.
- runnable - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- running - Variable in class org.apache.tomcat.util.net.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.
- SAPI - Class in org.jboss.web.php
-
PHP SAPI interface.
- SAPI() - Constructor for class org.jboss.web.php.SAPI
-
- save(Session) - Method in class org.apache.catalina.session.FileStore
-
Save the specified Session into this Store.
- save(Session) - Method in class org.apache.catalina.session.JDBCStore
-
Save a session to the Store.
- save(Session) - Method in interface org.apache.catalina.Store
-
Save the specified Session into this Store.
- save() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
-
Store the mbeans.
- save() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
-
Save the file.
- SavedRequest - Class in org.apache.catalina.authenticator
-
Object that saves the critical information from a request so that
form-based authentication can reproduce it once the user has been
authenticated.
- SavedRequest() - Constructor for class org.apache.catalina.authenticator.SavedRequest
-
- SavedRequestInputFilter - Class in org.apache.coyote.http11.filters
-
Input filter responsible for replaying the request body when restoring the
saved request after FORM authentication.
- SavedRequestInputFilter(ByteChunk) - Constructor for class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Create a new SavedRequestInputFilter.
- savedRequestURL(Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Return the request URI (with the corresponding query string, if any)
from the saved request so that we can redirect to it.
- saveOnRestart - Variable in class org.apache.catalina.session.PersistentManagerBase
-
Whether to save and reload sessions when the Manager unload
and load
methods are called.
- saveRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Save the original request information into our session.
- SC_A_ARE_DONE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_AUTH_TYPE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_CONTEXT - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_JVM_ROUTE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_QUERY_STRING - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_REMOTE_USER - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_REQ_ATTRIBUTE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SECRET - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SERVLET_PATH - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SSL_CERT - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SSL_CIPHER - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SSL_KEY_SIZE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SSL_KEYSIZE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SSL_SESSION - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_STORED_METHOD - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_M_JK_STORED - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_ACCEPT - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_ACCEPT_CHARSET - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_ACCEPT_ENCODING - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_AUTHORIZATION - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_HOST - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_PRAGMA - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_REFERER - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_USER_AGENT - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_AJP13_MAX - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_CONTENT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_DATE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_LAST_MODIFIED - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_LOCATION - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_SERVLET_ENGINE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_SET_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_SET_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_STATUS - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_WWW_AUTHENTICATE - Static variable in class org.apache.coyote.ajp.Constants
-
- scanChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns the next character on the input.
- scanData(String, XMLStringBuffer) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a range of character data up to the specified delimiter,
setting the fields of the XMLString structure, appropriately.
- scanLiteral(int, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a range of attribute value data, setting the fields of the
XMLString structure, appropriately.
- scanName() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns a string matching the Name production appearing immediately
on the input as a symbol, or null if no Name string is present.
- scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a pseudo attribute.
- scheme - Variable in class org.apache.catalina.connector.Connector
-
The request scheme that will be set on all requests received
through this connector.
- scheme - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- scheme() - Method in class org.apache.coyote.Request
-
- SCHEME_HTTP - Static variable in class org.apache.tomcat.util.http.BaseRequest
-
- SCHEME_HTTPS - Static variable in class org.apache.tomcat.util.http.BaseRequest
-
- scope - Variable in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- ScriptEnvironment - Class in org.jboss.web.php
-
Encapsulates the Script Environment and rules to derive
that environment from the servlet container and request information.
- ScriptEnvironment(HttpServletRequest, ServletContext, String) - Constructor for class org.jboss.web.php.ScriptEnvironment
-
Creates a CGIEnvironment and derives the necessary environment,
query parameters, working directory, cgi command, etc.
- scriptingInvalid - Variable in class org.apache.catalina.deploy.JspPropertyGroup
-
- SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- search(String, Attributes, String[]) - Method in class org.apache.naming.resources.AliasDirContext
-
- search(String, Attributes) - Method in class org.apache.naming.resources.AliasDirContext
-
- search(String, String, SearchControls) - Method in class org.apache.naming.resources.AliasDirContext
-
- search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.AliasDirContext
-
- search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
-
Searches in a single context for objects that contain a specified set
of attributes, and retrieves selected attributes.
- search(String, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
-
Searches in a single context for objects that contain a specified set
of attributes, and retrieves selected attributes.
- search(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
-
Searches in a single context for objects that contain a specified set
of attributes.
- search(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
-
Searches in a single context for objects that contain a specified set
of attributes.
- search(Name, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, Attributes, String[]) - Method in class org.apache.naming.resources.FileDirContext
-
Searches in a single context for objects that contain a specified set
of attributes, and retrieves selected attributes.
- search(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
-
Searches in a single context for objects that contain a specified set
of attributes.
- search(String, String, SearchControls) - Method in class org.apache.naming.resources.FileDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.FileDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, Attributes, String[]) - Method in class org.apache.naming.resources.JARDirContext
-
Searches in a single context for objects that contain a specified set
of attributes, and retrieves selected attributes.
- search(String, Attributes) - Method in class org.apache.naming.resources.JARDirContext
-
Searches in a single context for objects that contain a specified set
of attributes.
- search(String, String, SearchControls) - Method in class org.apache.naming.resources.JARDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.JARDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
-
Searches in a single context for objects that contain a specified set
of attributes, and retrieves selected attributes.
- search(String, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
-
Searches in a single context for objects that contain a specified set
of attributes, and retrieves selected attributes.
- search(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
-
Searches in a single context for objects that contain a specified set
of attributes.
- search(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
-
Searches in a single context for objects that contain a specified set
of attributes.
- search(Name, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Searches in a single context for objects that contain a specified set
of attributes, and retrieves selected attributes.
- search(String, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Searches in a single context for objects that contain a specified set
of attributes, and retrieves selected attributes.
- search(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Searches in a single context for objects that contain a specified set
of attributes.
- search(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Searches in a single context for objects that contain a specified set
of attributes.
- search(Name, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, Attributes, String[]) - Method in class org.apache.naming.resources.WARDirContext
-
Searches in a single context for objects that contain a specified set
of attributes, and retrieves selected attributes.
- search(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
-
Searches in a single context for objects that contain a specified set
of attributes.
- search(String, String, SearchControls) - Method in class org.apache.naming.resources.WARDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.WARDirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- sec(long) - Static method in class org.apache.tomcat.jni.Time
-
- seconds(int) - Static method in class org.apache.catalina.filters.ExpiresFilter.Duration
-
- secrand - Static variable in class org.apache.tomcat.bayeux.UUIDGenerator
-
- secure - Variable in class org.apache.catalina.connector.Connector
-
The secure connection flag that will be set on all requests received
through this connector.
- secure - Variable in class org.apache.catalina.connector.Request
-
Secure flag.
- secure - Variable in class org.apache.catalina.deploy.SessionCookie
-
- secure - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- secure - Variable in class org.apache.coyote.http11.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.
- SecurityPolicy - Interface in org.apache.cometd.bayeux
-
- securityPolicy - Variable in class org.apache.tomcat.bayeux.TomcatBayeux
-
security policy to be used.
- securityRoles - Variable in class org.apache.catalina.core.StandardContext
-
The security roles for this application, keyed by role name.
- SecurityUtil - Class in org.apache.catalina.security
-
This utility class associates a Subject
to the current
AccessControlContext
.
- SecurityUtil() - Constructor for class org.apache.catalina.security.SecurityUtil
-
- SecurityUtil - Class in org.apache.jasper.security
-
Util class for Security related operations.
- SecurityUtil() - Constructor for class org.apache.jasper.security.SecurityUtil
-
- SEED_WITH_NEXT_BYTES - Static variable in class org.apache.catalina.connector.Request
-
- seek(long, int, long) - Static method in class org.apache.tomcat.jni.File
-
Move the read/write file offset to a specified byte within a file.
- selectEncoding(ServletRequest) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
Select an appropriate character encoding to be used, based on the
characteristics of the current request and/or filter initialization
parameters.
- semaphore - Variable in class org.apache.catalina.valves.SemaphoreValve
-
Semaphore.
- SemaphoreValve - Class in org.apache.catalina.valves
-
Implementation of a Valve that limits concurrency.
- SemaphoreValve() - Constructor for class org.apache.catalina.valves.SemaphoreValve
-
- SEMI_COLON - Static variable in class org.apache.coyote.http11.Constants
-
SEMI_COLON.
- send(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(String, String, long, long) - Method in class org.apache.catalina.connector.Response
-
- sendFile(String, String, long, long) - Method in class org.apache.catalina.connector.ResponseFacade
-
- sendfile(long, long, byte[][], byte[][], long, long, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send a file from an open file descriptor to a socket, along with
optional headers and trailers.
- sendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
The static file sender.
- 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
-
- sendfileEnd - Variable in class org.apache.coyote.Response
-
- sendfilen(long, long, long, long, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send a file without header and trailer arrays.
- sendfilePath - Variable in class org.apache.coyote.Response
-
- sendfilePollset - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- sendfileSize - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Minimum size for sendfile usage in bytes.
- sendfileSize - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
Size of the sendfile (= concurrent files which can be served).
- sendfileStart - Variable in class org.apache.coyote.Response
-
- sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Send a header.
- sendHeader(ByteChunk, ByteChunk) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Send a header.
- sendHeader(String, String) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Send a header.
- sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Send a header.
- sendHeader(ByteChunk, ByteChunk) - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Send a header.
- sendHeader(String, String) - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Send a header.
- sendHeaders() - Method in class org.apache.coyote.Response
-
Signal that we're done with the headers, and body will follow.
- sendib(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send data over a network without retry
- sendibb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send data over a network using internally set ByteBuffer
without internal retry.
- sendNotification(Notification) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Send a Notification
to all registered listeners as a
jmx.modelmbean.general
notification.
- sendNotification(String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Send a Notification
which contains the specified string
as a jmx.modelmbean.generic
notification.
- sendNotification(Notification) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
Send the specified notification to all interested listeners.
- sendRedirect(String) - Method in class org.apache.catalina.connector.Response
-
Send a temporary redirect to the specified redirect location URL.
- sendRedirect(String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- sendRedirect(String) - Method in class org.apache.catalina.core.DummyResponse
-
- sendStatus() - Method in class org.apache.coyote.http11.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.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_ROW_SECTION - Static variable in class org.apache.catalina.manager.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 - Class in org.apache.catalina.util
-
Simple utility module to make it easy to plug in the server identifier
when integrating Tomcat.
- ServerInfo() - Constructor for class org.apache.catalina.util.ServerInfo
-
- serverName() - Method in class org.apache.coyote.Request
-
Return the buffer holding the server name, if
any.
- serverName() - Method in class org.apache.tomcat.util.http.BaseRequest
-
Get the server name
- serverPort - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- serverSock - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
Server socket "pointer".
- serverSocket - Variable in class org.apache.tomcat.util.net.JIoEndpoint
-
Associated server socket.
- 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 - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Service channel names-starts with
- service(Request, Response) - Method in interface org.apache.coyote.Adapter
-
Call the service method, and notify all listeners
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
-
Entry point into service.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.servlet.JspServlet
-
- service(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- service(ServletRequest, ServletResponse) - Method in class org.apache.tomcat.bayeux.BayeuxServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.web.php.Handler
-
Provides PHP Gateway service
- service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.web.php.Highlight
-
Provides PHP Highlight Gateway service
- SERVICE_METHOD_NAME - Static variable in class org.apache.jasper.Constants
-
_jspService is the name of the method that is called by
HttpJspBase.service().
- SERVICE_SLASH - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Service channel names-trailing slash
- serviced - Variable in class org.apache.catalina.startup.HostConfig
-
List of applications which are being serviced, and shouldn't be
deployed/undeployed/redeployed at the moment.
- ServiceMapperListener - Class in org.apache.catalina.core
-
Mapper listener.
- ServiceMapperListener(Mapper) - Constructor for class org.apache.catalina.core.ServiceMapperListener
-
Create mapper listener.
- SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
-
ServletContext attribute for classpath.
- SERVLET_CONTENT_TYPE - Static variable in class org.apache.jasper.Constants
-
Default servlet content type.
- SERVLET_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
-
- 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.servlet
-
High level API for processing file uploads.
- ServletFileUpload() - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
-
Constructs an uninitialised instance of this class.
- ServletFileUpload(FileItemFactory) - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
-
Constructs an instance of this class which uses the supplied factory to
create FileItem
instances.
- servletInstance - Variable in class org.apache.catalina.core.StandardWrapper
-
The (single) initialized instance of this servlet.
- servletJavaFileName - Variable in class org.apache.jasper.JspCompilationContext
-
- servletMappings - Variable in class org.apache.catalina.core.StandardContext
-
The servlet mappings for this web application, keyed by
matching pattern.
- servletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- servletPath - Variable in class org.apache.catalina.core.DummyRequest
-
- servletRequest - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- ServletRequestContext - Class in org.apache.tomcat.util.http.fileupload.servlet
-
Provides access to the request information needed for a request made to
an HTTP servlet.
- ServletRequestContext(HttpServletRequest) - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
-
Construct a context for this request.
- servletResponse - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- ServletResponseWrapperInclude - Class in org.apache.jasper.runtime
-
ServletResponseWrapper used by the JSP 'include' action.
- ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
- servletSecurity - Variable in class org.apache.catalina.core.StandardWrapper
-
Associated ServletSecurity.
- ServletWriter - Class in org.apache.jasper.compiler
-
This is what is used to generate servlets.
- ServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.ServletWriter
-
- servname - Variable in class org.apache.tomcat.jni.Sockaddr
-
Either a string of the port number or the service name for the port
- SESS_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The notes key for the password used to authenticate this user.
- SESS_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The notes key for the username used to authenticate this user.
- session - Variable in class org.apache.catalina.connector.Request
-
The currently active session for this request.
- Session - Interface in org.apache.catalina
-
A Session is the Catalina-internal facade for an
HttpSession
that is used to maintain state information
between requests for a particular user of a web application.
- SESSION_ACTIVATED_EVENT - Static variable in interface org.apache.catalina.Session
-
The SessionEvent event type when a session is activated.
- SESSION_COOKIE_NAME - Static variable in class org.apache.catalina.Globals
-
The name of the cookie used to pass the session identifier back
and forth with the client.
- SESSION_CREATED_EVENT - Static variable in interface org.apache.catalina.Session
-
The SessionEvent event type when a session is created.
- SESSION_DESTROYED_EVENT - Static variable in interface org.apache.catalina.Session
-
The SessionEvent event type when a session is destroyed.
- SESSION_ID_BYTES - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
The number of random bytes to include when generating a
session identifier.
- SESSION_ID_CHANGED_EVENT - Static variable in interface org.apache.catalina.Session
-
The SessionEvent event type when a session is created.
- SESSION_ID_CHECK - Static variable in class org.apache.catalina.connector.Request
-
- SESSION_ID_KEY - Static variable in class org.apache.tomcat.util.net.Constants
-
The Request attribute key for the session id.
- SESSION_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.
- sessionContext - Static variable in class org.apache.catalina.session.StandardSession
-
The HTTP session context associated with this session.
- sessionCookie - Variable in class org.apache.catalina.core.StandardContext
-
The session cookie.
- SessionCookie - Class in org.apache.catalina.deploy
-
- SessionCookie() - Constructor for class org.apache.catalina.deploy.SessionCookie
-
- sessionCounter - Variable in class org.apache.catalina.session.ManagerBase
-
- sessionCreated(HttpSessionEvent) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
- sessionDataCol - Variable in class org.apache.catalina.session.JDBCStore
-
Data column to use.
- sessionDestroyed(HttpSessionEvent) - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
- sessionEvent(SessionEvent) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Acknowledge the occurrence of the specified event.
- SessionEvent - Class in org.apache.catalina
-
General event for notifying listeners of significant changes on a Session.
- SessionEvent(Session, String, Object) - Constructor for class org.apache.catalina.SessionEvent
-
Construct a new SessionEvent with the specified parameters.
- sessionEvent(SessionEvent) - Method in interface org.apache.catalina.SessionListener
-
Acknowledge the occurrence of the specified event.
- 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 - Variable in class org.apache.catalina.session.ManagerBase
-
The set of currently active Sessions for this Manager, keyed by
session identifier.
- 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.
- 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.
- 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
-
- setAlgorithm(String) - Method in class org.apache.coyote.http11.Http11Protocol
-
- setAliases(String) - Method in class org.apache.naming.resources.AliasDirContext
-
Set the current alias configuration from a String.
- setAllow(String) - Method in class org.apache.catalina.filters.RequestFilter
-
Set the comma-delimited set of the allow
expressions
configured for this Filter, if any.
- setAllow(String) - Method in class org.apache.catalina.valves.RequestFilterValve
-
Set the comma-delimited set of the allow
expressions
configured for this Valve, if any.
- setAllowedHosts(Set<String>) - Method in class org.apache.catalina.connector.Connector
-
Restrict the connector to certain hosts.
- setAllowLinking(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set allow linking.
- setAllowLinking(boolean) - Method in class org.apache.naming.resources.FileDirContext
-
Set allow linking.
- setAllowTrace(boolean) - Method in class org.apache.catalina.connector.Connector
-
Set the allowTrace flag, to disable or enable the TRACE HTTP method.
- setAllRolesMode(String) - Method in class org.apache.catalina.realm.RealmBase
-
Set the all roles mode.
- setAltDDName(String) - Method in interface org.apache.catalina.Context
-
Set an alternate Deployment Descriptor name.
- setAltDDName(String) - Method in class org.apache.catalina.core.StandardContext
-
Set an alternate Deployment Descriptor name.
- setAppBase(String) - Method in class org.apache.catalina.core.StandardHost
-
Set the application root for this Host.
- setAppBase(String) - Method in interface org.apache.catalina.Host
-
Set the application root for this Host.
- setAppCommitted(boolean) - Method in class org.apache.catalina.connector.Response
-
Set the application commit flag.
- setAppCommitted(boolean) - Method in class org.apache.catalina.core.DummyResponse
-
- setAppContextProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setApplicationEventListeners(Object[]) - Method in interface org.apache.catalina.Context
-
Store the set of initialized application event listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- setApplicationEventListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
-
Store the set of initialized application event listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- setApplicationLifecycleListeners(Object[]) - Method in interface org.apache.catalina.Context
-
Store the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- setApplicationLifecycleListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
-
Store the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- setApplicationSessionLifecycleListeners(Object[]) - Method in interface org.apache.catalina.Context
-
Store the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- setApplicationSessionLifecycleListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
-
Store the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- setAsyncSupported(boolean) - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
- setAsyncSupported(boolean) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
- setAsyncSupported(boolean) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the async supported value.
- setAsyncSupported(boolean) - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- setAsyncSupported(boolean) - Method in class org.apache.catalina.deploy.FilterDef
-
- setAsyncSupported(boolean) - Method in interface org.apache.catalina.Wrapper
-
Set the async supported value.
- setAsyncTimeout(long) - Method in class org.apache.catalina.core.DummyRequest
-
- setAttribute(String, Object) - Method in class org.apache.catalina.connector.Connector
-
Set a configured property.
- setAttribute(Attribute) - Method in class org.apache.catalina.connector.ConnectorMBean
-
Set the value of a specific attribute of this MBean.
- setAttribute(String, Object) - Method in class org.apache.catalina.connector.Request
-
Set the specified request attribute to the specified value.
- setAttribute(String, Object) - Method in class org.apache.catalina.connector.RequestFacade
-
- setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContext
-
Bind the specified value with the specified context attribute name,
replacing any existing value for that name.
- setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- setAttribute(String, Object) - Method in class org.apache.catalina.core.DummyRequest
-
- setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSession
-
Bind an object to this session, using the specified name.
- setAttribute(String, Object, boolean) - Method in class org.apache.catalina.session.StandardSession
-
Bind an object to this session, using the specified name.
- setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- setAttribute(String, Object) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
Pass config info
- setAttribute(String, Object) - Method in class org.apache.coyote.ajp.AjpProtocol
-
Pass config info
- setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
Pass config info
- setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11Protocol
-
Pass config info
- setAttribute(String, Object) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
-
Pass config info.
- setAttribute(String, Object) - Method in interface org.apache.coyote.ProtocolHandler
-
Pass config info.
- setAttribute(String, Object) - Method in class org.apache.coyote.Request
-
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- setAttribute(Node, String, String) - Static method in class org.apache.tomcat.util.DomUtil
-
- setAttribute(String, Object) - Method in class org.apache.tomcat.util.http.BaseRequest
-
Set an attribute on the request
- setAttribute(Attribute) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Set the value of a specific attribute of this MBean.
- setAttribute(String, Object) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
-
General mechanism to pass attributes from the
ServerConnector to the socket factory.
- setAttributes(Object, Node) - Static method in class org.apache.tomcat.util.DomUtil
-
- setAttributes(AttributeList) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Set the values of several attributes of this MBean.
- setAuthConstraint(boolean) - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Set the authorization constraint present flag for this security
constraint.
- setAuthenticateHeader(Request, HttpServletResponse, LoginConfig, String, boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
Generates the WWW-Authenticate header.
- setAuthenticator(Authenticator) - Method in interface org.apache.catalina.Context
-
Set the authenticator for this context.
- setAuthenticator(Authenticator) - Method in class org.apache.catalina.core.StandardContext
-
Set the application authenticator for this Context.
- setAuthMethod(String) - Method in class org.apache.catalina.deploy.LoginConfig
-
- setAuthorization(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setAuthType(String) - Method in class org.apache.catalina.connector.Request
-
Set the authentication type used for this request, if any; otherwise
set the type to null
.
- setAuthType(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setAuthType(String) - Method in interface org.apache.catalina.Session
-
Set the authentication type used to authenticate our cached
Principal, if any.
- setAuthType(String) - Method in class org.apache.catalina.session.StandardSession
-
Set the authentication type used to authenticate our cached
Principal, if any.
- setAvailable(boolean) - Method in interface org.apache.catalina.Context
-
Set the application available flag for this Context.
- setAvailable(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the application available flag for this Context.
- setAvailable(long) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the available date/time for this servlet, in milliseconds since the
epoch.
- setAvailable(long) - Method in interface org.apache.catalina.Wrapper
-
Set the available date/time for this servlet, in milliseconds since the
epoch.
- setAvailable(int) - Method in class org.apache.coyote.Request
-
- setAWTThreadProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setBackgroundProcessorDelay(int) - Method in interface org.apache.catalina.Container
-
Set the delay between the invocation of the execute method on this
container and its children.
- setBackgroundProcessorDelay(int) - Method in class org.apache.catalina.core.ContainerBase
-
Set the delay between the invocation of the execute method on this
container and its children.
- setBacklog(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setBacklog(int) - Method in class org.apache.coyote.ajp.AjpProtocol
-
- setBacklog(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setBacklog(int) - Method in class org.apache.coyote.http11.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
-
- setBasic(Valve) - Method in class org.apache.catalina.core.ContainerBase
-
Set the Valve instance that has been distinguished as the basic
Valve for this Pipeline (if any).
- setBasic(Valve) - Method in class org.apache.catalina.core.StandardPipeline
-
Set the Valve instance that has been distinguished as the basic
Valve for this Pipeline (if any).
- setBasic(Valve) - Method in interface org.apache.catalina.Pipeline
-
Set the Valve instance that has been distinguished as the basic
Valve for this Pipeline (if any).
- setBIO(long, long, int) - Static method in class org.apache.tomcat.jni.SSLContext
-
Asssociate BIOCallback for input or output data capture.
- setBlock(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
-
- setBody(ByteChunk) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- setBodyContent(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- setBoundary(byte[]) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Changes the boundary token used for partitioning the stream.
- setBuffer(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
- setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Set the next buffer in the filter pipeline (has no effect).
- setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(InputBuffer) - Method in interface org.apache.coyote.http11.InputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(OutputBuffer) - Method in interface org.apache.coyote.http11.OutputFilter
-
Set the next buffer in the filter pipeline.
- setBuffered(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the value if the logging should be buffered
- setBufferSize(int) - Method in class org.apache.catalina.connector.Connector
-
Deprecated.
- setBufferSize(int) - Method in class org.apache.catalina.connector.OutputBuffer
-
- setBufferSize(int) - Method in class org.apache.catalina.connector.Response
-
Set the buffer size to be used for this Response.
- setBufferSize(int) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setBufferSize(int) - Method in class org.apache.catalina.core.DummyResponse
-
- setByteEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
-
- setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
When the buffer is empty, read the data from the input channel.
- setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
When the buffer is full, write the data to the output channel.
- setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Sets the message bytes to the specified subarray of bytes.
- setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Sets the content to the specified subarray of bytes.
- setBytesField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the number of bytes returned.
- setBytesRead(int) - Method in class org.apache.coyote.Request
-
- setBytesReceived(long) - Method in class org.apache.coyote.RequestGroupInfo
-
- setBytesReceived(long) - Method in class org.apache.coyote.RequestInfo
-
- setBytesSent(long) - Method in class org.apache.coyote.RequestGroupInfo
-
- setBytesSent(long) - Method in class org.apache.coyote.RequestInfo
-
- setBytesWritten(long) - Method in class org.apache.catalina.connector.OutputBuffer
-
- setBytesWritten(long) - Method in class org.apache.coyote.Response
-
- setCACertificate(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set File and Directory of concatenated PEM-encoded CA Certificates
for Client Auth
This directive sets the all-in-one file where you can assemble the
Certificates of Certification Authorities (CA) whose clients you deal with.
- setCache(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the cache authenticated Principals flag.
- setCached(boolean) - Method in class org.apache.naming.resources.BaseDirContext
-
Set cached.
- setCacheMaxSize(int) - Method in class org.apache.catalina.core.StandardContext
-
Set the maximum size of the cache in KB.
- setCacheMaxSize(int) - Method in class org.apache.naming.resources.BaseDirContext
-
Set the maximum size of the cache in KB.
- setCacheMaxSize(int) - Method in class org.apache.naming.resources.ResourceCache
-
Set the maximum size of the cache in KB.
- setCacheObjectMaxSize(int) - Method in class org.apache.catalina.core.StandardContext
-
Set the maximum size of objects to be placed the cache in KB.
- setCacheObjectMaxSize(int) - Method in class org.apache.naming.resources.BaseDirContext
-
Set the maximum size of objects to be placed the cache in KB.
- setCacheSize(int) - Method in class org.apache.tomcat.util.buf.StringCache
-
- setCacheTTL(int) - Method in class org.apache.catalina.core.StandardContext
-
Set cache TTL.
- setCacheTTL(int) - Method in class org.apache.naming.resources.BaseDirContext
-
Set cache TTL.
- setCachingAllowed(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set caching allowed flag.
- setCanStartAsync(boolean) - Method in class org.apache.catalina.connector.Request
-
- setCARevocation(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set File of concatenated PEM-encoded CA CRLs or
directory of PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the
Certificate Revocation Lists (CRL) of Certification Authorities (CA)
whose clients you deal with.
- setCaseSenitive(boolean) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Configure the case sensitivity
- setCaseSensitive(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set case sensitivity.
- setCaseSensitive(boolean) - Method in class org.apache.naming.resources.FileDirContext
-
Set case sensitivity.
- setCause(Throwable) - Method in class org.apache.tomcat.bayeux.HttpError
-
- setCertificate(long, String, String, String, int) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set Certificate
Point setCertificateFile at a PEM encoded certificate.
- setCertificateChainFile(long, String, boolean) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set File of PEM-encoded Server CA Certificates
This directive sets the optional all-in-one file where you can assemble the
certificates of Certification Authorities (CA) which form the certificate
chain of the server certificate.
- setCGIEnvironment(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Constructs the CGI environment to be supplied to the invoked CGI
script; relies heavily on Servlet API methods and findCGI
- setChain(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setChangeSessionIdOnAuthentication(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
- setChannel(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
-
- SetCharacterEncodingFilter - Class in org.apache.catalina.filters
-
Example filter that sets the character encoding to be used in parsing the
incoming request, either unconditionally or only if the client did not
specify a character encoding.
- SetCharacterEncodingFilter() - Constructor for class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- setCharEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
-
- setCharEncoding(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
-
When the buffer is empty, read the data from the input channel.
- setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
-
When the buffer is full, write the data to the output channel.
- setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Sets the content to be a char[]
- setCharsetMapper(CharsetMapper) - Method in interface org.apache.catalina.Context
-
Set the Locale to character set mapper for this Context.
- setCharsetMapper(CharsetMapper) - Method in class org.apache.catalina.core.StandardContext
-
Set the Locale to character set mapper for this Context.
- setCharsetMapperClass(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the Locale to character set mapper class for this Context.
- setCheckExists(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set whether to check for log file existence before logging.
- setCiphers(String) - Method in class org.apache.coyote.http11.Http11Protocol
-
- setCipherSuite(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
-
Cipher Suite available for negotiation in SSL handshake.
- setClassesToInitialize(String) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setClassLoader(ClassLoader) - Method in class org.apache.jasper.JspCompilationContext
-
- setClassName(String) - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- setClassName(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
-
The classpath that is passed off to the Java compiler.
- setClient(Client) - Method in class org.apache.tomcat.bayeux.MessageImpl
-
- setClientauth(String) - Method in class org.apache.coyote.http11.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.
- setCnonceCacheSize(int) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setCode(int) - Method in class org.apache.tomcat.bayeux.HttpError
-
- setCollection(boolean) - Method in class org.apache.naming.resources.ResourceAttributes
-
Set collection flag.
- setComment(String) - Method in class org.apache.catalina.deploy.SessionCookie
-
- setCommitted(boolean) - Method in class org.apache.coyote.Response
-
- setCompilationException(JasperException) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Sets the compilation exception for this JspServletWrapper.
- setCompressableMimeType(String) - Method in class org.apache.coyote.http11.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.
- setConditions(RewriteCond[]) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setCondPattern(String) - Method in class org.jboss.web.rewrite.RewriteCond
-
- setConfigClass(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the class name of the context configurator.
- setConfigClass(String) - Method in class org.apache.catalina.core.StandardHost
-
Set the Java class name of the context configuration class
for new web applications.
- setConfigClass(String) - Method in interface org.apache.catalina.Host
-
Set the Java class name of the context configuration class
for new web applications.
- setConfigClass(String) - Method in class org.apache.catalina.startup.HostConfig
-
Set the Context configuration class name.
- 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
-
- setConfigSizeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
-
- setConfigTimeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
-
- setConfigTimeFmt(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
-
- setConfiguration(String) - Method in class org.jboss.web.rewrite.RewriteValve
-
- setConfigured(boolean) - Method in interface org.apache.catalina.Context
-
Set the "correctly configured" flag for this Context.
- setConfigured(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the "correctly configured" flag for this Context.
- setConnectionName(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the username to use to connect to the database.
- setConnectionName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Set the username to use to connect to the database.
- setConnectionPassword(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the password to use to connect to the database.
- setConnectionPassword(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Set the password to use to connect to the database.
- setConnectionURL(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Connection URL for this Store.
- setConnectionURL(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the JDBC URL for the database where the log is stored.
- setConnector(Connector) - Method in class org.apache.catalina.connector.Request
-
Set the Connector through which this Request was received.
- setConnector(Connector) - Method in class org.apache.catalina.connector.Response
-
Set the Connector through which this Request was received.
- setConnector(Connector) - Method in class org.apache.catalina.core.DummyRequest
-
- setConnector(Connector) - Method in class org.apache.catalina.core.DummyResponse
-
- setContainer(Container) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the Container to which this Valve is attached.
- setContainer(Container) - Method in interface org.apache.catalina.Cluster
-
Set the Container associated with our Cluster
- setContainer(Container) - Method in class org.apache.catalina.connector.Connector
-
Set the Container used for processing requests received by this
Connector.
- setContainer(Container) - Method in interface org.apache.catalina.Contained
-
Set the Container
with which this instance is associated.
- setContainer(Container) - Method in class org.apache.catalina.core.StandardPipeline
-
Set the Container with which this Pipeline is associated.
- setContainer(Container) - Method in class org.apache.catalina.core.StandardService
-
Set the Container
that handles requests for all
Connectors
associated with this Service.
- setContainer(Container) - Method in interface org.apache.catalina.Loader
-
Set the Container with which this Loader has been associated.
- setContainer(Container) - Method in interface org.apache.catalina.Manager
-
Set the Container with which this Manager is associated.
- setContainer(Container) - Method in class org.apache.catalina.realm.RealmBase
-
Set the Container with which this Realm has been associated.
- setContainer(Container) - Method in interface org.apache.catalina.Realm
-
Set the Container with which this Realm has been associated.
- setContainer(Container) - Method in interface org.apache.catalina.Service
-
Set the Container
that handles requests for all
Connectors
associated with this Service.
- setContainer(Container) - Method in class org.apache.catalina.session.ManagerBase
-
Set the Container with which this Manager is associated.
- setContainer(Container) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Set the Container with which this Manager has been associated.
- setContainer(Container) - Method in class org.apache.catalina.session.StandardManager
-
Set the Container with which this Manager has been associated.
- setContainer(Container) - Method in class org.apache.catalina.valves.ValveBase
-
Set the Container with which this Valve is associated, if any.
- setContent(InputStream) - Method in class org.apache.naming.resources.Resource
-
Content mutator.
- setContent(byte[]) - Method in class org.apache.naming.resources.Resource
-
Content mutator.
- 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.
- setContextId(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set Session context id.
- setContextPath(String) - Method in class org.apache.catalina.connector.Request
-
Set the context path for this Request.
- setContextPath(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setController(ObjectName) - Method in class org.apache.catalina.connector.Connector
-
- setController(ObjectName) - Method in class org.apache.catalina.realm.RealmBase
-
- setController(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
-
- setConverter() - Method in class org.apache.catalina.connector.InputBuffer
-
- setConverter() - Method in class org.apache.catalina.connector.OutputBuffer
-
- setCookie(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setCookieDomain(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Sets the domain to be used for sso cookies.
- setCookieDomain(String) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setCookieHttpOnly(boolean) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
- setCookieHttpOnly(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setCookieLifetime(int) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setCookieName(String) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setCookiePath(String) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setCookies(Cookie[]) - Method in class org.apache.catalina.connector.Request
-
Set the set of cookies recieved with this Request.
- setCookies(boolean) - Method in interface org.apache.catalina.Context
-
Set the "use cookies for session ids" flag.
- setCookies(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the "use cookies for session ids" flag.
- setCookieSecure(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setCookieValue(String) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setCoyoteRequest(Request) - Method in class org.apache.catalina.connector.Request
-
Set the Coyote request.
- setCoyoteResponse(Response) - Method in class org.apache.catalina.connector.Response
-
Set the Coyote response.
- setCrawlerUserAgents(String) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
Specify the regular expression (using Pattern
) that will be used
to identify crawlers based in the User-Agent header provided.
- setCreation(long) - Method in class org.apache.naming.resources.ResourceAttributes
-
Set creation.
- setCreationDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
-
Creation date mutator.
- setCreationTime(long) - Method in interface org.apache.catalina.Session
-
Set the creation time for this session.
- setCreationTime(long) - Method in class org.apache.catalina.session.StandardSession
-
Set the creation time for this session.
- setCreationTime(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
-
- setCrossContext(boolean) - Method in interface org.apache.catalina.Context
-
Set the "allow crossing servlet contexts" flag.
- setCrossContext(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the "allow crossing servlet contexts" flag.
- 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
-
- setDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
-
Set the specified date header to the specified value.
- setDateHeader(String, long) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setDateHeader(String, long) - Method in class org.apache.catalina.core.DummyResponse
-
- setDateHeader(String, long) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- setDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- setDateVariables(boolean) - Method in class org.apache.catalina.ssi.SSIMediator
-
- 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
-
- setDefaultExpiresConfiguration(ExpiresFilter.ExpiresConfiguration) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- setDefaultHost(String) - Method in class org.apache.catalina.core.StandardEngine
-
Set the default host.
- setDefaultHost(String) - Method in interface org.apache.catalina.Engine
-
Set the default hostname for this Engine.
- setDefaultHostName(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
-
Set default host.
- setDefaultWebapp(String) - Method in class org.apache.catalina.core.StandardHost
-
- setDefaultWebapp(String) - Method in interface org.apache.catalina.Host
-
Set the default webapp name for this Host.
- setDeferAccept(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setDeferAccept(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setDeferAccept(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setDeferredMethod(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- setDeferredSyntaxAllowedAsLiteral(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- setDeferredValue(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- setDeny(String) - Method in class org.apache.catalina.filters.RequestFilter
-
Set the comma-delimited set of the deny
expressions
configured for this Filter, if any.
- setDeny(String) - Method in class org.apache.catalina.valves.RequestFilterValve
-
Set the comma-delimited set of the deny
expressions
configured for this Valve, if any.
- setDescription(String) - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
- setDescription(String) - Method in class org.apache.catalina.core.ApplicationFilterConfigFacade
-
- setDescription(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the description.
- setDescription(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- setDescription(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
-
- setDescription(String) - Method in class org.apache.catalina.deploy.FilterDef
-
- setDescription(String) - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
-
- setDescription(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- setDescription(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Set the description of this web resource collection.
- setDescription(String) - Method in interface org.apache.catalina.Wrapper
-
Set the description.
- setDescription(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
- setDescription(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setDescription(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
-
Override the description
property setter.
- setDesirectConnType(int) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- setDesiredEntryAccessRatio(long) - Method in class org.apache.naming.resources.ResourceCache
-
Set the desired entry access ratio.
- setDigest(String) - Method in class org.apache.catalina.realm.RealmBase
-
Set the digest algorithm used for storing credentials.
- setDigestEncoding(String) - Method in class org.apache.catalina.realm.RealmBase
-
Sets the digest encoding charset.
- setDirectory(String) - Method in class org.apache.catalina.session.FileStore
-
Set the directory path for this Store.
- setDirectory(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the directory in which we create log files.
- 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.FilterDef
-
- setDisplayName(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- setDisplayName(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Set the display name of this security constraint.
- setDisplayName(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setDistributable(boolean) - Method in interface org.apache.catalina.Context
-
Set the distributable flag for this web application.
- setDistributable(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the distributable flag for this web application.
- setDistributable(boolean) - Method in interface org.apache.catalina.Manager
-
Set the distributable flag for the sessions supported by this
Manager.
- setDistributable(boolean) - Method in class org.apache.catalina.session.ManagerBase
-
Set the distributable flag for the sessions supported by this
Manager.
- setDocBase(String) - Method in interface org.apache.catalina.Context
-
Set the document root for this Context.
- setDocBase(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the document root for this Context.
- setDocBase(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Set the document root for this component.
- setDocBase(String) - Method in class org.apache.naming.resources.FileDirContext
-
Set the document root.
- setDocBase(String) - Method in class org.apache.naming.resources.WARDirContext
-
Set the document root.
- setDoEmbedded(boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Instructs the SmapGenerator whether to actually print any embedded
SMAPs or not.
- setDomain(String) - Method in class org.apache.catalina.core.ContainerBase
-
- setDomain(String) - Method in class org.apache.catalina.core.StandardEngine
-
- setDomain(String) - Method in class org.apache.catalina.deploy.SessionCookie
-
- setDomain(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setDriverManagerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setDriverName(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the driver for this Store.
- setDriverName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the database driver name.
- setDuplicates(int) - Method in class org.apache.catalina.session.ManagerBase
-
- setDynamic(boolean) - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
- setDynamic(boolean) - Method in class org.apache.catalina.core.StandardWrapper
-
- setDynamic(boolean) - Method in interface org.apache.catalina.Wrapper
-
Set a flag that indicates if the wrapper was added programmatically.
- setDynamicAttributes(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- setElIgnored(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- setEnabled(boolean) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the enabled value.
- setEnabled(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
-
- setEnabled(boolean) - Method in interface org.apache.catalina.Wrapper
-
Set the enabled value.
- setEnabledProtocols(SSLServerSocket, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Set the SSL protocol variants to be enabled.
- setEnableLookups(boolean) - Method in class org.apache.catalina.connector.Connector
-
Set the "enable DNS lookups" flag.
- setEncoding(String) - Method in class org.apache.catalina.connector.InputBuffer
-
- setEncoding(String) - Method in class org.apache.catalina.connector.OutputBuffer
-
- setEncoding(String) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- setEncoding(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- setEncoding(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Set the encoding.
- setEncoding(String) - Method in class org.apache.tomcat.util.buf.UEncoder
-
- setEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
-
- setEnd(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- setEnd(int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- setEngineName(String) - Method in class org.apache.catalina.core.StandardContext
-
- setEntropy(String) - Method in class org.apache.catalina.core.StandardService
-
- setEntropy(String) - Method in interface org.apache.catalina.Service
-
Set the entropy increaser value.
- setEntryPoints(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
-
Entry points are URLs that will not be tested for the presence of a valid
nonce.
- setEnv(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setEnvironment(HttpServletRequest) - Method in class org.jboss.web.php.ScriptEnvironment
-
Constructs the CGI environment to be supplied to the invoked CGI
script; relies heavliy on Servlet API methods and findCGI
- setError() - Method in class org.apache.catalina.connector.Response
-
Set the error flag.
- setError() - Method in class org.apache.catalina.core.DummyResponse
-
- setErrorCode(int) - Method in class org.apache.catalina.deploy.ErrorPage
-
Set the error code.
- setErrorCode(String) - Method in class org.apache.catalina.deploy.ErrorPage
-
Set the error code (hack for default XmlMapper data type).
- setErrorCount(int) - Method in class org.apache.catalina.core.StandardWrapper
-
- setErrorCount(int) - Method in class org.apache.coyote.RequestGroupInfo
-
- setErrorCount(int) - Method in class org.apache.coyote.RequestInfo
-
- setErrorException(Exception) - Method in class org.apache.coyote.Response
-
Set the error Exception that occurred during
request processing.
- setErrorOnUndeclaredNamespace(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setErrorPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
-
- setErrorPage(boolean) - Method in class org.apache.jasper.JspCompilationContext
-
- setErrorReportValveClass(String) - Method in class org.apache.catalina.core.StandardHost
-
Set the Java class name of the error report valve class
for new web applications.
- setErrorURI(String) - Method in class org.apache.coyote.Response
-
Set request URI that caused an error during
request processing.
- setETag(String) - Method in class org.apache.naming.resources.ResourceAttributes
-
Set strong ETag.
- setEventMode(boolean) - Method in class org.apache.catalina.connector.Request
-
Set event mode.
- setExceptionType(String) - Method in class org.apache.catalina.deploy.ErrorPage
-
Set the exception type.
- setExcludedResponseStatusCodes(int[]) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- setExecutor(Executor) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setExecutor(Executor) - Method in class org.apache.coyote.ajp.AjpProtocol
-
- setExecutor(Executor) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setExecutor(Executor) - Method in class org.apache.coyote.http11.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.
- setExpiresConfigurationByContentType(Map<String, ExpiresFilter.ExpiresConfiguration>) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.apache.tomcat.util.buf.MessageBytes
-
- setFairness(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
-
- setFieldName(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Sets the field name used to reference this file item.
- setFieldName(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Sets the field name used to reference this file item.
- setFieldName(String) - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
-
Sets the field name of the item, which caused the
exception.
- setFileCleaningTracker(FileCleaningTracker) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Sets the tracker, which is responsible for deleting temporary
files.
- setFileDateFormat(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the date format date based log rotation.
- setFileItemFactory(FileItemFactory) - Method in class org.apache.tomcat.util.http.fileupload.FileUpload
-
Sets the factory class to use when creating file items.
- setFileItemFactory(FileItemFactory) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Sets the factory class to use when creating file items.
- setFileName(String) - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
-
Sets the file name of the item, which caused the
exception.
- setFileSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
- setFileSizeThreshold(int) - Method in class org.apache.catalina.deploy.Multipart
-
- setFilesystemBased(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Force setting if filesystem based.
- setFilter(Filter) - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
Set the filter instance programmatically.
- setFilterChain(ApplicationFilterChain) - Method in class org.apache.catalina.connector.Request
-
Set filter chain associated with the request.
- setFilterChain(ApplicationFilterChain) - Method in class org.apache.catalina.connector.RequestFacade
-
Set filter chain associated with the request.
- setFilterChain(FilterChain) - Method in class org.apache.catalina.core.DummyRequest
-
- setFilterClass(String) - Method in class org.apache.catalina.deploy.FilterDef
-
- setFilterName(String) - Method in class org.apache.catalina.deploy.FilterDef
-
- setFilterName(String) - Method in class org.apache.catalina.deploy.FilterMap
-
- setFlushLeftovers(boolean) - Method in class org.apache.coyote.Response
-
- setForbidden(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setFormField(boolean) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Specifies whether or not a FileItem
instance represents
a simple form field.
- setFormField(boolean) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Specifies whether or not a FileItem
instance represents
a simple form field.
- setFragment(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- setFunctionClass(String) - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
-
- setFunctionMapper(FunctionMapper) - Method in class org.apache.jasper.el.ELContextImpl
-
- setFunctionSignature(String) - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
-
- setGcDaemonProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setGetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setGlobalProcessor(RequestGroupInfo) - Method in class org.apache.coyote.RequestInfo
-
- setGone(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setGroup(String) - Method in class org.apache.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
-
- setHeader(String, String) - Method in class org.apache.catalina.connector.Response
-
Set the specified header to the specified value.
- setHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setHeader(String, String) - Method in class org.apache.catalina.core.DummyResponse
-
- setHeader(String, String) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- setHeader(String, String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- setHeader(String, String) - Method in class org.apache.coyote.Response
-
- setHeaderEncoding(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Specifies the character encoding to be used when reading the headers of
individual part.
- setHeaderEncoding(String) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Specifies the character encoding to be used when reading the headers of
individual parts.
- setHeaders(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Sets the file item headers.
- setHeaders(FileItemHeaders) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
-
Sets the headers read from within an item.
- 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(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(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setHttpOnly(boolean) - Method in class org.apache.catalina.deploy.SessionCookie
-
- setHttpServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- setHttpServerPort(int) - Method in class org.apache.catalina.valves.RemoteIpValve
-
- setHttpsServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- setHttpsServerPort(int) - Method in class org.apache.catalina.valves.RemoteIpValve
-
- setId(String) - Method in interface org.apache.catalina.Session
-
Set the session identifier for this session.
- setId(String) - Method in class org.apache.catalina.session.StandardSession
-
Set the session identifier for this session.
- setId(int) - Method in class org.apache.tomcat.util.buf.TimeStamp
-
- setIgnore(boolean) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- setIgnoreAnnotations(boolean) - Method in interface org.apache.catalina.Context
-
Set the boolean on the annotations parsing for this web
application.
- setIgnoreAnnotations(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the boolean on the annotations parsing for this web
application.
- setImage(String) - Method in class org.apache.el.parser.AstDotSuffix
-
- setImage(String) - Method in class org.apache.el.parser.AstIdentifier
-
- 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
-
- 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(ServletInputStream) - Method in class org.apache.catalina.connector.Request
-
- setInputStream(InputStream) - Method in class org.apache.coyote.http11.InternalInputBuffer
-
Set the underlying socket input stream.
- setInstanceManager(InstanceManager) - Method in interface org.apache.catalina.Context
-
Set the instance manager associated with this Context.
- setInstanceManager(InstanceManager) - Method in class org.apache.catalina.core.StandardContext
-
- setInt(int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Set the buffer to the representation of an int
- setInternalProxies(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
Comma delimited list of internal proxies.
- setInternalProxies(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
Comma delimited list of internal proxies.
- setInterruptible(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
-
- setIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
-
Set the specified integer header to the specified value.
- setIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setIntHeader(String, int) - Method in class org.apache.catalina.core.DummyResponse
-
- setIs(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setIsXml(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- setJ2EEApplication(String) - Method in class org.apache.catalina.core.StandardContext
-
- setJ2EEServer(String) - Method in class org.apache.catalina.core.StandardContext
-
- setJarFile(JarFile, String) - Method in class org.apache.naming.resources.JARDirContext
-
Set the JAR file from which data will be read.
- setJava2DDisposerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setJavaVMs(String[]) - Method in class org.apache.catalina.core.StandardContext
-
- setJspFile(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the context-relative URI of the JSP file for this servlet.
- setJspFile(String) - Method in interface org.apache.catalina.Wrapper
-
Set the context-relative URI of the JSP file for this servlet.
- setJspReloadCount(int) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Resets the JSP reload counter.
- setJspReloadCount(int) - Method in class org.apache.jasper.servlet.JspServlet
-
Resets the JSP reload counter.
- setJspversion(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- setJvmRoute(String) - Method in class org.apache.catalina.core.StandardEngine
-
Set the cluster-wide unique identifier for this Engine.
- setJvmRoute(String) - Method in interface org.apache.catalina.Engine
-
Set the JvmRouteId for this engine.
- setKeepAlive(boolean) - Method in class org.apache.coyote.http11.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
-
- setKey(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- 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
-
- setLandingPage(String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Set the landing page to use when the FORM auth is mis-used.
- setLargeIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
-
- setLargeIcon(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- setLast(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setLastModificationTest(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- setLastModified(long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Sets the value of the last-modified
header field.
- setLastModified(long) - Method in class org.apache.naming.resources.ResourceAttributes
-
Set last modified.
- setLastModified(Date) - Method in class org.apache.naming.resources.ResourceAttributes
-
Deprecated.
- setLastModifiedDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
-
Last modified date mutator.
- setLastModifiedHttp(String) - Method in class org.apache.naming.resources.ResourceAttributes
-
- setLastRequestProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
-
- setLastWrite(int) - Method in class org.apache.coyote.Response
-
- setLdapPoolProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setLimit(int) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
Set the buffering limit.
- setLimit(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Maximum amount of data in this buffer.
- setLimit(int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Maximum amount of data in this buffer.
- setLimit(int) - Method in class org.apache.tomcat.util.http.Parameters
-
- setLineFileID(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
Sets lineFileID.
- setListener(Listener) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- setLoader(Loader) - Method in interface org.apache.catalina.Container
-
Set the Loader with which this Container is associated.
- setLoader(Loader) - Method in class org.apache.catalina.core.ContainerBase
-
Set the Loader with which this Container is associated.
- setLoader(Loader) - Method in class org.apache.catalina.core.StandardContext
-
Set the Loader with which this Context is associated.
- setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the load-on-startup order value (negative value means
load on first call).
- setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- setLoadOnStartup(int) - Method in interface org.apache.catalina.Wrapper
-
Set the load-on-startup order value (negative value means
load on first call).
- setLoadOnStartupString(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the load-on-startup order value from a (possibly null) string.
- setLoadTime(long) - Method in class org.apache.catalina.core.StandardWrapper
-
- 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
-
- setLocation(String) - Method in class org.apache.catalina.deploy.ErrorPage
-
Set the location.
- setLocation(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- setLocation(String) - Method in class org.apache.catalina.deploy.Multipart
-
- setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
-
- setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
- setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
-
- setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
-
- setLocked(boolean) - Method in class org.apache.catalina.util.ParameterMap
-
Set the locked state of this parameter map.
- setLocked(boolean) - Method in class org.apache.catalina.util.ResourceSet
-
Set the locked state of this parameter map.
- setLogicalName(String) - Method in interface org.apache.catalina.Context
-
Set the logical name for this web application.
- setLogicalName(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the logical name for this web application.
- setLoginConfig(LoginConfig) - Method in interface org.apache.catalina.Context
-
Set the login configuration descriptor for this web application.
- setLoginConfig(LoginConfig) - Method in class org.apache.catalina.core.StandardContext
-
Set the login configuration descriptor for this web application.
- setLoginPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
-
- setLogLevel(int) - Method in class org.jboss.logging.DynamicLogger
-
Sets the logLevel for the log() primitive
- setLogLevelAsString(String) - Method in class org.jboss.logging.DynamicLogger
-
Sets the logLevel of the log() primitive
- setLong(long) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Set the buffer to the representation of an long
- setLowerCaseNames(boolean) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
-
Sets the flag if parameter names are to be converted to lower case when
name/value pairs are parsed.
- setManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- setManagedResource(Object, String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Set the instance handle of the object against which we will execute
all methods in this ModelMBean management interface.
- setManager(Manager) - Method in interface org.apache.catalina.Container
-
Set the Manager with which this Container is associated.
- setManager(Manager) - Method in class org.apache.catalina.core.ContainerBase
-
Set the Manager with which this Container is associated.
- setManager(Manager) - Method in interface org.apache.catalina.Session
-
Set the Manager within which this Session is valid.
- setManager(Manager) - Method in class org.apache.catalina.session.StandardSession
-
Set the Manager within which this Session is valid.
- setManager(Manager) - Method in class org.apache.catalina.session.StoreBase
-
Set the Manager with which this Store is associated.
- setManager(Manager) - Method in interface org.apache.catalina.Store
-
Set the Manager associated with this Store.
- setMaxActive(int) - Method in interface org.apache.catalina.Manager
-
(Re)sets the maximum number of sessions that have been active at the
same time.
- setMaxActive(int) - Method in class org.apache.catalina.session.ManagerBase
-
- setMaxActiveSessions(int) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Set the maximum number of active Sessions allowed, or -1 for
no limit.
- setMaxActiveSessions(int) - Method in class org.apache.catalina.session.StandardManager
-
Set the maximum number of actives Sessions allowed, or -1 for
no limit.
- setMaxAge(int) - Method in class org.apache.catalina.deploy.SessionCookie
-
- setMaxAge(int) - Method in class org.apache.tomcat.util.http.ServerCookie
-
- setMaxAllocateIterations(int) - Method in class org.apache.naming.resources.ResourceCache
-
Set the maximum amount of iterations during a space allocation.
- setMaxDepth(int) - Method in class org.jboss.logging.jdk.JDKNDCProvider
-
- setMaxDepth(int) - Static method in class org.jboss.logging.NDC
-
- setMaxDepth(int) - Method in interface org.jboss.logging.NDCProvider
-
- setMaxDepth(int) - Method in class org.jboss.logging.NullNDCProvider
-
- 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 interface org.apache.catalina.Container
-
Set a name string (suitable for use by humans) that describes this
Container.
- setName(String) - Method in class org.apache.catalina.core.ContainerBase
-
Set a name string (suitable for use by humans) that describes this
Container.
- setName(String) - Method in class org.apache.catalina.core.StandardContext
-
- setName(String) - Method in class org.apache.catalina.core.StandardEngine
-
- setName(String) - Method in class org.apache.catalina.core.StandardHost
-
Set the canonical, fully qualified, name of the virtual host
this Container represents.
- setName(String) - Method in class org.apache.catalina.core.StandardService
-
Set the name of this Service.
- setName(String) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- setName(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
-
- setName(String) - Method in class org.apache.catalina.deploy.jsp.FunctionInfo
-
- setName(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- setName(String) - Method in class org.apache.catalina.deploy.jsp.TagFileInfo
-
- setName(String) - Method in class org.apache.catalina.deploy.SecurityCollection
-
Set the name of this web resource collection
- setName(String) - Method in class org.apache.catalina.deploy.SessionCookie
-
- setName(String) - Method in interface org.apache.catalina.Host
-
Set the canonical, fully qualified, name of the virtual host
this Container represents.
- setName(String) - Method in interface org.apache.catalina.Service
-
Set the name of this Service.
- setName(String) - Method in class org.apache.naming.resources.ResourceAttributes
-
Set name.
- setName(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
- setName(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setName(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
-
Override the name
property setter.
- setName(String) - Method in class org.apache.tomcat.util.net.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
-
- setNew(boolean) - Method in interface org.apache.catalina.Session
-
Set the isNew
flag for this session.
- setNew(boolean) - Method in class org.apache.catalina.session.StandardSession
-
Set the isNew
flag for this session.
- setNew(boolean) - Method in class org.apache.tomcat.util.buf.TimeStamp
-
- setNext(Valve) - Method in interface org.apache.catalina.Valve
-
Set the next Valve in the pipeline containing this Valve.
- setNext(Valve) - Method in class org.apache.catalina.valves.ValveBase
-
Set the Valve that follows this one in the pipeline it is part of.
- setNext(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setNocase(boolean) - Method in class org.jboss.web.rewrite.RewriteCond
-
- setNocase(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setNoCompressionUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Set no compression user agent list (this method is best when used with
a large number of connectors, where it would be better to have all of
them referenced a single array).
- setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Set no compression user agent list.
- setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setNoCompressionUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11Processor
-
Set no compression user agent list (this method is best when used with
a large number of connectors, where it would be better to have all of
them referenced a single array).
- setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11Processor
-
Set no compression user agent list.
- setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11Protocol
-
- setNoescape(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setNonBlocking(boolean) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
Set the non blocking flag.
- setNonBlocking(boolean) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Set the non blocking flag.
- setNonceCacheSize(int) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
-
Sets the number of previously issued nonces that will be cached on a LRU
basis to support parallel requests, limited use of the refresh and back
in the browser and similar behaviors that may result in the submission
of a previous nonce rather than the current one.
- setNonceValidity(long) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setNosubreq(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setNote(String, Object) - Method in class org.apache.catalina.connector.Request
-
Bind an object to a specified name in the internal notes associated
with this request, replacing any existing binding for this name.
- setNote(String, Object) - Method in class org.apache.catalina.core.DummyRequest
-
- setNote(String, Object) - Method in interface org.apache.catalina.Session
-
Bind an object to a specified name in the internal notes associated
with this session, replacing any existing binding for this name.
- setNote(String, Object) - Method in class org.apache.catalina.session.StandardSession
-
Bind an object to a specified name in the internal notes associated
with this session, replacing any existing binding for this name.
- setNote(int, Object) - Method in class org.apache.coyote.Request
-
Used to store private data.
- setNote(int, Object) - Method in class org.apache.coyote.Response
-
- setNote(int, Object) - Method in class org.apache.tomcat.util.http.BaseRequest
-
- setObjectName(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
-
- setOffset(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- setOffset(int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Returns the start offset of the bytes.
- setOpaque(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- setOptions(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set OpenSSL Option.
- setOrnext(boolean) - Method in class org.jboss.web.rewrite.RewriteCond
-
- setOutputBuffer(OutputBuffer) - Method in class org.apache.coyote.Response
-
- setOutputFileName(String) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Sets the filename (without path information) for the generated
source file.
- setOutputLineIncrement(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
Sets OutputLineIncrement.
- setOutputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
Sets OutputStartLine.
- setOutputStream(ServletOutputStream) - Method in class org.apache.catalina.connector.Response
-
- setOutputStream(OutputStream) - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Set the underlying socket output stream.
- setOverride(boolean) - Method in interface org.apache.catalina.Context
-
Set the override flag for this web application.
- setOverride(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the override flag for this web application.
- setOverride(boolean) - Method in class org.apache.catalina.deploy.ApplicationParameter
-
- setPackageAccess() - Method in class org.apache.catalina.security.SecurityConfig
-
Set the security package.access value.
- setPackageDefinition() - Method in class org.apache.catalina.security.SecurityConfig
-
Set the security package.definition value.
- setPacketSize(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setPacketSize(int) - Method in class org.apache.coyote.ajp.AjpProtocol
-
- setPageEncoding(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- setParameters(String) - Method in interface org.jboss.web.rewrite.RewriteMap
-
- setParent(Container) - Method in interface org.apache.catalina.Container
-
Set the parent Container to which this Container is being added as a
child.
- setParent(Container) - Method in class org.apache.catalina.core.ContainerBase
-
Set the parent Container to which this Container is being added as a
child.
- setParent(Container) - Method in class org.apache.catalina.core.StandardEngine
-
Disallow any attempt to set a parent for this Container, since an
Engine is supposed to be at the top of the Container hierarchy.
- setParent(Container) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the parent Container of this Wrapper, but only if it is a Context.
- setParent(Object) - Method in class org.apache.tomcat.util.buf.TimeStamp
-
Returns the owner of this stamp ( the object that is
time-stamped ).
- setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Container
-
Set the parent class loader (if any) for web applications.
- setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.ContainerBase
-
Set the parent class loader (if any) for this web application.
- setParseFailed(boolean) - Method in class org.apache.tomcat.util.http.Parameters
-
- setPassword(String) - Static method in class org.apache.tomcat.jni.SSL
-
Set global Password for decrypting certificates and keys.
- setPasswordCallback(PasswordCallback) - Static method in class org.apache.tomcat.jni.SSL
-
Set global Password callback for obtaining passwords.
- setPath(String) - Method in interface org.apache.catalina.Context
-
Set the context path for this web application.
- setPath(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the context path for this Context.
- setPath(String) - Method in class org.apache.catalina.deploy.jsp.TagFileInfo
-
- setPath(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- setPath(String) - Method in class org.apache.catalina.deploy.SessionCookie
-
- setPathInfo(String) - Method in class org.apache.catalina.connector.Request
-
Set the path information for this Request.
- setPathInfo(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setPathname(String) - Method in class org.apache.catalina.session.StandardManager
-
Set the session persistence pathname to the specified value.
- setPattern(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the format pattern, first translating any recognized alias.
- setPattern(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the logging pattern.
- setPatternString(String) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setPaused(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the request processing paused flag for this Context.
- 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.
- setPluginClassName(String) - Static method in class org.jboss.logging.Logger
-
Set the LoggerPlugin implementation class name in use
- setPollerSize(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setPollerSize(int) - Method in class org.apache.coyote.ajp.AjpProtocol
-
- setPollerSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setPollerSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
-
- setPollerSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setPollerSize(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- setPollTime(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setPollTime(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setPollTime(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setPort(int) - Method in class org.apache.catalina.connector.Connector
-
Set the port number on which we listen for requests.
- setPort(int) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
-
- 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
-
- setPositive(boolean) - Method in class org.jboss.web.rewrite.RewriteCond
-
- setPrefix(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- setPrefix(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the log file prefix.
- 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.
- setProperty(String, String) - Method in class org.apache.catalina.connector.Connector
-
Set a configured property.
- setProperty(String, String) - Method in class org.apache.coyote.http11.Http11Protocol
-
Set a property.
- setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setProperty(Object, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
Find a method with the right name If found, call the method ( if param is
int or boolean we'll convert value to the right type before) - that means
you can have setDebug(1).
- setPropertyResolved(boolean) - Method in class org.apache.el.lang.EvaluationContext
-
- setPropertyResolved(boolean) - Method in class org.apache.jasper.el.ELContextWrapper
-
- setProtocol(String) - Method in interface org.apache.catalina.Cluster
-
Deprecated.
- setProtocol(String) - Method in class org.apache.catalina.connector.Connector
-
Set the Coyote protocol which will be used by the connector.
- setProtocol(String) - Method in class org.apache.catalina.connector.Request
-
Set the protocol name and version associated with this Request.
- setProtocol(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setProtocol(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setProtocolHandler() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
-
Set the java.protocol.handler.pkgs system property.
- setProtocolHandlerClassName(String) - Method in class org.apache.catalina.connector.Connector
-
Set the class name of the Coyote protocol handler which will be used
by the connector.
- setProtocolHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
Header that holds the incoming protocol, usally named X-Forwarded-Proto
.
- setProtocolHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
Header that holds the incoming protocol, usally named X-Forwarded-Proto
.
- setProtocolHeaderHttpsValue(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
Case insensitive value of the protocol header to indicate that the incoming http request uses HTTPS.
- setProtocolHeaderHttpsValue(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
Case insensitive value of the protocol header to indicate that the incoming http request uses SSL.
- setProtocols(String) - Method in class org.apache.coyote.http11.Http11Protocol
-
- setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
-
- setProxiesHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
The proxiesHeader directive specifies a header into which mod_remoteip will collect a list of all of the intermediate client IP
addresses trusted to resolve the actual remote IP.
- setProxiesHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
The proxiesHeader directive specifies a header into which mod_remoteip will collect a list of all of the intermediate client IP
addresses trusted to resolve the actual remote IP.
- 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.
- setQsappend(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setQualifiedNames(boolean) - Method in class org.apache.catalina.util.DOMWriter
-
- setQuery(MessageBytes) - Method in class org.apache.tomcat.util.http.Parameters
-
- setQueryField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the URL part of the HTTP query.
- setQueryString(String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- setQueryString(String) - Method in class org.apache.catalina.connector.Request
-
Set the query string for this Request.
- setQueryString(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setQueryStringEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
-
- setQuietShutdown(long, boolean) - Static method in class org.apache.tomcat.jni.SSLContext
-
Sets the "quiet shutdown" flag for ctx to be
mode.
- setRandomClass(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
-
Specify the class to use to generate the nonces.
- setrbb(long, ByteBuffer) - Static method in class org.apache.tomcat.jni.Socket
-
Set internal receive ByteBuffer.
- setReadable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setReader(BufferedReader) - Method in class org.apache.catalina.connector.Request
-
Replaces the reader with an application provided one.
- setRealm(Realm) - Method in interface org.apache.catalina.Container
-
Set the Realm with which this Container is associated.
- setRealm(Realm) - Method in class org.apache.catalina.core.ContainerBase
-
Set the Realm with which this Container is associated.
- setRealmName(String) - Method in class org.apache.catalina.deploy.LoginConfig
-
- setRealmPath(String) - Method in class org.apache.catalina.realm.RealmBase
-
- setReconnectInterval(int) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- setRedirect(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setRedirectCode(int) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setRedirectPort(int) - Method in class org.apache.catalina.connector.Connector
-
Set the redirect port number.
- setRefererField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the referer.
- setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
-
- setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
- setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
-
- setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
-
- setRejectedSessions(int) - Method in interface org.apache.catalina.Manager
-
Sets the number of sessions that were not created because the maximum
number of active sessions was reached.
- setRejectedSessions(int) - Method in class org.apache.catalina.session.PersistentManagerBase
-
- setRejectedSessions(int) - Method in class org.apache.catalina.session.StandardManager
-
- setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- setRemainingName(Name) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
-
- setRemoteAddr(String) - Method in class org.apache.catalina.connector.Request
-
Set the IP address of the remote client associated with this Request.
- setRemoteAddr(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setRemoteAddr(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setRemoteHost(String) - Method in class org.apache.catalina.connector.Request
-
Set the fully qualified name of the remote client associated with this
Request.
- setRemoteHost(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setRemoteHost(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setRemoteHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the remote host.
- setRemoteIPHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
Name of the http header from which the remote ip is extracted.
- setRemoteIpHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
Name of the http header from which the remote ip is extracted.
- setRemotePort(int) - Method in class org.apache.coyote.Request
-
- setReplaceWelcomeFiles(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the "replace welcome files" property.
- setRepository(File) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Sets the directory used to temporarily store files that are larger
than the configured size threshold.
- setReqTime(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- setRequest(Request) - Method in class org.apache.catalina.connector.InputBuffer
-
Associated Coyote request.
- setRequest(Request) - Method in class org.apache.catalina.connector.Response
-
Set the Request with which this Response is associated.
- setRequest(Request) - Method in class org.apache.catalina.core.DummyResponse
-
- setRequest(Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
Reads the request body and buffers it.
- setRequest(Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Read the content length from the request.
- setRequest(Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Read the content length from the request.
- setRequest(Request) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Set the content length on the request.
- setRequest(Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
-
Set the associated reauest.
- setRequest(Request) - Method in interface org.apache.coyote.http11.InputFilter
-
Some filters need additional parameters from the request.
- setRequest(Request) - Method in class org.apache.coyote.Response
-
- setRequestAndResponse(ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- setRequestCount(int) - Method in class org.apache.catalina.core.StandardWrapper
-
- setRequestCount(int) - Method in class org.apache.coyote.RequestGroupInfo
-
- setRequestCount(int) - Method in class org.apache.coyote.RequestInfo
-
- setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.connector.Request
-
Set a flag indicating whether or not the requested session ID for this
request came in through a cookie.
- setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.core.DummyRequest
-
- setRequestedSessionId(String) - Method in class org.apache.catalina.connector.Request
-
Set the requested session ID for this request.
- setRequestedSessionId(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setRequestedSessionURL(boolean) - Method in class org.apache.catalina.connector.Request
-
Set a flag indicating whether or not the requested session ID for this
request came in through a URL.
- setRequestedSessionURL(boolean) - Method in class org.apache.catalina.core.DummyRequest
-
- setRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- setRequestURI(String) - Method in class org.apache.catalina.connector.Request
-
Set the unparsed request URI for this Request.
- setRequestURI(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setRequired(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpProcessor
-
- setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpProtocol
-
- setRequireReauthentication(boolean) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Sets whether each request needs to be reauthenticated (by an
Authenticator downstream in the pipeline) to the security
Realm
, or if this Valve can itself bind security info
to the request, based on the presence of a valid SSO entry, without
rechecking with the
Realm
- setResolveHosts(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the resolve hosts flag.
- setResolveHosts(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Determines whether IP host name resolution is done.
- setResolverName(Name) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
-
- setResources(DirContext) - Method in interface org.apache.catalina.Container
-
Set the Resources object with which this Container is associated.
- setResources(DirContext) - Method in class org.apache.catalina.core.ContainerBase
-
Set the resources DirContext object with which this Container is
associated.
- setResources(DirContext) - Method in class org.apache.catalina.core.StandardContext
-
Set the resources DirContext object with which this Container is
associated.
- setResourceType(String) - Method in class org.apache.naming.resources.ResourceAttributes
-
Type mutator.
- setResponse(Response) - Method in class org.apache.catalina.connector.OutputBuffer
-
Associated Coyote response.
- setResponse(Response) - Method in class org.apache.catalina.connector.Request
-
Set the Response with which this Request is associated.
- setResponse(Response) - Method in class org.apache.catalina.core.DummyRequest
-
- setResponse(HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
-
Sets HttpServletResponse object used to set headers and send
output to
- setResponse(Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Some filters need additional parameters from the response.
- setResponse(Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Some filters need additional parameters from the response.
- setResponse(Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Some filters need additional parameters from the response.
- setResponse(Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
-
Some filters need additional parameters from the response.
- setResponse(Response) - Method in 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
-
- 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
-
- setRootCause(Throwable) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
-
- setRotatable(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the value is we should we rotate the logs
- setRpName(ObjectName) - Method in class org.apache.coyote.RequestInfo
-
- setRunAs(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the run-as identity for this servlet.
- setRunAs(String) - Method in interface org.apache.catalina.Wrapper
-
Set the run-as identity for this servlet.
- setRunAsRole(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- setSaveOnRestart(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Set the option to save sessions to the Store when the Manager is
shut down, then loaded when the Manager starts again.
- setsbb(long, ByteBuffer) - Static method in class org.apache.tomcat.jni.Socket
-
Set internal send ByteBuffer.
- setScheme(String) - Method in class org.apache.catalina.connector.Connector
-
Set the scheme that will be assigned to requests received through
this connector.
- setScheme(String) - Method in class org.apache.catalina.connector.Request
-
Set the name of the scheme associated with this request.
- setScheme(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setScheme(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setScheme(String) - Method in class org.apache.tomcat.util.http.BaseRequest
-
Set the scheme.
- setScope(String) - Method in class org.apache.catalina.deploy.jsp.TagVariableInfo
-
- setScriptingInvalid(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- setSecure(boolean) - Method in class org.apache.catalina.connector.Connector
-
Set the secure connection flag that will be assigned to requests
received through this connector.
- setSecure(boolean) - Method in class org.apache.catalina.connector.Request
-
Set the value to be returned by isSecure()
for this Request.
- setSecure(boolean) - Method in class org.apache.catalina.core.DummyRequest
-
- setSecure(boolean) - Method in class org.apache.catalina.deploy.SessionCookie
-
- setSecure(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setSecure(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSecure(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
-
- setSecure(boolean) - Method in class org.apache.tomcat.util.http.BaseRequest
-
Set whether the request is secure or not.
- setSecure(boolean) - Method in class org.apache.tomcat.util.http.ServerCookie
-
- setSecurePagesWithPragma(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the value of the flag that states what headers we add to disable
proxy caching.
- setSecurityLoginConfigurationProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setSecurityPolicy(SecurityPolicy) - Method in interface org.apache.cometd.bayeux.Bayeux
-
Sets the security policy to be used in this Bayeux session
- setSecurityPolicy(SecurityPolicy) - Method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- setSecurityPolicyProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setSendfile(boolean) - Method in class org.apache.coyote.Request
-
- setSendfileEnd(long) - Method in class org.apache.coyote.Response
-
- setSendfilePath(String) - Method in class org.apache.coyote.Response
-
- setSendfileSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSendfileSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSendfileStart(long) - Method in class org.apache.coyote.Response
-
- setServer(String) - Method in class org.apache.catalina.core.StandardContext
-
- setServer(Server) - Method in class org.apache.catalina.core.StandardService
-
Set the Server
with which we are associated (if any).
- setServer(Server) - Method in interface org.apache.catalina.Service
-
Set the Server
with which we are associated (if any).
- setServer(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Set the server header name.
- setServer(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setServer(String) - Method in class org.apache.coyote.http11.Http11Processor
-
Set the server header name.
- setServer(String) - Method in class org.apache.coyote.http11.Http11Protocol
-
- setServer(MBeanServer) - Static method in class org.apache.tomcat.util.modeler.Registry
-
Deprecated.
Use the instance method
- setServerName(String) - Method in class org.apache.catalina.connector.Request
-
Set the name of the server (virtual host) to process this request.
- setServerName(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setServerPort(int) - Method in class org.apache.catalina.connector.Request
-
Set the port number of the server to process this request.
- setServerPort(int) - Method in class org.apache.catalina.core.DummyRequest
-
- setServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setServerPort(int) - Method in class org.apache.coyote.Request
-
- setServerPort(int) - Method in class org.apache.tomcat.util.http.BaseRequest
-
Set the server port
- setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- setService(Service) - Method in class org.apache.catalina.connector.Connector
-
Set the Service
with which we are associated (if any).
- setService(Service) - Method in class org.apache.catalina.core.StandardEngine
-
Set the Service
with which we are associated (if any).
- setService(Service) - Method in interface org.apache.catalina.Engine
-
Set the Service
with which we are associated (if any).
- setServlet(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the associated servlet instance.
- setServlet(Servlet) - Method in interface org.apache.catalina.Wrapper
-
Set the associated servlet instance.
- setServletClass(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the fully qualified servlet class name for this servlet.
- setServletClass(String) - Method in interface org.apache.catalina.Wrapper
-
Set the fully qualified servlet class name for this servlet.
- setServletClassLastModifiedTime(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Sets the last-modified time of the servlet class file associated with
this JspServletWrapper.
- setServletClassName(String) - Method in class org.apache.jasper.JspCompilationContext
-
- setServletName(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the name of this servlet.
- setServletPackageName(String) - Method in class org.apache.jasper.JspCompilationContext
-
The package name into which the servlet class is generated.
- setServletPath(String) - Method in class org.apache.catalina.connector.Request
-
Set the servlet path for this Request.
- setServletPath(String) - Method in class org.apache.catalina.core.DummyRequest
-
- setServletSecurity(ServletSecurityElement) - Method in class org.apache.catalina.core.StandardWrapper
-
Set an associated ServletSecurity on mappings which are currently associated
with the Servlet.
- setServletSecurity(ServletSecurityElement) - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- setServletSecurity(ServletSecurityElement) - Method in interface org.apache.catalina.Wrapper
-
Set an associated ServletSecurity.
- setSessionAppCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the App column for the table.
- setSessionAverageAliveTime(int) - Method in interface org.apache.catalina.Manager
-
Sets the average time (in seconds) that expired sessions had been
alive.
- setSessionAverageAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
-
Sets the average time (in seconds) that expired sessions had been
alive.
- setSessionCookie(SessionCookie) - Method in interface org.apache.catalina.Context
-
Set the session cookie configuration.
- setSessionCookie(SessionCookie) - Method in class org.apache.catalina.core.StandardContext
-
Set the session cookie configuration.
- setSessionCounter(int) - Method in interface org.apache.catalina.Manager
-
Sets the total number of sessions created by this manager.
- setSessionCounter(int) - Method in class org.apache.catalina.session.ManagerBase
-
- setSessionDataCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Data column for the table
- setSessionIdCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Id column for the table.
- setSessionIdLength(int) - Method in interface org.apache.catalina.Manager
-
Sets the session id length (in bytes) for Sessions created by this
Manager.
- setSessionIdLength(int) - Method in class org.apache.catalina.session.ManagerBase
-
Sets the session id length (in bytes) for Sessions created by this
Manager.
- setSessionInactiveInterval(int) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
Specify the session timeout (in seconds) for a crawler's session.
- setSessionLastAccessedCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Last Accessed column for the table
- setSessionMaxAliveTime(int) - Method in interface org.apache.catalina.Manager
-
Sets the longest time (in seconds) that an expired session had been
alive.
- setSessionMaxAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
-
Sets the longest time (in seconds) that an expired session had been
alive.
- setSessionMaxInactiveCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Max Inactive column for the table
- setSessionTable(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the table for this Store.
- setSessionTimeout(int) - Method in interface org.apache.catalina.Context
-
Set the default session timeout (in minutes) for this
web application.
- setSessionTimeout(int) - Method in class org.apache.catalina.core.StandardContext
-
Set the default session timeout (in minutes) for this
web application.
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.catalina.core.ApplicationContext
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.catalina.core.StandardContext
-
- setSessionValidCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Is Valid column for the table
- setSetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setShortname(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- setShutdowType(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set SSL connection shutdown type
The following levels are available for level:
- setSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
- setSizeThreshold(int) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Sets the size threshold beyond which files are written directly to disk.
- setSkip(int) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setSmallIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
-
- setSmallIcon(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- setSocket(Socket) - Method in class org.apache.catalina.core.DummyRequest
-
- setSocket(long) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
Set the underlying socket.
- setSocket(long) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Set the underlying socket.
- setSocketBuffer(int) - Method in class org.apache.coyote.http11.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.MbeansDescriptorsDOMSource
-
- setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
- setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
-
- setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
-
- setSource(Object) - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
-
Set the source to be used to load the mbeans
- setSpareNotFoundEntries(int) - Method in class org.apache.naming.resources.ResourceCache
-
Set the amount of spare not found entries.
- setSSLCACertificateFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCACertificateFile(String) - Method in class org.apache.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
-
- setSSLContext(SSLContext) - Method in class org.apache.coyote.http11.Http11Protocol
-
- 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
-
- setSSLInsecureRenegotiation(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLPassword(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLPassword(String) - Method in class org.apache.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.core.DummyRequest
-
- setStream(OutputStream) - Method in class org.apache.catalina.core.DummyResponse
-
- setString(String) - Method in class org.apache.catalina.util.StringParser
-
Set the String we are currently parsing.
- setString(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Set the content to be a string
- setSub(String) - Method in class org.jboss.web.rewrite.Substitution
-
- setSubstitution(Substitution) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setSubstitutionString(String) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setSuffix(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the log file suffix.
- setSupportedConnTypes(int) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- setSuspended(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
-
Set the suspended flag.
- setSuspended(boolean) - Method in class org.apache.catalina.connector.Response
-
Set the suspended flag.
- setSuspended(boolean) - Method in class org.apache.catalina.core.DummyResponse
-
- setSwallowInput(boolean) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
Set the swallow input flag.
- setSwallowInput(boolean) - Method in class org.apache.coyote.http11.InternalInputBuffer
-
Set the swallow input flag.
- setTableName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the table where the logs are stored.
- setTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
-
- setTagClassName(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- setTagExtraInfo(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- setTagFileJarUrl(String, URL) - Method in class org.apache.jasper.JspCompilationContext
-
- setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
-
- setTagName(String) - Method in class org.apache.catalina.deploy.jsp.TagInfo
-
- setTcpNoDelay(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setTcpNoDelay(boolean) - Method in class org.apache.coyote.ajp.AjpProtocol
-
- setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
-
- setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- setTestString(String) - Method in class org.jboss.web.rewrite.RewriteCond
-
- setText(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
-
Set or replace the text value
- setThreadBindingListener(ThreadBindingListener) - Method in interface org.apache.catalina.Context
-
Get the associated ThreadBindingListener.
- setThreadBindingListener(ThreadBindingListener) - Method in class org.apache.catalina.core.StandardContext
-
Get the associated ThreadBindingListener.
- setThreadPriority(int) - Method in class org.apache.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
-
- setThreshold(int) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
Specify the threshold (in seconds) used when checking for stuck threads.
- setTimeout(int) - Method in class org.apache.catalina.connector.HttpEventImpl
-
- setTimeout(long) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- setTimeout(int) - Method in class org.apache.catalina.connector.Request
-
Set connection timeout.
- setTimeout(int) - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- setTimeout(int) - Method in class org.apache.coyote.ajp.AjpProcessor
-
- setTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- setTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setTimeout(int) - Method in class org.apache.coyote.http11.Http11Processor
-
- setTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
-
- setTimeout(int) - Method in interface org.jboss.servlet.http.HttpEvent
-
This method sets the timeout in milliseconds of idle time on the connection.
- setTimeout0(int) - Method in class org.apache.catalina.connector.Request
-
- setTimestampField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the server-determined timestamp.
- setTimeZone(TimeZone) - Method in class org.apache.catalina.util.Strftime
-
Change the timezone used to format dates
- setTldScanTime(long) - Method in class org.apache.catalina.core.StandardContext
-
- setTlibversion(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- setTokenPollerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpProcessor
-
- setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpProtocol
-
- setTrainThreshold(int) - Method in class org.apache.tomcat.util.buf.StringCache
-
- setTrimDirectiveWhitespaces(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
-
- setTrustedProxies(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- setTrustedProxies(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
- 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(HttpEvent.EventType) - Method in class org.apache.catalina.connector.HttpEventImpl
-
- setType(String) - Method in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- setType(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
- setType(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
-
Used if a single component is loaded
- setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
Used if a single component is loaded
- setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
-
Used if a single component is loaded
- setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
-
Used if a single component is loaded
- setType(boolean) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setTypeValue(String) - Method in class org.jboss.web.rewrite.RewriteRule
-
- setUnloadDelay(long) - Method in class org.apache.catalina.core.StandardContext
-
Set the value of the unloadDelay flag, which represents the amount
of ms that the container will wait when unloading servlets.
- setupFromContext(ServletContext) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Uses the ServletContext to set some CGI variables
- setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Uses the HttpServletRequest to set most CGI variables
- setUri(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- setURIConverter(B2CConverter) - Method in class org.apache.catalina.connector.Request
-
Set the URI converter.
- setURIEncoding(String) - Method in class org.apache.catalina.connector.Connector
-
Set the URI encoding to be used for the URI.
- setUrlCacheProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setURLDecoder(UDecoder) - Method in class org.apache.tomcat.util.http.Parameters
-
- setUrn(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- setUseBodyEncodingForURI(boolean) - Method in class org.apache.catalina.connector.Connector
-
Set if the entity body encoding should be used for the URI.
- setUseContextClassLoader(boolean) - Static method in class org.apache.tomcat.util.modeler.Registry
-
Allow containers to isolate apps.
- setUseIPVHosts(boolean) - Method in class org.apache.catalina.connector.Connector
-
Enable the use of IP-based virtual hosting.
- setUseJsonFiltered(boolean) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- setUseLongContentLength(boolean) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
- setUserAgentField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the user agent.
- setUserClass(String) - Method in class org.apache.catalina.startup.UserConfig
-
Set the user database class name for this component.
- 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.
- setUserField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the remote user name.
- setUserPrincipal(Principal) - Method in class org.apache.catalina.connector.Request
-
Set the Principal who has been authenticated for this Request.
- setUserPrincipal(Principal) - Method in class org.apache.catalina.core.DummyRequest
-
- setUseSendfile(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setUseSendfile(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setValid(boolean) - Method in interface org.apache.catalina.Session
-
Set the isValid
flag for this session.
- setValid(boolean) - Method in class org.apache.catalina.session.StandardSession
-
Set the isValid
flag for this session.
- setValid(boolean) - Method in class org.apache.tomcat.util.buf.TimeStamp
-
- setValidate(boolean) - Method in class org.apache.catalina.realm.RealmBase
-
Set the "validate certificate chains" flag.
- setValidateUri(boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setValidator(TagLibraryValidatorInfo) - Method in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- setValidatorClass(String) - Method in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
-
- setValue(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
-
- setValue(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).
- setWorkDir(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the work directory for this Context.
- setWorkDir(String) - Method in class org.apache.catalina.core.StandardHost
-
Host work directory base.
- setWorkerThreadName(String) - Method in class org.apache.coyote.RequestInfo
-
- setWrapper(Wrapper) - Method in class org.apache.catalina.connector.Request
-
Set the Wrapper within which this Request is being processed.
- setWrapper(Wrapper) - Method in interface org.apache.catalina.ContainerServlet
-
Set the Wrapper with which this Servlet is associated.
- setWrapper(Wrapper) - Method in class org.apache.catalina.core.DummyRequest
-
- setWrapperClass(String) - Method in interface org.apache.catalina.Context
-
Set the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- setWrapperClass(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- setWriteable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setWriter(PrintWriter) - Method in class org.apache.catalina.connector.Response
-
- setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
-
- setWriterEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
-
- setWriteResponseBodyStarted(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- setXmlParsingProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setXpoweredBy(boolean) - Method in class org.apache.catalina.connector.Connector
-
Enables or disables the generation of an X-Powered-By header (with value
Servlet/2.4) for all servlet-generated responses returned by this
Connector.
- Shm - Class in org.apache.tomcat.jni
-
Shm
- Shm() - Constructor for class org.apache.tomcat.jni.Shm
-
- shortname - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- shtmlRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
-
default pattern for ssi filter content type matching
- shutdown(long, int) - Static method in class org.apache.tomcat.jni.Socket
-
Shutdown either reading, writing, or both sides of a socket.
- shutdown() - Static method in class org.jboss.web.php.Library
-
- 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.jasper.runtime.CharBuffer
-
Obtain the current size of this buffer.
- size - Variable in class org.apache.naming.resources.CacheEntry
-
- size() - Method in class org.apache.naming.resources.ResourceAttributes
-
Retrieves the number of attributes in the attribute set.
- size - Variable in class org.apache.tomcat.jni.FileInfo
-
The size of the file
- size(long) - Static method in class org.apache.tomcat.jni.Shm
-
Retrieve the length of a shared memory segment in bytes.
- size() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
-
Return the current size of the byte array.
- size - Variable in class org.apache.tomcat.util.http.MimeHeaders.NamesEnumerator
-
- size() - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Returns the current number of header fields.
- size - Variable in class org.apache.tomcat.util.http.MimeHeaders.ValuesEnumerator
-
- size - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- size() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- size - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
-
- size() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
-
How many elements are there in this queue?
- size - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
-
- size() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketList
-
- size - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketTimeouts
-
- size() - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
-
How many elements are there in this queue?
- skip(long) - Method in class org.apache.catalina.connector.CoyoteReader
-
- skip(long) - Method in class org.apache.catalina.connector.InputBuffer
-
- skip(long) - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Skip characters.
- skip(long) - Method in class org.apache.jasper.xmlparser.UCSReader
-
Skip characters.
- skip(long) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Skip characters.
- skip(long) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Skips the given number of bytes.
- skip - Variable in class org.jboss.web.rewrite.RewriteRule
-
This flag forces the rewriting engine to skip the next num rules in
sequence when the current rule matches.
- skipChar(char) - Method in class org.apache.catalina.util.StringParser
-
Advance the current parsing position while it is pointing at the
specified character, or until it moves past the end of the string.
- skipChar(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Skips a character appearing immediately on the input.
- 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 - 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.StandardPipeline
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.filters.FilterBase
-
- 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.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.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 - 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.RemoteIpValve
-
The StringManager 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 - 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 - Static variable in class org.apache.tomcat.util.http.HttpMessages
-
- sm - Static variable in class org.apache.tomcat.util.http.Parameters
-
- sm - Static variable in class org.apache.tomcat.util.net.AprEndpoint
-
- sm - Variable in class org.apache.tomcat.util.net.JIoEndpoint
-
- sm - Variable in class org.jboss.web.php.LifecycleListener
-
The string manager for this package.
- 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 - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Source.
- source - Variable in class org.apache.tomcat.util.modeler.modules.ModelerSource
-
- SP - Static variable in class org.apache.coyote.ajp.Constants
-
SP.
- SP - Static variable in class org.apache.coyote.http11.Constants
-
SP.
- SPACES - Static variable in class org.apache.jasper.compiler.ServletWriter
-
- spareNotFoundEntries - Variable in class org.apache.naming.resources.ResourceCache
-
Spare amount of not found entries.
- specialCharactersRepresentation - Static variable in class org.apache.jasper.tagplugins.jstl.Util
-
- 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, boolean) - Constructor for class org.apache.catalina.ssi.SSIProcessor
-
- SSIServlet - Class in org.apache.catalina.ssi
-
Servlet to process SSI requests within a webpage.
- SSIServlet() - Constructor for class org.apache.catalina.ssi.SSIServlet
-
- SSIServletExternalResolver - Class in org.apache.catalina.ssi
-
An implementation of SSIExternalResolver that is used with servlets.
- SSIServletExternalResolver(ServletContext, HttpServletRequest, HttpServletResponse, boolean, int, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver
-
- SSIServletExternalResolver.ServletContextAndPath - Class in org.apache.catalina.ssi
-
- 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_ALLOW_UNSAFE_LEGACY_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_CIPHER_SERVER_PREFERENCE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_EPHEMERAL_RSA - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_MICROSOFT_SESS_ID_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_MSIE_SSLV2_RSA_PADDING - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NETSCAPE_CA_DN_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NETSCAPE_CHALLENGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_SSLv2 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_SSLv3 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_TLSv1 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_PKCS1_CHECK_1 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_PKCS1_CHECK_2 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_SINGLE_DH_USE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_SINGLE_ECDH_USE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_SSLEAY_080_CLIENT_DH_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_TLS_BLOCK_PADDING_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_TLS_D5_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_TLS_ROLLBACK_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_ALL - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_EXPORTCERTDATA - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_FAKEBASICAUTH - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_NONE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_OPTRENEGOTIATE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_RELSET - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_STDENVVARS - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_STRICTREQUIRE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_ALL - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_NONE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_SSLV2 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_SSLV3 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_TLSV1 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_SESSION_ID_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute under which we store the session id being used
for this SSL connection (as an object of type java.lang.String).
- SSL_SHUTDOWN_TYPE_ACCURATE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_SHUTDOWN_TYPE_STANDARD - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_SHUTDOWN_TYPE_UNCLEAN - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_SHUTDOWN_TYPE_UNSET - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_DH_1024 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_DH_2048 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_DH_4096 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_DH_512 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_MAX - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_RSA_1024 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_RSA_2048 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_RSA_4096 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_RSA_512 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_VERIFY_CLIENT_ONCE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_VERIFY_FAIL_IF_NO_PEER_CERT - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_VERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_VERIFY_PEER - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_VERIFY_PEER_STRICT - Static variable in class org.apache.tomcat.jni.SSL
-
- sslAttributes - Variable in class org.apache.catalina.connector.Request
-
Get SSL attributes.
- SSLAuthenticator - Class in org.apache.catalina.authenticator
-
An Authenticator and Valve implementation of authentication
that utilizes SSL certificates to identify client users.
- SSLAuthenticator() - Constructor for class org.apache.catalina.authenticator.SSLAuthenticator
-
- SSLCACertificateFile - Variable in class org.apache.tomcat.util.net.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
-
- SSLInsecureRenegotiation - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL allow insecure renegotiation for the the client that does not
support the secure renegotiation.
- SSLPassword - Variable in class org.apache.tomcat.util.net.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.
- STAGE_ENDED - Static variable in class org.apache.coyote.Constants
-
- STAGE_ENDINPUT - Static variable in class org.apache.coyote.Constants
-
- STAGE_ENDOUTPUT - Static variable in class org.apache.coyote.Constants
-
- STAGE_KEEPALIVE - Static variable in class org.apache.coyote.Constants
-
- STAGE_NEW - Static variable in class org.apache.coyote.Constants
-
- STAGE_PARSE - Static variable in class org.apache.coyote.Constants
-
- STAGE_PREPARE - Static variable in class org.apache.coyote.Constants
-
- STAGE_SERVICE - Static variable in class org.apache.coyote.Constants
-
- STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
-
These classes/packages are automatically imported by the
generated code.
- StandardContext - Class in org.apache.catalina.core
-
Standard implementation of the Context interface.
- StandardContext() - Constructor for class org.apache.catalina.core.StandardContext
-
Create a new StandardContext component with the default basic Valve.
- StandardEngine - Class in org.apache.catalina.core
-
Standard implementation of the Engine interface.
- StandardEngine() - Constructor for class org.apache.catalina.core.StandardEngine
-
Create a new StandardEngine component with the default basic Valve.
- StandardHost - Class in org.apache.catalina.core
-
Standard implementation of the Host interface.
- StandardHost() - Constructor for class org.apache.catalina.core.StandardHost
-
Create a new StandardHost component with the default basic Valve.
- StandardManager - Class in org.apache.catalina.session
-
Standard implementation of the Manager interface that provides
simple session persistence across restarts of this component (such as
when the entire server is shut down and restarted, or when a particular
web application is reloaded.
- StandardManager() - Constructor for class org.apache.catalina.session.StandardManager
-
- StandardPart - Class in org.apache.catalina.core
-
Adaptor to allow
FileItem
objects generated by the package renamed
commons-upload to be used by the Servlet 3.0 upload API that expects
Part
s.
- 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.DigestAuthenticator
-
- start() - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Prepare for the beginning of active use of the public methods of this
component.
- start() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
-
Initialize the database we will be using for client verification
and certificate validation (if any).
- start() - Method in class org.apache.catalina.connector.Connector
-
Begin processing requests via this Connector.
- start(Runnable) - Method in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- start() - Method in class org.apache.catalina.core.ContainerBase
-
Prepare for active use of the public methods of this Component.
- start() - Method in class org.apache.catalina.core.StandardContext
-
Start this Context component.
- start() - Method in class org.apache.catalina.core.StandardEngine
-
Start this Engine component.
- start() - Method in class org.apache.catalina.core.StandardHost
-
Start this host.
- start() - Method in class org.apache.catalina.core.StandardPipeline
-
Prepare for active use of the public methods of this Component.
- start() - Method in class org.apache.catalina.core.StandardServer
-
Prepare for the beginning of active use of the public methods of this
component.
- start() - Method in class org.apache.catalina.core.StandardService
-
Prepare for the beginning of active use of the public methods of this
component.
- start() - Method in class org.apache.catalina.core.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.realm.RealmBase
-
Prepare for the beginning of active use of the public methods of this
component.
- start - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
-
- start() - Method in class org.apache.catalina.session.JDBCStore
-
Called once when this Store is first started.
- start() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Prepare for the beginning of active use of the public methods of this
component.
- start() - Method in class org.apache.catalina.session.StandardManager
-
Prepare for the beginning of active use of the public methods of this
component.
- start() - Method in class org.apache.catalina.session.StoreBase
-
Prepare for the beginning of active use of the public methods of this
component.
- start() - Method in class org.apache.catalina.startup.ContextConfig
-
Process a "start" event for this Context.
- start() - Method in class org.apache.catalina.startup.EngineConfig
-
Process a "start" event for this Engine.
- start() - Method in class org.apache.catalina.startup.HostConfig
-
Process a "start" event for this Host.
- start() - Method in class org.apache.catalina.valves.AccessLogValve
-
Prepare for the beginning of active use of the public methods of this
component.
- start() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- start() - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
Prepare for the beginning of active use of the public methods of this
component.
- start() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Invoked by Tomcat on startup.
- start() - Method in class org.apache.catalina.valves.SemaphoreValve
-
Prepare for the beginning of active use of the public methods of this
component.
- start() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- start() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- start() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- start() - Method in class org.apache.coyote.http11.Http11Protocol
-
- start() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
-
Start the protocol.
- start() - Method in interface org.apache.coyote.ProtocolHandler
-
Start the protocol.
- start() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
-
- start - 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() - Method in class org.jboss.web.rewrite.RewriteValve
-
- 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
-
- startChildren - Variable in class org.apache.catalina.core.ContainerBase
-
Will children be started automatically when they are added.
- started - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Has this component been started?
- started - Variable in class org.apache.catalina.authenticator.SingleSignOn
-
Component started flag.
- started - Variable in class org.apache.catalina.connector.Connector
-
Has this component been started yet?
- started - Variable in class org.apache.catalina.core.ContainerBase
-
Has this component been started?
- started - Variable in class org.apache.catalina.core.StandardPipeline
-
Has this component been started yet?
- started - Variable in class org.apache.catalina.realm.RealmBase
-
Has this component been started?
- started - Variable in class org.apache.catalina.session.PersistentManagerBase
-
Has this component been started yet?
- started - Variable in class org.apache.catalina.session.StandardManager
-
Has this component been started yet?
- started - Variable in class org.apache.catalina.session.StoreBase
-
Has this component been started yet?
- started - Variable in class org.apache.catalina.valves.AccessLogValve
-
Has this component been started yet?
- started - Variable in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- started - Variable in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
Has this component been started yet?
- starting - Variable in class org.apache.catalina.core.StandardContext
-
The application starting flag for this Context.
- 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, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Return true
if the given string
starts with the
given prefix
ignoring case.
- startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns true if the message bytes starts with the specified string.
- startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Returns true if the message bytes starts with the specified string.
- startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns true if the message bytes starts with the specified string.
- startTime - Variable in class org.apache.catalina.core.StandardContext
-
- startup() - Static method in class org.jboss.web.php.Library
-
- StartUp() - Static method in class org.jboss.web.php.Library
-
- 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
-
- 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(HttpServletResponse, int) - Static method in class org.jboss.web.php.SAPI
-
- 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.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.realm.RealmBase
-
Gracefully terminate the active use of the public methods of this
component.
- stop() - Method in class org.apache.catalina.session.JDBCStore
-
Gracefully terminate everything associated with our db.
- stop() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Gracefully terminate the active use of the public methods of this
component.
- stop() - Method in class org.apache.catalina.session.StandardManager
-
Gracefully terminate the active use of the public methods of this
component.
- stop() - Method in class org.apache.catalina.session.StoreBase
-
Gracefully terminate the active use of the public methods of this
component.
- stop() - Method in class org.apache.catalina.startup.ContextConfig
-
Process a "stop" event for this Context.
- stop() - Method in class org.apache.catalina.startup.EngineConfig
-
Process a "stop" event for this Engine.
- stop() - Method in class org.apache.catalina.startup.HostConfig
-
Process a "stop" event for this Host.
- stop() - Method in class org.apache.catalina.valves.AccessLogValve
-
Gracefully terminate the active use of the public methods of this
component.
- stop() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- stop() - Method in class org.apache.catalina.valves.EventOrAsyncConnectionManagerValve
-
Gracefully terminate the active use of the public methods of this
component.
- stop() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Invoked by tomcat on shutdown.
- stop() - Method in class org.apache.catalina.valves.SemaphoreValve
-
Gracefully terminate the active use of the public methods of this
component.
- stop() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
-
- stop() - Method in class org.apache.tomcat.util.modeler.Registry
-
Lifecycle method - clean up the registry metadata.
- stop() - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
-
Reset all metadata cached by this registry.
- stop() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Stop the endpoint.
- stop() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- stop() - Method in class org.jboss.web.rewrite.RewriteValve
-
- STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component stop" event.
- stopped - Variable in class org.apache.catalina.connector.Connector
-
The shutdown signal to our background thread
- 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
-
- 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.util
-
Utility class for working with streams.
- strerror(int) - Static method in exception org.apache.tomcat.jni.Error
-
Return a human readable string describing the specified error.
- strftime - Variable in class org.apache.catalina.ssi.SSIMediator
-
- Strftime - Class in org.apache.catalina.util
-
Converts dates to strings using the same format specifiers as strftime
Note: This does not mimic strftime perfectly.
- Strftime(String) - Constructor for class org.apache.catalina.util.Strftime
-
Create an instance of this date formatting class
- Strftime(String, Locale) - Constructor for class org.apache.catalina.util.Strftime
-
Create an instance of this date formatting class
- STRICT_AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
-
Allow any authenticated user only if there are no web-app/security-roles
- STRICT_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
-
Use the strict servlet spec interpretation which requires that the user
have one of the web-app/security-role/role-name
- STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.catalina.Globals
-
The master flag which controls strict servlet specification
compliance.
- STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.tomcat.util.http.CookieSupport
-
If set to true, we parse cookies strictly according to the servlet,
cookie and HTTP specs by default.
- 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.
- StuckThreadDetectionValve - Class in org.apache.catalina.valves
-
This valve allows to detect requests that take a long time to process, which might
indicate that the thread that is processing it is stuck.
- StuckThreadDetectionValve() - Constructor for class org.apache.catalina.valves.StuckThreadDetectionValve
-
- sub - Variable in class org.jboss.web.rewrite.Substitution
-
- subject - Variable in class org.apache.catalina.connector.Request
-
The Subject associated with the current AccessControllerContext
- SUBJECT_ATTR - Static variable in class org.apache.catalina.Globals
-
The subject under which the AccessControlContext is running.
- subscribe(Client) - Method in interface org.apache.cometd.bayeux.Channel
-
Subscribes a client to a channel.
- subscribe(Client) - Method in class org.apache.tomcat.bayeux.ChannelImpl
-
- subscribed(ChannelImpl) - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- subscribers - Variable in class org.apache.tomcat.bayeux.ChannelImpl
-
A list of the current subscribers
- subscription - Variable in class org.apache.tomcat.bayeux.RequestBase
-
- SUBSCRIPTION_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Field names inside Bayeux messages - subscription field
- subSequence(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- substituteVariables(String) - Method in class org.apache.catalina.ssi.SSIMediator
-
Applies variable substitution to the specified String and returns the
new resolved string.
- substitution - Variable in class org.jboss.web.rewrite.RewriteRule
-
- Substitution - Class in org.jboss.web.rewrite
-
- Substitution() - Constructor for class org.jboss.web.rewrite.Substitution
-
- Substitution.MapElement - Class in org.jboss.web.rewrite
-
- Substitution.MapElement() - Constructor for class org.jboss.web.rewrite.Substitution.MapElement
-
- Substitution.RewriteCondBackReferenceElement - Class in org.jboss.web.rewrite
-
- Substitution.RewriteCondBackReferenceElement() - Constructor for class org.jboss.web.rewrite.Substitution.RewriteCondBackReferenceElement
-
- Substitution.RewriteRuleBackReferenceElement - Class in org.jboss.web.rewrite
-
- Substitution.RewriteRuleBackReferenceElement() - Constructor for class org.jboss.web.rewrite.Substitution.RewriteRuleBackReferenceElement
-
- Substitution.ServerVariableElement - Class in org.jboss.web.rewrite
-
- Substitution.ServerVariableElement() - Constructor for class org.jboss.web.rewrite.Substitution.ServerVariableElement
-
- Substitution.ServerVariableEnvElement - Class in org.jboss.web.rewrite
-
- Substitution.ServerVariableEnvElement() - Constructor for class org.jboss.web.rewrite.Substitution.ServerVariableEnvElement
-
- Substitution.ServerVariableHttpElement - Class in org.jboss.web.rewrite
-
- Substitution.ServerVariableHttpElement() - Constructor for class org.jboss.web.rewrite.Substitution.ServerVariableHttpElement
-
- Substitution.ServerVariableSslElement - Class in org.jboss.web.rewrite
-
- Substitution.ServerVariableSslElement() - Constructor for class org.jboss.web.rewrite.Substitution.ServerVariableSslElement
-
- Substitution.StaticElement - Class in org.jboss.web.rewrite
-
- Substitution.StaticElement() - Constructor for class org.jboss.web.rewrite.Substitution.StaticElement
-
- Substitution.SubstitutionElement - Class in org.jboss.web.rewrite
-
- Substitution.SubstitutionElement() - Constructor for class org.jboss.web.rewrite.Substitution.SubstitutionElement
-
- substitutionString - Variable in class org.jboss.web.rewrite.RewriteRule
-
- substract() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substract(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substract(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substract() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- substract(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- substract(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- substractB() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substringBefore(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Return the subset of the given str
that is before the first
occurence of the given separator
.
- 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.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
-
- suspend() - Method in interface org.jboss.servlet.http.HttpEvent
-
Suspend processing of the connection until the configured timeout occurs,
or resume() is called.
- swallowInput - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
-
Swallow input ? (in the case of an expectation)
- swallowInput - Variable in class org.apache.coyote.http11.InternalInputBuffer
-
Swallow input ? (in the case of an expectation)
- swapIn(String) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Look for a session in the Store and, if found, restore
it in the Manager's list of active sessions if appropriate.
- swapOut(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Remove the session from the Manager's list of active
sessions and write it out to the Store.
- 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.
- syntaxHighlight - Variable in class org.jboss.web.php.Handler
-
Are doing source sysntax highlight.
- syslog(int, String) - Static method in class org.apache.tomcat.jni.OS
-
Log message.
- sysloginit(String) - Static method in class org.apache.tomcat.jni.OS
-
Initialize system logging.
T
- T_BYTES - Static variable in class org.apache.tomcat.util.buf.MessageBytes
-
getType() is T_STR if the the object used to create the MessageBytes
was a byte[]
- T_CHARS - Static variable in class org.apache.tomcat.util.buf.MessageBytes
-
getType() is T_STR if the the object used to create the MessageBytes
was a char[]
- T_NULL - Static variable in class org.apache.tomcat.util.buf.MessageBytes
-
- T_STR - Static variable in class org.apache.tomcat.util.buf.MessageBytes
-
getType() is T_STR if the the object used to create the MessageBytes
was a String
- TAB_WIDTH - Static variable in class org.apache.jasper.compiler.ServletWriter
-
- TABLE_SIZE - Static variable in class org.apache.jasper.xmlparser.SymbolTable
-
Default table size.
- tabSize - Variable in class org.apache.el.parser.SimpleCharStream
-
- 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
-
- 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
-
- 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
- tempGet(long) - Static method in class org.apache.tomcat.jni.Directory
-
Find an existing directory suitable as a temporary storage location.
- terminate() - Static method in class org.apache.tomcat.jni.Library
-
- terminate() - Static method in class org.jboss.web.php.Library
-
Terminate PHP Engine.
- test - Variable in class org.jboss.web.rewrite.RewriteCond
-
- testString - Variable in class org.jboss.web.rewrite.RewriteCond
-
- TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- TextOptimizer - Class in org.apache.jasper.compiler
-
- TextOptimizer() - Constructor for class org.apache.jasper.compiler.TextOptimizer
-
- tfp - Variable in class org.apache.jasper.compiler.Compiler
-
- thisAccessedTime - Variable in class org.apache.catalina.session.StandardSession
-
The current accessed time for this session.
- thread - Variable in class org.apache.catalina.connector.Connector
-
The background thread.
- thread - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
-
- thread - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Worker
-
- threadBindingListener - Variable in class org.apache.catalina.core.StandardContext
-
- ThreadBindingListener - Interface in org.apache.catalina
-
Callback for establishing naming association when entering the application
scope.
- 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)
- 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.naming.resources.CacheEntry
-
- TimeStamp - Class in org.apache.tomcat.util.buf
-
Main tool for object expiry.
- TimeStamp() - Constructor for class org.apache.tomcat.util.buf.TimeStamp
-
- TIMESTAMP_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Field names inside Bayeux messages - timestamp field
- timestampFmt - Static variable in class org.apache.tomcat.bayeux.RequestBase
-
- TIMEUP - Static variable in class org.apache.tomcat.jni.Status
-
- TldDtdPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
-
- TldDtdPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
-
- TldDtdResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
-
- TldDtdResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
-
- tldScanTime - Variable in class org.apache.catalina.core.StandardContext
-
- TldSchemaPublicId_20 - Static variable in class org.apache.catalina.startup.Constants
-
- TldSchemaPublicId_21 - Static variable in class org.apache.catalina.startup.Constants
-
- TldSchemaResourcePath_20 - Static variable in class org.apache.catalina.startup.Constants
-
- TldSchemaResourcePath_21 - Static variable in class org.apache.catalina.startup.Constants
-
- tlibversion - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
The version of the tag library.
- tmpMB - Variable in class org.apache.coyote.ajp.AjpAprProcessor
-
Temp message bytes used for processing.
- tmpMB - Variable in class org.apache.coyote.ajp.AjpProcessor
-
Temp message bytes used for processing.
- toArray() - Method in class org.apache.jasper.runtime.CharBuffer
-
Render this buffer as a character array.
- toByteArray() - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
-
- toByteArray() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a byte array.
- toBytes() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Unimplemented yet.
- toChars() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Convert to char[] and fill the CharChunk.
- toCharset(String) - Static method in class org.apache.tomcat.util.buf.EncodingToCharset
-
- toClass(String, ClassLoader) - Static method in class org.apache.jasper.compiler.JspUtil
-
Returns the Class object associated with the class or
interface with the given string name.
- toEncoded(String, String) - Method in class org.apache.catalina.connector.Response
-
Return the specified URL with the specified session identifier
suitably encoded.
- toExternalForm() - 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.
- 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_BAYEUX_ATTR - Static variable in class org.apache.tomcat.bayeux.BayeuxServlet
-
Attribute to hold the TomcatBayeux object in the servlet context
- TOMCAT_CSS - Static variable in class org.apache.catalina.util.TomcatCSS
-
- tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpAprProcessor
-
Use Tomcat authentication ?
- tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpAprProtocol
-
Should authentication be done in the native webserver layer,
or in the Servlet container ?
- tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpProcessor
-
Use Tomcat authentication ?
- tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpProtocol
-
Should authentication be done in the native webserver layer,
or in the Servlet container ?
- tomcatBayeux - Variable in class org.apache.tomcat.bayeux.RequestBase
-
- TomcatBayeux - Class in org.apache.tomcat.bayeux
-
- TomcatBayeux() - Constructor for class org.apache.tomcat.bayeux.TomcatBayeux
-
- TomcatCSS - Class in org.apache.catalina.util
-
- TomcatCSS() - Constructor for class org.apache.catalina.util.TomcatCSS
-
- TomcatResolver - Class in org.jboss.web.rewrite
-
- TomcatResolver(Request) - Constructor for class org.jboss.web.rewrite.TomcatResolver
-
- toString() - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Return a String rendering of this object.
- toString() - Method in exception org.apache.catalina.connector.ClientAbortException
-
Return a formatted string that describes this exception.
- toString() - Method in class org.apache.catalina.connector.CoyotePrincipal
-
Return a String representation of this object, which exposes only
information that should be public.
- toString() - Method in class org.apache.catalina.connector.HttpEventImpl
-
- toString() - Method in class org.apache.catalina.connector.Request
-
- toString() - Method in class org.apache.catalina.ContainerEvent
-
Return a string representation of this event.
- toString() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
Return a String representation of this object.
- toString() - Method in class org.apache.catalina.core.StandardContext
-
Return a String representation of this component.
- toString() - Method in class org.apache.catalina.core.StandardEngine
-
Return a String representation of this component.
- toString() - Method in class org.apache.catalina.core.StandardHost
-
Return a String representation of this component.
- toString() - Method in class org.apache.catalina.core.StandardServer
-
Return a String representation of this component.
- toString() - Method in class org.apache.catalina.core.StandardService
-
Return a String representation of this component.
- toString() - Method in class org.apache.catalina.core.StandardWrapper
-
Return a String representation of this component.
- toString() - Method in class org.apache.catalina.deploy.ApplicationParameter
-
Return a String representation of this object.
- toString() - Method in class org.apache.catalina.deploy.ErrorPage
-
Render a String representation of this object.
- toString() - Method in class org.apache.catalina.deploy.FilterDef
-
Render a String representation of this object.
- toString() - Method in class org.apache.catalina.deploy.FilterMap
-
Render a String representation of this object.
- toString() - Method in class org.apache.catalina.deploy.LoginConfig
-
Return a String representation of this object.
- toString() - Method in class org.apache.catalina.deploy.SecurityCollection
-
Return a String representation of this security collection.
- toString() - Method in class org.apache.catalina.deploy.SecurityConstraint
-
Return a String representation of this security constraint.
- toString() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
-
- toString() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
-
- toString() - Method in class org.apache.catalina.filters.ExpiresFilter
-
- toString() - Method in exception org.apache.catalina.LifecycleException
-
Return a formatted string that describes this exception.
- toString() - Method in class org.apache.catalina.realm.GenericPrincipal
-
Return a String representation of this object, which exposes only
information that should be public.
- toString() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
-
- toString() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Print important CGI environment information in a easy-to-read HTML
table
- toString() - Method in class org.apache.catalina.session.StandardSession
-
Return a string representation of this object.
- toString() - Method in class org.apache.catalina.SessionEvent
-
Return a string representation of this event.
- toString() - Method in class org.apache.catalina.util.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.XMLString
-
Returns a string representation of this object.
- toString() - Method in class org.apache.naming.resources.CacheEntry
-
- toString() - Method in class org.apache.tomcat.bayeux.ChannelImpl
-
- toString() - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- toString() - Method in class org.apache.tomcat.bayeux.HttpError
-
- toString(byte[]) - Static method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- toString(byte[], int, int) - Static method in class org.apache.tomcat.bayeux.TomcatBayeux
-
- toString() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- toString() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- toString() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Compute the string value
- toString() - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
-
- toString() - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
-
- toString(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
-
- toString(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
-
- toString() - Method in class org.apache.tomcat.util.http.BaseRequest
-
** SLOW ** for debugging only!
- toString() - Method in class org.apache.tomcat.util.http.Cookies
-
EXPENSIVE!!! only for debugging.
- toString() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a string.
- toString(String) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a string
using the specified encoding.
- toString() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns a string representation of this object.
- toString() - Method in class org.apache.tomcat.util.http.fileupload.FileDeleteStrategy
-
Gets a string describing the delete strategy.
- toString() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
-
Returns a string representation of this object.
- toString() - Method in class org.apache.tomcat.util.http.MimeHeaders
-
EXPENSIVE!!! only for debugging.
- toString() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- toString() - Method in class org.apache.tomcat.util.json.JSONArray
-
Make a JSON text of this JSONArray.
- toString(int) - Method in class org.apache.tomcat.util.json.JSONArray
-
Make a prettyprinted JSON text of this JSONArray.
- toString() - Method in class org.apache.tomcat.util.json.JSONObject
-
Make a JSON text of this JSONObject.
- toString(int) - Method in class org.apache.tomcat.util.json.JSONObject
-
Make a prettyprinted JSON text of this JSONObject.
- toString() - Method in class org.apache.tomcat.util.json.JSONStringer
-
Return the JSON text.
- toString() - Method in class org.apache.tomcat.util.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.
- toString() - Method in class org.jboss.web.rewrite.RewriteCond
-
String representation.
- toString() - Method in class org.jboss.web.rewrite.RewriteRule
-
String representation.
- toStringInternal() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- toStringInternal() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- 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
-
- trace(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- trace(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- trace(Object) - Method in class org.jboss.logging.Logger
-
Issue a log msg with a level of TRACE.
- trace(Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log msg and throwable with a level of TRACE.
- trace(Object) - Method in interface org.jboss.logging.LoggerPlugin
-
Issue a log msg with a level of TRACE.
- trace(Object, Throwable) - Method in interface org.jboss.logging.LoggerPlugin
-
Issue a log msg and throwable with a level of TRACE.
- trace(Object) - Method in class org.jboss.logging.NullLoggerPlugin
-
- trace(Object, Throwable) - Method in class org.jboss.logging.NullLoggerPlugin
-
- track(File, Object) - Method in class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
-
Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(File, Object, FileDeleteStrategy) - Method in class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
-
Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(String, Object) - Method in class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
-
Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(String, Object, FileDeleteStrategy) - Method in class org.apache.tomcat.util.http.fileupload.FileCleaningTracker
-
Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- trainThreshold - Static variable in class org.apache.tomcat.util.buf.StringCache
-
- TRANSFERENCODING - Static variable in class org.apache.coyote.ajp.Constants
-
- TRANSFERENCODING - Static variable in class org.apache.coyote.http11.Constants
-
- translate - Static variable in class org.apache.catalina.util.Strftime
-
- translateCommand(StringBuilder, String, int, boolean) - Method in class org.apache.catalina.util.Strftime
-
Try to get the Java Date/Time formatting associated with
the C standard provided.
- TRANSPORT_CALLBACK_POLL - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Transport types - callback polling
- TRANSPORT_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Field names inside Bayeux messages - transport field
- TRANSPORT_FLASH - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Transport types - flash
- TRANSPORT_IFRAME - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Transport types - iframe
- TRANSPORT_LONG_POLL - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Transport types - long polling
- treeLookup(Name) - Method in class org.apache.naming.resources.JARDirContext
-
Entry tree lookup.
- treeLookup(Name) - Method in class org.apache.naming.resources.WARDirContext
-
Entry tree lookup.
- trimDirectiveWhitespaces - Variable in class org.apache.catalina.deploy.JspPropertyGroup
-
- 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
- TRUSTED_PROXIES_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
- trylock(long) - Static method in class org.apache.tomcat.jni.Global
-
Attempt to acquire the lock for the given mutex.
- trylock(long) - Static method in class org.apache.tomcat.jni.Lock
-
Attempt to acquire the lock for the given mutex.
- type - Variable in class org.apache.catalina.core.ContainerBase
-
- type - Variable in class org.apache.catalina.core.StandardServer
-
- type - Variable in class org.apache.catalina.core.StandardService
-
- type - Variable in class org.apache.catalina.deploy.jsp.TagAttributeInfo
-
- type - Variable in class org.apache.catalina.realm.RealmBase
-
- type - Variable in class org.apache.naming.NamingEntry
-
The type instance variable is used to avoid unsing RTTI when doing
lookups.
- TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
-
Type.
- type - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
-
- type - Variable in class org.apache.tomcat.util.modeler.ManagedBean
-
- type - Variable in class org.jboss.web.rewrite.RewriteCond.LexicalCondition
-
-1: <
0: =
1: >
- type - Variable in class org.jboss.web.rewrite.RewriteCond.ResourceCondition
-
0: -d (is directory ?)
1: -f (is regular file ?)
2: -s (is regular file with size ?)
- type - Variable in class org.jboss.web.rewrite.RewriteRule
-
Force the MIME-type of the target file to be MIME-type.
- types - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
-
- typeValue - Variable in class org.jboss.web.rewrite.RewriteRule
-
U
- UCS2BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
-
- UCS2LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
-
- UCS4BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
-
- UCS4LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
-
- UCSReader - Class in org.apache.jasper.xmlparser
-
Reader for UCS-2 and UCS-4 encodings.
- UCSReader(InputStream, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
-
Constructs an ASCII reader from the specified input stream
using the default buffer size.
- UCSReader(InputStream, int, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
-
Constructs an ASCII reader from the specified input stream
and buffer size.
- UDecoder - Class in org.apache.tomcat.util.buf
-
All URL decoding happens here.
- UDecoder() - Constructor for class org.apache.tomcat.util.buf.UDecoder
-
- UEncoder - Class in org.apache.tomcat.util.buf
-
Efficient implementation for encoders.
- UEncoder() - Constructor for class org.apache.tomcat.util.buf.UEncoder
-
- uid(String, long) - Static method in class org.apache.tomcat.jni.User
-
Get the userid for the specified username
This function is available only if APR_HAS_USER is defined.
- uidcompare(long, long) - Static method in class org.apache.tomcat.jni.User
-
Compare two user identifiers for equality.
- uidCurrent(long) - Static method in class org.apache.tomcat.jni.User
-
Get the userid (and groupid) of the calling process
This function is available only if APR_HAS_USER is defined.
- 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() - Method in interface org.apache.catalina.ThreadBindingListener
-
- unbind(String) - Method in class org.apache.naming.resources.AliasDirContext
-
- unbind(Name) - Method in class org.apache.naming.resources.BaseDirContext
-
Unbinds the named object.
- unbind(String) - Method in class org.apache.naming.resources.BaseDirContext
-
Unbinds the named object.
- unbind() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
-
Unbinds a directory context to a class loader.
- unbind(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
-
Unbinds a directory context to a class loader.
- unbind(String) - Method in class org.apache.naming.resources.FileDirContext
-
Unbinds the named object.
- unbind(String) - Method in class org.apache.naming.resources.JARDirContext
-
Unbinds the named object.
- unbind(Name) - Method in class org.apache.naming.resources.ProxyDirContext
-
Unbinds the named object.
- unbind(String) - Method in class org.apache.naming.resources.ProxyDirContext
-
Unbinds the named object.
- unbind(Name) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Unbinds the named object.
- unbind(String) - Method in class org.apache.naming.resources.ProxyDirContextFacade
-
Unbinds the named object.
- unbind(String) - Method in class org.apache.naming.resources.WARDirContext
-
Unbinds the named object.
- UNBIND_THREAD_EVENT - Static variable in interface org.apache.catalina.Context
-
The LifecycleEvent type sent to unbind context information to the thread.
- unbindThread(ClassLoader) - Method in class org.apache.catalina.core.StandardContext
-
Unbind thread.
- unbindThread() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
-
Unbinds a directory context to a thread.
- unCapitalize(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- undeployApps() - Method in class org.apache.catalina.startup.HostConfig
-
Undeploy all deployed applications.
- 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.
- unit - Variable in class org.apache.catalina.filters.ExpiresFilter.Duration
-
- unload() - Method in class org.apache.catalina.core.StandardWrapper
-
Unload all initialized instances of this servlet, after calling the
destroy()
method for each instance.
- unload() - Method in interface org.apache.catalina.Manager
-
Save any currently active sessions in the appropriate persistence
mechanism, if any.
- unload() - Method in class org.apache.catalina.session.PersistentManagerBase
-
Save all currently active sessions in the appropriate persistence
mechanism, if any.
- unload() - Method in class org.apache.catalina.session.StandardManager
-
Save any currently active sessions in the appropriate persistence
mechanism, if any.
- unload() - Method in interface org.apache.catalina.Wrapper
-
Unload all initialized instances of this servlet, after calling the
destroy()
method for each instance.
- unload(String) - Method in class org.apache.naming.resources.ResourceCache
-
- unloadDelay - Variable in class org.apache.catalina.core.StandardContext
-
Amount of ms that the container will wait for servlets to unload.
- unloadDelay - Variable in class org.apache.catalina.core.StandardWrapper
-
Wait time for servlet unload in ms.
- unloading - Variable in class org.apache.catalina.core.StandardWrapper
-
Are we unloading our servlet instance at the moment?
- unlock(long) - Static method in class org.apache.tomcat.jni.File
-
Remove any outstanding locks on the file.
- unlock(long) - Static method in class org.apache.tomcat.jni.Global
-
Release the lock for the given mutex.
- unlock(long) - Static method in class org.apache.tomcat.jni.Lock
-
Release the lock for the given mutex.
- unlockAccept() - Method in class org.apache.tomcat.util.net.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.
- 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
-
- 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(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
- uri - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for
this library.
- URI_ENCODING - Static variable in class org.apache.catalina.connector.Connector
-
- URIConverter - Variable in class org.apache.catalina.connector.Request
-
URI byte to char converter (not recycled).
- URIEncoding - Variable in class org.apache.catalina.connector.Connector
-
URI encoding.
- URL - Class in org.apache.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.
- URLDecode(String) - Static method in class org.apache.catalina.util.RequestUtil
-
Decode and return the specified URL-encoded String.
- URLDecode(String, String) - Static method in class org.apache.catalina.util.RequestUtil
-
Decode and return the specified URL-encoded String.
- URLDecode(String, String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
-
Decode and return the specified URL-encoded String.
- URLDecode(byte[]) - Static method in class org.apache.catalina.util.RequestUtil
-
Decode and return the specified URL-encoded byte array.
- URLDecode(byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
-
Decode and return the specified URL-encoded byte array.
- URLDecode(byte[], String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
-
Decode and return the specified URL-encoded byte array.
- URLEncode(String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
URL encodes a string, based on the supplied character encoding.
- urlEncode(CharChunk, ByteChunk) - Method in class org.apache.tomcat.util.buf.UEncoder
-
- urlEncoder - Static variable in class org.apache.catalina.connector.CoyoteAdapter
-
Encoder for the Location URL in HTTP redirects.
- urlEncoder - Variable in class org.apache.catalina.connector.Response
-
URL encoder.
- urlEncoder - Static variable in class org.apache.catalina.core.StandardContext
-
Array containing the safe characters set.
- urlEncoder - Static variable in class org.apache.catalina.servlets.DefaultServlet
-
Array containing the safe characters set.
- urlEncoder - Static variable in class org.apache.catalina.ssi.SSIMediator
-
- URLEncoder - Class in org.apache.catalina.util
-
This class is very similar to the java.net.URLEncoder class.
- URLEncoder() - Constructor for class org.apache.catalina.util.URLEncoder
-
- urlPatterns - Variable in class org.apache.catalina.deploy.JspPropertyGroup
-
- urn - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
The "reliable" URN indicated in the TLD.
- URN_JSPTAGDIR - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- URN_JSPTLD - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- USE_BODY_ENCODING_FOR_QUERY_STRING - Static variable in class org.apache.catalina.connector.Connector
-
- USE_CUSTOM_STATUS_MSG_IN_HEADER - Static variable in class org.apache.coyote.Constants
-
If true, custom HTTP status messages will be used in headers.
- USE_INSTANCE_MANAGER_FOR_TAGS - Static variable in class org.apache.jasper.Constants
-
- USE_PRINCIPAL_FROM_SESSION - Static variable in class org.apache.catalina.connector.Request
-
- useAcceptRanges - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Should the Accept-Ranges: bytes header be send with static resources?
- useAttributes - Variable in class org.apache.catalina.connector.Request.AsyncContextImpl
-
- useAvailable() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
Available bytes (note that due to encoding, this may not correspond )
- useBodyEncodingForURI - Variable in class org.apache.catalina.connector.Connector
-
URI encoding as body.
- useIPVHosts - Variable in class org.apache.catalina.connector.Connector
-
Flag to use IP-based virtual hosting.
- useJsonFiltered - Variable in class org.apache.tomcat.bayeux.ClientImpl
-
Does this client use json-comment-filtered messages
- useJsonFiltered() - Method in class org.apache.tomcat.bayeux.ClientImpl
-
- useLongContentLength - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
Use long contentLength as you have more 4 GB output.
- user - Variable in class org.apache.tomcat.jni.FileInfo
-
The user id that owns the file
- User - Class in org.apache.tomcat.jni
-
User
- User() - Constructor for class org.apache.tomcat.jni.User
-
- 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
-
- 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.authenticator.SingleSignOnEntry
-
- username(long, long) - Static method in class org.apache.tomcat.jni.User
-
Get the user name for a specified userid
This function is available only if APR_HAS_USER is defined.
- userPrincipal - Variable in class org.apache.catalina.connector.Request
-
User principal.
- userPrincipal - Variable in class org.apache.catalina.realm.GenericPrincipal
-
The authenticated Principal to be exposed to applications.
- userSet(long, String, String) - Static method in class org.apache.tomcat.jni.Procattr
-
Set the username used for running process
- useSendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
Use sendfile for sending static files.
- useSocketBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
-
Socket buffer (extra buffering to reduce number of packets sent).
- usingInputStream - Variable in class org.apache.catalina.connector.Request
-
Using stream flag.
- 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 - Variable in class org.apache.catalina.realm.RealmBase
-
Should we validate client certificate chains when they are presented?
- validate() - Method in class org.apache.catalina.servlets.DefaultServlet.Range
-
Validate range.
- validate(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
-
Validate entry.
- validate() - Method in interface org.apache.tomcat.bayeux.BayeuxRequest
-
Validates a specific request.
- validate() - Method in class org.apache.tomcat.bayeux.request.MetaConnectRequest
-
Check client request for validity.
- validate() - Method in class org.apache.tomcat.bayeux.request.MetaDisconnectRequest
-
Check client request for validity.
- validate() - Method in class org.apache.tomcat.bayeux.request.MetaHandshakeRequest
-
Check client request for validity.
- validate() - Method in class org.apache.tomcat.bayeux.request.MetaSubscribeRequest
-
Check client request for validity.
- validate() - Method in class org.apache.tomcat.bayeux.request.MetaUnsubscribeRequest
-
Check client request for validity.
- validate() - Method in class org.apache.tomcat.bayeux.request.PublishRequest
-
Check client request for validity.
- validate() - Method in class org.apache.tomcat.bayeux.RequestBase
-
- validateExpressions(Mark, String, Class, FunctionMapper, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Deprecated.
now delegated to the org.apache.el Package
- validateFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
-
Validate the supplied FilterMap.
- validateSecurityRoles() - Method in class org.apache.catalina.startup.ContextConfig
-
Validate the usage of security role names in the web application
deployment descriptor.
- validateUri - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
-
Should the URI be validated as required by RFC2617? Can be disabled in
reverse proxies where the proxy has modified the URI.
- validateURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
-
Validate the syntax of a proposed <url-pattern>
for conformance with specification requirements.
- Validation - Class in org.apache.el.util
-
- validator - Variable in class org.apache.catalina.deploy.jsp.TagLibraryInfo
-
- validatorClass - Variable in class org.apache.catalina.deploy.jsp.TagLibraryValidatorInfo
-
- 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(boolean) - Method in class org.apache.tomcat.util.json.JSONWriter
-
Append either the value true
or the value
false
.
- value(double) - Method in class org.apache.tomcat.util.json.JSONWriter
-
Append a double value.
- value(long) - Method in class org.apache.tomcat.util.json.JSONWriter
-
Append a long value.
- value(Object) - Method in class org.apache.tomcat.util.json.JSONWriter
-
Append an object value.
- value - Variable in class org.jboss.web.rewrite.Substitution.StaticElement
-
- valueB - Variable in class org.apache.tomcat.util.http.MimeHeaders.MimeHeaderField
-
- valueBound(HttpSessionBindingEvent) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- 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.filters.ExpiresFilter.DurationUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.catalina.filters.ExpiresFilter.StartingPoint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.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.
- valueOf(String) - Static method in enum org.jboss.servlet.http.HttpEvent.EventType
-
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.filters.ExpiresFilter.DurationUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.catalina.filters.ExpiresFilter.StartingPoint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - 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.
- values() - Static method in enum org.jboss.servlet.http.HttpEvent.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueSuffix() - Method in class org.apache.el.parser.ELParser
-
- valueUnbound(HttpSessionBindingEvent) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- Valve - Interface in org.apache.catalina
-
A Valve is a request processing component associated with a
particular Container.
- 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_FIELD - Static variable in interface org.apache.cometd.bayeux.Bayeux
-
Field names inside Bayeux messages - version field
- versionMajor - Variable in class org.apache.catalina.core.StandardContext
-
Version number.
- versionMinor - Variable in class org.apache.catalina.core.StandardContext
-
Version number.
- versionString() - Static method in class org.apache.tomcat.jni.Library
-
- versionString() - Static method in class org.apache.tomcat.jni.SSL
-
- VirtualDirContext - Class in org.apache.naming.resources
-
Extended FileDirContext implementation that will allow loading of tld files
from the META-INF directory (or subdirectories) in classpath.
- VirtualDirContext() - Constructor for class org.apache.naming.resources.VirtualDirContext
-
- 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
- W3cDatatypesDTDPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
-
- W3cDatatypesDTDResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
-
- W3cSchemaDTDPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
-
- W3cSchemaDTDResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
-
- W3cSchemaPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
-
- W3cSchemaResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
-
- wait(long, int[], int) - Static method in class org.apache.tomcat.jni.Proc
-
Wait for a child process to die
- WAIT_FOR_THREAD - Static variable in class org.apache.tomcat.util.net.Constants
-
- waitAllProcs(long, int[], int, long) - Static method in class org.apache.tomcat.jni.Proc
-
Wait for any current child process to die and return information
about that child.
- WAKEUP - 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.
- 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
-
- warn(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- warn(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
-
- warn(Object) - Method in class org.jboss.logging.Logger
-
Issue a log msg with a level of WARN.
- warn(Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log msg and throwable with a level of WARN.
- warn(Object) - Method in interface org.jboss.logging.LoggerPlugin
-
Issue a log msg with a level of WARN.
- warn(Object, Throwable) - Method in interface org.jboss.logging.LoggerPlugin
-
Issue a log msg and throwable with a level of WARN.
- warn(Object) - Method in class org.jboss.logging.NullLoggerPlugin
-
- warn(Object, Throwable) - Method in class org.jboss.logging.NullLoggerPlugin
-
- weakETag - Variable in class org.apache.naming.resources.ResourceAttributes
-
Weak ETag.
- 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
-
- 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
-
- WebSchemaPublicId_24 - Static variable in class org.apache.catalina.startup.Constants
-
- WebSchemaPublicId_25 - Static variable in class org.apache.catalina.startup.Constants
-
- WebSchemaResourcePath_24 - Static variable in class org.apache.catalina.startup.Constants
-
- WebSchemaResourcePath_25 - Static variable in class org.apache.catalina.startup.Constants
-
- WELCOME_FILES_ATTR - Static variable in class org.apache.catalina.Globals
-
The servlet context attribute under which we record the set of
welcome files (as an object of type String[]) for this application.
- welcomeFiles - Variable in class org.apache.catalina.core.StandardContext
-
The welcome files for this application.
- welcomeResources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
-
- When - Class in org.apache.jasper.tagplugins.jstl.core
-
- When() - Constructor for class org.apache.jasper.tagplugins.jstl.core.When
-
- wildcardWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
-
- workBase() - Method in class org.apache.catalina.core.StandardContext
-
- workDir - Variable in class org.apache.catalina.core.StandardContext
-
The pathname to the work directory for this context (relative to
the server's home if not absolute).
- 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 - 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(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- write(char[], int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- write(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- write(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- write(String, int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- write(byte[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- write(byte[], int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- write(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- write(int) - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
-
Write to our buffer.
- write(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.disk.DiskFileItem
-
A convenience method to write an uploaded item to disk.
- write(File) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
A convenience method to write an uploaded item to disk.
- write(int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Writes the specified byte to this output stream.
- write(byte[]) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Writes b.length
bytes from the specified byte array to this
output stream.
- write(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Writes len
bytes from the specified byte array starting at
offset off
to this output stream.
- write(Writer) - Method in class org.apache.tomcat.util.json.JSONArray
-
Write the contents of the JSONArray as JSON text to a writer.
- write(Writer) - Method in class org.apache.tomcat.util.json.JSONObject
-
Write the contents of the JSONObject as JSON text to a writer.
- WRITE - Static variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
-
- write() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
-
- write(HttpServletResponse, byte[], int) - Static method in class org.jboss.web.php.SAPI
-
- 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.
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
-
- XML_DECLARATION - Static variable in class org.apache.catalina.manager.Constants
-
- XML_STYLE - Static variable in class org.apache.catalina.manager.Constants
-
- 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
- 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 _