|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
addAlias()
.
addChild()
.
addMapper()
.
addValve()
, if this Container supports pipelines.
destroy()
method has
returned.
service()
method of a
servlet accessed via a request dispatcher has returned.
doFilter()
method of a
Filter has returned.
init()
method has returned.
service()
method has
returned.
Group
implementations.ObjectCreationFactory
implementations.Role
implementations.AbstractRuleImpl
provides basic services for Rules
implementations.
User
implementations.ServletContext
that represents
a web application's execution environment. ApplicationContext
object from the web application.LifecycleListener
that will init and
and destroy APR.ArrayStack
class from
Commons Collections, which was the only direct dependency from Digester.ArrayStack
.
ArrayStack
with an initial size.
<security-constraint>
elements in the web application
deployment descriptor. Subject
when Phase 1
fails.
Digester
matching path.
RedirectorElement
to this task.
Group
to those this user belongs to.
Group
to those this user belongs to.
Group
to those this user belongs to.
Group
to those this user belongs to.
Role
to those assigned specifically to this group.
Role
to those assigned specifically to this user.
Role
to those this group belongs to.
Role
to those this user belongs to.
Role
to those assigned specifically to this group.
Role
to those assigned specifically to this user.
Role
to those assigned specifically to this group.
Role
to those assigned specifically to this user.
Digester
instance, associating them with
our namespace URI (if any).
Digester
instance, associating them with
our namespace URI (if any).
Digester
instance, associating them with
our namespace URI (if any).
Digester
instance, associating them with
our namespace URI (if any).
Digester
instance, associating them with
our namespace URI (if any).
Digester
instance, associating them with
our namespace URI (if any).
Digester
instance, associating them with
our namespace URI (if any).
Digester
instance, associating them with
our namespace URI (if any).
Digester
instance, associating them with
our namespace URI (if any).
Digester
instance, associating them with
our namespace URI (if any).
Digester
instance, associating them with
our namespace URI (if any).
Session
to the list of those associated with
this SSO.
SetRootRule
with the specified parameters.
SetRootRule
with the specified parameters.
service()
method called.
service()
method called.
allow
expressions.
allow
regular expressions we will evaluate.
LoginContext
,
which uses it to select the set of relevant LoginModule
s.
true
if we should continue processing; otherwise
return false
.
null
.
null
.
null
.
null
.
null
.
Principal
associated with the specified username
and credentials, if there is one; otherwise return null
.
Principal
associated with the specified username
and digest, if there is one; otherwise return null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
if we are supposed to shut down.
destroy
method is about
to be called for this instance.
service()
method of a
servlet accessed via a request dispatcher is about to be called.
doFilter()
method of a
Filter is about to be called.
init()
method is about
to be called for this instance.
service()
method is about
to be called on a servlet.
SsiInclude
begin
method with namespace
and name
parameters instead.
body
method
with namespace
and name
parameters
instead.
run
method used to actually invoke the
CGI.
CallParamRule
rules or from the body of this
element. Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use CallMethodRule.CallMethodRule(String methodName,int paramCount)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use CallMethodRule.CallMethodRule(String methodName,int paramCount, String [] paramTypes)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use CallMethodRule.CallMethodRule(String methodName,int paramCount, Class [] paramTypes)
instead.
CallMethodRule.- CallParamRule(Digester, int) -
Constructor for class org.apache.tomcat.util.digester.CallParamRule
- Deprecated. The digester instance is now set in the
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use CallParamRule.CallParamRule(int paramIndex)
instead.
- CallParamRule(Digester, int, String) -
Constructor for class org.apache.tomcat.util.digester.CallParamRule
- Deprecated. The digester instance is now set in the
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use CallParamRule.CallParamRule(int paramIndex, String attributeName)
instead.
- CallParamRule(int) -
Constructor for class org.apache.tomcat.util.digester.CallParamRule
- Construct a "call parameter" rule that will save the body text of this
element as the parameter value.
- CallParamRule(int, String) -
Constructor for class org.apache.tomcat.util.digester.CallParamRule
- Construct a "call parameter" rule that will save the value of the
specified attribute as the parameter value.
- CallParamRule(int, boolean) -
Constructor for class org.apache.tomcat.util.digester.CallParamRule
- Construct a "call parameter" rule.
- CallParamRule(int, int) -
Constructor for class org.apache.tomcat.util.digester.CallParamRule
- Constructs a "call parameter" rule which sets a parameter from the stack.
- Catalina - class org.apache.catalina.startup.Catalina.
- Startup/Shutdown shell program for Catalina.
- Catalina() -
Constructor for class org.apache.catalina.startup.Catalina
-
- Catalina.CatalinaShutdownHook - class org.apache.catalina.startup.Catalina.CatalinaShutdownHook.
- Shutdown hook which will perform a clean shutdown of Catalina if needed.
- Catalina.CatalinaShutdownHook() -
Constructor for class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
-
- CatalinaCluster - interface org.apache.catalina.cluster.CatalinaCluster.
- A CatalinaCluster interface allows to plug in and out the
different cluster implementations
- CatalinaClusterSF - class org.apache.catalina.storeconfig.CatalinaClusterSF.
- Generate Cluster Element with Membership,Sender,Receiver,Deployer and
ReplicationValve
- CatalinaClusterSF() -
Constructor for class org.apache.catalina.storeconfig.CatalinaClusterSF
-
- CatalinaLaunchFilter - class org.apache.catalina.launcher.CatalinaLaunchFilter.
- This class implements the LaunchFilter interface.
- CatalinaLaunchFilter() -
Constructor for class org.apache.catalina.launcher.CatalinaLaunchFilter
-
- CatalinaProperties - class org.apache.catalina.startup.CatalinaProperties.
- Utility class to read the bootstrap Catalina configuration.
- CatalinaProperties() -
Constructor for class org.apache.catalina.startup.CatalinaProperties
-
- ChannelJni - class org.apache.jk.common.ChannelJni.
- Pass messages using jni
- ChannelJni() -
Constructor for class org.apache.jk.common.ChannelJni
-
- ChannelNioSocket - class org.apache.jk.common.ChannelNioSocket.
- Accept ( and send ) TCP messages.
- ChannelNioSocket() -
Constructor for class org.apache.jk.common.ChannelNioSocket
- jmx:managed-constructor description="default constructor"
- ChannelNioSocket.Poller - class org.apache.jk.common.ChannelNioSocket.Poller.
-
- ChannelNioSocket.SocketConnection - class org.apache.jk.common.ChannelNioSocket.SocketConnection.
-
- ChannelNioSocket.SocketInputStream - class org.apache.jk.common.ChannelNioSocket.SocketInputStream.
-
- ChannelNioSocket.SocketOutputStream - class org.apache.jk.common.ChannelNioSocket.SocketOutputStream.
-
- ChannelShm - class org.apache.jk.common.ChannelShm.
- Channel using shm.
- ChannelShm() -
Constructor for class org.apache.jk.common.ChannelShm
-
- ChannelSocket - class org.apache.jk.common.ChannelSocket.
- Accept ( and send ) TCP messages.
- ChannelSocket() -
Constructor for class org.apache.jk.common.ChannelSocket
- jmx:managed-constructor description="default constructor"
- ChannelUn - class org.apache.jk.common.ChannelUn.
- Pass messages using unix domain sockets.
- ChannelUn() -
Constructor for class org.apache.jk.common.ChannelUn
-
- CharChunk - class org.apache.tomcat.util.buf.CharChunk.
- 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 org.apache.tomcat.util.buf.CharChunk.CharInputChannel.
-
- CharChunk.CharOutputChannel - interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel.
- When we need more space we'll either
grow the buffer ( up to the limit ) or send it to a channel.
- CharsetMapper - class org.apache.catalina.util.CharsetMapper.
- 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.
- ChunkedInputFilter - class org.apache.coyote.http11.filters.ChunkedInputFilter.
- Chunked input filter.
- ChunkedInputFilter() -
Constructor for class org.apache.coyote.http11.filters.ChunkedInputFilter
-
- ChunkedOutputFilter - class org.apache.coyote.http11.filters.ChunkedOutputFilter.
- Chunked output filter.
- ChunkedOutputFilter() -
Constructor for class org.apache.coyote.http11.filters.ChunkedOutputFilter
- Default constructor.
- ClassLoaderFactory - class org.apache.catalina.startup.ClassLoaderFactory.
- Utility class for building class loaders for Catalina.
- ClassLoaderFactory() -
Constructor for class org.apache.catalina.startup.ClassLoaderFactory
-
- ClassNameMBean - class org.apache.catalina.mbeans.ClassNameMBean.
- A convenience base class for ModelMBean implementations
where the underlying base class (and therefore the set of supported
properties) is different for varying implementations of a standard
interface.
- ClassNameMBean() -
Constructor for class org.apache.catalina.mbeans.ClassNameMBean
- Construct a
ModelMBean
with default
ModelMBeanInfo
information.
- ClientAbortException - exception org.apache.catalina.connector.ClientAbortException.
- Wrap an IOException identifying it as being caused by an abort
of a request by a remote client.
- ClientAbortException() -
Constructor for class org.apache.catalina.connector.ClientAbortException
- Construct a new ClientAbortException with no other information.
- ClientAbortException(String) -
Constructor for class org.apache.catalina.connector.ClientAbortException
- Construct a new ClientAbortException for the specified message.
- ClientAbortException(Throwable) -
Constructor for class org.apache.catalina.connector.ClientAbortException
- Construct a new ClientAbortException for the specified throwable.
- ClientAbortException(String, Throwable) -
Constructor for class org.apache.catalina.connector.ClientAbortException
- Construct a new ClientAbortException for the specified message
and throwable.
- Cluster - interface org.apache.catalina.Cluster.
- 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.
- ClusterData - class org.apache.catalina.cluster.tcp.ClusterData.
-
- ClusterData() -
Constructor for class org.apache.catalina.cluster.tcp.ClusterData
-
- ClusterData(String, String, byte[], long) -
Constructor for class org.apache.catalina.cluster.tcp.ClusterData
-
- ClusterDeployer - interface org.apache.catalina.cluster.ClusterDeployer.
-
- ClusterListener - class org.apache.catalina.cluster.session.ClusterListener.
- Receive SessionID cluster change from other backup node after primary session
node is failed.
- ClusterListener() -
Constructor for class org.apache.catalina.cluster.session.ClusterListener
-
- ClusterManager - interface org.apache.catalina.cluster.ClusterManager.
- The common interface used by all cluster manager.
- ClusterMessage - interface org.apache.catalina.cluster.ClusterMessage.
-
- ClusterReceiver - interface org.apache.catalina.cluster.ClusterReceiver.
- Cluster Receiver Interface
- ClusterReceiverBase - class org.apache.catalina.cluster.tcp.ClusterReceiverBase.
- FIXME i18n log messages
- ClusterReceiverBase() -
Constructor for class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- ClusterRuleSet - class org.apache.catalina.cluster.ClusterRuleSet.
- RuleSet for processing the contents of a
Cluster definition element.
- ClusterRuleSet() -
Constructor for class org.apache.catalina.cluster.ClusterRuleSet
- Construct an instance of this
RuleSet
with the default
matching pattern prefix.
- ClusterRuleSet(String) -
Constructor for class org.apache.catalina.cluster.ClusterRuleSet
- Construct an instance of this
RuleSet
with the specified
matching pattern prefix.
- ClusterRuleSetFactory - class org.apache.catalina.startup.ClusterRuleSetFactory.
-
- ClusterRuleSetFactory() -
Constructor for class org.apache.catalina.startup.ClusterRuleSetFactory
-
- ClusterRuleSetFactory.DefaultClusterRuleSet - class org.apache.catalina.startup.ClusterRuleSetFactory.DefaultClusterRuleSet.
- RuleSet for processing the contents of a
Cluster definition element.
- ClusterRuleSetFactory.DefaultClusterRuleSet() -
Constructor for class org.apache.catalina.startup.ClusterRuleSetFactory.DefaultClusterRuleSet
- Construct an instance of this
RuleSet
with the default
matching pattern prefix.
- ClusterRuleSetFactory.DefaultClusterRuleSet(String) -
Constructor for class org.apache.catalina.startup.ClusterRuleSetFactory.DefaultClusterRuleSet
- Construct an instance of this
RuleSet
with the specified
matching pattern prefix.
- ClusterSender - interface org.apache.catalina.cluster.ClusterSender.
-
- ClusterSession - interface org.apache.catalina.cluster.ClusterSession.
-
- ClusterSessionListener - class org.apache.catalina.cluster.session.ClusterSessionListener.
- Receive replicated SessionMessage form other cluster node.
- ClusterSessionListener() -
Constructor for class org.apache.catalina.cluster.session.ClusterSessionListener
-
- ClusterSingleSignOn - class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn.
- A Valve that supports a "single sign on" user experience on
each nodes of a cluster, where the security identity of a user who successfully
authenticates to one web application is propogated to other web applications and
to other nodes cluster in the same security domain.
- ClusterSingleSignOn() -
Constructor for class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
-
- ClusterSingleSignOnListener - class org.apache.catalina.cluster.authenticator.ClusterSingleSignOnListener.
- Receive replicated SingleSignOnMessage form other cluster node.
- ClusterSingleSignOnListener() -
Constructor for class org.apache.catalina.cluster.authenticator.ClusterSingleSignOnListener
-
- ClusterValve - interface org.apache.catalina.cluster.ClusterValve.
- Cluster Valve Interface to mark all Cluster Valves
Only those Valve can'be configured as Cluster Valves
- Connector - class org.apache.catalina.connector.Connector.
- Implementation of a Coyote connector for Tomcat 5.x.
- Connector() -
Constructor for class org.apache.catalina.connector.Connector
-
- Connector(String) -
Constructor for class org.apache.catalina.connector.Connector
-
- ConnectorCreateRule - class org.apache.catalina.startup.ConnectorCreateRule.
- Rule implementation that creates a connector.
- ConnectorCreateRule() -
Constructor for class org.apache.catalina.startup.ConnectorCreateRule
-
- ConnectorMBean - class org.apache.catalina.mbeans.ConnectorMBean.
- A ModelMBean implementation for the
org.apache.coyote.tomcat5.CoyoteConnector
component. - ConnectorMBean() -
Constructor for class org.apache.catalina.mbeans.ConnectorMBean
- Construct a
ModelMBean
with default
ModelMBeanInfo
information.
- ConnectorSF - class org.apache.catalina.storeconfig.ConnectorSF.
- Store Connector and Listeners
- ConnectorSF() -
Constructor for class org.apache.catalina.storeconfig.ConnectorSF
-
- ConnectorStoreAppender - class org.apache.catalina.storeconfig.ConnectorStoreAppender.
- Store the Connector attributes.
- ConnectorStoreAppender() -
Constructor for class org.apache.catalina.storeconfig.ConnectorStoreAppender
-
- Constants - class org.apache.catalina.authenticator.Constants.
-
- Constants() -
Constructor for class org.apache.catalina.authenticator.Constants
-
- Constants - class org.apache.catalina.cluster.Constants.
- Manifest constants for the
org.apache.catalina.cluster
package. - Constants() -
Constructor for class org.apache.catalina.cluster.Constants
-
- Constants - class org.apache.catalina.cluster.mcast.Constants.
- Manifest constants for the
org.apache.catalina.cluster.mcast
package. - Constants() -
Constructor for class org.apache.catalina.cluster.mcast.Constants
-
- Constants - class org.apache.catalina.cluster.session.Constants.
- Manifest constants for the
org.apache.catalina.cluster.session
package. - Constants() -
Constructor for class org.apache.catalina.cluster.session.Constants
-
- Constants - class org.apache.catalina.cluster.tcp.Constants.
- Manifest constants for the
org.apache.catalina.cluster.tcp
package. - Constants() -
Constructor for class org.apache.catalina.cluster.tcp.Constants
-
- Constants - class org.apache.catalina.connector.Constants.
- Static constants for this package.
- Constants() -
Constructor for class org.apache.catalina.connector.Constants
-
- Constants - class org.apache.catalina.core.Constants.
-
- Constants() -
Constructor for class org.apache.catalina.core.Constants
-
- Constants - class org.apache.catalina.filters.Constants.
- Constants for this Java package.
- Constants() -
Constructor for class org.apache.catalina.filters.Constants
-
- Constants - class org.apache.catalina.loader.Constants.
-
- Constants() -
Constructor for class org.apache.catalina.loader.Constants
-
- Constants - class org.apache.catalina.realm.Constants.
- Manifest constants for this Java package.
- Constants() -
Constructor for class org.apache.catalina.realm.Constants
-
- Constants - class org.apache.catalina.servlets.Constants.
-
- Constants() -
Constructor for class org.apache.catalina.servlets.Constants
-
- Constants - class org.apache.catalina.session.Constants.
- Manifest constants for the
org.apache.catalina.session
package. - Constants() -
Constructor for class org.apache.catalina.session.Constants
-
- Constants - class org.apache.catalina.startup.Constants.
- String constants for the startup package.
- Constants() -
Constructor for class org.apache.catalina.startup.Constants
-
- Constants - class org.apache.catalina.storeconfig.Constants.
-
- Constants() -
Constructor for class org.apache.catalina.storeconfig.Constants
-
- Constants - class org.apache.catalina.users.Constants.
- Manifest constants for this Java package.
- Constants() -
Constructor for class org.apache.catalina.users.Constants
-
- Constants - class org.apache.catalina.valves.Constants.
- Manifest constants for the
org.apache.catalina.valves
package. - Constants() -
Constructor for class org.apache.catalina.valves.Constants
-
- Constants - class org.apache.coyote.Constants.
- Constants.
- Constants() -
Constructor for class org.apache.coyote.Constants
-
- Constants - class org.apache.coyote.ajp.Constants.
- Constants.
- Constants() -
Constructor for class org.apache.coyote.ajp.Constants
-
- Constants - class org.apache.coyote.http11.Constants.
- Constants.
- Constants() -
Constructor for class org.apache.coyote.http11.Constants
-
- Constants - class org.apache.naming.Constants.
- Static constants for this package.
- Constants() -
Constructor for class org.apache.naming.Constants
-
- Constants - class org.apache.naming.factory.Constants.
- Static constants for this package.
- Constants() -
Constructor for class org.apache.naming.factory.Constants
-
- Constants - class org.apache.naming.resources.Constants.
- Static constants for this package.
- Constants() -
Constructor for class org.apache.naming.resources.Constants
-
- Constants.AccessLog - class org.apache.catalina.valves.Constants.AccessLog.
-
- Constants.AccessLog() -
Constructor for class org.apache.catalina.valves.Constants.AccessLog
-
- Contained - interface org.apache.catalina.Contained.
- Decoupling interface which specifies that an implementing class is
associated with at most one Container instance.
- Container - interface org.apache.catalina.Container.
- A Container is an object that can execute requests received from
a client, and return responses based on those requests.
- ContainerBase - class org.apache.catalina.core.ContainerBase.
- 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 org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor.
- 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 org.apache.catalina.core.ContainerBase.PrivilegedAddChild.
- Perform addChild with the permissions of this class.
- ContainerEvent - class org.apache.catalina.ContainerEvent.
- 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.
- ContainerListener - interface org.apache.catalina.ContainerListener.
- Interface defining a listener for significant Container generated events.
- ContainerServlet - interface org.apache.catalina.ContainerServlet.
- 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.
- ContentType - class org.apache.tomcat.util.http.ContentType.
- Usefull methods for Content-Type processing
- ContentType() -
Constructor for class org.apache.tomcat.util.http.ContentType
-
- Context - interface org.apache.catalina.Context.
- A Context is a Container that represents a servlet context, and
therefore an individual web application, in the Catalina servlet engine.
- ContextAccessController - class org.apache.naming.ContextAccessController.
- Handles the access control on the JNDI contexts.
- ContextAccessController() -
Constructor for class org.apache.naming.ContextAccessController
-
- ContextBindings - class org.apache.naming.ContextBindings.
- Handles the associations :
Catalina context name with the NamingContext
Calling thread with the NamingContext
- ContextBindings() -
Constructor for class org.apache.naming.ContextBindings
-
- ContextConfig - class org.apache.catalina.startup.ContextConfig.
- Startup event listener for a Context that configures the properties
of that Context, and the associated defined servlets.
- ContextConfig() -
Constructor for class org.apache.catalina.startup.ContextConfig
-
- ContextConfig.ContextErrorHandler - class org.apache.catalina.startup.ContextConfig.ContextErrorHandler.
-
- ContextConfig.ContextErrorHandler() -
Constructor for class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
-
- ContextEjb - class org.apache.catalina.deploy.ContextEjb.
- Representation of an EJB resource reference for a web application, as
represented in a
<ejb-ref>
element in the
deployment descriptor. - ContextEjb() -
Constructor for class org.apache.catalina.deploy.ContextEjb
-
- ContextEnvironment - class org.apache.catalina.deploy.ContextEnvironment.
- Representation of an application environment entry, as represented in
an
<env-entry>
element in the deployment descriptor. - ContextEnvironment() -
Constructor for class org.apache.catalina.deploy.ContextEnvironment
-
- ContextEnvironmentMBean - class org.apache.catalina.mbeans.ContextEnvironmentMBean.
- A ModelMBean implementation for the
org.apache.catalina.deploy.ContextEnvironment
component. - ContextEnvironmentMBean() -
Constructor for class org.apache.catalina.mbeans.ContextEnvironmentMBean
- Construct a
ModelMBean
with default
ModelMBeanInfo
information.
- ContextLocalEjb - class org.apache.catalina.deploy.ContextLocalEjb.
- Representation of a local EJB resource reference for a web application, as
represented in a
<ejb-local-ref>
element in the
deployment descriptor. - ContextLocalEjb() -
Constructor for class org.apache.catalina.deploy.ContextLocalEjb
-
- ContextResource - class org.apache.catalina.deploy.ContextResource.
- Representation of a resource reference for a web application, as
represented in a
<resource-ref>
element in the
deployment descriptor. - ContextResource() -
Constructor for class org.apache.catalina.deploy.ContextResource
-
- ContextResourceEnvRef - class org.apache.catalina.deploy.ContextResourceEnvRef.
- Representation of an application resource reference, as represented in
an
<res-env-refy>
element in the deployment descriptor. - ContextResourceEnvRef() -
Constructor for class org.apache.catalina.deploy.ContextResourceEnvRef
-
- ContextResourceLink - class org.apache.catalina.deploy.ContextResourceLink.
- Representation of a resource link for a web application, as
represented in a
<ResourceLink>
element in the
server configuration file. - ContextResourceLink() -
Constructor for class org.apache.catalina.deploy.ContextResourceLink
-
- ContextResourceLinkMBean - class org.apache.catalina.mbeans.ContextResourceLinkMBean.
- A ModelMBean implementation for the
org.apache.catalina.deploy.ContextResourceLink
component. - ContextResourceLinkMBean() -
Constructor for class org.apache.catalina.mbeans.ContextResourceLinkMBean
- Construct a
ModelMBean
with default
ModelMBeanInfo
information.
- ContextResourceMBean - class org.apache.catalina.mbeans.ContextResourceMBean.
- A ModelMBean implementation for the
org.apache.catalina.deploy.ContextResource
component. - ContextResourceMBean() -
Constructor for class org.apache.catalina.mbeans.ContextResourceMBean
- Construct a
ModelMBean
with default
ModelMBeanInfo
information.
- ContextRuleSet - class org.apache.catalina.startup.ContextRuleSet.
- RuleSet for processing the contents of a
Context or DefaultContext definition element.
- ContextRuleSet() -
Constructor for class org.apache.catalina.startup.ContextRuleSet
- Construct an instance of this
RuleSet
with the default
matching pattern prefix.
- ContextRuleSet(String) -
Constructor for class org.apache.catalina.startup.ContextRuleSet
- Construct an instance of this
RuleSet
with the specified
matching pattern prefix.
- ContextRuleSet(String, boolean) -
Constructor for class org.apache.catalina.startup.ContextRuleSet
- Construct an instance of this
RuleSet
with the specified
matching pattern prefix.
- ContextTransaction - class org.apache.catalina.deploy.ContextTransaction.
- Representation of an application resource reference, as represented in
an
<res-env-refy>
element in the deployment descriptor. - ContextTransaction() -
Constructor for class org.apache.catalina.deploy.ContextTransaction
-
- CookieTools - class org.apache.catalina.util.CookieTools.
- Cookie utils - generate cookie header, etc
- CookieTools() -
Constructor for class org.apache.catalina.util.CookieTools
-
- Cookies - class org.apache.tomcat.util.http.Cookies.
- 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() -
Constructor for class org.apache.tomcat.util.http.Cookies
- Construct a new uninitialized cookie collection.
- CopyParentClassLoaderRule - class org.apache.catalina.startup.CopyParentClassLoaderRule.
- Rule that copies the
parentClassLoader
property from the
next-to-top item on the stack (which must be a Container
)
to the top item on the stack (which must also be a
Container
). - CopyParentClassLoaderRule() -
Constructor for class org.apache.catalina.startup.CopyParentClassLoaderRule
- Construct a new instance of this Rule.
- CoyoteAdapter - class org.apache.catalina.connector.CoyoteAdapter.
- 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 org.apache.catalina.connector.CoyoteInputStream.
- This class handles reading bytes.
- CoyoteInputStream(InputBuffer) -
Constructor for class org.apache.catalina.connector.CoyoteInputStream
-
- CoyoteOutputStream - class org.apache.catalina.connector.CoyoteOutputStream.
- Coyote implementation of the servlet output stream.
- CoyoteOutputStream(OutputBuffer) -
Constructor for class org.apache.catalina.connector.CoyoteOutputStream
-
- CoyotePrincipal - class org.apache.catalina.connector.CoyotePrincipal.
- 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 org.apache.catalina.connector.CoyoteReader.
- Coyote implementation of the buffred reader.
- CoyoteReader(InputBuffer) -
Constructor for class org.apache.catalina.connector.CoyoteReader
-
- CoyoteWriter - class org.apache.catalina.connector.CoyoteWriter.
- Coyote implementation of the servlet writer.
- CoyoteWriter(OutputBuffer) -
Constructor for class org.apache.catalina.connector.CoyoteWriter
-
- CustomObjectInputStream - class org.apache.catalina.util.CustomObjectInputStream.
- 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
- cHandler -
Variable in class org.apache.coyote.http11.Http11BaseProtocol
-
- cache -
Variable in class org.apache.catalina.authenticator.AuthenticatorBase
- Should we cache authenticated Principals if the request is part of
an HTTP session?
- cache -
Variable in class org.apache.catalina.authenticator.SingleSignOn
- The cache of SingleSignOnEntry instances for authenticated Principals,
keyed by the cookie value that is used to select them.
- cache -
Variable in class org.apache.naming.resources.ProxyDirContext
- Cache.
- cache -
Variable in class org.apache.naming.resources.ResourceCache
- Cache.
- cache -
Variable in class org.apache.tomcat.util.digester.RulesBase
- The set of registered Rule instances, keyed by the matching pattern.
- cacheClassName -
Variable in class org.apache.naming.resources.ProxyDirContext
- Cache class.
- 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 resources which will have their content cached.
- 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.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.
- cached -
Variable in class org.apache.naming.resources.BaseDirContext
- Cached.
- callMain(Class, String[]) -
Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- callMethod0(Object, String) -
Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- callMethod1(Object, String, Object, String, ClassLoader) -
Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- callMethodN(Object, String, Object[], Class[]) -
Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- callbackHandler -
Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
- The callback handler responsible for answering our requests.
- canReauthenticate -
Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
-
- canonical -
Variable in class org.apache.catalina.util.DOMWriter
- Canonical output.
- canonicalLoaderDir -
Variable in class org.apache.catalina.loader.WebappClassLoader
-
- canonicalPath -
Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
-
- 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.
- catalinaLoader -
Variable in class org.apache.catalina.startup.Bootstrap
-
- 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.
- certificates -
Variable in class org.apache.catalina.loader.ResourceEntry
- Certificates (if the resource was loaded from a JAR).
- certificates -
Variable in class org.apache.coyote.ajp.AjpAprProcessor
- Byte chunk for certs.
- chainException(Throwable, Throwable) -
Method in class org.apache.tomcat.util.compat.Jdk14Compat
- Chains the wrapped throwable to the wrapper throwable.
- chainException(Throwable, Throwable) -
Method in class org.apache.tomcat.util.compat.JdkCompat
- Chains the wrapped throwable to the wrapper throwable.
- changeRequestSessionID(Request, Response, String, String) -
Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
- Change Request Session id
- changeSessionID(Request, Response, String, String, Session) -
Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
- change session id and send to all cluster nodes
- changeSessionId(Session) -
Method in interface org.apache.catalina.Manager
- Change the session ID of the current session to a new randomly generated
session ID.
- changeSessionId(Session) -
Method in class org.apache.catalina.cluster.session.DeltaManager
- Change the session ID of the current session to a new randomly generated
session ID.
- changeSessionId(Session, boolean) -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- changeSessionId(String) -
Method in class org.apache.catalina.connector.Request
- Change the ID of the session that this request is associated with.
- changeSessionId(Session) -
Method in 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?
- charAt(int) -
Method in class org.apache.tomcat.util.buf.CharChunk
-
- charCmp(String, int, String) -
Method in class org.apache.catalina.ssi.SSIProcessor
-
- charEnabled -
Static variable in class org.apache.tomcat.util.buf.StringCache
-
- 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(char[], int, int) -
Method in class org.apache.tomcat.util.digester.Digester
- Process notification of character data received from the body of
an XML element.
- charset -
Variable in class org.apache.catalina.ant.AbstractCatalinaTask
- The charset used during URL encoding.
- charset -
Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
-
- charsetSet -
Variable in class org.apache.coyote.Response
- Has the charset been explicitly set.
- check(String) -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
- Invoke the check method on the deployer.
- check() -
Method in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
- Returns 1 if the file has been added/modified, 0 if the file is
unchanged and -1 if the file has been removed
- check() -
Method in class org.apache.catalina.cluster.deploy.WarWatcher
- check for modification and send notifcation to listener
- check() -
Method in class org.apache.catalina.startup.HostConfig
- Check status of all webapps.
- check(String) -
Method in class org.apache.catalina.startup.HostConfig
- Check status of a specific webapp, for use with stuff like management webapps.
- checkConfig() -
Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
- Checks that the certificate is compatible with the enabled cipher suites.
- checkConverter() -
Method in class org.apache.catalina.connector.InputBuffer
-
- checkConverter() -
Method in class org.apache.catalina.connector.OutputBuffer
-
- checkCredentials(DirContext, User, String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Check whether the given User can be authenticated with the
given credentials.
- checkError() -
Method in class org.apache.catalina.connector.CoyoteWriter
-
- checkError() -
Method in class org.apache.tomcat.util.log.SystemLogHandler
-
- checkExpire() -
Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
- check member expire or alive
- 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.
- checkKeepAlive() -
Method in class org.apache.catalina.cluster.tcp.DataSender
- Check, if time to close socket!
- checkKeepAlive() -
Method in interface org.apache.catalina.cluster.tcp.IDataSender
-
- checkKeepAlive() -
Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
- Check all DataSender Socket to close socket at keepAlive mode
- checkName(String) -
Static method in class org.apache.tomcat.util.http.ServerCookie
- Deprecated. - Not used
- checkNormalize(MessageBytes) -
Static method in class org.apache.catalina.connector.CoyoteAdapter
- Check that the URI is normalized following character decoding.
- checkParameter() -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
- check correct lb and worker pararmeter
- checkResources(HostConfig.DeployedApplication) -
Method in class org.apache.catalina.startup.HostConfig
- Check resources for redeployment and reloading.
- checkSecurityToken(Object, Object) -
Static method in class org.apache.naming.ContextAccessController
- Check a submitted security token.
- checkSenderDomain(SessionMessage, Member) -
Method in class org.apache.catalina.cluster.session.DeltaManager
- Test that sender and local domain is the same
- checkSendfile(HttpServletRequest, HttpServletResponse, CacheEntry, long, DefaultServlet.Range) -
Method in class org.apache.catalina.servlets.DefaultServlet
- Check if sendfile can be used.
- checkSpareControllers() -
Method in class org.apache.tomcat.util.threads.ThreadPool
- Called by the monitor thread to harvest idle threads.
- checkState(boolean) -
Method in class org.apache.catalina.cluster.deploy.FileMessageFactory
- Check to make sure the factory is able to perform the function it is
asked to do.
- checkThread() -
Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
- Start Queue thread as daemon
- checkThread() -
Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
- Start Queue thread as daemon
- checkWritable() -
Method in class org.apache.naming.NamingContext
- Throws a naming exception is Context is not writable.
- children -
Variable in class org.apache.catalina.core.ContainerBase
- The child Containers belonging to this Container, keyed by name.
- children -
Variable in class org.apache.naming.resources.WARDirContext.Entry
-
- chooseClientAlias(String[], Principal[], Socket) -
Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
- Choose an alias to authenticate the client side of a secure socket,
given the public key type and the list of certificate issuer authorities
recognized by the peer (if any).
- chooseServerAlias(String, Principal[], Socket) -
Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
- Returns this key manager's server key alias that was provided in the
constructor.
- 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.
- 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.
- classLoader -
Variable in class org.apache.tomcat.util.digester.Digester
- The class loader to use for instantiating application objects.
- className -
Variable in class org.apache.catalina.ssi.SSIMediator
-
- className -
Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
- The Java class name of the ObjectCreationFactory to be created.
- className -
Variable in class org.apache.tomcat.util.digester.ObjectCreateRule
- The Java class name of the object to be created.
- classPathAdd(URL[], String) -
Static method in class org.apache.tomcat.util.IntrospectionUtils
- Adds classpath entries from a vector of URL's to the "tc_path_add" System
property.
- clazz -
Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedGetClassLoader
-
- cleanDeployDir() -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- cleanElCache() -
Method in class org.apache.catalina.loader.WebappClassLoader
-
- cleanup() -
Method in class org.apache.catalina.cluster.deploy.FileMessageFactory
- Closes the factory, its streams and sets all its references to null
- clear() -
Method in interface org.apache.catalina.Store
- Remove all Sessions from this Store.
- clear() -
Method in class org.apache.catalina.cluster.deploy.WarWatcher
- clear watcher state
- clear() -
Method in class org.apache.catalina.cluster.io.XByteBuffer
- Resets the buffer
- clear() -
Method in class org.apache.catalina.cluster.session.DeltaRequest
-
- 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 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() -
Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- clear() -
Method in class org.apache.tomcat.util.collections.LRUCache
-
- clear() -
Method in class org.apache.tomcat.util.collections.SimpleHashtable
-
- clear() -
Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
- Clear all existing Rule instance registrations.
- clear() -
Method in class org.apache.tomcat.util.digester.Digester
- Clear the current contents of the object stack.
- clear() -
Method in interface org.apache.tomcat.util.digester.Rules
- Clear all existing Rule instance registrations.
- clear() -
Method in class org.apache.tomcat.util.digester.RulesBase
- Clear all existing Rule instance registrations.
- clear() -
Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
- Clears all Rule's
- clear() -
Method in class org.apache.tomcat.util.http.MimeHeaders
- Clears all header fields.
- 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
-
- clearFilters() -
Method in class org.apache.coyote.http11.InternalAprInputBuffer
- Clear filters.
- clearFilters() -
Method in class org.apache.coyote.http11.InternalAprOutputBuffer
- Clear filters.
- clearFilters() -
Method in class org.apache.coyote.http11.InternalInputBuffer
- Clear filters.
- clearFilters() -
Method in class org.apache.coyote.http11.InternalOutputBuffer
- Clear filters.
- clearHeaders() -
Method in class org.apache.catalina.connector.Request
- Clear the collection of Headers associated with this Request.
- clearHeaders() -
Method in class org.apache.catalina.core.DummyRequest
-
- clearLocales() -
Method in class org.apache.catalina.connector.Request
- Clear the collection of Locales associated with this Request.
- clearLocales() -
Method in class org.apache.catalina.core.DummyRequest
-
- clearParameters() -
Method in class org.apache.catalina.connector.Request
- Clear the collection of parameters associated with this Request.
- clearParameters() -
Method in class org.apache.catalina.core.DummyRequest
-
- clearReferences() -
Method in class org.apache.catalina.loader.WebappClassLoader
- Clear references.
- clearStore() -
Method in class org.apache.catalina.session.PersistentManagerBase
- Clear all sessions from the Store.
- clientAuth -
Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- 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).
- close() -
Method in interface org.apache.catalina.UserDatabase
- Finalize access to this user database.
- close() -
Method in class org.apache.catalina.cluster.tcp.WorkerThread
-
- 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.InputBuffer
- Close the input buffer.
- close() -
Method in class org.apache.catalina.connector.OutputBuffer
- Close the output buffer.
- close(Connection) -
Method in class org.apache.catalina.realm.DataSourceRealm
- Close the specified database connection.
- close(Connection) -
Method in class org.apache.catalina.realm.JDBCRealm
- Close the specified database connection.
- close(DirContext) -
Method in class org.apache.catalina.realm.JNDIRealm
- Close any open connection to the directory server for this Realm.
- close(Connection) -
Method in class org.apache.catalina.session.JDBCStore
- Close the specified database connection.
- close() -
Method in class org.apache.catalina.users.MemoryUserDatabase
- Finalize access to this user database.
- close() -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Close the specified database connection.
- close() -
Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
-
- close(MsgContext) -
Method in class org.apache.jk.common.ChannelNioSocket
-
- close(MsgContext) -
Method in class org.apache.jk.common.ChannelSocket
-
- close(MsgContext) -
Method in class org.apache.jk.common.ChannelUn
-
- close() -
Method in class org.apache.naming.NamingContext
- Closes this context.
- close() -
Method in class org.apache.naming.NamingContextBindingsEnumeration
- Closes this enumeration.
- close() -
Method in class org.apache.naming.NamingContextEnumeration
- Closes this enumeration.
- close() -
Method in class org.apache.naming.SelectorContext
- Closes this context.
- 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.RecyclableNamingEnumeration
- Closes this enumeration.
- close() -
Method in class org.apache.tomcat.util.log.SystemLogHandler
-
- closeJARs(boolean) -
Method in class org.apache.catalina.loader.WebappClassLoader
- Used to periodically signal to the classloader to release
JAR resources.
- closeJARs(boolean) -
Method in class org.apache.catalina.loader.WebappLoader
- Used to periodically signal to the classloader to release JAR resources.
- closeRedirector() -
Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
- Ask redirector to close all the streams.
- closeServerSocket() -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- closeSocket() -
Method in class org.apache.catalina.cluster.tcp.DataSender
- close socket
- closed -
Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
- Once the factory is used, it can not be reused.
- cluster -
Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- cluster -
Variable in class org.apache.catalina.cluster.session.ClusterListener
-
- cluster -
Variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
- the cluster
- cluster -
Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
-
- cluster -
Variable in class org.apache.catalina.core.ContainerBase
- The cluster with which this Container is associated.
- clusterImpName -
Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Name for logging purpose
- clusterListeners -
Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Listeners of messages
- clusterName -
Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- The cluster name to join
- cnonce -
Variable in class org.apache.catalina.realm.JAASCallbackHandler
- Client generated nonce.
- codeBase -
Variable in class org.apache.catalina.loader.ResourceEntry
- URL of the codebase from where the object was loaded.
- collection -
Variable in class org.apache.naming.resources.DirContextURLConnection
- Associated DirContext.
- collection -
Variable in class org.apache.naming.resources.ResourceAttributes
- Collection flag.
- command -
Variable in class org.apache.catalina.util.ProcessEnvironment
- Deprecated. command to be invoked
- commands -
Variable in class org.apache.catalina.ssi.SSIProcessor
-
- commit() -
Method in class org.apache.catalina.realm.JAASMemoryLoginModule
- Phase 2 of authenticating a
Subject
when Phase 1
was successful.
- commit() -
Method in class org.apache.coyote.http11.InternalAprOutputBuffer
- Commit the response.
- commit() -
Method in class org.apache.coyote.http11.InternalOutputBuffer
- Commit the response.
- commited -
Variable in class org.apache.coyote.Response
- Committed flag.
- committed -
Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
- Has our own
commit()
returned successfully?
- committed -
Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
- Committed flag.
- committed -
Variable in class org.apache.coyote.http11.InternalOutputBuffer
- Committed flag.
- commonLoader -
Variable in class org.apache.catalina.startup.Bootstrap
-
- compCtx -
Variable in class org.apache.catalina.core.NamingContextListener
- Comp context.
- compare(ByteChunk, byte[]) -
Static method in class org.apache.tomcat.util.buf.StringCache
- Compare given byte chunk with byte array.
- compare(CharChunk, char[]) -
Static method in class org.apache.tomcat.util.buf.StringCache
- Compare given char chunk with char array.
- compareCredentials(DirContext, User, String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Check whether the credentials presented by the user match those
retrieved from the directory.
- compareTo(Object) -
Method in class org.apache.naming.resources.WARDirContext.Entry
-
- component -
Variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
- The owning Catalina component that we are attached to.
- composeName(Name, Name) -
Method in class org.apache.naming.NamingContext
- Composes the name of this context with a name relative to this context.
- composeName(String, String) -
Method in class org.apache.naming.NamingContext
- Composes the name of this context with a name relative to this context.
- composeName(Name, Name) -
Method in class org.apache.naming.SelectorContext
- Composes the name of this context with a name relative to this context.
- composeName(String, String) -
Method in class org.apache.naming.SelectorContext
- Composes the name of this context with a name relative to this context.
- 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.
- compressableMimeTypes -
Variable in class org.apache.coyote.http11.Http11AprProcessor
- List of MIMES which could be gzipped
- compressableMimeTypes -
Variable in class org.apache.coyote.http11.Http11Processor
- List of MIMES which could be gzipped
- 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.Http11Processor
- Minimum contentsize to make compression.
- compressionStream -
Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
- Compression output stream.
- concurrency -
Variable in class org.apache.catalina.valves.SemaphoreValve
- Concurrency level of the semaphore.
- conditionalState -
Variable in class org.apache.catalina.ssi.SSIMediator
-
- config -
Variable in class org.apache.catalina.ant.DeployTask
- URL of the context configuration file for this application, if any.
- config -
Variable in class org.apache.catalina.ant.InstallTask
- Deprecated. URL of the context configuration file for this application, if any.
- config -
Variable in class org.apache.catalina.ssi.SSIFilter
-
- configBase -
Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
- Path where context descriptors should be deployed.
- configBase -
Variable in class org.apache.catalina.startup.HostConfig
- Config base.
- configBase() -
Method in class org.apache.catalina.startup.HostConfig
- Return a File object representing the "configuration root" directory
for our associated Host.
- configBase(Context) -
Method in class org.apache.catalina.storeconfig.StandardContextSF
- Return a File object representing the "configuration root" directory for
our associated Host.
- configClass -
Variable in class org.apache.catalina.startup.HostConfig
- The Java class name of the Context configuration class we should use.
- configErrMsg -
Variable in class org.apache.catalina.ssi.SSIMediator
-
- configFile -
Variable in class org.apache.catalina.startup.Catalina
- Pathname to the server configuration file.
- configFile() -
Method in class org.apache.catalina.startup.Catalina
- Return a File object representing our configuration file.
- configHome -
Variable in class org.apache.jk.config.BaseJkConfig
-
- configSizeFmt -
Variable in class org.apache.catalina.ssi.SSIMediator
-
- configTimeFmt -
Variable in class org.apache.catalina.ssi.SSIMediator
-
- configure() -
Method in class org.apache.tomcat.util.digester.Digester
-
Provide a hook for lazy configuration of this
Digester
instance.
- configureClientAuth(SSLServerSocket) -
Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
-
- configureClientAuth(SSLSocket) -
Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
-
- 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.
- configureSchema(Digester) -
Static method in class org.apache.catalina.startup.DigesterFactory
- Turn on DTD and/or validation (based on the parser implementation)
- configureSessionCookie(Cookie) -
Method in class org.apache.catalina.connector.Request
- Configures the given JSESSIONID cookie.
- configured -
Variable in class org.apache.tomcat.util.digester.Digester
- Has this Digester been configured yet.
- connect() -
Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
-
- connect() -
Method in class org.apache.catalina.cluster.tcp.DataSender
- Connect other cluster member receiver
- connect() -
Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
- Connect to socket and start background thread to push queued messages
- connect() -
Method in interface org.apache.catalina.cluster.tcp.IDataSender
-
- connect() -
Method in class org.apache.catalina.cluster.tcp.PooledSocketSender
-
- connect() -
Method in class org.apache.naming.resources.DirContextURLConnection
- Connect to the DirContext, and retrive the bound object, as well as
its attributes.
- connectCounter -
Variable in class org.apache.catalina.cluster.tcp.DataSender
- number of connects
- connectionAttempt -
Variable in class org.apache.catalina.realm.JNDIRealm
- The number of connection attempts.
- connectionName -
Variable in class org.apache.catalina.realm.JDBCRealm
- The connection username to use when trying to connect to the database.
- connectionName -
Variable in class org.apache.catalina.realm.JNDIRealm
- The connection username for the server we will contact.
- connectionName -
Variable in class org.apache.catalina.session.JDBCStore
- The connection username to use when trying to connect to the database.
- connectionName -
Variable in class org.apache.catalina.valves.JDBCAccessLogValve
- The connection username to use when trying to connect to the database.
- connectionPassword -
Variable in class org.apache.catalina.realm.JDBCRealm
- The connection URL to use when trying to connect to the database.
- connectionPassword -
Variable in class org.apache.catalina.realm.JNDIRealm
- The connection password for the server we will contact.
- connectionPassword -
Variable in class org.apache.catalina.session.JDBCStore
- The connection URL to use when trying to connect to the database.
- connectionPassword -
Variable in class org.apache.catalina.valves.JDBCAccessLogValve
- The connection URL to use when trying to connect to the database.
- connectionURL -
Variable in class org.apache.catalina.realm.JDBCRealm
- The connection URL to use when trying to connect to the database.
- connectionURL -
Variable in class org.apache.catalina.realm.JNDIRealm
- The connection URL for the server we will contact.
- connectionURL -
Variable in class org.apache.catalina.session.JDBCStore
- Connection string to use when connecting to the DB.
- connector -
Variable in class org.apache.catalina.connector.MapperListener
- Associated 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.
- connectors -
Variable in class org.apache.catalina.core.StandardService
- The set of Connectors associated with this Service.
- container -
Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- The Container associated with this Cluster.
- container -
Variable in class org.apache.catalina.connector.Connector
- The Container used for processing requests received by this Connector.
- container -
Variable in class org.apache.catalina.core.NamingContextListener
- Associated container.
- 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.
- containerEvent(ContainerEvent) -
Method in interface org.apache.catalina.ContainerListener
- Acknowledge the occurrence of the specified event.
- containerEvent(ContainerEvent) -
Method in class org.apache.catalina.connector.MapperListener
-
- containerEvent(ContainerEvent) -
Method in class org.apache.catalina.core.NamingContextListener
- Acknowledge the occurrence of the specified event.
- containerEvent(ContainerEvent) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Handle a
ContainerEvent
from one of the Containers we are
interested in.
- containerEventMethod -
Variable in class org.apache.catalina.session.StandardSession
- The
java.lang.Method
for the
fireContainerEvent()
method of the
org.apache.catalina.core.StandardContext
method,
if our Context implementation is of this class.
- containerEventTypes -
Static variable in class org.apache.catalina.session.StandardSession
- The method signature for the
fireContainerEvent
method.
- containerLog -
Variable in class org.apache.catalina.realm.RealmBase
- Container log
- containerLog -
Variable in class org.apache.catalina.valves.ValveBase
- Container log
- containsCTL(String, int) -
Static method in class org.apache.tomcat.util.http.ServerCookie
-
- 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.
- 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.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.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() -
Method in class org.apache.tomcat.util.http.BaseRequest
- Get the content type
- 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 -
Variable in class org.apache.catalina.core.StandardContext
- The ServletContext implementation associated with this Context.
- context -
Variable in class org.apache.catalina.realm.JNDIRealm
- The directory context linking us to our directory server.
- context -
Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- context -
Variable in class org.apache.catalina.startup.ContextConfig
- The Context we are associated with.
- context -
Variable in class org.apache.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 -
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
-
- contextClass -
Variable in class org.apache.catalina.startup.HostConfig
- The Java class name of the Context implementation we should use.
- contextConfig() -
Method in class org.apache.catalina.startup.ContextConfig
- Process the default configuration file, if it exists.
- contextDigester -
Static variable in class org.apache.catalina.startup.ContextConfig
- The
Digester
we will use to process web application
context files.
- contextFactory -
Variable in class org.apache.catalina.realm.JNDIRealm
- The JNDI context factory used to acquire our InitialContext.
- contextList -
Variable in class org.apache.tomcat.util.http.mapper.Mapper.Host
-
- 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
-
- 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
-
- 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, Class) -
Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- convert(ByteChunk, CharChunk) -
Method in class org.apache.tomcat.util.buf.B2CConverter
- Deprecated.
- convert(ByteChunk, CharChunk, int) -
Method in class org.apache.tomcat.util.buf.B2CConverter
- Convert a buffer of bytes into a chars.
- convert(char[], int, int) -
Method in class org.apache.tomcat.util.buf.C2BConverter
- Generate the bytes using the specified encoding
- convert(String) -
Method in class org.apache.tomcat.util.buf.C2BConverter
- Generate the bytes using the specified encoding
- convert(char) -
Method in class org.apache.tomcat.util.buf.C2BConverter
- Generate the bytes using the specified encoding
- convert(MessageBytes) -
Method in class org.apache.tomcat.util.buf.C2BConverter
- Convert a message bytes chars 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.
- convertStr(String) -
Method in class org.apache.catalina.storeconfig.StoreAppender
- Given a string, this method replaces all occurrences of ' <', '>', '&',
and '"'.
- convertStringToType(String, String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
- Convert string to datatype FIXME How we can transfer values from ant
project reference store (ref)?
- convertToBytes(String) -
Static method in class org.apache.tomcat.util.buf.ByteChunk
- Convert specified String to a byte array.
- convertURI(MessageBytes, Request) -
Method in class org.apache.catalina.connector.CoyoteAdapter
- Character conversion of the URI.
- 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.
- cookiesParsed -
Variable in class org.apache.catalina.connector.Request
- Cookies parsed flag.
- copy(File, File) -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
- Copy a file to the specified temp directory.
- copy(CacheEntry, InputStream, ServletOutputStream) -
Method in class org.apache.catalina.servlets.DefaultServlet
- Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copy(CacheEntry, InputStream, PrintWriter) -
Method in class org.apache.catalina.servlets.DefaultServlet
- Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copy(CacheEntry, ServletOutputStream, DefaultServlet.Range) -
Method in class org.apache.catalina.servlets.DefaultServlet
- Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copy(CacheEntry, PrintWriter, DefaultServlet.Range) -
Method in class org.apache.catalina.servlets.DefaultServlet
- Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copy(CacheEntry, ServletOutputStream, Iterator, String) -
Method in class org.apache.catalina.servlets.DefaultServlet
- Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copy(CacheEntry, PrintWriter, Iterator, 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.
- copyBytes(byte[], int, int, int) -
Static method in class org.apache.catalina.connector.CoyoteAdapter
- Copy an array of bytes to a different position.
- copyRange(InputStream, ServletOutputStream) -
Method in class org.apache.catalina.servlets.DefaultServlet
- Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copyRange(Reader, PrintWriter) -
Method in class org.apache.catalina.servlets.DefaultServlet
- Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copyRange(InputStream, ServletOutputStream, long, long) -
Method in class org.apache.catalina.servlets.DefaultServlet
- Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copyRange(Reader, PrintWriter, long, long) -
Method in class org.apache.catalina.servlets.DefaultServlet
- Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- count -
Static variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- count -
Variable in class org.apache.tomcat.util.collections.MultiMap
-
- countPackages() -
Method in class org.apache.catalina.cluster.io.XByteBuffer
- Internal mechanism to make a check if a complete package exists
within the buffer
- coyoteRequest -
Variable in class org.apache.catalina.connector.Request
- Coyote request.
- coyoteResponse -
Variable in class org.apache.catalina.connector.Response
- Coyote response.
- create() -
Method in class org.apache.catalina.core.StandardContext
-
- create() -
Method in class org.apache.catalina.startup.Catalina
-
- create -
Variable in class org.apache.catalina.startup.ContextRuleSet
- Should the context be created.
- createAccessLoggerValve(String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new AccessLoggerValve.
- createAjpConnector(String, String, int) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new AjpConnector
- createClassLoader(File[], File[], ClassLoader) -
Static method in class org.apache.catalina.startup.ClassLoaderFactory
- Create and return a new class loader, based on the configuration
defaults and the specified directory paths:
- createClassLoader(File[], File[], URL[], ClassLoader) -
Static method in class org.apache.catalina.startup.ClassLoaderFactory
- Create and return a new class loader, based on the configuration
defaults and the specified directory paths:
- createClassLoader(String[], Integer[], ClassLoader) -
Static method in class org.apache.catalina.startup.ClassLoaderFactory
- Create and return a new class loader, based on the configuration
defaults and the specified directory paths:
- createConnectionHandler() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- createConnectionHandler() -
Method in class org.apache.coyote.http11.Http11Protocol
-
- createConnector(InetAddress, int, boolean) -
Method in class org.apache.catalina.startup.Embedded
- Create, configure, and return a new TCP/IP socket connector
based on the specified properties.
- createConnector(String, int, boolean) -
Method in class org.apache.catalina.startup.Embedded
-
- createConnector(InetAddress, int, String) -
Method in class org.apache.catalina.startup.Embedded
-
- createConnector(String, int, String) -
Method in class org.apache.catalina.startup.Embedded
-
- createContext(String, String) -
Method in class org.apache.catalina.startup.Embedded
- Create, configure, and return a Context that will process all
HTTP requests received from one of the associated Connectors,
and directed to the specified context path on the virtual host
to which this Context is connected.
- createContextDigester() -
Method in class org.apache.catalina.startup.ContextConfig
- Create (if necessary) and return a Digester configured to process the
context configuration descriptor for an application.
- createDataPackage(byte[], int) -
Static method in class org.apache.catalina.cluster.io.XByteBuffer
- Creates a complete data package
- createDataSourceRealm(String, String, String, String, String, String, String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new DataSource Realm.
- createDefaultClusterListener() -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Create default session cluster listener:
<ClusterListener
className="org.apache.catalina.cluster.session.ClusterSessionListener" />
- createDefaultClusterReceiver() -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Create default receiver:
<Receiver
className="org.apache.catalina.cluster.tcp.SocketReplicationListener"
tcpListenAddress="auto"
tcpListenPort="8015"
tcpListenMaxPort="8019"
doReceivedProcessingStats="true"
/>
- createDefaultClusterSender() -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Create default cluster sender
<Sender
className="org.apache.catalina.cluster.tcp.ReplicationTransmitter"
replicationMode="fastasyncqueue"
doTransmitterProcessingStats="true"
doProcessingStats="true"/>
- createDefaultClusterValves() -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Create default ReplicationValve
<Valve
className="org.apache.catalina.cluster.tcp.ReplicationValve"
filter=".*\.gif;.*\.js;.*\.css;.*\.png;.*\.jpeg;.*\.jpg;.*\.htm;.*\.html;.*\.txt;"
primaryIndicator="true" />
- createDefaultMembershipService() -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Create default membership service:
<Membership
className="org.apache.catalina.cluster.mcast.McastService"
mcastAddr="228.0.0.4"
mcastPort="8012"
mcastFrequency="1000"
mcastDropTime="30000"/>
- createDigester() -
Static method in class org.apache.catalina.startup.HostConfig
- Create the digester which will be used to parse context config files.
- createDigester() -
Static method in class org.apache.catalina.storeconfig.StoreLoader
- Create and configure the Digester we will be using for setup store
registry.
- 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.cluster.session.DeltaManager
- Create DeltaSession
- createEmptySession() -
Method in class org.apache.catalina.session.ManagerBase
- Get a session from the recycled ones or create a new empty one.
- createEngine() -
Method in class org.apache.catalina.startup.Embedded
- Create, configure, and return an Engine that will process all
HTTP requests received from one of the associated Connectors,
based on the specified properties.
- 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.
- createGroup(String, String) -
Method in interface org.apache.catalina.UserDatabase
- Create and return a new
Group
defined in this user database.
- createGroup(String, String) -
Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
- Create a new Group and return the corresponding MBean Name.
- createGroup(String, String) -
Method in class org.apache.catalina.users.MemoryUserDatabase
- Create and return a new
Group
defined in this user database.
- createHost(String, String) -
Method in class org.apache.catalina.startup.Embedded
- Create, configure, and return a Host that will process all
HTTP requests received from one of the associated Connectors,
and directed to the specified virtual host.
- createHttpConnector(String, String, int) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new HttpConnector
- createHttpsConnector(String, String, int) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new HttpsConnector
- createInputStream() -
Method in class org.apache.catalina.connector.Request
- Create and return a ServletInputStream to read the content
associated with this Request.
- createInputStream() -
Method in class org.apache.catalina.core.DummyRequest
-
- createJAASRealm(String, String, String, String, String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new JAAS Realm.
- createJDBCRealm(String, String, String, String, String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new JDBC Realm.
- createJMXConnection(String, String, String, String, String) -
Static method in class org.apache.catalina.ant.jmx.JMXAccessorTask
- create a new JMX Connection with auth when username and password is set.
- createJNDIRealm(String, String, String, String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new JNDI Realm.
- createLoader(ClassLoader) -
Method in class org.apache.catalina.startup.Embedded
- Create and return a class loader manager that can be customized, and
then attached to a Context, before it is started.
- createMBean() -
Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
- create StoreConfig MBean and load StoreRgistry MBeans name is
Catalina:type=StoreConfig
- createMBeans() -
Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
- Create the MBeans for the interesting global JNDI resources.
- createMBeans(String, Context) -
Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
- Create the MBeans for the interesting global JNDI resources in
the specified naming context.
- createMBeans(String, UserDatabase) -
Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
- Create the MBeans for the specified UserDatabase and its contents.
- createMBeans() -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans that correspond to every existing node of our tree.
- createMBeans(Connector) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for the specified Connector and its nested components.
- createMBeans(Context) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for the specified Context and its nested components.
- createMBeans(ContextEnvironment) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for the specified ContextEnvironment entry.
- createMBeans(ContextResource) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for the specified ContextResource entry.
- createMBeans(ContextResourceLink) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for the specified ContextResourceLink entry.
- createMBeans(Engine) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for the specified Engine and its nested components.
- createMBeans(Host) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for the specified Host and its nested components.
- createMBeans(MBeanFactory) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for MBeanFactory.
- createMBeans(NamingResources) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for the specified NamingResources and its
nested components.
- createMBeans(Server) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for the specified Server and its nested components.
- createMBeans(Service) -
Method in class org.apache.catalina.mbeans.ServerLifecycleListener
- Create the MBeans for the specified Service and its nested components.
- createManager(String) -
Method in interface org.apache.catalina.Cluster
- Create a new manager which will use this cluster to replicate its
sessions.
- createManager(String) -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Create new Manager without add to cluster (comes with start the manager)
- createMemoryRealm(String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new Memory Realm.
- createMsgContext() -
Method in class org.apache.jk.common.JniHandler
- Create a msg context to be used with the shm channel
- createMsgContext() -
Method in interface org.apache.jk.core.JkChannel
- Create a new request endpoint.
- createMsgContext() -
Method in class org.apache.jk.core.JkHandler
-
- createMsgContext(int) -
Method in class org.apache.jk.core.JkHandler
-
- createObject(Attributes) -
Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
- Factory method called by
FactoryCreateRule
to supply an
object based on the element's attributes.
- createObject(Attributes) -
Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
- Factory method called by
FactoryCreateRule
to supply an
object based on the element's attributes.
- createObjectName(String, String) -
Method in class org.apache.catalina.connector.Connector
-
- createObjectName(String, ObjectName) -
Method in class org.apache.catalina.core.ContainerBase
-
- createObjectName(ContextResource) -
Method in class org.apache.catalina.core.NamingContextListener
- Create an
ObjectName
for this
ContextResource
object.
- createObjectName(String, ObjectName) -
Method in class org.apache.catalina.core.StandardContext
-
- createObjectName(String, ObjectName) -
Method in class org.apache.catalina.core.StandardEngine
-
- createObjectName(String, ObjectName) -
Method in class org.apache.catalina.core.StandardHost
-
- createObjectName(String, ContextEnvironment) -
Static method in class org.apache.catalina.mbeans.MBeanUtils
- Create an
ObjectName
for this
Service
object.
- createObjectName(String, ContextResource) -
Static method in class org.apache.catalina.mbeans.MBeanUtils
- Create an
ObjectName
for this
ContextResource
object.
- createObjectName(String, ContextResourceLink) -
Static method in class org.apache.catalina.mbeans.MBeanUtils
- Create an
ObjectName
for this
ContextResourceLink
object.
- createObjectName(String, ObjectName) -
Method in class org.apache.catalina.valves.ValveBase
-
- 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
-
- createPrimaryIndicator(Request) -
Method in class org.apache.catalina.cluster.tcp.ReplicationValve
- Mark Request that processed at primary node with attribute
primaryIndicatorName
- createPrincipal(GenericPrincipal) -
Static method in class org.apache.catalina.cluster.session.SerializablePrincipal
-
- createPrincipal(String, Subject) -
Method in class org.apache.catalina.realm.JAASRealm
- Deprecated. Use
JAASRealm.createPrincipal(String, Subject, LoginContext)
- createPrincipal(String, Subject, LoginContext) -
Method in class org.apache.catalina.realm.JAASRealm
- Identify and return a
java.security.Principal
instance
representing the authenticated user for the specified Subject
.
- createProperty(Object) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
- create result as property with name from attribute resultproperty
- createProperty(String, Object) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
- create result as property with name from property prefix When result is
an array and isSeparateArrayResults is true, resultproperty used as
prefix (
resultproperty.0-array.length
and store the
result array length at resultproperty.length
.
- createRegistry() -
Static method in class org.apache.catalina.mbeans.MBeanUtils
- Create and configure (if necessary) and return the registry of
managed object descriptions.
- createRemoteAddrValve(String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new Remote Address Filter Valve.
- createRemoteHostValve(String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new Remote Host Filter Valve.
- createRequest() -
Method in class org.apache.catalina.connector.Connector
- Create (or allocate) and return a Request object suitable for
specifying the contents of a Request to the responsible Container.
- createRequestDumperValve(String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new Request Dumper Valve.
- createResponse() -
Method in class org.apache.catalina.connector.Connector
- Create (or allocate) and return a Response object suitable for
receiving the contents of a Response from the responsible Container.
- createRole(String, String) -
Method in interface org.apache.catalina.UserDatabase
- Create and return a new
Role
defined in this user database.
- createRole(String, String) -
Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
- Create a new Role and return the corresponding MBean Name.
- createRole(String, String) -
Method in class org.apache.catalina.users.MemoryUserDatabase
- Create and return a new
Role
defined in this user database.
- createSAXException(String, Exception) -
Method in class org.apache.tomcat.util.digester.Digester
- Create a SAX exception which also understands about the location in
the digester file where the exception occurs
- createSAXException(Exception) -
Method in class org.apache.tomcat.util.digester.Digester
- Create a SAX exception which also understands about the location in
the digester file where the exception occurs
- createSAXException(String) -
Method in class org.apache.tomcat.util.digester.Digester
- Create a SAX exception which also understands about the location in
the digester file where the exception occurs
- createServer() -
Static method in class org.apache.catalina.mbeans.MBeanUtils
- Create and configure (if necessary) and return the
MBeanServer
with which we will be
registering our ModelMBean
implementations.
- createServerSocket() -
Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
- create a Server Socket between tcpListenerPort and tcpListenMaxPort
- createSession() -
Method in interface org.apache.catalina.Manager
- Deprecated.
- createSession(String) -
Method in interface org.apache.catalina.Manager
- Construct and return a new session object, based on the default
settings specified by this Manager's properties.
- createSession(String) -
Method in class org.apache.catalina.cluster.session.DeltaManager
- Construct and return a new session object, based on the default settings
specified by this Manager's properties.
- createSession(String, boolean) -
Method in class org.apache.catalina.cluster.session.DeltaManager
- create new session with check maxActiveSessions and send session creation
to other cluster nodes.
- createSession(String, boolean, boolean) -
Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
- Creates a HTTP session.
- createSession(String) -
Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
- Construct and return a new session object, based on the default
settings specified by this Manager's properties.
- createSession() -
Method in class org.apache.catalina.session.ManagerBase
- Deprecated.
- createSession(String) -
Method in class org.apache.catalina.session.ManagerBase
- Construct and return a new session object, based on the default
settings specified by this Manager's properties.
- createSession(String) -
Method in class org.apache.catalina.session.StandardManager
- Construct and return a new session object, based on the default
settings specified by this Manager's properties.
- createSingleSignOn(String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new Single Sign On Valve.
- createSocket() -
Method in class org.apache.catalina.cluster.tcp.DataSender
- Create new Socket and use actTimeout (>0) as connect timeout
- 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.
- 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.puretls.PureTLSSocketFactory
-
- createSocket(int, int) -
Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
-
- createSocket(int, int, InetAddress) -
Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
-
- createStandardContext(String, String, String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new StandardContext.
- createStandardContext(String, String, String, boolean, boolean, boolean, boolean) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new StandardContext.
- createStandardEngineService(String, String, String, String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new StandardEngine.
- createStandardHost(String, String, String, boolean, boolean, boolean, boolean, boolean, boolean) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new StandardHost.
- createStandardManager(String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new StandardManager.
- createStandardService(String, String, String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new StandardService.
- createStartDigester() -
Method in class org.apache.catalina.startup.Catalina
- Create and configure the Digester we will be using for startup.
- createStopDigester() -
Method in class org.apache.catalina.startup.Catalina
- Create and configure the Digester we will be using for shutdown.
- createSubcontext(Name) -
Method in class org.apache.naming.NamingContext
- Creates and binds a new context.
- createSubcontext(String) -
Method in class org.apache.naming.NamingContext
- Creates and binds a new context.
- createSubcontext(Name) -
Method in class org.apache.naming.SelectorContext
- Creates and binds a new context.
- createSubcontext(String) -
Method in class org.apache.naming.SelectorContext
- Creates and binds a new context.
- createSubcontext(Name) -
Method in class org.apache.naming.resources.BaseDirContext
- Creates and binds a new context.
- createSubcontext(String) -
Method in class org.apache.naming.resources.BaseDirContext
- Creates and binds a new context.
- createSubcontext(Name, Attributes) -
Method in class org.apache.naming.resources.BaseDirContext
- Creates and binds a new context, along with associated attributes.
- createSubcontext(String, Attributes) -
Method in class org.apache.naming.resources.BaseDirContext
- Creates and binds a new context, along with associated attributes.
- createSubcontext(String, Attributes) -
Method in class org.apache.naming.resources.FileDirContext
- Creates and binds a new context, along with associated attributes.
- createSubcontext(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(String, Attributes) -
Method in class org.apache.naming.resources.WARDirContext
- Creates and binds a new context, along with associated attributes.
- createThreadPool(boolean) -
Static method in class org.apache.tomcat.util.threads.ThreadPool
- Create a ThreadPool instance.
- createTime -
Variable in class org.apache.catalina.cluster.tcp.DataSender
- createTime
- createURLStreamHandler(String) -
Method in class org.apache.naming.resources.DirContextURLStreamHandlerFactory
- Creates a new URLStreamHandler instance with the specified protocol.
- createUser(String, String, String) -
Method in interface org.apache.catalina.UserDatabase
- Create and return a new
User
defined in this user database.
- createUser(String, String, String) -
Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
- Create a new User and return the corresponding MBean Name.
- createUser(String, String, String) -
Method in class org.apache.catalina.users.MemoryUserDatabase
- Create and return a new
User
defined in this user database.
- createUserDatabaseRealm(String, String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new UserDatabaseRealm.
- createWebDigester() -
Static method in class org.apache.catalina.startup.ContextConfig
- Create (if necessary) and return a Digester configured to process the
web application deployment descriptor (web.xml).
- createWebXmlDigester(boolean, boolean) -
Static method in class org.apache.catalina.startup.ContextConfig
- Create (if necessary) and return a Digester configured to process the
web application deployment descriptor (web.xml).
- createWebappLoader(String) -
Method in class org.apache.catalina.mbeans.MBeanFactory
- Create a new Web Application Loader.
- 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.
- 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.
- creationDate -
Variable in class org.apache.naming.resources.ResourceAttributes
- Creation date.
- creationDateFormat -
Static variable in class org.apache.catalina.servlets.WebdavServlet
- Simple date format for the creation date ISO representation (partial).
- creationFactory -
Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
- The object creation factory we will use to instantiate objects
as required based on the attributes specified in the matched XML
element.
- creationTime -
Variable in class org.apache.catalina.session.StandardSession
- The time this session was created, in milliseconds since midnight,
January 1, 1970 GMT.
- credentials(Connection, String) -
Method in class org.apache.catalina.realm.JDBCRealm
- Return a PreparedStatement configured to perform the SELECT required
to retrieve user credentials for the specified username.
- crossContextSessions -
Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
- crossContext session container
- curThreads -
Variable in class org.apache.tomcat.util.net.AprEndpoint
- Current worker threads count.
- curThreadsBusy -
Variable in class org.apache.tomcat.util.net.AprEndpoint
- Current worker threads busy count.
- curUserPattern -
Variable in class org.apache.catalina.realm.JNDIRealm
- The current user pattern to be used for lookup and binding of a user.
- currentDate -
Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
- Current formatted date.
- currentDateGenerated -
Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
- Instant on which the currentDate object was generated.
- currentStatus -
Variable in class org.apache.catalina.cluster.deploy.WarWatcher
- Currently deployed files
- currentThreadCount -
Variable in class org.apache.tomcat.util.threads.ThreadPool
-
- currentThreadsBusy -
Variable in class org.apache.tomcat.util.threads.ThreadPool
-
- customAuthenticators -
Variable in class org.apache.catalina.startup.ContextConfig
-
HexUtils.getDec(int)
HexUtils.getDec(int)
org.apache.catalina.core.StandardDefaultContext
component.ModelMBean
with default
ModelMBeanInfo
information.
/deploy
command, supported by
the Tomcat manager application.UserDatabase
we will use to authenticate users
and identify associated roles.
MemoryUserDatabase
that owns this group.
MemoryUserDatabase
that owns this role.
MemoryUserDatabase
that owns this user.
deny
regular expressions we will evaluate.
deny
expressions.
Digester
instance used to parse context descriptors.
Digester
instance used to parse registry descriptors.
Digester
instance that was set up by
FactoryCreateRule
upon initialization.
requestHandler()
*
doGet
requestHandler()
.
RuleSet
with the default
matching pattern prefix.
RuleSet
with the specified
matching pattern prefix.
Enumeration
around a Java2
collection classes object Iterator
so that existing APIs
returning Enumerations can easily run on top of the new collections.
<error-page>
element in the
deployment descriptor.true
if this stack is currently empty.
encodeRedirectURL()
instead.
encodeURL()
instead.
end
method with
namespace
and name
parameters instead.
long
and double
.
ObjectCreationFactory
to create
a new object which it pushes onto the object stack. Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use FactoryCreateRule.FactoryCreateRule(String className)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use FactoryCreateRule.FactoryCreateRule(Class clazz)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use FactoryCreateRule.FactoryCreateRule(String className, String attributeName)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use FactoryCreateRule.FactoryCreateRule(Class clazz, String attributeName)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use FactoryCreateRule.FactoryCreateRule(ObjectCreationFactory creationFactory)
instead.
ObjectCreationFactory
which will
then be used to create an object and push it on the stack.
ObjectCreationFactory
which will
then be used to create an object and push it on the stack.
ObjectCreationFactory
, which will then be used
to instantiate an object instance and push it onto the stack.
ObjectCreationFactory
, which will then be used
to instantiate an object instance and push it onto the stack.
ObjectCreationFactory
.
ObjectCreationFactory
which will
then be used to create an object and push it on the stack.
ObjectCreationFactory
which will
then be used to create an object and push it on the stack.
ObjectCreationFactory
, which will then be used
to instantiate an object instance and push it onto the stack.
ObjectCreationFactory
, which will then be used
to instantiate an object instance and push it onto the stack.
ObjectCreationFactory
.
<filter>
element in the deployment descriptor.<filter-mapping>
element in the deployment
descriptor. true
if the specified role is permitted access to
the resources protected by this security constraint.
null
null
null
.
null
.
null
.
null
.
null
.
null
.
null
.
FilterConfig
for the
specified filter name, if any; otherwise return null
.
null
.
null
.
Group
with the specified group name, if any;
otherwise return null
.
null
.
Group
with the specified group name, if any;
otherwise return null
.
null
.
null
.
null
.
null
.
null
.
null
.
true
if the specified HTTP request method is
part of this web resource collection.
null
.
null
.
null
.
null
.
null
.
null
.
URL
refering to it, or null
if this resource
cannot be found.
null
.
null
.
URLs
representing all of the
resources with the given name.
Role
with the specified role name, if any;
otherwise return null
.
null
.
Role
with the specified role name, if any;
otherwise return null
.
null
if there is no such constraint.
null
if there is no such constraint.
null
if there is no such constraint.
null
.
null
.
true
if the specified security role is defined
for this application; otherwise return false
.
true
if the specified security role is defined
for this application; otherwise return false
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
Session
s associated with this SSO.
null
.
null
.
null
.
null
.
User
with the specified user name, if any;
otherwise return null
.
null
.
User
with the specified user name, if any;
otherwise return null
.
true
if the specified welcome file is defined
for this Context; otherwise return false
.
true
if the specified welcome file is defined
for this Context; otherwise return false
.
org.apache.catalina.core.StandardContext
.
SAXParser
configured to support XML Schema and DTD.Realm
implementations.LifecycleListener
that instantiates the
set of MBeans associated with global JNDI resources that are subject to
management.User
s in a
UserDatabase
. org.apache.catalina.Group
component.ModelMBean
with default
ModelMBeanInfo
information.
allow
expressions
configured for this Valve, if any; otherwise, return null
.
appName
member variable
null
if no object is bound with that name.
null
.
null
.
null
if no object is bound with that name.
Enumeration
of String
objects
containing the names of the objects bound to this session.
Enumeration
if there are none.
Enumeration
of String
objects
containing the names of the objects bound to this session.