|
||||||||||
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.
null
or closed try to reopen it.
Container
with which this instance is associated
(if any); otherwise return null
.
Container
that handles requests for all
Connectors
associated with this Service.
Container
that handles requests for all
Connectors
associated with this Service.
null
if no content type was set.
content-type
header field.
ServletContext
object that corresponds to a
specified URI on the server.
SingleThreadModel
.
deny
expressions
configured for this Valve, if any; otherwise, return null
.
Digester
to use for processing
the XML input file, creating a new one if necessary.
Digester
that was set by the
FactoryCreateRule
upon initialization.
Digester
that was set by the
FactoryCreateRule
upon initialization.
org.xml.sax.XMLReader
.
UserDatabase
.
UserDatabase
.
Group
s to which this user belongs.
Group
s defined in this user database.
Group
s to which this user belongs.
Group
s to which this user belongs.
Group
s defined in this user database.
null
null
if this
header has not been set.
JMX JSR 160
MBeanServer to be used.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
<description>/<version>
.
null
if this parameter does not exist.
null
.
last-modified
header field.
Accept-Language
header
that was encountered.
Accept-Language
headers that were encountered.
sendError()
for this Response.
null
if
the MIME type cannot be determined.
Realm
implementation.
RequestDispatcher
object that acts as a
wrapper for the named servlet.
Rule
objects.
Rule
objects.
Rule
objects.
null
if this
is the last Valve in the pipeline.
null
if no such binding exists.
null
if no such binding exists.
null
if no such binding exists.
null
if no such binding exists.
MemoryUserDatabase
instance
that has been configured according to the properties of the
specified Reference
.
null
.
Map
of the parameters of this request.
null
.
{md5}xxxxx
.
Manager
application.
{md5}xxxxx
.
JMX JSR 160
MBeanServer to be used.
Principal
that has been authenticated by
the SSO.
Principal
associated with the given user name.
XMLReader
implementation.
ServletContext.getRealPath()
.
null
.
ServletRequest
for which this object
is the facade.
RequestDispatcher
instance that acts as a
wrapper for the resource at the given path.
Realm
, or if this Valve can itself bind security info
to the request based on the presence of a valid SSO entry without
rechecking with the RealmgetRequiredExtensionCount() -
Method in class org.apache.catalina.util.ManifestResource
- Gets the number of required extensions
- getRequiredExtensions() -
Method in class org.apache.catalina.util.ManifestResource
- Gets the list of required extensions
- getResend() -
Method in interface org.apache.catalina.cluster.ClusterMessage
- Each message can made the desicion that resend is allowed or not or handle by default.
- getResend() -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
-
- getResend() -
Method in class org.apache.catalina.cluster.deploy.FileMessage
-
- getResend() -
Method in class org.apache.catalina.cluster.deploy.UndeployMessage
-
- getResend() -
Method in class org.apache.catalina.cluster.session.SessionIDMessage
-
- getResend() -
Method in class org.apache.catalina.cluster.session.SessionMessageImpl
-
- getResend() -
Method in class org.apache.catalina.cluster.tcp.ClusterData
-
- getResource(String) -
Method in class org.apache.catalina.core.ApplicationContext
- Return the URL to the resource that is mapped to a specified path.
- getResource(String) -
Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getResource(String) -
Method in class org.apache.catalina.loader.WebappClassLoader
- Find the resource with the given name.
- getResourceAsStream(String) -
Method in class org.apache.catalina.core.ApplicationContext
- Return the requested resource as an
InputStream
.
- getResourceAsStream(String) -
Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getResourceAsStream(String) -
Method in class org.apache.catalina.loader.WebappClassLoader
- Find the resource with the given name, and return an input stream
that can be used for reading it.
- getResourceLinks() -
Method in class org.apache.catalina.mbeans.DefaultContextMBean
- Return the MBean Names of all the defined resource links for this
application
- getResourceLinks() -
Method in class org.apache.catalina.mbeans.NamingResourcesMBean
- Return the MBean Names of all the defined resource link references for
this application.
- getResourceLinks() -
Method in class org.apache.catalina.mbeans.StandardContextMBean
- Return the MBean Names of all the defined resource links for this
application
- getResourceName() -
Method in class org.apache.catalina.realm.UserDatabaseRealm
- Return the global JNDI name of the
UserDatabase
resource
we will be using.
- getResourceName() -
Method in class org.apache.catalina.util.ManifestResource
- Gets the name of the resource
- getResourcePaths(String) -
Method in class org.apache.catalina.core.ApplicationContext
- Return a Set containing the resource paths of resources member of the
specified collection.
- getResourcePaths(String) -
Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getResourceType() -
Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
- Get resource type.
- getResourceType() -
Method in class org.apache.naming.resources.ResourceAttributes
- Get resource type.
- getResources() -
Method in interface org.apache.catalina.Container
- Return the Resources with which this Container is associated.
- getResources() -
Method in class org.apache.catalina.core.ApplicationContext
- Return the resources object that is mapped to a specified path.
- getResources() -
Method in class org.apache.catalina.core.ContainerBase
- Return the resources DirContext object with which this Container is
associated.
- getResources() -
Method in class org.apache.catalina.loader.WebappClassLoader
- Get associated resources.
- getResources() -
Method in class org.apache.catalina.mbeans.DefaultContextMBean
- Return the MBean Names of all the defined resource references for this
application.
- getResources() -
Method in class org.apache.catalina.mbeans.NamingResourcesMBean
- Return the MBean Names of all the defined resource references for this
application.
- getResources() -
Method in class org.apache.catalina.mbeans.StandardContextMBean
- Return the MBean Names of all the defined resource references for this
application.
- getResponse() -
Method in class org.apache.catalina.InstanceEvent
- Return the servlet response for which this event occurred.
- getResponse() -
Method in class org.apache.catalina.connector.OutputBuffer
- Get associated Coyote response.
- getResponse() -
Method in class org.apache.catalina.connector.Request
- Return the Response with which this Request is associated.
- getResponse() -
Method in class org.apache.catalina.connector.Response
- Return the
ServletResponse
for which this object
is the facade.
- getResponse() -
Method in class org.apache.catalina.core.DummyRequest
-
- getResponse() -
Method in class org.apache.catalina.core.DummyResponse
-
- getResponse() -
Method in class org.apache.coyote.Request
-
- getRestrictedUserAgents() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getRestrictedUserAgents() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getResultproperty() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- getRoleBase() -
Method in class org.apache.catalina.realm.JNDIRealm
- Return the base element for role searches.
- getRoleClassNames() -
Method in class org.apache.catalina.realm.JAASRealm
-
- getRoleName() -
Method in class org.apache.catalina.realm.JNDIRealm
- Return the role name attribute name for this Realm.
- getRoleNameCol() -
Method in class org.apache.catalina.realm.DataSourceRealm
- Return the column in the user role table that names a role.
- getRoleNameCol() -
Method in class org.apache.catalina.realm.JDBCRealm
- Return the column in the user role table that names a role.
- getRoleSearch() -
Method in class org.apache.catalina.realm.JNDIRealm
- Return the message format pattern for selecting roles in this Realm.
- getRoleSubtree() -
Method in class org.apache.catalina.realm.JNDIRealm
- Return the "search subtree for roles" flag.
- getRolename() -
Method in interface org.apache.catalina.Role
- Return the role name of this role, which must be unique
within the scope of a
UserDatabase
.
- getRolename() -
Method in class org.apache.catalina.users.AbstractRole
- Return the role name of this role, which must be unique
within the scope of a
UserDatabase
.
- getRoles() -
Method in interface org.apache.catalina.Group
- Return the set of
Role
s assigned specifically to this group.
- getRoles() -
Method in interface org.apache.catalina.User
- Return the set of
Role
s assigned specifically to this user.
- getRoles() -
Method in interface org.apache.catalina.UserDatabase
- Return the set of
Role
s defined in this user database.
- getRoles() -
Method in class org.apache.catalina.cluster.session.SerializablePrincipal
-
- getRoles() -
Method in class org.apache.catalina.mbeans.GroupMBean
- Return the MBean Names of all authorized roles for this group.
- getRoles() -
Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
- Return the MBean Names of all roles defined in this database.
- getRoles() -
Method in class org.apache.catalina.mbeans.UserMBean
- Return the MBean Names of all roles assigned to this user.
- getRoles(String) -
Method in class org.apache.catalina.realm.DataSourceRealm
- Return the roles associated with the given user name.
- getRoles(Connection, String) -
Method in class org.apache.catalina.realm.DataSourceRealm
- Return the roles associated with the given user name
- getRoles() -
Method in class org.apache.catalina.realm.GenericPrincipal
-
- getRoles(String) -
Method in class org.apache.catalina.realm.JDBCRealm
- Return the roles associated with the gven user name.
- getRoles(DirContext, User) -
Method in class org.apache.catalina.realm.JNDIRealm
- Return a List of roles associated with the given User.
- getRoles() -
Method in class org.apache.catalina.users.AbstractGroup
- Return the set of
Role
s assigned specifically to this group.
- getRoles() -
Method in class org.apache.catalina.users.AbstractUser
- Return the set of
Role
s assigned specifically to this user.
- getRoles() -
Method in class org.apache.catalina.users.MemoryGroup
- Return the set of
Role
s assigned specifically to this group.
- getRoles() -
Method in class org.apache.catalina.users.MemoryUser
- Return the set of
Role
s assigned specifically to this user.
- getRoles() -
Method in class org.apache.catalina.users.MemoryUserDatabase
- Return the set of
Role
s defined in this user database.
- getRoot() -
Method in class org.apache.tomcat.util.digester.Digester
- When the Digester is being used as a SAXContentHandler,
this method allows you to access the root object that has been
created after parsing.
- getRootCause(ServletException) -
Static method in class org.apache.catalina.core.StandardWrapper
- Extract the root cause from a servlet exception.
- getRuleNamespaceURI() -
Method in class org.apache.tomcat.util.digester.Digester
- Return the namespace URI that will be applied to all subsequently
added
Rule
objects.
- getRules() -
Method in class org.apache.tomcat.util.digester.Digester
- Return the
Rules
implementation object containing our
rules collection and associated matching policy.
- getRunAs() -
Method in interface org.apache.catalina.Wrapper
- Return the run-as identity for this servlet.
- getRunAs() -
Method in class org.apache.catalina.core.StandardWrapper
- Return the run-as identity for this servlet.
- getRxBufSize() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- getRxBufSize() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getSAXLogger() -
Method in class org.apache.tomcat.util.digester.Digester
- Gets the logger used for logging SAX-related information.
- getSSLCACertificateFile() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL CA certificate file.
- getSSLCACertificateFile() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCACertificatePath() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL CA certificate path.
- getSSLCACertificatePath() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCARevocationFile() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL CA revocation file.
- getSSLCARevocationFile() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCARevocationPath() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL CA revocation path.
- getSSLCARevocationPath() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCertificateChainFile() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL certificate chain file.
- getSSLCertificateChainFile() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCertificateFile() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL certificate file.
- getSSLCertificateFile() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCertificateKeyFile() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL certificate key file.
- getSSLCertificateKeyFile() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCipherSuite() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL cipher suite.
- getSSLCipherSuite() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLEngine() -
Method in class org.apache.catalina.core.AprLifecycleListener
-
- getSSLEngine() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL engine.
- getSSLEngine() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLImplementation() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getSSLPassword() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL password (if a cert is encrypted, and no password has been provided, a callback
will ask for a password).
- getSSLPassword() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLProtocol() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL protocol.
- getSSLProtocol() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLRandomSeed() -
Method in class org.apache.catalina.core.AprLifecycleListener
-
- getSSLSupport(Socket) -
Method in class org.apache.tomcat.util.net.SSLImplementation
-
- getSSLSupport(Socket) -
Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
-
- getSSLSupport(Socket) -
Method in class org.apache.tomcat.util.net.puretls.PureTLSImplementation
-
- getSSLVerifyClient() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL verify client.
- getSSLVerifyClient() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLVerifyDepth() -
Method in class org.apache.coyote.http11.Http11AprProtocol
- SSL verify depth.
- getSSLVerifyDepth() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSample() -
Method in class org.apache.catalina.cluster.util.FastQueue
-
- getSampleInterval() -
Method in class org.apache.catalina.cluster.util.FastQueue
-
- getSaveOnRestart() -
Method in class org.apache.catalina.session.PersistentManagerBase
- Indicates whether sessions are saved when the Manager is shut down
properly.
- getSchema(Name) -
Method in class org.apache.naming.resources.BaseDirContext
- Retrieves the schema associated with the named object.
- getSchema(String) -
Method in class org.apache.naming.resources.BaseDirContext
- Retrieves the schema associated with the named object.
- getSchema(String) -
Method in class org.apache.naming.resources.FileDirContext
- Retrieves the schema associated with the named object.
- getSchema(Name) -
Method in class org.apache.naming.resources.ProxyDirContext
- Retrieves the schema associated with the named object.
- getSchema(String) -
Method in class org.apache.naming.resources.ProxyDirContext
- Retrieves the schema associated with the named object.
- getSchema(String) -
Method in class org.apache.naming.resources.WARDirContext
- Retrieves the schema associated with the named object.
- getSchema() -
Method in class org.apache.tomcat.util.digester.Digester
- Return the XML Schema URI used for validating an XML instance.
- getSchemaClassDefinition(Name) -
Method in class org.apache.naming.resources.BaseDirContext
- Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(String) -
Method in class org.apache.naming.resources.BaseDirContext
- Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(String) -
Method in class org.apache.naming.resources.FileDirContext
- Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(Name) -
Method in class org.apache.naming.resources.ProxyDirContext
- Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(String) -
Method in class org.apache.naming.resources.ProxyDirContext
- Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaClassDefinition(String) -
Method in class org.apache.naming.resources.WARDirContext
- Retrieves a context containing the schema objects of the named
object's class definitions.
- getSchemaLanguage() -
Method in class org.apache.tomcat.util.digester.Digester
- Return the XML Schema language used when parsing.
- getScheme() -
Method in class org.apache.catalina.connector.Connector
- Return the scheme that will be assigned to requests received
through this connector.
- getScheme() -
Method in class org.apache.catalina.connector.Request
- Return the scheme used to make this Request.
- getScheme() -
Method in class org.apache.catalina.connector.RequestFacade
-
- getScheme() -
Method in class org.apache.catalina.core.DummyRequest
-
- getScheme() -
Method in class org.apache.tomcat.util.http.BaseRequest
- Get the scheme
- getScope() -
Method in class org.apache.catalina.deploy.ContextResource
-
- getSecure() -
Method in class org.apache.catalina.connector.Connector
- Return the secure connection flag that will be assigned to requests
received through this connector.
- getSecure() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getSecure() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getSecure() -
Method in class org.apache.tomcat.util.http.BaseRequest
- Get whether the request is secure or not.
- getSecure() -
Method in class org.apache.tomcat.util.http.ServerCookie
-
- getSecurePagesWithPragma() -
Method in class org.apache.catalina.authenticator.AuthenticatorBase
- Return the flag that states, if proxy caching is disabled, what headers
we add to disable the caching.
- getSendAllSessionsSize() -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- getSendAllSessionsWaitTime() -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- getSenderObjectName(IDataSender) -
Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
- build sender ObjectName (
engine.domain:type=IDataSender,host="host",senderAddress="receiver.address",senderPort="port" )
- getSenderObjectNames() -
Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
- get all current senders
- getSenderState() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getSenders() -
Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
- get all current senders
- getSendfile() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSendfileCount() -
Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- getSendfileCount() -
Method in class org.apache.tomcat.util.net.AprEndpoint
- Number of sendfile sockets.
- getSendfileSize() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getSendfileSize() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSendfileThreadCount() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSequence() -
Method in class org.apache.tomcat.util.net.AprEndpoint
- Get a sequence number used for thread naming.
- getSequence() -
Method in class org.apache.tomcat.util.threads.ThreadPool
-
- getServer() -
Static method in class org.apache.catalina.ServerFactory
- Return the singleton
Server
instance for this JVM.
- getServer() -
Method in interface org.apache.catalina.Service
- Return the
Server
with which we are associated (if any).
- getServer() -
Method in class org.apache.catalina.core.StandardContext
-
- getServer() -
Method in class org.apache.catalina.core.StandardService
- Return the
Server
with which we are associated (if any).
- getServer() -
Method in class org.apache.coyote.http11.Http11AprProcessor
- Get the server header name.
- getServer() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getServer() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getServer() -
Method in class org.apache.coyote.http11.Http11Processor
- Get the server header name.
- getServerAliases(String, Principal[]) -
Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
- Get the matching aliases for authenticating the server side of a secure
socket, given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- getServerBuilt() -
Static method in class org.apache.catalina.util.ServerInfo
- Return the server built time for this version of Tomcat.
- getServerFilename() -
Method in class org.apache.catalina.storeconfig.StoreConfig
- get server.xml location
- getServerInfo() -
Method in class org.apache.catalina.core.ApplicationContext
- Return the name and version of the servlet container.
- getServerInfo() -
Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServerInfo() -
Method in class org.apache.catalina.core.StandardServer
- Report the current Tomcat Server Release number
- getServerInfo() -
Static method in class org.apache.catalina.util.ServerInfo
- Return the server identification for this version of Tomcat.
- getServerName() -
Method in class org.apache.catalina.connector.Request
- Return the server name responding to this Request.
- getServerName() -
Method in class org.apache.catalina.connector.RequestFacade
-
- getServerName() -
Method in class org.apache.catalina.core.DummyRequest
-
- getServerNumber() -
Static method in class org.apache.catalina.util.ServerInfo
- Return the server's version number.
- getServerPort() -
Method in class org.apache.catalina.connector.Request
- Return the server port responding to this Request.
- getServerPort() -
Method in class org.apache.catalina.connector.RequestFacade
-
- getServerPort() -
Method in class org.apache.catalina.core.DummyRequest
-
- getServerPort() -
Method in class org.apache.coyote.Request
-
- getServerPort() -
Method in class org.apache.coyote.RequestInfo
-
- getServerPort() -
Method in class org.apache.tomcat.util.http.BaseRequest
- Get the server port
- getServerSoTimeout() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getServerSoTimeout() -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- getServerSocketFactory() -
Method in class org.apache.tomcat.util.net.SSLImplementation
-
- getServerSocketFactory() -
Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
-
- getServerSocketFactory() -
Method in class org.apache.tomcat.util.net.puretls.PureTLSImplementation
-
- getServerTimeout() -
Method in class org.apache.jk.common.ChannelNioSocket
-
- getServerTimeout() -
Method in class org.apache.jk.common.ChannelSocket
-
- getService() -
Method in interface org.apache.catalina.Engine
- Return the
Service
with which we are associated (if any).
- getService() -
Method in class org.apache.catalina.connector.Connector
- Return the
Service
with which we are associated (if any).
- getService() -
Method in class org.apache.catalina.core.StandardEngine
- Return the
Service
with which we are associated (if any).
- getServiceNames() -
Method in class org.apache.catalina.core.StandardServer
- Return the JMX service names.
- getServiceStartTime() -
Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
-
- getServlet() -
Method in class org.apache.catalina.InstanceEvent
- Return the servlet instance for which this event occurred.
- getServlet(String) -
Method in class org.apache.catalina.core.ApplicationContext
- Deprecated. As of Java Servlet API 2.1, with no direct replacement.
- getServlet(String) -
Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServletClass() -
Method in interface org.apache.catalina.Wrapper
- Return the fully qualified servlet class name for this servlet.
- getServletClass() -
Method in class org.apache.catalina.core.StandardWrapper
- Return the fully qualified servlet class name for this servlet.
- getServletContext() -
Method in interface org.apache.catalina.Context
- Return the servlet context for which this Context is a facade.
- getServletContext() -
Method in class org.apache.catalina.cluster.session.DeltaSession
- Return the ServletContext to which this session belongs.
- getServletContext() -
Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
-
- getServletContext() -
Method in class org.apache.catalina.core.StandardContext
- Return the servlet context for which this Context is a facade.
- getServletContext() -
Method in class org.apache.catalina.core.StandardWrapper
- Return the servlet context with which this servlet is associated.
- getServletContext() -
Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getServletContext() -
Method in class org.apache.catalina.session.StandardSession
- Return the ServletContext to which this session belongs.
- getServletContext() -
Method in class org.apache.catalina.session.StandardSessionFacade
-
- getServletContext() -
Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
-
- getServletContextAndPath(String, boolean) -
Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getServletContextAndPathFromNonVirtualPath(String) -
Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getServletContextAndPathFromVirtualPath(String) -
Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getServletContextName() -
Method in class org.apache.catalina.core.ApplicationContext
- Return the display name of this web application.
- getServletContextName() -
Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServletMethods() -
Method in interface org.apache.catalina.Wrapper
- Gets the names of the methods supported by the underlying servlet.
- getServletMethods() -
Method in class org.apache.catalina.core.StandardWrapper
- Gets the names of the methods supported by the underlying servlet.
- getServletName() -
Method in class org.apache.catalina.core.StandardWrapper
- Return the name of this servlet.
- getServletName() -
Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getServletName() -
Method in class org.apache.catalina.deploy.FilterMap
-
- getServletNames() -
Method in class org.apache.catalina.core.ApplicationContext
- Deprecated. As of Java Servlet API 2.1, with no direct replacement.
- getServletNames() -
Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServletPath() -
Method in class org.apache.catalina.connector.Request
- Return the portion of the request URI used to select the servlet
that will process this request.
- getServletPath() -
Method in class org.apache.catalina.connector.RequestFacade
-
- getServletPath() -
Method in class org.apache.catalina.core.DummyRequest
-
- getServletPath() -
Method in class org.apache.catalina.util.ProcessEnvironment
- Deprecated.
- getServletPathMB() -
Method in class org.apache.catalina.connector.Request
- Get the servlet path.
- getServletPathMB() -
Method in class org.apache.catalina.core.DummyRequest
-
- getServlets() -
Method in class org.apache.catalina.core.ApplicationContext
- Deprecated. As of Java Servlet API 2.1, with no direct replacement.
- getServlets() -
Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServlets() -
Method in class org.apache.catalina.core.StandardContext
- JSR77 servlets attribute
- getSession() -
Method in interface org.apache.catalina.Session
- Return the
HttpSession
for which this object
is the facade.
- getSession() -
Method in class org.apache.catalina.SessionEvent
- Return the Session on which this event occurred.
- getSession() -
Method in class org.apache.catalina.cluster.session.DeltaSession
- Return the
HttpSession
for which this object is the
facade.
- getSession() -
Method in interface org.apache.catalina.cluster.session.SessionMessage
-
- getSession() -
Method in class org.apache.catalina.cluster.session.SessionMessageImpl
-
- getSession() -
Method in class org.apache.catalina.connector.Request
- Return the session associated with this Request, creating one
if necessary.
- getSession(boolean) -
Method in class org.apache.catalina.connector.Request
- Return the session associated with this Request, creating one
if necessary and requested.
- getSession(boolean) -
Method in class org.apache.catalina.connector.RequestFacade
-
- getSession() -
Method in class org.apache.catalina.connector.RequestFacade
-
- getSession() -
Method in class org.apache.catalina.core.DummyRequest
-
- getSession(boolean) -
Method in class org.apache.catalina.core.DummyRequest
-
- getSession(String) -
Method in class org.apache.catalina.session.ManagerBase
- Returns information about the session with the given session id.
- getSession() -
Method in class org.apache.catalina.session.StandardSession
- Return the
HttpSession
for which this object
is the facade.
- getSessionAppCol() -
Method in class org.apache.catalina.session.JDBCStore
- Return the web application name column for the table.
- getSessionAttribute(String, String) -
Method in class org.apache.catalina.session.ManagerBase
- For debugging: get a session attribute
- getSessionAverageAliveTime() -
Method in interface org.apache.catalina.Manager
- Gets the average time (in seconds) that expired sessions had been
alive.
- getSessionAverageAliveTime() -
Method in class org.apache.catalina.session.ManagerBase
- Gets the average time (in seconds) that expired sessions had been
alive.
- getSessionContext() -
Method in class org.apache.catalina.cluster.session.DeltaSession
- Deprecated. As of Version 2.1, this method is deprecated and has no
replacement. It will be removed in a future version of the
Java Servlet API.
- getSessionContext() -
Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
-
- getSessionContext() -
Method in class org.apache.catalina.session.StandardSession
- Deprecated. As of Version 2.1, this method is deprecated and has no
replacement. It will be removed in a future version of the
Java Servlet API.
- getSessionContext() -
Method in class org.apache.catalina.session.StandardSessionFacade
-
- getSessionCounter() -
Method in interface org.apache.catalina.Manager
- Returns the total number of sessions created by this manager.
- getSessionCounter() -
Method in class org.apache.catalina.session.ManagerBase
- Total sessions created by this manager.
- getSessionDataCol() -
Method in class org.apache.catalina.session.JDBCStore
- Return the data column for the table
- getSessionID() -
Method in interface org.apache.catalina.cluster.session.SessionMessage
-
- getSessionID() -
Method in class org.apache.catalina.cluster.session.SessionMessageImpl
-
- getSessionId() -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
-
- getSessionId() -
Method in class org.apache.catalina.cluster.session.DeltaRequest
-
- getSessionId() -
Method in interface org.apache.tomcat.util.net.SSLSupport
- The current session Id.
- getSessionIdAttribute() -
Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
- set session id attribute to failed node for request.
- getSessionIdCol() -
Method in class org.apache.catalina.session.JDBCStore
- Return the Id column for the table.
- getSessionIdLength() -
Method in interface org.apache.catalina.Manager
- Gets the session id length (in bytes) of Sessions created by
this Manager.
- getSessionIdLength() -
Method in class org.apache.catalina.session.ManagerBase
- Gets the session id length (in bytes) of Sessions created by
this Manager.
- getSessionInternal() -
Method in class org.apache.catalina.connector.Request
- Return the session associated with this Request, creating one
if necessary.
- getSessionInternal(boolean) -
Method in class org.apache.catalina.connector.Request
- Return the session associated with this Request, creating one
if necessary and requested.
- getSessionLastAccessedCol() -
Method in class org.apache.catalina.session.JDBCStore
- Return the Last Accessed column
- getSessionMaxAliveTime() -
Method in interface org.apache.catalina.Manager
- Gets the longest time (in seconds) that an expired session had been
alive.
- getSessionMaxAliveTime() -
Method in class org.apache.catalina.session.ManagerBase
- Gets the longest time (in seconds) that an expired session had been
alive.
- getSessionMaxInactiveCol() -
Method in class org.apache.catalina.session.JDBCStore
- Return the Max Inactive column
- getSessionReplaceCounter() -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- getSessionTable() -
Method in class org.apache.catalina.session.JDBCStore
- Return the table for this Store.
- getSessionTimeout() -
Method in interface org.apache.catalina.Context
- Return the default session timeout (in minutes) for this
web application.
- getSessionTimeout() -
Method in class org.apache.catalina.core.StandardContext
- Return the default session timeout (in minutes) for this
web application.
- getSessionValidCol() -
Method in class org.apache.catalina.session.JDBCStore
- Return the Is Valid column
- getShutdown() -
Method in interface org.apache.catalina.Server
- Return the shutdown command string we are waiting for.
- getShutdown() -
Method in class org.apache.catalina.core.StandardServer
- Return the shutdown command string we are waiting for.
- getShutdownEnabled() -
Method in class org.apache.jk.common.HandlerRequest
-
- getSize() -
Method in interface org.apache.catalina.Store
- Return the number of Sessions present in this Store.
- getSize() -
Method in class org.apache.catalina.cluster.session.DeltaRequest
-
- getSize() -
Method in class org.apache.catalina.cluster.util.FastQueue
-
- getSize() -
Method in class org.apache.catalina.session.FileStore
- Return the number of Sessions present in this Store.
- getSize() -
Method in class org.apache.catalina.session.JDBCStore
- Return an integer containing a count of all Sessions
currently saved in this Store.
- getSmallIcon() -
Method in class org.apache.catalina.deploy.FilterDef
-
- getSmallIcon() -
Method in class org.apache.catalina.deploy.MessageDestination
-
- getSoLinger() -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getSoLinger() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getSoLinger() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getSoLinger() -
Method in class org.apache.jk.common.ChannelNioSocket
-
- getSoLinger() -
Method in class org.apache.jk.common.ChannelSocket
-
- getSoLinger() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSoLinger() -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- getSoLingerTime() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- getSoLingerTime() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getSoTimeout() -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getSoTimeout() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getSoTimeout() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getSoTimeout() -
Method in class org.apache.jk.common.ChannelNioSocket
-
- getSoTimeout() -
Method in class org.apache.jk.common.ChannelSocket
-
- getSoTimeout() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSoTimeout() -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- getSoTrafficClass() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- getSoTrafficClass() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getSocket() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getSocket() -
Method in class org.apache.catalina.core.DummyRequest
-
- getSocket() -
Method in class org.apache.coyote.http11.InternalAprInputBuffer
- Get the underlying socket input stream.
- getSocket() -
Method in class org.apache.coyote.http11.InternalAprOutputBuffer
- Get the underlying socket input stream.
- getSocket() -
Method in class org.apache.tomcat.util.net.TcpConnection
-
- getSocketBuffer() -
Method in class org.apache.coyote.http11.Http11AprProcessor
- Get the socket buffer flag.
- getSocketBuffer() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getSocketBuffer() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getSocketBuffer() -
Method in class org.apache.coyote.http11.Http11Processor
- Get the socket buffer flag.
- getSocketCloseCounter() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getSocketCloseDelay() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getSocketCloseDelay() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getSocketFactory() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getSocketOpenCounter() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getSocketOpenFailureCounter() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getSource() -
Method in class org.apache.jk.core.MsgContext
-
- getSpareNotFoundEntries() -
Method in class org.apache.naming.resources.ResourceCache
- Return the amount of spare not found entries.
- getSpecificationVendor() -
Method in class org.apache.catalina.util.Extension
-
- getSpecificationVersion() -
Method in class org.apache.catalina.util.Extension
-
- getSsoId() -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
-
- getStage() -
Method in class org.apache.coyote.RequestInfo
-
- getStart() -
Method in class org.apache.tomcat.util.buf.ByteChunk
- Returns the start offset of the bytes.
- getStart() -
Method in class org.apache.tomcat.util.buf.CharChunk
- Returns the start offset of the bytes.
- getStartTime() -
Method in class org.apache.catalina.core.StandardContext
- Gets the time this context was started.
- getStartTime() -
Method in class org.apache.coyote.Request
-
- getStartTime() -
Method in class org.apache.jk.server.JkMain
- The time it took to start jk ( ms )
- getStartupTime() -
Method in class org.apache.catalina.core.StandardContext
- Gets the time (in milliseconds) it took to start this context.
- getState() -
Method in class org.apache.catalina.core.StandardContext
-
- getState() -
Method in class org.apache.naming.NamingService
- Returns the state.
- getState() -
Method in interface org.apache.naming.NamingServiceMBean
- Returns the state.
- getStateString() -
Method in class org.apache.naming.NamingService
- Returns a String representation of the state.
- getStateString() -
Method in interface org.apache.naming.NamingServiceMBean
- Returns a String representation of the state.
- getStateTransferTimeout() -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- getStateTransfered() -
Method in class org.apache.catalina.cluster.session.DeltaManager
- is session state transfered complete?
- getStaticResources() -
Method in class org.apache.catalina.core.StandardContext
- Return the naming resources associated with this web application.
- getStaticResources() -
Method in class org.apache.catalina.mbeans.StandardContextMBean
- Return the naming resources associated with this web application.
- getStatus() -
Method in class org.apache.catalina.connector.Response
- Return the HTTP status code associated with this Response.
- getStatus() -
Method in class org.apache.catalina.core.DummyResponse
-
- getStatus() -
Method in class org.apache.coyote.Response
-
- getStatus() -
Method in class org.apache.jk.core.MsgContext
-
- getStatusPath() -
Method in class org.apache.jk.common.ModJkMX
-
- getStore() -
Method in class org.apache.catalina.session.PersistentManagerBase
- Return the Store object which manages persistent Session
storage for this Manager.
- getStoreAppender() -
Method in interface org.apache.catalina.storeconfig.IStoreFactory
-
- getStoreAppender() -
Method in class org.apache.catalina.storeconfig.StoreFactoryBase
-
- getStoreConfig() -
Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- getStoreConfigClass() -
Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- getStoreFactory() -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getStoreFactoryClass() -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getStoreName() -
Method in class org.apache.catalina.session.FileStore
- Return the name for this Store, used for logging.
- getStoreName() -
Method in class org.apache.catalina.session.JDBCStore
- Return the name for this Store, used for logging.
- getStoreName() -
Method in class org.apache.catalina.session.StoreBase
- Return the name for this Store, used for logging.
- getStoreRegistry() -
Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- getStoreWriterClass() -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getStrategy() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getStrategy() -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- getStream() -
Method in class org.apache.catalina.connector.Request
- Return the input stream associated with this Request.
- getStream() -
Method in class org.apache.catalina.connector.Response
- Return the output stream associated with this Response.
- getStream() -
Method in class org.apache.catalina.core.DummyRequest
-
- getStream() -
Method in class org.apache.catalina.core.DummyResponse
-
- getString(String) -
Method in class org.apache.catalina.util.StringManager
- Get a string from the underlying resource bundle.
- getString(String, Object[]) -
Method in class org.apache.catalina.util.StringManager
- Get a string from the underlying resource bundle and format
it with the given set of arguments.
- getString(String, Object) -
Method in class org.apache.catalina.util.StringManager
- Get a string from the underlying resource bundle and format it
with the given object argument.
- getString(String, Object, Object) -
Method in class org.apache.catalina.util.StringManager
- Get a string from the underlying resource bundle and format it
with the given object arguments.
- getString(String, Object, Object, Object) -
Method in class org.apache.catalina.util.StringManager
- Get a string from the underlying resource bundle and format it
with the given object arguments.
- getString(String, Object, Object, Object, Object) -
Method in class org.apache.catalina.util.StringManager
- Get a string from the underlying resource bundle and format it
with the given object arguments.
- getString() -
Method in class org.apache.catalina.util.StringParser
- Return the String we are currently parsing.
- getString(String) -
Method in class org.apache.naming.StringManager
- Get a string from the underlying resource bundle.
- getString(String, Object[]) -
Method in class org.apache.naming.StringManager
- Get a string from the underlying resource bundle and format
it with the given set of arguments.
- getString(String, Object) -
Method in class org.apache.naming.StringManager
- Get a string from the underlying resource bundle and format it
with the given object argument.
- getString(String, Object, Object) -
Method in class org.apache.naming.StringManager
- Get a string from the underlying resource bundle and format it
with the given object arguments.
- getString(String, Object, Object, Object) -
Method in class org.apache.naming.StringManager
- Get a string from the underlying resource bundle and format it
with the given object arguments.
- getString(String, Object, Object, Object, Object) -
Method in class org.apache.naming.StringManager
- Get a string from the underlying resource bundle and format it
with the given object arguments.
- getString() -
Method in class org.apache.tomcat.util.buf.MessageBytes
- Returns the string value.
- getString(String) -
Method in class org.apache.tomcat.util.res.StringManager
- Get a string from the underlying resource bundle or return
null if the String is not found.
- getString(String, Object[]) -
Method in class org.apache.tomcat.util.res.StringManager
- Get a string from the underlying resource bundle and format
it with the given set of arguments.
- getString(String, Object) -
Method in class org.apache.tomcat.util.res.StringManager
- Get a string from the underlying resource bundle and format it
with the given object argument.
- getString(String, Object, Object) -
Method in class org.apache.tomcat.util.res.StringManager
- Get a string from the underlying resource bundle and format it
with the given object arguments.
- getString(String, Object, Object, Object) -
Method in class org.apache.tomcat.util.res.StringManager
- Get a string from the underlying resource bundle and format it
with the given object arguments.
- getString(String, Object, Object, Object, Object) -
Method in class org.apache.tomcat.util.res.StringManager
- Get a string from the underlying resource bundle and format it
with the given object arguments.
- getStringInternal(String) -
Method in class org.apache.catalina.util.StringManager
-
- getSuffix() -
Method in class org.apache.catalina.valves.AccessLogValve
- Return the log file suffix.
- getSuffix() -
Method in class org.apache.catalina.valves.ExtendedAccessLogValve
- Return the log file suffix.
- getSuffix() -
Method in class org.apache.catalina.valves.FastCommonAccessLogValve
- Return the log file suffix.
- getSuspect() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getSuspect() -
Method in interface org.apache.catalina.cluster.tcp.IDataSender
-
- getSwallowOutput() -
Method in interface org.apache.catalina.Context
- Return the value of the swallowOutput flag.
- getSwallowOutput() -
Method in class org.apache.catalina.core.StandardContext
- Return the value of the swallowOutput flag.
- getTag() -
Method in class org.apache.catalina.ant.DeployTask
-
- getTag() -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getTagClass() -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getTcpListenAddress() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
- get tcp listen recevier ip address
- getTcpListenMaxPort() -
Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
-
- getTcpListenPort() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- getTcpListenTimeout() -
Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
-
- getTcpNoDelay() -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getTcpNoDelay() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getTcpNoDelay() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getTcpNoDelay() -
Method in class org.apache.jk.common.ChannelNioSocket
-
- getTcpNoDelay() -
Method in class org.apache.jk.common.ChannelSocket
-
- getTcpNoDelay() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getTcpNoDelay() -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- getTcpSelectorTimeout() -
Method in class org.apache.catalina.cluster.tcp.ReplicationListener
-
- getTcpThreadCount() -
Method in class org.apache.catalina.cluster.tcp.ReplicationListener
-
- getTempDir() -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- getThisAccessedTime() -
Method in class org.apache.catalina.cluster.session.ReplicatedSession
-
- getThisAccessedTime() -
Method in class org.apache.tomcat.util.buf.TimeStamp
-
- getThread() -
Static method in class org.apache.naming.ContextBindings
- Retrieves the naming context bound to a thread.
- getThreadData(Object) -
Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
-
- getThreadName() -
Method in class org.apache.catalina.session.FileStore
- Return the thread name for this Store.
- getThreadName() -
Method in class org.apache.catalina.session.JDBCStore
- Return the thread name for this Store.
- getThreadParam() -
Method in class org.apache.tomcat.util.threads.ThreadPool
- Return an array with the current "param" ( XXX better name ?
- getThreadPool() -
Method in class org.apache.jk.common.ChannelNioSocket
-
- getThreadPool() -
Method in class org.apache.jk.common.ChannelSocket
-
- getThreadPool() -
Method in class org.apache.jk.common.ChannelUn
-
- getThreadPriority() -
Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
- Get the current threadPriority
- getThreadPriority() -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getThreadPriority() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getThreadPriority() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getThreadPriority() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getThreadPriority() -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- getThreadPriority() -
Method in class org.apache.tomcat.util.threads.ThreadPool
- Returns the priority level of current and
future threads in this pool.
- getThreadStatus() -
Method in class org.apache.tomcat.util.threads.ThreadPool
- Return an array with the status of each thread.
- getThreads() -
Method in class org.apache.tomcat.util.threads.ThreadPool
-
- getThrowable() -
Method in class org.apache.catalina.LifecycleException
- Returns the throwable that caused this exception, if any.
- getTime() -
Method in class org.apache.tomcat.util.buf.MessageBytes
- Deprecated. The buffer are general purpose, caching for headers should
be done in headers
- getTimeTag() -
Method in class org.apache.catalina.storeconfig.StoreFileMover
- Time value for backup yyyy-mm-dd.hh-mm-ss
- getTimeZone() -
Method in class org.apache.catalina.util.Strftime
- Get the timezone used for formatting conversions
- getTimeout() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- getTimeout() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getTimeout() -
Method in class org.apache.coyote.http11.Http11AprProcessor
- Get the upload timeout.
- getTimeout() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getTimeout() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- getTimeout() -
Method in class org.apache.coyote.http11.Http11Processor
- Get the upload timeout.
- getTimestamp() -
Method in interface org.apache.catalina.cluster.ClusterMessage
- Timestamp message.
- getTimestamp() -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
- Timestamp message.
- getTimestamp() -
Method in class org.apache.catalina.cluster.deploy.FileMessage
-
- getTimestamp() -
Method in class org.apache.catalina.cluster.deploy.UndeployMessage
-
- getTimestamp() -
Method in class org.apache.catalina.cluster.session.SessionIDMessage
-
- getTimestamp() -
Method in class org.apache.catalina.cluster.session.SessionMessageImpl
-
- getTimestamp() -
Method in class org.apache.catalina.cluster.tcp.ClusterData
-
- getTldListeners() -
Method in class org.apache.catalina.startup.TldConfig
-
- getTldNamespaceAware() -
Method in interface org.apache.catalina.Context
- Get the server.xml <host> attribute's xmlNamespaceAware.
- getTldNamespaceAware() -
Method in class org.apache.catalina.core.StandardContext
- Get the server.xml <host> attribute's xmlNamespaceAware.
- getTldNamespaceAware() -
Method in class org.apache.catalina.startup.TldConfig
- Get the server.xml <host> attribute's xmlNamespaceAware.
- getTldScanTime() -
Method in class org.apache.catalina.core.StandardContext
-
- getTldValidation() -
Method in interface org.apache.catalina.Context
- Get the server.xml
attribute's webXmlValidation.
- getTldValidation() -
Method in class org.apache.catalina.core.StandardContext
- Get the server.xml
attribute's webXmlValidation.
- getTldValidation() -
Method in class org.apache.catalina.startup.TldConfig
- Get the server.xml <host> attribute's xmlValidation.
- getTokenEndPosition(byte[], int, int) -
Static method in class org.apache.tomcat.util.http.Cookies
- Deprecated. - Use private method
#getTokenEndPosition(byte[], int, int, boolean)
instead
- getTokenValue() -
Method in class org.apache.catalina.ssi.ExpressionTokenizer
- Returns the String value of the token if it was type TOKEN_STRING.
- getTomcatAuthentication() -
Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- getTomcatAuthentication() -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getTotalBytes() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getTotalBytes() -
Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
-
- getTotalLength() -
Method in class org.apache.catalina.cluster.deploy.FileMessage
-
- getTotalNrOfMsgs() -
Method in class org.apache.catalina.cluster.deploy.FileMessage
-
- getTotalReceivedBytes() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- getTotalRequestTime() -
Method in class org.apache.catalina.cluster.tcp.ReplicationValve
-
- getTotalSendTime() -
Method in class org.apache.catalina.cluster.tcp.ReplicationValve
-
- getTrainThreshold() -
Method in class org.apache.tomcat.util.buf.StringCache
-
- getTransaction() -
Method in class org.apache.catalina.deploy.NamingResources
- Get the transaction object.
- getTransientAttributes() -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getTransientChilds() -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getTrustManagers(String, String) -
Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
- Gets the intialized trust managers.
- getTrustStore(String) -
Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- getTxBufSize() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- getTxBufSize() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getType() -
Method in class org.apache.catalina.ContainerEvent
- Return the event type of this event.
- getType() -
Method in class org.apache.catalina.InstanceEvent
- Return the event type of this event.
- getType() -
Method in class org.apache.catalina.LifecycleEvent
- Return the event type of this event.
- getType() -
Method in class org.apache.catalina.SessionEvent
- Return the event type of this event.
- getType() -
Method in class org.apache.catalina.ant.ResourcesTask
-
- getType() -
Method in class org.apache.catalina.ant.jmx.Arg
-
- getType() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- getType() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- getType() -
Method in class org.apache.catalina.cluster.tcp.ClusterData
-
- getType() -
Method in class org.apache.catalina.core.ContainerBase
-
- getType() -
Method in class org.apache.catalina.deploy.ContextEnvironment
-
- getType() -
Method in class org.apache.catalina.deploy.MessageDestinationRef
-
- getType() -
Method in class org.apache.catalina.deploy.ResourceBase
-
- getType() -
Method in class org.apache.catalina.realm.RealmBase
-
- getType() -
Method in class org.apache.jk.core.MsgContext
- The id of the chain
- getType() -
Method in class org.apache.tomcat.util.buf.MessageBytes
- Return the type of the original content.
- getURI(File) -
Method in class org.apache.catalina.loader.WebappClassLoader
- Get URL.
- getURI(File) -
Method in class org.apache.tomcat.util.compat.Jdk14Compat
- Return the URI for the given file.
- getURI(File) -
Method in class org.apache.tomcat.util.compat.JdkCompat
- Return the URI for the given file.
- getURIConverter() -
Method in class org.apache.catalina.connector.Request
- Return the URI converter.
- getURIEncoding() -
Method in class org.apache.catalina.connector.Connector
- Return the character encoding to be used for the URI.
- getURL(File, boolean) -
Method in class org.apache.catalina.loader.WebappClassLoader
- Get URL.
- getURL(String, String) -
Static method in class org.apache.tomcat.util.IntrospectionUtils
- Construct a file url from a file, using a base dir
- getURLClassLoader(URL[], ClassLoader) -
Static method in class org.apache.tomcat.util.IntrospectionUtils
- Construct a URLClassLoader.
- getURLConnection(String, boolean) -
Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getURLDecoder() -
Method in class org.apache.coyote.Request
-
- getURLPattern() -
Method in class org.apache.catalina.deploy.FilterMap
-
- getURLs() -
Method in class org.apache.catalina.loader.WebappClassLoader
- Returns the search path of URLs for loading classes and resources.
- getUnboundSocket(ServerSocketFactory) -
Method in class org.apache.tomcat.util.compat.Jdk14Compat
- Obtain an unbound socket from the ServerSocketFactory.
- getUnboundSocket(ServerSocketFactory) -
Method in class org.apache.tomcat.util.compat.JdkCompat
- Obtain an unbound socket from the ServerSocketFactory.
- getUndeploy() -
Method in class org.apache.catalina.cluster.deploy.UndeployMessage
-
- getUniqueId() -
Method in interface org.apache.catalina.cluster.ClusterMessage
- Each message must have a unique ID, in case of using async replication,
and a smart queue, this id is used to replace messages not yet sent.
- getUniqueId() -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
- Each message must have a unique ID, in case of using async replication,
and a smart queue, this id is used to replace messages not yet sent.
- getUniqueId() -
Method in class org.apache.catalina.cluster.deploy.FileMessage
-
- getUniqueId() -
Method in class org.apache.catalina.cluster.deploy.UndeployMessage
-
- getUniqueId() -
Method in class org.apache.catalina.cluster.session.SessionIDMessage
-
- getUniqueId() -
Method in class org.apache.catalina.cluster.session.SessionMessageImpl
-
- getUniqueId() -
Method in class org.apache.catalina.cluster.tcp.ClusterData
-
- getUniqueValue(String) -
Method in class org.apache.tomcat.util.http.MimeHeaders
- Finds and returns a unique header field with the given name.
- getUnless() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- getUnless() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- getUnloadDelay() -
Method in class org.apache.catalina.core.StandardContext
- Return the value of the unloadDelay flag.
- getUnpackWAR() -
Method in class org.apache.catalina.core.StandardContext
- Unpack WAR flag accessor.
- getUpdate() -
Method in class org.apache.catalina.ant.DeployTask
-
- getUpdateActiveInterval() -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- getUpdateInterval() -
Method in class org.apache.jk.common.ModJkMX
-
- getUrl() -
Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- getUrl() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- getUrl() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
-
- getUrl() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
- The URL of the
JMX JSR 160
MBeanServer to be used.
- getUsage() -
Method in class org.apache.catalina.deploy.MessageDestinationRef
-
- getUseBodyEncodingForURI() -
Method in class org.apache.catalina.connector.Connector
- Return the true if the entity body encoding should be used for the URI.
- getUseContextClassLoader() -
Method in class org.apache.tomcat.util.digester.Digester
- Return the boolean as to whether the context classloader should be used.
- getUseExactMatch() -
Method in class org.apache.tomcat.util.digester.CallMethodRule
- Should
MethodUtils.invokeExactMethod
be used for the reflection.
- getUseHttpOnly() -
Method in interface org.apache.catalina.Context
- Gets the value of the use HttpOnly cookies for session cookies flag.
- getUseHttpOnly() -
Method in class org.apache.catalina.core.StandardContext
- Gets the value of the use HttpOnly cookies for session cookies flag.
- getUseIPVHosts() -
Method in class org.apache.catalina.connector.Connector
- Test if IP-based virtual hosting is enabled.
- getUseSendfile() -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getUseSendfile() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getUseSendfile() -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getUseShutdownHook() -
Method in class org.apache.catalina.startup.Catalina
-
- getUseSystemClassLoaderAsParent() -
Method in class org.apache.catalina.loader.WebappLoader
- Return the useSystemClassLoaderAsParent flag for this Loader.
- getUseXSLTProcessor() -
Method in class org.apache.jk.common.JkMX
-
- getUser(DirContext, String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Return a User object containing information about the user
with the specified username, if found in the directory;
otherwise return
null
.
- getUser() -
Method in class org.apache.jk.common.ModJkMX
-
- getUserBase() -
Method in class org.apache.catalina.realm.JNDIRealm
- Return the base element for user searches.
- getUserByPattern(DirContext, String, String[]) -
Method in class org.apache.catalina.realm.JNDIRealm
- Use the
UserPattern
configuration attribute to
locate the directory entry for the user with the specified
username and return a User object; otherwise return
null
.
- getUserBySearch(DirContext, String, String[]) -
Method in class org.apache.catalina.realm.JNDIRealm
- Search the directory to return a User object containing
information about the user with the specified username, if
found in the directory; otherwise return
null
.
- getUserClass() -
Method in class org.apache.catalina.startup.UserConfig
- Return the user database class name for this component.
- getUserClassNames() -
Method in class org.apache.catalina.realm.JAASRealm
-
- getUserConfig() -
Method in class org.apache.catalina.startup.HomesUserDatabase
- Return the UserConfig listener with which we are associated.
- getUserConfig() -
Method in class org.apache.catalina.startup.PasswdUserDatabase
- Return the UserConfig listener with which we are associated.
- getUserConfig() -
Method in interface org.apache.catalina.startup.UserDatabase
- Return the UserConfig listener with which we are associated.
- getUserConstraint() -
Method in class org.apache.catalina.deploy.SecurityConstraint
- Return the user data constraint for this security constraint.
- getUserCredCol() -
Method in class org.apache.catalina.realm.DataSourceRealm
- Return the column in the user table that holds the user's credentials.
- getUserCredCol() -
Method in class org.apache.catalina.realm.JDBCRealm
- Return the column in the user table that holds the user's credentials.
- getUserDatabase() -
Method in interface org.apache.catalina.Group
- Return the
UserDatabase
within which this Group is defined.
- getUserDatabase() -
Method in interface org.apache.catalina.Role
- Return the
UserDatabase
within which this Role is defined.
- getUserDatabase() -
Method in interface org.apache.catalina.User
- Return the
UserDatabase
within which this User is defined.
- getUserDatabase() -
Method in class org.apache.catalina.users.AbstractGroup
- Return the
UserDatabase
within which this Group is defined.
- getUserDatabase() -
Method in class org.apache.catalina.users.AbstractRole
- Return the
UserDatabase
within which this Role is defined.
- getUserDatabase() -
Method in class org.apache.catalina.users.MemoryGroup
- Return the
UserDatabase
within which this Group is defined.
- getUserDatabase() -
Method in class org.apache.catalina.users.MemoryRole
- Return the
UserDatabase
within which this role is defined.
- getUserDatabase() -
Method in class org.apache.catalina.users.MemoryUser
- Return the
UserDatabase
within which this User is defined.
- getUserInfo() -
Method in class org.apache.catalina.util.URL
- Return the user info part of the URL.
- getUserInfo() -
Method in class org.apache.tomcat.util.net.URL
- Return the user info part of the URL.
- getUserNameCol() -
Method in class org.apache.catalina.realm.DataSourceRealm
- Return the column in the user table that holds the user's name.
- getUserNameCol() -
Method in class org.apache.catalina.realm.JDBCRealm
- Return the column in the user table that holds the user's name.
- getUserPassword() -
Method in class org.apache.catalina.realm.JNDIRealm
- Return the password attribute used to retrieve the user password.
- getUserPattern() -
Method in class org.apache.catalina.realm.JNDIRealm
- Return the message format pattern for selecting users in this Realm.
- getUserPrincipal() -
Method in class org.apache.catalina.connector.Request
- Return the principal that has been authenticated for this Request.
- getUserPrincipal() -
Method in class org.apache.catalina.connector.RequestFacade
-
- getUserPrincipal() -
Method in class org.apache.catalina.core.DummyRequest
-
- getUserPrincipal() -
Method in class org.apache.catalina.realm.GenericPrincipal
-
- getUserRoleName() -
Method in class org.apache.catalina.realm.JNDIRealm
- Return the user role name attribute name for this Realm.
- getUserRoleTable() -
Method in class org.apache.catalina.realm.DataSourceRealm
- Return the table that holds the relation between user's and roles.
- getUserRoleTable() -
Method in class org.apache.catalina.realm.JDBCRealm
- Return the table that holds the relation between user's and roles.
- getUserSearch() -
Method in class org.apache.catalina.realm.JNDIRealm
- Return the message format pattern for selecting users in this Realm.
- getUserSubtree() -
Method in class org.apache.catalina.realm.JNDIRealm
- Return the "search subtree for users" flag.
- getUserTable() -
Method in class org.apache.catalina.realm.DataSourceRealm
- Return the table that holds user data..
- getUserTable() -
Method in class org.apache.catalina.realm.JDBCRealm
- Return the table that holds user data..
- getUsername() -
Method in interface org.apache.catalina.User
- Return the logon username of this user, which must be unique
within the scope of a
UserDatabase
.
- getUsername() -
Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- getUsername() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- getUsername() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
-
- getUsername() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
- The login username for the
JMX
MBeanServer.
- getUsername() -
Method in class org.apache.catalina.authenticator.SingleSignOnEntry
- Gets the username provided by the user as part of the authentication
process.
- getUsername() -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
-
- getUsername() -
Method in class org.apache.catalina.users.AbstractUser
- Return the logon username of this user, which must be unique
within the scope of a
UserDatabase
.
- getUsers() -
Method in interface org.apache.catalina.Group
- Return the set of
User
s that are members of this group.
- getUsers() -
Method in interface org.apache.catalina.UserDatabase
- Return the set of
User
s defined in this user database.
- getUsers() -
Method in class org.apache.catalina.mbeans.GroupMBean
- Return the MBean Names of all users that are members of this group.
- getUsers() -
Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
- Return the MBean Names of all users defined in this database.
- getUsers() -
Method in class org.apache.catalina.startup.HomesUserDatabase
- Return an enumeration of the usernames defined on this server.
- getUsers() -
Method in class org.apache.catalina.startup.PasswdUserDatabase
- Return an enumeration of the usernames defined on this server.
- getUsers() -
Method in interface org.apache.catalina.startup.UserDatabase
- Return an enumeration of the usernames defined on this server.
- getUsers() -
Method in class org.apache.catalina.users.AbstractGroup
- Return an Iterator over the set of
User
s that
are members of this group.
- getUsers() -
Method in class org.apache.catalina.users.MemoryGroup
- Return the set of
User
s that are members of this group.
- getUsers() -
Method in class org.apache.catalina.users.MemoryUserDatabase
- Return the set of
User
s defined in this user database.
- getValidate() -
Method in class org.apache.catalina.realm.RealmBase
- Return the "validate certificate chains" flag.
- getValidating() -
Method in class org.apache.tomcat.util.digester.Digester
- Return the validating parser flag.
- getValue() -
Method in class org.apache.catalina.ant.JMXSetTask
- Get method for the attribute value
- getValue() -
Method in class org.apache.catalina.ant.jmx.Arg
-
- getValue() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- getValue() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
-
- getValue() -
Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- getValue(String) -
Method in class org.apache.catalina.cluster.session.DeltaSession
- Deprecated. As of Version 2.2, this method is replaced by
getAttribute()
- getValue(String) -
Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
-
- getValue() -
Method in class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
-
- getValue() -
Method in class org.apache.catalina.deploy.ApplicationParameter
-
- getValue() -
Method in class org.apache.catalina.deploy.ContextEnvironment
-
- getValue(String) -
Method in class org.apache.catalina.session.StandardSession
- Deprecated. As of Version 2.2, this method is replaced by
getAttribute()
- getValue(String) -
Method in class org.apache.catalina.session.StandardSessionFacade
-
- getValue(int) -
Method in class org.apache.tomcat.util.collections.MultiMap
- Returns the Nth header value
This may be used to iterate through all header fields.
- getValue(int) -
Method in class org.apache.tomcat.util.http.MimeHeaders
- Returns the Nth header value, or null if there is no such header.
- getValue(String) -
Method in class org.apache.tomcat.util.http.MimeHeaders
- Finds and returns a header field with the given name.
- getValue() -
Method in class org.apache.tomcat.util.http.ServerCookie
-
- getValueNames() -
Method in class org.apache.catalina.cluster.session.DeltaSession
- Deprecated. As of Version 2.2, this method is replaced by
getAttributeNames()
- getValueNames() -
Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
-
- getValueNames() -
Method in class org.apache.catalina.session.StandardSession
- Deprecated. As of Version 2.2, this method is replaced by
getAttributeNames()
- getValueNames() -
Method in class org.apache.catalina.session.StandardSessionFacade
-
- getValveNames() -
Method in class org.apache.catalina.core.StandardHost
- Return the MBean Names of the Valves assoicated with this Host
- getValveObjectNames() -
Method in class org.apache.catalina.core.ContainerBase
-
- getValveObjectNames() -
Method in class org.apache.catalina.core.StandardPipeline
-
- getValves() -
Method in interface org.apache.catalina.Pipeline
- Return the set of Valves in the pipeline associated with this
Container, including the basic Valve (if any).
- getValves() -
Method in interface org.apache.catalina.cluster.CatalinaCluster
-
- getValves() -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- get all cluster valves
- getValves() -
Method in class org.apache.catalina.core.ContainerBase
- Return the set of Valves in the pipeline associated with this
Container, including the basic Valve (if any).
- getValves() -
Method in class org.apache.catalina.core.StandardPipeline
- Return the set of Valves in the pipeline associated with this
Container, including the basic Valve (if any).
- getValves() -
Method in class org.apache.catalina.mbeans.StandardHostMBean
- Return the MBean Names of the Valves assoicated with this Host
- getVariableNames() -
Method in class org.apache.catalina.ssi.SSIMediator
-
- getVariableValue(String) -
Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
- getVariableValue(String) -
Method in class org.apache.catalina.ssi.SSIMediator
-
- getVariableValue(String, String) -
Method in class org.apache.catalina.ssi.SSIMediator
-
- getVariableValue(String) -
Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getVersion() -
Method in class org.apache.catalina.storeconfig.StoreRegistry
-
- getVersion() -
Method in class org.apache.tomcat.util.http.ServerCookie
-
- getVirtualHost() -
Method in class org.apache.coyote.RequestInfo
-
- getWaitAckTime() -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- getWar() -
Method in class org.apache.catalina.ant.DeployTask
-
- getWar() -
Method in class org.apache.catalina.ant.InstallTask
- Deprecated.
- getWar() -
Method in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
-
- getWatchDir() -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- getWatchDir() -
Method in class org.apache.catalina.cluster.deploy.WarWatcher
-
- getWatchEnabled() -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- getWebAppRootDir() -
Method in class org.apache.catalina.util.ProcessEnvironment
- Deprecated. Gets the root directory of the web application to which this process\
belongs
- getWebServerHost() -
Method in class org.apache.jk.common.ModJkMX
-
- getWebServerPort() -
Method in class org.apache.jk.common.ModJkMX
-
- getWebXmlNode() -
Method in class org.apache.jk.config.WebXml2Jk
- Return the top level node
- getWelcomeFiles() -
Method in class org.apache.catalina.core.StandardContext
- Return the naming resources associated with this web application.
- getWelcomeFiles() -
Method in class org.apache.catalina.mbeans.StandardContextMBean
- Return the naming resources associated with this web application.
- getWellcomeFiles() -
Method in class org.apache.jk.config.WebXml2Jk
- Extract the wellcome files from the web.xml
- getWorkDir() -
Method in class org.apache.catalina.core.StandardContext
- Return the work directory for this Context.
- getWorkDir() -
Method in class org.apache.catalina.core.StandardHost
- Host work directory base.
- getWorkPath() -
Method in class org.apache.catalina.core.StandardContext
- Get the absolute path to the work dir.
- getWorker() -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerClassName() -
Method in class org.apache.jk.server.JkMain
-
- getWorkerClusterDomain() -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerDisabled() -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerEnv() -
Method in class org.apache.jk.core.MsgContext
-
- getWorkerEnv() -
Method in class org.apache.jk.server.JkMain
-
- getWorkerLb() -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerLoadFactor() -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerRedirect() -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerStopped() -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerThread() -
Method in class org.apache.tomcat.util.net.AprEndpoint
- Return a new worker thread, and block while to worker is available.
- getWorkerThreadName() -
Method in class org.apache.coyote.RequestInfo
-
- getWorkerType() -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkingDirectory() -
Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
- Gets derived CGI working directory
- getWorkingDirectory() -
Method in class org.apache.catalina.util.ProcessEnvironment
- Deprecated. Gets this process' derived working directory
- getWrapper() -
Method in interface org.apache.catalina.ContainerServlet
- Return the Wrapper with which this Servlet is associated.
- getWrapper() -
Method in class org.apache.catalina.InstanceEvent
- Return the Wrapper managing the servlet instance for which this
event occurred.
- getWrapper() -
Method in class org.apache.catalina.connector.Request
- Return the Wrapper within which this Request is being processed.
- getWrapper() -
Method in class org.apache.catalina.core.DummyRequest
-
- getWrapper() -
Method in class org.apache.catalina.servlets.InvokerServlet
- Return the Wrapper with which we are associated.
- getWrapper() -
Method in class org.apache.catalina.util.InstanceSupport
- Return the Wrapper with which we are associated.
- getWrapperClass() -
Method in interface org.apache.catalina.Context
- Return the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- getWrapperClass() -
Method in class org.apache.catalina.core.StandardContext
- Return the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- getWrapperNames(String, String) -
Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- getWrappersString(String, String) -
Method in class org.apache.tomcat.util.http.mapper.Mapper
-
- getWriter() -
Method in class org.apache.catalina.connector.Response
- Return the writer associated with this Response.
- getWriter() -
Method in class org.apache.catalina.connector.ResponseFacade
-
- getWriter() -
Method in class org.apache.catalina.core.DummyResponse
-
- getWriter() -
Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
- Return a printwriter, throws and exception if a OutputStream already
been returned.
- getWriter() -
Method in class org.apache.catalina.storeconfig.StoreFileMover
- Open an output writer for the new configuration file
- getWriter() -
Method in class org.apache.jk.config.ApacheConfig
-
- getWriter() -
Method in class org.apache.jk.config.BaseJkConfig
- Get the output Writer.
- getWriter() -
Method in class org.apache.jk.config.IISConfig
-
- getWriter() -
Method in class org.apache.jk.config.NSConfig
-
- getWriterEncoding() -
Static method in class org.apache.catalina.util.DOMWriter
-
- getXMLReader() -
Method in class org.apache.tomcat.util.digester.Digester
- Return the XMLReader to be used for parsing the input document.
- getXmlNamespaceAware() -
Method in interface org.apache.catalina.Context
- Get the server.xml
attribute's xmlNamespaceAware.
- getXmlNamespaceAware() -
Method in interface org.apache.catalina.Host
- Get the server.xml <host> attribute's xmlNamespaceAware.
- getXmlNamespaceAware() -
Method in class org.apache.catalina.core.StandardContext
- Get the server.xml
attribute's xmlNamespaceAware.
- getXmlNamespaceAware() -
Method in class org.apache.catalina.core.StandardHost
- Get the server.xml <host> attribute's xmlNamespaceAware.
- getXmlNamespaceAware() -
Method in class org.apache.catalina.startup.HostConfig
- Get the server.xml <host> attribute's xmlNamespaceAware.
- getXmlValidation() -
Method in interface org.apache.catalina.Context
- Get the server.xml
attribute's xmlValidation.
- getXmlValidation() -
Method in interface org.apache.catalina.Host
- Get the server.xml <host> attribute's xmlValidation.
- getXmlValidation() -
Method in class org.apache.catalina.core.StandardContext
- Get the server.xml
attribute's xmlValidation.
- getXmlValidation() -
Method in class org.apache.catalina.core.StandardHost
- Get the server.xml <host> attribute's xmlValidation.
- getXmlValidation() -
Method in class org.apache.catalina.startup.HostConfig
- Get the server.xml <host> attribute's xmlValidation.
- getXpoweredBy() -
Method in class org.apache.catalina.connector.Connector
- Indicates whether the generation of an X-Powered-By response header for
servlet-generated responses is enabled or disabled for this Connector.
- global -
Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- globalXsltFile -
Variable in class org.apache.catalina.servlets.DefaultServlet
- Allow customized directory listing per instance.
- gmtZone -
Static variable in class org.apache.naming.resources.ResourceAttributes
-
- gmtZone -
Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
-
- groupname -
Variable in class org.apache.catalina.users.AbstractGroup
- The group name of this group.
- groups -
Variable in class org.apache.catalina.users.MemoryUser
- The set of
Group
s that this user is a member of.
- groups -
Variable in class org.apache.catalina.users.MemoryUserDatabase
- The set of
Group
s defined in this database, keyed by
group name.
- guessInstall(String, String, String) -
Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- guessInstall(String, String, String, String) -
Static method in class org.apache.tomcat.util.IntrospectionUtils
- Guess a product install/home by analyzing the class path.
RuleSet
with the default
matching pattern prefix.
RuleSet
with the specified
matching pattern prefix.
Callbacks
.
true
if the specified Principal has the specified
security role, within the context of this Realm; otherwise return
false
.
true
if the specified Principal has the specified
security role, within the context of this Realm; otherwise return
false
.
true
if the specified Principal has the specified
security role, within the context of this Realm; otherwise return
false
.
true
if the specified context-relative URI (and
associated HTTP method) are protected by this security constraint.
Realm
implementation.
LoginModule
with the specified
configuration information.
Digester
instance.
pattern
property.
pattern
property.
pattern
property.
process()
method to perform the actual filtering.
process()
method to perform the actual filtering.
process()
method to perform the actual filtering.
false
if the last change to the
allow
pattern did not apply successfully.
true
if the specified Extension
(which represents an optional package required by this application)
is satisfied by this Extension
(which represents an
optional package that is already installed.
Loader
configuration,
with all-default properties?
Manager
configuration,
with all-default properties?
false
if the last change to the
deny
pattern did not apply successfully.
true
if the specified URL should be encoded with
a session identifier.
true
if all required extension dependencies
have been meet for this ManifestResource
object.
Group
?
Group
?
Role
?
Role
?
Role
?
Role
?
Role
?
Role
?
true
if the client does not yet know about the
session, or if the client chooses not to join the session.
true
if the client does not yet know about the
session, or if the client chooses not to join the session.
SecurityManager
only if Security is enabled AND
package protection mechanism is enabled.
true
if the session identifier included in this
request came from a cookie.
true
if the session identifier included in this
request came from the request URI.
isRequestedSessionIdFromURL()
instead.
true
if the session identifier included in this
request identifies a valid session.
true
if the specified client and server addresses
are the same.
true
if the specified client and server addresses
are the same.
true
if the servlet class represented by this
component implements the SingleThreadModel
interface.
true
if the authenticated user principal
possesses the specified role name.
isValid
flag for this session.
isValid
flag for this session.
isValid
flag for this session.
CallbackHandler
interface,
used to negotiate delivery of the username and credentials that were
specified to our constructor. JAASRealm
. ParserFeatureSetterFactory
Store
interface that stores
serialized session objects in a database. /status
command, supported by the
mod_jk status (1.2.9) application./jmxproxy/?- JMXGetTask() -
Constructor for class org.apache.catalina.ant.JMXGetTask
-
- JMXQueryTask - class org.apache.catalina.ant.JMXQueryTask.
- Ant task that implements the JMX Query command
(
/jmxproxy/?- JMXQueryTask() -
Constructor for class org.apache.catalina.ant.JMXQueryTask
-
- JMXSetTask - class org.apache.catalina.ant.JMXSetTask.
- Ant task that implements the JMX Set command (
/jmxproxy/?- JMXSetTask() -
Constructor for class org.apache.catalina.ant.JMXSetTask
-
- JMX_SERVICE_PREFIX -
Static variable in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- JMX_SERVICE_SUFFIX -
Static variable in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- JNDIRealm - class org.apache.catalina.realm.JNDIRealm.
- Implementation of Realm that works with a directory
server accessed via the Java Naming and Directory Interface (JNDI) APIs.
- JNDIRealm() -
Constructor for class org.apache.catalina.realm.JNDIRealm
-
- JSP_FILE_ATTR -
Static variable in class org.apache.catalina.Globals
- The request attribute under which we expose the value of the
<jsp-file>
value associated with this servlet,
if any.
- JSP_SERVLET_CLASS -
Static variable in class org.apache.catalina.core.Constants
-
- JSP_SERVLET_NAME -
Static variable in class org.apache.catalina.core.Constants
-
- JSSE14SocketFactory - class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.
- SSL server socket factory.
- JSSE14SocketFactory() -
Constructor for class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
-
- JSSEImplementation - class org.apache.tomcat.util.net.jsse.JSSEImplementation.
-
- JSSEImplementation() -
Constructor for class org.apache.tomcat.util.net.jsse.JSSEImplementation
-
- JSSEKeyManager - class org.apache.tomcat.util.net.jsse.JSSEKeyManager.
- X509KeyManager which allows selection of a specific keypair and certificate
chain (identified by their keystore alias name) to be used by the server to
authenticate itself to SSL clients.
- JSSEKeyManager(X509KeyManager, String) -
Constructor for class org.apache.tomcat.util.net.jsse.JSSEKeyManager
- Constructor.
- JSSESocketFactory - class org.apache.tomcat.util.net.jsse.JSSESocketFactory.
- SSL server socket factory.
- JSSESocketFactory() -
Constructor for class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- Jdk14Compat - class org.apache.tomcat.util.compat.Jdk14Compat.
- See JdkCompat.
- Jdk14Compat() -
Constructor for class org.apache.tomcat.util.compat.Jdk14Compat
- Default no-arg constructor
- JdkCompat - class org.apache.tomcat.util.compat.JdkCompat.
- General-purpose utility to provide backward-compatibility and JDK
independence.
- JdkCompat() -
Constructor for class org.apache.tomcat.util.compat.JdkCompat
- Default no-arg constructor
- JkChannel - interface org.apache.jk.core.JkChannel.
- A Channel represents a connection point to the outside world.
- JkCoyoteHandler - class org.apache.jk.server.JkCoyoteHandler.
- Plugs Jk into Coyote.
- JkCoyoteHandler() -
Constructor for class org.apache.jk.server.JkCoyoteHandler
-
- JkHandler - class org.apache.jk.core.JkHandler.
-
- JkHandler() -
Constructor for class org.apache.jk.core.JkHandler
-
- JkInputStream - class org.apache.jk.common.JkInputStream.
- Generic input stream impl on top of ajp
- JkInputStream(MsgContext, int) -
Constructor for class org.apache.jk.common.JkInputStream
-
- JkInputStream(MsgContext) -
Constructor for class org.apache.jk.common.JkInputStream
- Deprecated.
- JkMX - class org.apache.jk.common.JkMX.
- Load the HTTP or RMI adapters for MX4J and JMXRI.
- JkMX() -
Constructor for class org.apache.jk.common.JkMX
-
- JkMain - class org.apache.jk.server.JkMain.
- Main class used to startup and configure jk.
- JkMain() -
Constructor for class org.apache.jk.server.JkMain
-
- JndiPermission - class org.apache.naming.JndiPermission.
- Java SecurityManager Permission class for JNDI name based file resources
The JndiPermission extends the BasicPermission.
- JndiPermission(String) -
Constructor for class org.apache.naming.JndiPermission
- Creates a new JndiPermission with no actions
- JndiPermission(String, String) -
Constructor for class org.apache.naming.JndiPermission
- Creates a new JndiPermission with actions
- JniHandler - class org.apache.jk.common.JniHandler.
- Base class for components using native code ( libjkjni.so ).
- JniHandler() -
Constructor for class org.apache.jk.common.JniHandler
-
- JspSchemaPublicId_20 -
Static variable in class org.apache.catalina.startup.Constants
-
- JspSchemaResourcePath_20 -
Static variable in class org.apache.catalina.startup.Constants
-
- JvmRouteBinderValve - class org.apache.catalina.cluster.session.JvmRouteBinderValve.
- Valve to handle Tomcat jvmRoute takeover using mod_jk module after node
failure.
- JvmRouteBinderValve() -
Constructor for class org.apache.catalina.cluster.session.JvmRouteBinderValve
-
- JvmRouteSessionIDBinderLifecycleListener - class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener.
- Deprecated.
- JvmRouteSessionIDBinderLifecycleListener() -
Constructor for class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
- Deprecated.
- JvmRouteSessionIDBinderListener - class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener.
- Receive SessionID cluster change from other backup node after primary session
node is failed.
- JvmRouteSessionIDBinderListener() -
Constructor for class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
-
- jarFiles -
Variable in class org.apache.catalina.loader.WebappClassLoader
- The list of JARs, in the order they should be searched
for locally loaded classes or resources.
- jarNames -
Variable in class org.apache.catalina.loader.WebappClassLoader
- The list of JARs, in the order they should be searched
for locally loaded classes or resources.
- jarPath -
Variable in class org.apache.catalina.loader.WebappClassLoader
- The path which will be monitored for added Jar files.
- jarRealFiles -
Variable in class org.apache.catalina.loader.WebappClassLoader
- The list of JARs, in the order they should be searched
for locally loaded classes or resources.
- javaURLContextFactory - class org.apache.naming.java.javaURLContextFactory.
- Context factory for the "java:" namespace.
- javaURLContextFactory() -
Constructor for class org.apache.naming.java.javaURLContextFactory
-
- jkDebug -
Variable in class org.apache.jk.config.BaseJkConfig
-
- jkHome -
Variable in class org.apache.jk.common.JniHandler
-
- jkLog -
Variable in class org.apache.jk.config.BaseJkConfig
-
- jkMain -
Variable in class org.apache.jk.server.JkCoyoteHandler
-
- jkWorker -
Variable in class org.apache.jk.config.BaseJkConfig
-
- jmxCreate(MBeanServerConnection, String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
- create new Mbean and when set from ClassLoader Objectname
- jmxExecute(MBeanServerConnection) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
- Execute the specified command, based on the configured properties.
- jmxExecute(MBeanServerConnection) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
- Execute the specified command, based on the configured properties.
- jmxExecute(MBeanServerConnection) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
- Execute the specified command, based on the configured properties.
- jmxExecute(MBeanServerConnection) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
- Execute the specified command, based on the configured properties.
- jmxExecute(MBeanServerConnection) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
- Execute the specified command, based on the configured properties.
- jmxExecute(MBeanServerConnection) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
- Execute the specified command, based on the configured properties.
- jmxExecute(MBeanServerConnection) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
- Execute the specified command, based on the configured properties.
- jmxGet(MBeanServerConnection, String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
-
- jmxInvoke(MBeanServerConnection, String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
-
- jmxQuery(MBeanServerConnection, String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
- Call Mbean server for some mbeans with same domain, attributes.
- jmxSet(MBeanServerConnection, String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- jmxSetWithAttributList(MBeanServerConnection, String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
- set several attributes in one invocation to the server
- jmxUuregister(MBeanServerConnection, String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
- Unregister Mbean
- jspConfig -
Variable in class org.apache.catalina.startup.WebRuleSet
- The
SetJspConfig
rule used to parse the web.xml
- jspWildCard -
Variable in class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
-
- jspWildCard -
Variable in class org.apache.tomcat.util.http.mapper.MappingData
-
- jvmRoute() -
Method in class org.apache.tomcat.util.http.BaseRequest
-
LifecycleListener
instance,
and associates it with the top object on the stack (which must
implement LifecycleListener
)./list
command, supported by the
Tomcat manager application.<login-config>
element in the
deployment descriptor.id
.
log(String, Throwable)
instead
Subject
.
SetLoginConfig
rule used to parse the web.xml
null
.
org.apache.catalina.core.StandardServer
component.ModelMBean
with default
ModelMBeanInfo
information.
Group
for the
MemoryUserDatabase
implementation of UserDatabase
.Role
for the
MemoryUserDatabase
implementation of UserDatabase
.MemoryRealm
.RuleSet
with the default
matching pattern prefix.
RuleSet
with the specified
matching pattern prefix.
User
for the
MemoryUserDatabase
implementation of UserDatabase
.UserDatabase
that loads all
defined users, groups, and roles into an in-memory data structure,
and uses a specified XML file for its persistent storage.MemoryUserDatabase
instances. org.apache.catalina.users.MemoryUserDatabase
component.ModelMBean
with default
ModelMBeanInfo
information.
<message-destination>
element
in the deployment descriptor.<message-destination-ref>
element
in the deployment descriptor.ManagedBean
information describing this MBean.
ManagedBean
information describing this MBean.
ManagedBean
information describing this MBean.
ManagedBean
information describing this MBean.
ManagedBean
information describing this MBean.
ManagedBean
information describing this MBean.
ManagedBean
information describing this MBean.
ManagedBean
information describing Group MBeans.
ManagedBean
information describing Group MBeans.
ManagedBean
information describing User MBeans.
null
.
null
.
MBeanServer
in which we are registered.
MBeanServer
in which we are registered.
MBeanServer
in which we are registered.
MBeanServer
in which we are registered.
writeObject()
.
org.apache.catalina.deploy.NamingResources
component.ModelMBean
with default
ModelMBeanInfo
information.
RuleSet
with the default
matching pattern prefix.
RuleSet
with the specified
matching pattern prefix.
Node
containing the XML at the element that matched
the rule. Realm
implementation.
Rule
objects are relevant, or null
for matching independent
of namespaces.
Digester
parser with no Rule
associated and XML validation turned off.
Digester
parser with XML validation turned off.
Digester
parser.
SAXParser
configured to support XML Scheman and DTD
SAXParser
SAXParser
based on the underlying
Xerces
version.
path
(and therefore file
)
portions of this URL.
path
(and therefore file
)
portions of this URL.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use ObjectCreateRule.ObjectCreateRule(String className)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use ObjectCreateRule.ObjectCreateRule(Class clazz)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use ObjectCreateRule.ObjectCreateRule(String className, String attributeName)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use ObjectCreateRule.ObjectCreateRule(String attributeName, Class clazz)
instead.
FactoryCreateRule
.
CallMethodRule.- ObjectParamRule(int, Object) -
Constructor for class org.apache.tomcat.util.digester.ObjectParamRule
- Construct a "call parameter" rule that will save the given Object as
the parameter value.
- ObjectParamRule(int, String, Object) -
Constructor for class org.apache.tomcat.util.digester.ObjectParamRule
- Construct a "call parameter" rule that will save the given Object as
the parameter value, provided that the specified attribute exists.
- ObjectReader - class org.apache.catalina.cluster.io.ObjectReader.
- The object reader object is an object used in conjunction with
java.nio TCP messages.
- ObjectReader(SocketChannel, Selector, ListenCallback) -
Constructor for class org.apache.catalina.cluster.io.ObjectReader
- Create XByteBuffer and store parameter
- OpenEjbFactory - class org.apache.naming.factory.OpenEjbFactory.
- Object factory for EJBs.
- OpenEjbFactory() -
Constructor for class org.apache.naming.factory.OpenEjbFactory
-
- OutputBuffer - class org.apache.catalina.connector.OutputBuffer.
- The buffer used by Tomcat response.
- OutputBuffer() -
Constructor for class org.apache.catalina.connector.OutputBuffer
- Default constructor.
- OutputBuffer(int) -
Constructor for class org.apache.catalina.connector.OutputBuffer
- Alternate constructor which allows specifying the initial buffer size.
- OutputBuffer - interface org.apache.coyote.OutputBuffer.
- Output buffer.
- OutputFilter - interface org.apache.coyote.http11.OutputFilter.
- Output filter.
- ob -
Variable in class org.apache.catalina.connector.CoyoteOutputStream
-
- ob -
Variable in class org.apache.catalina.connector.CoyoteWriter
-
- object -
Variable in class org.apache.naming.resources.DirContextURLConnection
- Other unknown object.
- object -
Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
-
- objectNames -
Variable in class org.apache.catalina.core.NamingContextListener
- Objectnames hashtable.
- ok -
Variable in class org.apache.catalina.startup.ContextConfig
- Track any fatal errors during startup configuration processing.
- oldCookieFormat -
Static variable in class org.apache.catalina.util.DateTool
- DateFormat to be used to format old netscape cookies
- oname -
Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
- The associated deployer ObjectName.
- oname -
Variable in class org.apache.catalina.connector.Connector
-
- oname -
Variable in class org.apache.catalina.core.ContainerBase
-
- oname -
Variable in class org.apache.catalina.core.StandardServer
-
- oname -
Variable in class org.apache.catalina.core.StandardService
-
- oname -
Variable in class org.apache.catalina.realm.RealmBase
-
- oname -
Variable in class org.apache.catalina.session.ManagerBase
-
- oname -
Variable in class org.apache.catalina.startup.HostConfig
- The JMX ObjectName of this component.
- oname -
Variable in class org.apache.catalina.valves.ValveBase
-
- oname -
Variable in class org.apache.coyote.ajp.AjpAprProtocol
-
- oname -
Variable in class org.apache.coyote.http11.Http11AprProtocol
-
- oname -
Variable in class org.apache.coyote.http11.Http11Protocol
-
- oname -
Variable in class org.apache.jk.core.JkHandler
-
- oname -
Variable in class org.apache.jk.server.JkMain
-
- opaque -
Variable in class org.apache.catalina.authenticator.DigestAuthenticator
- Opaque string.
- open() -
Method in interface org.apache.catalina.UserDatabase
- Initialize access to this user database.
- open() -
Method in class org.apache.catalina.realm.DataSourceRealm
- Open the specified database connection.
- open() -
Method in class org.apache.catalina.realm.JDBCRealm
- Open (if necessary) and return a database connection for use by
this Realm.
- open() -
Method in class org.apache.catalina.realm.JNDIRealm
- Open (if necessary) and return a connection to the configured
directory server for this Realm.
- open() -
Method in class org.apache.catalina.session.JDBCStore
- Open (if necessary) and return a database connection for use by
this Realm.
- open() -
Method in class org.apache.catalina.users.MemoryUserDatabase
- Initialize access to this user database.
- open() -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Open (if necessary) and return a database connection for use by
this AccessLogValve.
- open(MsgContext) -
Method in class org.apache.jk.common.ChannelNioSocket
-
- open(MsgContext) -
Method in class org.apache.jk.common.ChannelSocket
-
- open(MsgContext) -
Method in class org.apache.jk.common.ChannelUn
- Open a connection - since we're listening that will block in
accept
- openConnection(URL) -
Method in class org.apache.naming.resources.DirContextURLStreamHandler
- Opens a connection to the object referenced by the
URL
argument.
- openDeserializeObjectStream(byte[]) -
Method in class org.apache.catalina.cluster.session.DeltaManager
- Open Stream and use correct ClassLoader (Container) Switch
ThreadClassLoader
- openForWrite -
Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
- True means that we are writing with this factory.
- openJARs() -
Method in class org.apache.catalina.loader.WebappClassLoader
- Used to periodically signal to the classloader to release JAR resources.
- openRedirector() -
Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
- Set up properties on the Redirector and create output streams.
- openSocket() -
Method in class org.apache.catalina.cluster.tcp.DataSender
- open real socket and set time out when waitForAck is enabled
is socket open return directly
- openThreads(int) -
Method in class org.apache.tomcat.util.threads.ThreadPool
- Create missing threads.
- options -
Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
- The configuration information for this
LoginModule
.
- options -
Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
-
- org.apache.catalina - package org.apache.catalina
-
- org.apache.catalina.ant - package org.apache.catalina.ant
- This package contains a set of
Task
implementations for
Ant (version 1.6.x or later) that can be used to interact with the
Manager application to deploy, undeploy, list, reload, start and stop web applications
from a running instance of Tomcat. - org.apache.catalina.ant.jmx - package org.apache.catalina.ant.jmx
- This package contains a set of
JMX Task
implementations for
Ant (version 1.6 or later) that can be used to interact with the
Remote JMX JSR 160 RMI Adaptor to get/set attributes, invoke MBean operations
and query for Mbeans inside a running instance of Tomcat. - org.apache.catalina.authenticator - package org.apache.catalina.authenticator
- This package contains
Authenticator
implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). - org.apache.catalina.cluster - package org.apache.catalina.cluster
- This package contains code for Clustering, the base class
of a Cluster is
org.apache.catalina.Cluster
implementations
of this class is done when implementing a new Cluster protocol
The only Cluster protocol currently implemented is a JavaGroups based
JGCluster.java
- org.apache.catalina.cluster.authenticator - package org.apache.catalina.cluster.authenticator
-
- org.apache.catalina.cluster.deploy - package org.apache.catalina.cluster.deploy
-
- org.apache.catalina.cluster.io - package org.apache.catalina.cluster.io
-
- org.apache.catalina.cluster.mcast - package org.apache.catalina.cluster.mcast
-
- org.apache.catalina.cluster.session - package org.apache.catalina.cluster.session
-
- org.apache.catalina.cluster.tcp - package org.apache.catalina.cluster.tcp
-
- org.apache.catalina.cluster.util - package org.apache.catalina.cluster.util
-
- org.apache.catalina.connector - package org.apache.catalina.connector
-
- org.apache.catalina.core - package org.apache.catalina.core
-
- org.apache.catalina.deploy - package org.apache.catalina.deploy
- This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (
web.xml
).
- org.apache.catalina.filters - package org.apache.catalina.filters
-
- org.apache.catalina.launcher - package org.apache.catalina.launcher
-
- org.apache.catalina.loader - package org.apache.catalina.loader
-
- org.apache.catalina.mbeans - package org.apache.catalina.mbeans
-
- org.apache.catalina.realm - package org.apache.catalina.realm
- This package contains
Realm
implementations for the
various supported realm technologies for authenticating users and
identifying their associated roles. - org.apache.catalina.security - package org.apache.catalina.security
-
- org.apache.catalina.servlets - package org.apache.catalina.servlets
- This package contains
Servlets
that implement some of the
standard functionality provided by the Catalina servlet container. - org.apache.catalina.session - package org.apache.catalina.session
- This package contains the standard
Manager
and
Session
implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context
. - org.apache.catalina.ssi - package org.apache.catalina.ssi
- This package contains code that is used by the SsiInvoker.
- org.apache.catalina.startup - package org.apache.catalina.startup
-
- org.apache.catalina.storeconfig - package org.apache.catalina.storeconfig
-
- org.apache.catalina.users - package org.apache.catalina.users
-
- org.apache.catalina.util - package org.apache.catalina.util
-
- org.apache.catalina.valves - package org.apache.catalina.valves
- This package contains a variety of small Valve implementations that do
not warrant being packaged separately.
- org.apache.coyote - package org.apache.coyote
-
- org.apache.coyote.ajp - package org.apache.coyote.ajp
-
- org.apache.coyote.http11 - package org.apache.coyote.http11
-
- org.apache.coyote.http11.filters - package org.apache.coyote.http11.filters
-
- org.apache.coyote.memory - package org.apache.coyote.memory
-
- org.apache.jk.common - package org.apache.jk.common
-
- org.apache.jk.config - package org.apache.jk.config
-
- org.apache.jk.core - package org.apache.jk.core
- Jk2 interfaces
Core interfaces for jk2, similar with the interfaces defined in the C
side ( jk2/include ).
- org.apache.jk.server - package org.apache.jk.server
-
- org.apache.naming - package org.apache.naming
- This package contains a memory based naming service provider.
- org.apache.naming.factory - package org.apache.naming.factory
- This package contains object factories used by the naming service.
- org.apache.naming.java - package org.apache.naming.java
- This package contains the URL context factory for the "java" namespace.
- org.apache.naming.resources - package org.apache.naming.resources
- This package contains the resources directory context implemetation.
- org.apache.naming.resources.jndi - package org.apache.naming.resources.jndi
-
- org.apache.tomcat.util - package org.apache.tomcat.util
-
- org.apache.tomcat.util.buf - package org.apache.tomcat.util.buf
- Buffers and Encodings
This package contains buffers and utils to perform encoding/decoding of buffers.
- org.apache.tomcat.util.collections - package org.apache.tomcat.util.collections
- Specialized collections
This package includes a number of special collections, tunned for server-side
applications.
- org.apache.tomcat.util.compat - package org.apache.tomcat.util.compat
-
- org.apache.tomcat.util.digester - package org.apache.tomcat.util.digester
- The Digester package provides for rules-based processing of arbitrary
XML documents.
- org.apache.tomcat.util.http - package org.apache.tomcat.util.http
- Special utils for handling HTTP-specific entities - headers, parameters,
cookies, etc.
- org.apache.tomcat.util.http.mapper - package org.apache.tomcat.util.http.mapper
-
- org.apache.tomcat.util.log - package org.apache.tomcat.util.log
-
- org.apache.tomcat.util.net - package org.apache.tomcat.util.net
-
- org.apache.tomcat.util.net.jsse - package org.apache.tomcat.util.net.jsse
-
- org.apache.tomcat.util.net.puretls - package org.apache.tomcat.util.net.puretls
-
- org.apache.tomcat.util.res - package org.apache.tomcat.util.res
-
- org.apache.tomcat.util.threads - package org.apache.tomcat.util.threads
-
- originalDocBase -
Variable in class org.apache.catalina.startup.ContextConfig
- Original docBase.
- out -
Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
- When openForWrite=true, the output stream is held by this variable
- out -
Variable in class org.apache.catalina.util.DOMWriter
- Print writer.
- out -
Variable in class org.apache.tomcat.util.log.SystemLogHandler
- Wrapped PrintStream.
- output -
Variable in class org.apache.catalina.servlets.DefaultServlet
- The output buffer size to use when serving resources.
- output -
Variable in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
-
- outputBuffer -
Variable in class org.apache.catalina.connector.Response
- The associated output buffer.
- outputBuffer -
Variable in class org.apache.coyote.Response
- Associated output buffer.
- outputBuffer -
Variable in class org.apache.coyote.ajp.AjpAprProcessor
- Direct buffer used for output.
- outputBuffer -
Variable in class org.apache.coyote.http11.Http11AprProcessor
- Output.
- outputBuffer -
Variable in class org.apache.coyote.http11.Http11Processor
- Output.
- outputChunk -
Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
-
- outputEncoding -
Variable in class org.apache.catalina.ssi.SSIServlet
- Output encoding.
- outputStream -
Variable in class org.apache.catalina.connector.Response
- The associated output stream.
- outputStream -
Variable in class org.apache.coyote.http11.InternalOutputBuffer
- Underlying output stream.
- outputStreamOutputBuffer -
Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
- Underlying output buffer.
- outputStreamOutputBuffer -
Variable in class org.apache.coyote.http11.InternalOutputBuffer
- Underlying output buffer.
Boolean.TRUE
if some request
parameters have been ignored during request parameters parsing.
locked
property. SAXParser
based on the underlying parser.
/etc/passwd
file on a Unix system.Digester
matching path for use by a surrounding
CallMethodRule
. invoke()
method is invoked. MethodParam
rules.
Manager
application.
catalina.base
) or absolute pathname to
the XML file in which we will save our persistent information.
null
or a comma-delimited
list of regular expression patterns.
clear()
prepared statement.
keys()
prepared statement.
load()
prepared statement.
remove()
prepared statement.
save()
prepared statement.
getSize()
prepared statement.
Principal
identified by our validation, or
null
if validation falied.
Principals
loaded from our configuration file.
className
attribute defining the fully qualified Java
class name of the bean.
PropertyChangeEvent
from one of the Containers
we are interested in.
key
to the specified
value
in this hashtable.
setAttribute()
setAttribute()
removeAlias()
.
removeChild()
.
removeMapper()
.
removeValve()
, if this Container supports pipelines.
/reload
command, supported by the
Tomcat manager application.ClassLoader
implementations may
optionally implement to support the auto-reload functionality of
the classloader associated with the context.RequestFilterValve
that filters
based on the string representation of the remote client's IP address.RequestFilterValve
that filters
based on the remote client's host name.ObjectInputStream
that loads from the
class loader for this web application. locked
property. /resources
command, supported by
the Tomcat manager application.SSIServletExternalResolver
Principals
.org.apache.catalina.Role
component.ModelMBean
with default
ModelMBeanInfo
information.
/roles
command, supported by the
Tomcat manager application.Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method. Use Rule.Rule()
instead.
Rule
definitions, possibly associated with
a particular namespace URI, in one operation. RuleSet
interface.
Rules
interface that supports
the standard rule matching behavior. JAASRealm
instance.
Realm
using
the credentials associated with the single sign-on session
identified by argument ssoId
.
Realm
using
the credentials included in argument entry
.
true
true when output redirection is requested for this task .
true
when the configuration of the Redirector is
complete.
schemaLocation
XML element.
Group
from those this user belongs to.
Group
from this user database.
Group
from those this user belongs to.
Group
from those this user belongs to.
Group
from those this user belongs to.
Group
from this user database.
Group
s from those this user belongs to.
Group
s from those this user belongs to.
Group
s from those this user belongs to.
Role
from those assigned to this group.
Role
from those assigned to this user.
Role
from this user database.
Role
from those this group belongs to.
Role
from those this user belongs to.
Role
from those assigned to this group.
Role
from those assigned to this user.
Role
from those assigned to this group.
Role
from those assigned to this user.
Role
from this user database.
Role
s from those assigned to this group.
Role
s from those assigned to this user.
Role
s from those assigned to this group.
Role
s from those assigned to this user.
Role
s from those assigned to this group.
Role
s from those assigned to this user.
Session
from the list of those
associated with this SSO.
User
from this user database.
User
from this user database.
removeAttribute()
removeAttribute()
ManifestResource
has an requires extensions.
UserDatabase
resource
we will be utilizing.
java.security.Principal
classes
that represent security roles.
roleSearch
.
Role
s associated with this group.
Role
s associated with this user.
Role
s defined in this database, keyed by
role name.
Rules
implementation containing our collection of
Rule
instances and associated matching policy.
query
" component of
the script-URI as command-line arguments to scripts if it
does not contain any unencoded "=" characters and the
command-line arguments can be generated in an unambiguous
manner.
query
" component of
the script-URI as command-line arguments to scripts if it
does not contain any unencoded "=" characters and the
command-line arguments can be generated in an unambiguous
manner.
EntityResolver
. EntityResolver
that will redirect
all remote dtds and schema to a locat destination.
<web-resource-collection>
element in the deployment descriptor.
<security-constraint>
element in the
deployment descriptor.
<security-role-ref>
element
in the deployment descriptor.Subject
to the current
AccessControlContext
. Server
element represents the entire Catalina
servlet container. Server
instance for this JVM, so that it
can be accessed independently of any existing reference to the
component hierarchy. LifecycleListener
that
instantiates the set of MBeans associated with the components of a
running instance of Catalina./serverinfo
command
supported by the Tomcat manager application.HttpSession
that is used to maintain state information
between requests for a particular user of a web application./sessions
command
supported by the Tomcat manager application.Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use SetNextRule.SetNextRule(String methodName)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use SetNextRule.SetNextRule(String methodName,String paramType)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use SetPropertiesRule.SetPropertiesRule()
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use SetPropertyRule.SetPropertyRule(String name, String value)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use SetRootRule.SetRootRule(String methodName)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use SetRootRule.SetRootRule(String methodName,String paramType)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use SetTopRule.SetTopRule(String methodName)
instead.
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)
method.
Use SetTopRule.SetTopRule(String methodName, String paramType)
instead.
org.apache.catalina.core.StandardContext
component.ModelMBean
with default
ModelMBeanInfo
information.
org.apache.catalina.core.StandardEngine
component.ModelMBean
with default
ModelMBeanInfo
information.
org.apache.catalina.core.StandardHost
component.ModelMBean
with default
ModelMBeanInfo
information.
org.apache.catalina.core.StandardServer
component.ModelMBean
with default
ModelMBeanInfo
information.
Service
interface. org.apache.catalina.core.StandardService
component.ModelMBean
with default
ModelMBeanInfo
information.
/start
command, supported by the
Tomcat manager application./stop
command, supported by the
Tomcat manager application.IStoreFactory
instance, and associates
it with the top object on the stack (which must implement
IStoreFactory
).
unload
and load
methods are called.
1
.
Service
we are associated with (if any).
SetSessionConfig
rule used to parse the web.xml
Session
associated with this SSO?
allow
expressions
configured for this Valve, if any.
Engine
(domain) name and webpp/host overrides
null
.
channelClassName
that will used to connect to
httpd.
Container
with which this instance is associated.
Container
that handles requests for all
Connectors
associated with this Service.
Container
that handles requests for all
Connectors
associated with this Service.
content-type
header field.
deny
expressions
configured for this Valve, if any.
Digester
to allow the implementation to do logging,
classloading based on the digester's classloader, etc.
Digester
to allow the implementation to do logging,
classloading based on the digester's classloader, etc.
Digester
with which this Rule
is associated.
EntityResolver
used by SAX when resolving
public id and system id.
org.xml.sax.XMLReader
.
UserDatabase
.
UserDatabase
.
last-modified
header field.
Rule
objects.
Rule
objects.
Rule
objects.
isNew
flag for this session.
isNew
flag for this session.
isNew
flag for this session.
Request.changeSessionId(String)
{md5}xxxxx
.
{md5}xxxxx
.
XMLReader
implementation.
Realm
, or if this Valve can itself bind security info
to the request, based on the presence of a valid SSO entry, without
rechecking with the RealmsetRequiredSecret(String) -
Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- setRequiredSecret(String) -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setRescan(boolean) -
Method in class org.apache.catalina.startup.TldConfig
-
- setResend(int) -
Method in interface org.apache.catalina.cluster.ClusterMessage
- set desicion that resend is allowed or not or handle by default.
- setResend(int) -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
-
- setResend(int) -
Method in class org.apache.catalina.cluster.deploy.FileMessage
-
- setResend(int) -
Method in class org.apache.catalina.cluster.deploy.UndeployMessage
-
- setResend(int) -
Method in class org.apache.catalina.cluster.session.SessionIDMessage
-
- setResend(int) -
Method in class org.apache.catalina.cluster.session.SessionMessageImpl
-
- setResend(int) -
Method in class org.apache.catalina.cluster.tcp.ClusterData
-
- setResend(boolean) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setReset(boolean) -
Method in class org.apache.jk.common.Shm
- Set this to get the scoreboard reset.
- setResolveHosts(boolean) -
Method in class org.apache.catalina.valves.AccessLogValve
- Set the resolve hosts flag.
- setResolveHosts(boolean) -
Method in class org.apache.catalina.valves.FastCommonAccessLogValve
- Set the resolve hosts flag.
- setResolveHosts(String) -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Determines whether IP host name resolution is done.
- setResolverName(Name) -
Method in class org.apache.naming.resources.ImmutableNameNotFoundException
-
- setResourceName(String) -
Method in class org.apache.catalina.realm.UserDatabaseRealm
- Set the global JNDI name of the
UserDatabase
resource
we will be using.
- setResourceType(String) -
Method in class org.apache.naming.resources.ResourceAttributes
- Type mutator.
- setResources(DirContext) -
Method in interface org.apache.catalina.Container
- Set the Resources object with which this Container is associated.
- setResources(DirContext) -
Method in class org.apache.catalina.core.ContainerBase
- Set the resources DirContext object with which this Container is
associated.
- setResources(DirContext) -
Method in class org.apache.catalina.core.StandardContext
- Set the resources DirContext object with which this Container is
associated.
- setResources(DirContext) -
Method in class org.apache.catalina.loader.WebappClassLoader
- Set associated resources.
- setResponse(Response) -
Method in class org.apache.catalina.connector.OutputBuffer
- Associated Coyote response.
- setResponse(Response) -
Method in class org.apache.catalina.connector.Request
- Set the Response with which this Request is associated.
- setResponse(Response) -
Method in class org.apache.catalina.core.DummyRequest
-
- setResponse(HttpServletResponse) -
Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
- Sets HttpServletResponse object used to set headers and send
output to
- setResponse(HttpServletResponse) -
Method in class org.apache.catalina.util.ProcessHelper
- Deprecated. Sets HttpServletResponse object used to set headers and send
output to
- setResponse(Response) -
Method in class org.apache.coyote.Request
-
- setResponse(Response) -
Method in interface org.apache.coyote.http11.OutputFilter
- Some filters need additional parameters from the response.
- setResponse(Response) -
Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
- Some filters need additional parameters from the response.
- setResponse(Response) -
Method in class org.apache.coyote.http11.filters.GzipOutputFilter
- Some filters need additional parameters from the response.
- setResponse(Response) -
Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
- Some filters need additional parameters from the response.
- setResponse(Response) -
Method in class org.apache.coyote.http11.filters.VoidOutputFilter
- Some filters need additional parameters from the response.
- setRestrictedUserAgents(Pattern[]) -
Method in class org.apache.coyote.http11.Http11AprProcessor
- Set restricted user agent list (this method is best when used with
a large number of connectors, where it would be better to have all of
them referenced a single array).
- setRestrictedUserAgents(String) -
Method in class org.apache.coyote.http11.Http11AprProcessor
- Set restricted user agent list (which will downgrade the connector
to HTTP/1.0 mode).
- setRestrictedUserAgents(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setRestrictedUserAgents(String) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setRestrictedUserAgents(Pattern[]) -
Method in class org.apache.coyote.http11.Http11Processor
- Set restricted user agent list (this method is best when used with
a large number of connectors, where it would be better to have all of
them referenced a single array).
- setRestrictedUserAgents(String) -
Method in class org.apache.coyote.http11.Http11Processor
- Set restricted user agent list (which will downgrade the connector
to HTTP/1.0 mode).
- setResultproperty(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setRoleBase(String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Set the base element for role searches.
- setRoleClassNames(String) -
Method in class org.apache.catalina.realm.JAASRealm
- Sets the list of comma-delimited classes that represent
roles.
- setRoleName(String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Set the role name attribute name for this Realm.
- setRoleNameCol(String) -
Method in class org.apache.catalina.realm.DataSourceRealm
- Set the column in the user role table that names a role.
- setRoleNameCol(String) -
Method in class org.apache.catalina.realm.JDBCRealm
- Set the column in the user role table that names a role.
- setRoleSearch(String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Set the message format pattern for selecting roles in this Realm.
- setRoleSubtree(boolean) -
Method in class org.apache.catalina.realm.JNDIRealm
- Set the "search subtree for roles" flag.
- setRolename(String) -
Method in interface org.apache.catalina.Role
- Set the role name of this role, which must be unique
within the scope of a
UserDatabase
.
- setRolename(String) -
Method in class org.apache.catalina.users.AbstractRole
- Set the role name of this role, which must be unique
within the scope of a
UserDatabase
.
- setRootCause(Throwable) -
Method in class org.apache.naming.resources.ImmutableNameNotFoundException
-
- setRotatable(boolean) -
Method in class org.apache.catalina.valves.AccessLogValve
- Set the value is we should we rotate the logs
- setRotatable(boolean) -
Method in class org.apache.catalina.valves.ExtendedAccessLogValve
- Set the value is we should we rotate the logs
- setRotatable(boolean) -
Method in class org.apache.catalina.valves.FastCommonAccessLogValve
- Set the value is we should we rotate the logs
- setRuleNamespaceURI(String) -
Method in class org.apache.tomcat.util.digester.Digester
- Set the namespace URI that will be applied to all subsequently
added
Rule
objects.
- setRules(Rules) -
Method in class org.apache.tomcat.util.digester.Digester
- Set the
Rules
implementation object containing our
rules collection and associated matching policy.
- setRunAs(String) -
Method in interface org.apache.catalina.Wrapper
- Set the run-as identity for this servlet.
- setRunAs(String) -
Method in class org.apache.catalina.core.StandardWrapper
- Set the run-as identity for this servlet.
- setRxBufSize(int) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- setRxBufSize(int) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setSAXLogger(Log) -
Method in class org.apache.tomcat.util.digester.Digester
- Sets the logger used for logging SAX-related information.
- setSSLCACertificateFile(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCACertificateFile(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCACertificatePath(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCACertificatePath(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCARevocationFile(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCARevocationFile(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCARevocationPath(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCARevocationPath(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCertificateChainFile(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCertificateChainFile(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCertificateFile(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCertificateFile(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCertificateKeyFile(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCertificateKeyFile(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCipherSuite(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCipherSuite(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLEngine(String) -
Method in class org.apache.catalina.core.AprLifecycleListener
-
- setSSLEngine(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLEngine(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLImplementation(String) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setSSLPassword(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLPassword(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLProtocol(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLProtocol(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLRandomSeed(String) -
Method in class org.apache.catalina.core.AprLifecycleListener
-
- setSSLSupport(SSLSupport) -
Method in class org.apache.coyote.http11.Http11Processor
- Set the SSL information for this HTTP connection.
- setSSLVerifyClient(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLVerifyClient(String) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLVerifyDepth(int) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLVerifyDepth(int) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSampleInterval(int) -
Method in class org.apache.catalina.cluster.util.FastQueue
-
- setSaveConfig(boolean) -
Method in class org.apache.catalina.core.StandardContext
- Set save config flag.
- setSaveOnRestart(boolean) -
Method in class org.apache.catalina.session.PersistentManagerBase
- Set the option to save sessions to the Store when the Manager is
shut down, then loaded when the Manager starts again.
- setSaveProperties(boolean) -
Method in class org.apache.jk.server.JkMain
-
- setSchema(String) -
Method in class org.apache.tomcat.util.digester.Digester
- Set the XML Schema URI used for validating a XML Instance.
- setSchemaLanguage(String) -
Method in class org.apache.tomcat.util.digester.Digester
- Set the XML Schema language used when parsing.
- setScheme(String) -
Method in class org.apache.catalina.connector.Connector
- Set the scheme that will be assigned to requests received through
this connector.
- setScheme(String) -
Method in class org.apache.catalina.connector.Request
- Set the name of the scheme associated with this request.
- setScheme(String) -
Method in class org.apache.catalina.core.DummyRequest
-
- setScheme(String) -
Method in class org.apache.tomcat.util.http.BaseRequest
- Set the scheme.
- setScope(String) -
Method in class org.apache.catalina.deploy.ContextResource
-
- setSecret(String) -
Method in class org.apache.jk.common.HandlerRequest
-
- setSecure(boolean) -
Method in class org.apache.catalina.connector.Connector
- Set the secure connection flag that will be assigned to requests
received through this connector.
- setSecure(boolean) -
Method in class org.apache.catalina.connector.Request
- Set the value to be returned by
isSecure()
for this Request.
- setSecure(boolean) -
Method in class org.apache.catalina.core.DummyRequest
-
- setSecure(boolean) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSecure(boolean) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setSecure(boolean) -
Method in class org.apache.tomcat.util.http.BaseRequest
- Set whether the request is secure or not.
- setSecure(boolean) -
Method in class org.apache.tomcat.util.http.ServerCookie
-
- setSecurePagesWithPragma(boolean) -
Method in class org.apache.catalina.authenticator.AuthenticatorBase
- Set the value of the flag that states what headers we add to disable
proxy caching.
- setSecurityProtection() -
Method in class org.apache.catalina.startup.Embedded
- Set the security package access/protection.
- setSecurityToken(Object, Object) -
Static method in class org.apache.naming.ContextAccessController
- Set a security token for a context.
- setSendAck(boolean) -
Method in interface org.apache.catalina.cluster.ClusterReceiver
- set ack mode
- setSendAck(boolean) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
- set ack mode or not!
- setSendAllSessions(boolean) -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- setSendAllSessionsSize(int) -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- setSendAllSessionsWaitTime(int) -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- setSendClusterDomainOnly(boolean) -
Method in interface org.apache.catalina.cluster.ClusterManager
-
- setSendClusterDomainOnly(boolean) -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- setSendClusterDomainOnly(boolean) -
Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
-
- setSendfileSize(int) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSendfileSize(int) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSendfileThreadCount(int) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSeparatearrayresults(boolean) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setServer(Server) -
Static method in class org.apache.catalina.ServerFactory
- Set the singleton
Server
instance for this JVM.
- setServer(Server) -
Method in interface org.apache.catalina.Service
- Set the
Server
with which we are associated (if any).
- setServer(String) -
Method in class org.apache.catalina.core.StandardContext
-
- setServer(Server) -
Method in class org.apache.catalina.core.StandardService
- Set the
Server
with which we are associated (if any).
- setServer(Server) -
Method in class org.apache.catalina.startup.Catalina
- Set the server instance we are configuring.
- setServer(String) -
Method in class org.apache.coyote.http11.Http11AprProcessor
- Set the server header name.
- setServer(String) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setServer(String) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setServer(String) -
Method in class org.apache.coyote.http11.Http11Processor
- Set the server header name.
- setServer(Object) -
Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
- Deprecated. This has nothing to do with TcpHandling,
was used as a workaround
- setServerFilename(String) -
Method in class org.apache.catalina.storeconfig.StoreConfig
- set new server.xml location
- setServerName(String) -
Method in class org.apache.catalina.connector.Request
- Set the name of the server (virtual host) to process this request.
- setServerName(String) -
Method in class org.apache.catalina.core.DummyRequest
-
- setServerPort(int) -
Method in class org.apache.catalina.connector.Request
- Set the port number of the server to process this request.
- setServerPort(int) -
Method in class org.apache.catalina.core.DummyRequest
-
- setServerPort(int) -
Method in class org.apache.coyote.Request
-
- setServerPort(int) -
Method in class org.apache.tomcat.util.http.BaseRequest
- Set the server port
- setServerSoTimeout(int) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setServerSoTimeout(int) -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- setServerSocket(ServerSocket) -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- setServerSocketFactory(ServerSocketFactory) -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- setServerTimeout(int) -
Method in class org.apache.jk.common.ChannelNioSocket
- Sets the timeout in ms of the server sockets created by this
server.
- setServerTimeout(int) -
Method in class org.apache.jk.common.ChannelSocket
- Sets the timeout in ms of the server sockets created by this
server.
- setServerTimeout(int) -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
- Sets the timeout in ms of the server sockets created by this
server.
- setService(Service) -
Method in interface org.apache.catalina.Engine
- Set the
Service
with which we are associated (if any).
- setService(Service) -
Method in class org.apache.catalina.connector.Connector
- Set the
Service
with which we are associated (if any).
- setService(Service) -
Method in class org.apache.catalina.core.StandardEngine
- Set the
Service
with which we are associated (if any).
- setServletClass(String) -
Method in interface org.apache.catalina.Wrapper
- Set the fully qualified servlet class name for this servlet.
- setServletClass(String) -
Method in class org.apache.catalina.core.StandardWrapper
- Set the fully qualified servlet class name for this servlet.
- setServletName(String) -
Method in class org.apache.catalina.core.StandardWrapper
- Set the name of this servlet.
- setServletName(String) -
Method in class org.apache.catalina.deploy.FilterMap
-
- setServletPath(String) -
Method in class org.apache.catalina.connector.Request
- Set the servlet path for this Request.
- setServletPath(String) -
Method in class org.apache.catalina.core.DummyRequest
-
- setSessionAppCol(String) -
Method in class org.apache.catalina.session.JDBCStore
- Set the App column for the table.
- setSessionAverageAliveTime(int) -
Method in interface org.apache.catalina.Manager
- Sets the average time (in seconds) that expired sessions had been
alive.
- setSessionAverageAliveTime(int) -
Method in class org.apache.catalina.session.ManagerBase
- Sets the average time (in seconds) that expired sessions had been
alive.
- setSessionCounter(int) -
Method in interface org.apache.catalina.Manager
- Sets the total number of sessions created by this manager.
- setSessionCounter(int) -
Method in class org.apache.catalina.session.ManagerBase
-
- setSessionDataCol(String) -
Method in class org.apache.catalina.session.JDBCStore
- Set the Data column for the table
- setSessionId(String) -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
-
- setSessionId(String) -
Method in class org.apache.catalina.cluster.session.DeltaRequest
-
- setSessionIdAttribute(String) -
Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
- get name of failed reqeust session attribute
- setSessionIdCol(String) -
Method in class org.apache.catalina.session.JDBCStore
- Set the Id column for the table.
- setSessionIdLength(int) -
Method in interface org.apache.catalina.Manager
- Sets the session id length (in bytes) for Sessions created by this
Manager.
- setSessionIdLength(int) -
Method in class org.apache.catalina.session.ManagerBase
- Sets the session id length (in bytes) for Sessions created by this
Manager.
- setSessionIndicator(String) -
Method in class org.apache.jk.config.ApacheConfig
- What is the indicator for SSL session (default is SSL_SESSION_ID)
- setSessionLastAccessedCol(String) -
Method in class org.apache.catalina.session.JDBCStore
- Set the Last Accessed column for the table
- setSessionMaxAliveTime(int) -
Method in interface org.apache.catalina.Manager
- Sets the longest time (in seconds) that an expired session had been
alive.
- setSessionMaxAliveTime(int) -
Method in class org.apache.catalina.session.ManagerBase
- Sets the longest time (in seconds) that an expired session had been
alive.
- setSessionMaxInactiveCol(String) -
Method in class org.apache.catalina.session.JDBCStore
- Set the Max Inactive column for the table
- setSessionTable(String) -
Method in class org.apache.catalina.session.JDBCStore
- Set the table for this Store.
- setSessionTimeout(int) -
Method in interface org.apache.catalina.Context
- Set the default session timeout (in minutes) for this
web application.
- setSessionTimeout(int) -
Method in class org.apache.catalina.core.StandardContext
- Set the default session timeout (in minutes) for this
web application.
- setSessionValidCol(String) -
Method in class org.apache.catalina.session.JDBCStore
- Set the Is Valid column for the table
- setShutdown(String) -
Method in interface org.apache.catalina.Server
- Set the shutdown command we are waiting for.
- setShutdown(String) -
Method in class org.apache.catalina.core.StandardServer
- Set the shutdown command we are waiting for.
- setShutdownEnabled(boolean) -
Method in class org.apache.jk.common.HandlerRequest
-
- setSize(int) -
Method in class org.apache.jk.common.Shm
- Size.
- setSmallIcon(String) -
Method in class org.apache.catalina.deploy.FilterDef
-
- setSmallIcon(String) -
Method in class org.apache.catalina.deploy.MessageDestination
-
- setSoKeepAlive(boolean) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- setSoKeepAlive(boolean) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setSoLinger(int) -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setSoLinger(int) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSoLinger(int) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setSoLinger(int) -
Method in class org.apache.jk.common.ChannelNioSocket
-
- setSoLinger(int) -
Method in class org.apache.jk.common.ChannelSocket
-
- setSoLinger(int) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSoLinger(int) -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- setSoLingerOn(boolean) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- setSoLingerOn(boolean) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setSoLingerTime(int) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- setSoLingerTime(int) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setSoReuseAddress(boolean) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- setSoReuseAddress(boolean) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setSoTimeout(int) -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setSoTimeout(int) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSoTimeout(int) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setSoTimeout(int) -
Method in class org.apache.jk.common.ChannelNioSocket
-
- setSoTimeout(int) -
Method in class org.apache.jk.common.ChannelSocket
-
- setSoTimeout(int) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSoTimeout(int) -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- setSoTrafficClass(int) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- setSoTrafficClass(int) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setSocket(Socket) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setSocket(Socket) -
Method in class org.apache.catalina.core.DummyRequest
-
- setSocket(Socket) -
Method in class org.apache.coyote.http11.Http11Processor
- Set the socket associated with this HTTP connection.
- setSocket(long) -
Method in class org.apache.coyote.http11.InternalAprInputBuffer
- Set the underlying socket.
- setSocket(long) -
Method in class org.apache.coyote.http11.InternalAprOutputBuffer
- Set the underlying socket.
- setSocket(Socket) -
Method in class org.apache.tomcat.util.net.TcpConnection
-
- setSocketBuffer(int) -
Method in class org.apache.coyote.http11.Http11AprProcessor
- Set the socket buffer flag.
- setSocketBuffer(int) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSocketBuffer(int) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setSocketBuffer(int) -
Method in class org.apache.coyote.http11.Http11Processor
- Set the socket buffer flag.
- setSocketBuffer(int) -
Method in class org.apache.coyote.http11.InternalAprOutputBuffer
- Set the socket buffer size.
- setSocketBuffer(int) -
Method in class org.apache.coyote.http11.InternalOutputBuffer
- Set the socket buffer size.
- setSocketCloseDelay(int) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSocketCloseDelay(int) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setSocketConnected(boolean) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setSocketFactory(String) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setSocketOptions(long) -
Method in class org.apache.tomcat.util.net.AprEndpoint
- Process the specified connection.
- setSource(JkChannel) -
Method in class org.apache.jk.core.MsgContext
-
- setSpareNotFoundEntries(int) -
Method in class org.apache.naming.resources.ResourceCache
- Set the amount of spare not found entries.
- setSpecificationVendor(String) -
Method in class org.apache.catalina.util.Extension
-
- setSpecificationVersion(String) -
Method in class org.apache.catalina.util.Extension
-
- setSsoId(String) -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
-
- setStage(int) -
Method in class org.apache.coyote.RequestInfo
-
- setStandard(boolean) -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setStartTime(long) -
Method in class org.apache.coyote.Request
-
- setStarted(boolean) -
Method in class org.apache.catalina.session.PersistentManagerBase
- Set the started flag
- setStartupTime(long) -
Method in class org.apache.catalina.core.StandardContext
-
- setStateTimestampDrop(boolean) -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- setStateTransferTimeout(int) -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- setStateTransfered(boolean) -
Method in class org.apache.catalina.cluster.session.DeltaManager
- set that state ist complete transfered
- setStatus(int) -
Method in class org.apache.catalina.connector.Response
- Set the HTTP status to be returned with this response.
- setStatus(int, String) -
Method in class org.apache.catalina.connector.Response
- Deprecated. As of Version 2.1 of the Java Servlet API, this method
has been deprecated due to the ambiguous meaning of the message
parameter.
- setStatus(int) -
Method in class org.apache.catalina.connector.ResponseFacade
-
- setStatus(int, String) -
Method in class org.apache.catalina.connector.ResponseFacade
-
- setStatus(int) -
Method in class org.apache.catalina.core.DummyResponse
-
- setStatus(int, String) -
Method in class org.apache.catalina.core.DummyResponse
-
- setStatus(int) -
Method in class org.apache.coyote.Response
- Set the response status
- setStatus(int) -
Method in class org.apache.jk.core.MsgContext
-
- setStatusField(String) -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Sets the name of the field containing the HTTP response status code.
- setStatusPath(String) -
Method in class org.apache.jk.common.ModJkMX
-
- setStore(Store) -
Method in class org.apache.catalina.session.PersistentManagerBase
- Set the Store object which will manage persistent Session
storage for this Manager.
- setStoreAppender(StoreAppender) -
Method in interface org.apache.catalina.storeconfig.IStoreFactory
-
- setStoreAppender(StoreAppender) -
Method in class org.apache.catalina.storeconfig.StoreFactoryBase
-
- setStoreConfig(IStoreConfig) -
Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- setStoreConfigClass(String) -
Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- setStoreFactory(IStoreFactory) -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setStoreFactoryClass(String) -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setStoreRegistry(String) -
Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- setStoreSeparate(boolean) -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setStoreWriterClass(String) -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setStrategy(String) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setStrategy(String) -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- setStream(InputStream) -
Method in class org.apache.catalina.connector.Request
- Set the input stream associated with this Request.
- setStream(OutputStream) -
Method in class org.apache.catalina.connector.Response
- Set the output stream associated with this Response.
- setStream(InputStream) -
Method in class org.apache.catalina.core.DummyRequest
-
- setStream(OutputStream) -
Method in class org.apache.catalina.core.DummyResponse
-
- setString(String) -
Method in class org.apache.catalina.util.StringParser
- Set the String we are currently parsing.
- setString(String) -
Method in class org.apache.tomcat.util.buf.MessageBytes
- Set the content to be a string
- setSuffix(String) -
Method in class org.apache.catalina.valves.AccessLogValve
- Set the log file suffix.
- setSuffix(String) -
Method in class org.apache.catalina.valves.ExtendedAccessLogValve
- Set the log file suffix.
- setSuffix(String) -
Method in class org.apache.catalina.valves.FastCommonAccessLogValve
- Set the log file suffix.
- setSuspect(boolean) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setSuspect(boolean) -
Method in interface org.apache.catalina.cluster.tcp.IDataSender
-
- setSuspect() -
Method in class org.apache.catalina.cluster.tcp.SenderState
-
- setSuspended(boolean) -
Method in class org.apache.catalina.connector.OutputBuffer
- Set the suspended flag.
- setSuspended(boolean) -
Method in class org.apache.catalina.connector.Response
- Set the suspended flag.
- setSuspended(boolean) -
Method in class org.apache.catalina.core.DummyResponse
-
- setSwallowInput(boolean) -
Method in class org.apache.coyote.http11.InternalAprInputBuffer
- Set the swallow input flag.
- setSwallowInput(boolean) -
Method in class org.apache.coyote.http11.InternalInputBuffer
- Set the swallow input flag.
- setSwallowOutput(boolean) -
Method in interface org.apache.catalina.Context
- Set the value of the swallowOutput flag.
- setSwallowOutput(boolean) -
Method in class org.apache.catalina.core.StandardContext
- Set the value of the swallowOutput flag.
- setSynchronousReplication(boolean) -
Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
-
- setTableName(String) -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Sets the name of the table where the logs are stored.
- setTag(String) -
Method in class org.apache.catalina.ant.DeployTask
-
- setTag(String) -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setTagClass(String) -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setTcpListenAddress(String) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
- Set TCP listen ip address.
- setTcpListenMaxPort(int) -
Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
-
- setTcpListenPort(int) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- setTcpListenTimeout(int) -
Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
-
- setTcpNoDelay(boolean) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- setTcpNoDelay(boolean) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setTcpNoDelay(boolean) -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setTcpNoDelay(boolean) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setTcpNoDelay(boolean) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setTcpNoDelay(boolean) -
Method in class org.apache.jk.common.ChannelNioSocket
-
- setTcpNoDelay(boolean) -
Method in class org.apache.jk.common.ChannelSocket
-
- setTcpNoDelay(boolean) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setTcpNoDelay(boolean) -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- setTcpSelectorTimeout(long) -
Method in class org.apache.catalina.cluster.tcp.ReplicationListener
-
- setTcpThreadCount(int) -
Method in class org.apache.catalina.cluster.tcp.ReplicationListener
-
- setTempDir(String) -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- setThisAccessedTime(long) -
Method in class org.apache.catalina.cluster.session.ReplicatedSession
-
- setThreadData(Object, Object[]) -
Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
-
- setThreadPool(ThreadPool) -
Method in class org.apache.coyote.http11.Http11Processor
-
- setThreadPriority(int) -
Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
- change active the queue Thread priority
- setThreadPriority(int) -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setThreadPriority(int) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setThreadPriority(int) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setThreadPriority(int) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setThreadPriority(int) -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- setThreadPriority(int) -
Method in class org.apache.tomcat.util.threads.ThreadPool
- Sets the thread priority for current
and future threads in this pool.
- setTime(long, DateFormat) -
Method in class org.apache.tomcat.util.buf.MessageBytes
- Deprecated. The buffer are general purpose, caching for headers should
be done in headers. The second parameter allows us to pass a date format
instance to avoid synchronization problems.
- setTime(long) -
Method in class org.apache.tomcat.util.buf.MessageBytes
-
- setTimeWait(boolean) -
Method in class org.apache.catalina.cluster.util.FastQueue
-
- setTimeZone(TimeZone) -
Method in class org.apache.catalina.util.Strftime
- Change the timezone used to format dates
- setTimeout(int) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- setTimeout(int) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setTimeout(int) -
Method in class org.apache.coyote.http11.Http11AprProcessor
- Set the upload timeout.
- setTimeout(int) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setTimeout(int) -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- setTimeout(int) -
Method in class org.apache.coyote.http11.Http11Processor
- Set the upload timeout.
- setTimestamp(long) -
Method in interface org.apache.catalina.cluster.ClusterMessage
- Called by the cluster before sending out
the message.
- setTimestamp(long) -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
- Called by the cluster before sending out the message.
- setTimestamp(long) -
Method in class org.apache.catalina.cluster.deploy.FileMessage
-
- setTimestamp(long) -
Method in class org.apache.catalina.cluster.deploy.UndeployMessage
-
- setTimestamp(long) -
Method in class org.apache.catalina.cluster.session.SessionIDMessage
-
- setTimestamp(long) -
Method in class org.apache.catalina.cluster.session.SessionMessageImpl
- set message send time but only the first setting works (one shot)
- setTimestamp(long) -
Method in class org.apache.catalina.cluster.tcp.ClusterData
-
- setTimestampField(String) -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Sets the name of the field containing the server-determined timestamp.
- setTldNamespaceAware(boolean) -
Method in interface org.apache.catalina.Context
- Set the namespace aware feature of the XML parser used when
parsing xml instances.
- setTldNamespaceAware(boolean) -
Method in class org.apache.catalina.core.StandardContext
- Set the namespace aware feature of the XML parser used when
parsing xml instances.
- setTldNamespaceAware(boolean) -
Method in class org.apache.catalina.startup.TldConfig
- Set the namespace aware feature of the XML parser used when
parsing xml instances.
- setTldScanTime(long) -
Method in class org.apache.catalina.core.StandardContext
-
- setTldValidation(boolean) -
Method in interface org.apache.catalina.Context
- Set the validation feature of the XML parser used when
parsing tlds files.
- setTldValidation(boolean) -
Method in class org.apache.catalina.core.StandardContext
- Set the validation feature of the XML parser used when
parsing tlds files.
- setTldValidation(boolean) -
Method in class org.apache.catalina.startup.TldConfig
- Set the validation feature of the XML parser used when
parsing xml instances.
- setTomcatAuthentication(boolean) -
Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- setTomcatAuthentication(boolean) -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setTomcatAuthentication(boolean) -
Method in class org.apache.jk.common.HandlerRequest
-
- setTotalLength(long) -
Method in class org.apache.catalina.cluster.deploy.FileMessage
-
- setTotalNrOfMsgs(long) -
Method in class org.apache.catalina.cluster.deploy.FileMessage
-
- setTrainThreshold(int) -
Method in class org.apache.tomcat.util.buf.StringCache
-
- setTransaction(ContextTransaction) -
Method in class org.apache.catalina.deploy.NamingResources
- Set the transaction object.
- setTransientAttributes(List) -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setTransientChilds(List) -
Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setTxBufSize(int) -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
-
- setTxBufSize(int) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setType(String) -
Method in class org.apache.catalina.ant.ResourcesTask
-
- setType(String) -
Method in class org.apache.catalina.ant.jmx.Arg
-
- setType(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- setType(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- setType(String) -
Method in class org.apache.catalina.cluster.tcp.ClusterData
-
- setType(String) -
Method in class org.apache.catalina.deploy.ContextEnvironment
-
- setType(String) -
Method in class org.apache.catalina.deploy.MessageDestinationRef
-
- setType(String) -
Method in class org.apache.catalina.deploy.ResourceBase
-
- setType(int) -
Method in class org.apache.jk.core.MsgContext
-
- setURIConverter(B2CConverter) -
Method in class org.apache.catalina.connector.Request
- Set the URI converter.
- setURIEncoding(String) -
Method in class org.apache.catalina.connector.Connector
- Set the URI encoding to be used for the URI.
- setURLDecoder(UDecoder) -
Method in class org.apache.tomcat.util.http.Parameters
-
- setURLPattern(String) -
Method in class org.apache.catalina.deploy.FilterMap
-
- setUndeploy(boolean) -
Method in class org.apache.catalina.cluster.deploy.UndeployMessage
-
- setUniqueId(String) -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
-
- setUniqueId(String) -
Method in class org.apache.catalina.cluster.deploy.UndeployMessage
-
- setUniqueId(String) -
Method in class org.apache.catalina.cluster.session.SessionMessageImpl
-
- setUniqueId(String) -
Method in class org.apache.catalina.cluster.tcp.ClusterData
-
- setUnixSocket(String) -
Method in class org.apache.jk.common.Shm
- Unix socket where tomcat is listening.
- setUnless(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
- Only execute if a property of the given name does not
exist in the current project.
- setUnless(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
- Only execute if a property of the given name does not exist in the
current project.
- setUnloadDelay(long) -
Method in class org.apache.catalina.core.StandardContext
- Set the value of the unloadDelay flag, which represents the amount
of ms that the container will wait when unloading servlets.
- setUnpackWAR(boolean) -
Method in class org.apache.catalina.core.StandardContext
- Unpack WAR flag mutator.
- setUnpackWARs(boolean) -
Method in class org.apache.catalina.core.StandardHost
- Unpack WARs flag mutator.
- setUnpackWARs(boolean) -
Method in class org.apache.catalina.startup.HostConfig
- Set the unpack WARs flag.
- setUnregister(boolean) -
Method in class org.apache.jk.common.Shm
- Set this option to mark the tomcat instance as
'down', so apache will no longer forward messages to it.
- setUpdate(boolean) -
Method in class org.apache.catalina.ant.DeployTask
-
- setUpdateActiveInterval(int) -
Method in class org.apache.catalina.cluster.session.DeltaManager
-
- setUpdateInterval(long) -
Method in class org.apache.jk.common.ModJkMX
-
- setUriConfig(String) -
Method in class org.apache.jk.config.IISConfig
- set a path to the uriworkermap.properties file.
- setUrl(String) -
Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- setUrl(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- setUrl(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
-
- setUrl(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setUsage(String) -
Method in class org.apache.catalina.deploy.MessageDestinationRef
-
- setUseBodyEncodingForURI(boolean) -
Method in class org.apache.catalina.connector.Connector
- Set if the entity body encoding should be used for the URI.
- setUseContextClassLoader(boolean) -
Method in class org.apache.catalina.realm.JAASRealm
- Sets whether to use the context or default ClassLoader.
- setUseContextClassLoader(boolean) -
Method in class org.apache.tomcat.util.digester.Digester
- Determine whether to use the Context ClassLoader (the one found by
calling
Thread.currentThread().getContextClassLoader()
)
to resolve/load classes that are defined in various rules.
- setUseDirtyFlag(boolean) -
Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
-
- setUseExactMatch(boolean) -
Method in class org.apache.tomcat.util.digester.CallMethodRule
- Set whether
MethodUtils.invokeExactMethod
should be used for the reflection.
- setUseHttpOnly(boolean) -
Method in interface org.apache.catalina.Context
- Sets the use HttpOnly cookies for session cookies flag.
- setUseHttpOnly(boolean) -
Method in class org.apache.catalina.core.StandardContext
- Sets the use HttpOnly cookies for session cookies flag.
- setUseIPVHosts(boolean) -
Method in class org.apache.catalina.connector.Connector
- Enable the use of IP-based virtual hosting.
- setUseLongContentLength(boolean) -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
- setUseNaming(boolean) -
Method in class org.apache.catalina.core.StandardContext
- Enables or disables naming.
- setUseNaming(boolean) -
Method in class org.apache.catalina.startup.Embedded
- Enables or disables naming support.
- setUseSecret(boolean) -
Method in class org.apache.jk.common.HandlerRequest
-
- setUseSendfile(boolean) -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setUseSendfile(boolean) -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setUseSendfile(boolean) -
Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setUseShutdownHook(boolean) -
Method in class org.apache.catalina.startup.Catalina
-
- setUseSystemClassLoaderAsParent(boolean) -
Method in class org.apache.catalina.loader.WebappLoader
- Set the useSystemClassLoaderAsParent flag for this Loader.
- setUseXSLTProcessor(boolean) -
Method in class org.apache.jk.common.JkMX
-
- setUser(String) -
Method in class org.apache.jk.common.ModJkMX
-
- setUserAgentField(String) -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Sets the name of the field containing the user agent.
- setUserBase(String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Set the base element for user searches.
- setUserClass(String) -
Method in class org.apache.catalina.startup.UserConfig
- Set the user database class name for this component.
- setUserClassNames(String) -
Method in class org.apache.catalina.realm.JAASRealm
- Sets the list of comma-delimited classes that represent individual
users.
- setUserConfig(UserConfig) -
Method in class org.apache.catalina.startup.HomesUserDatabase
- Set the UserConfig listener with which we are associated.
- setUserConfig(UserConfig) -
Method in class org.apache.catalina.startup.PasswdUserDatabase
- Set the UserConfig listener with which we are associated.
- setUserConfig(UserConfig) -
Method in interface org.apache.catalina.startup.UserDatabase
- Set the UserConfig listener with which we are associated.
- setUserConstraint(String) -
Method in class org.apache.catalina.deploy.SecurityConstraint
- Set the user data constraint for this security constraint.
- setUserCredCol(String) -
Method in class org.apache.catalina.realm.DataSourceRealm
- Set the column in the user table that holds the user's credentials.
- setUserCredCol(String) -
Method in class org.apache.catalina.realm.JDBCRealm
- Set the column in the user table that holds the user's credentials.
- setUserField(String) -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Sets the name of the field containing the remote user name.
- setUserNameCol(String) -
Method in class org.apache.catalina.realm.DataSourceRealm
- Set the column in the user table that holds the user's name.
- setUserNameCol(String) -
Method in class org.apache.catalina.realm.JDBCRealm
- Set the column in the user table that holds the user's name.
- setUserPassword(String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Set the password attribute used to retrieve the user password.
- setUserPattern(String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Set the message format pattern for selecting users in this Realm.
- setUserPrincipal(Principal) -
Method in class org.apache.catalina.connector.Request
- Set the Principal who has been authenticated for this Request.
- setUserPrincipal(Principal) -
Method in class org.apache.catalina.core.DummyRequest
-
- setUserRoleName(String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Set the user role name attribute name for this Realm.
- setUserRoleTable(String) -
Method in class org.apache.catalina.realm.DataSourceRealm
- Set the table that holds the relation between user's and roles.
- setUserRoleTable(String) -
Method in class org.apache.catalina.realm.JDBCRealm
- Set the table that holds the relation between user's and roles.
- setUserSearch(String) -
Method in class org.apache.catalina.realm.JNDIRealm
- Set the message format pattern for selecting users in this Realm.
- setUserSubtree(boolean) -
Method in class org.apache.catalina.realm.JNDIRealm
- Set the "search subtree for users" flag.
- setUserTable(String) -
Method in class org.apache.catalina.realm.DataSourceRealm
- Set the table that holds user data.
- setUserTable(String) -
Method in class org.apache.catalina.realm.JDBCRealm
- Set the table that holds user data.
- setUsername(String) -
Method in interface org.apache.catalina.User
- Set the logon username of this user, which must be unique within
the scope of a
UserDatabase
.
- setUsername(String) -
Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- setUsername(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- setUsername(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
-
- setUsername(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setUsername(String) -
Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
-
- setUsername(String) -
Method in class org.apache.catalina.users.AbstractUser
- Set the logon username of this user, which must be unique within
the scope of a
UserDatabase
.
- setValid(boolean) -
Method in interface org.apache.catalina.Session
- Set the
isValid
flag for this session.
- setValid(boolean) -
Method in class org.apache.catalina.cluster.session.DeltaSession
- Set the
isValid
flag for this session.
- setValid(boolean) -
Method in class org.apache.catalina.session.StandardSession
- Set the
isValid
flag for this session.
- setValid(boolean) -
Method in class org.apache.tomcat.util.buf.TimeStamp
-
- setValidate(boolean) -
Method in class org.apache.catalina.realm.RealmBase
- Set the "validate certificate chains" flag.
- setValidateUri(boolean) -
Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setValidating(boolean) -
Method in class org.apache.tomcat.util.digester.Digester
- Set the validating parser flag.
- setValue(String) -
Method in class org.apache.catalina.ant.JMXSetTask
- Set method for the attribute value.
- setValue(String) -
Method in class org.apache.catalina.ant.jmx.Arg
-
- setValue(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- setValue(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
-
- setValue(String) -
Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- setValue(Object) -
Method in class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
-
- setValue(String) -
Method in class org.apache.catalina.deploy.ApplicationParameter
-
- setValue(String) -
Method in class org.apache.catalina.deploy.ContextEnvironment
-
- setValue(String) -
Method in class org.apache.tomcat.util.http.MimeHeaders
- Allow "set" operations -
return a MessageBytes container for the
header value ( existing header or new
if this .
- setVariableValue(String, String) -
Method in interface org.apache.catalina.ssi.SSIExternalResolver
- Set the named variable to the specified value.
- setVariableValue(String, String) -
Method in class org.apache.catalina.ssi.SSIMediator
-
- setVariableValue(String, String) -
Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- setVersion(String) -
Method in class org.apache.catalina.storeconfig.StoreRegistry
-
- setVersion(int) -
Method in class org.apache.tomcat.util.http.ServerCookie
-
- setVirtualHostField(String) -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Sets the name of the field containing the virtual host information
(this is in fact the server name).
- setWaitForAck(boolean) -
Method in interface org.apache.catalina.cluster.ClusterSender
-
- setWaitForAck(boolean) -
Method in class org.apache.catalina.cluster.tcp.DataSender
-
- setWaitForAck(boolean) -
Method in interface org.apache.catalina.cluster.tcp.IDataSender
-
- setWaitForAck(boolean) -
Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
-
- setWar(String) -
Method in class org.apache.catalina.ant.DeployTask
-
- setWar(String) -
Method in class org.apache.catalina.ant.InstallTask
- Deprecated.
- setWatchDir(String) -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- setWatchDir(File) -
Method in class org.apache.catalina.cluster.deploy.WarWatcher
-
- setWatchEnabled(boolean) -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- setWebServerHost(String) -
Method in class org.apache.jk.common.ModJkMX
-
- setWebServerPort(int) -
Method in class org.apache.jk.common.ModJkMX
-
- setWebXmlReader(WebXml2Jk) -
Method in class org.apache.jk.config.GeneratorApache2
-
- setWebXmlReader(WebXml2Jk) -
Method in class org.apache.jk.config.GeneratorJk1
-
- setWebXmlReader(WebXml2Jk) -
Method in class org.apache.jk.config.GeneratorJk2
-
- setWebXmlReader(WebXml2Jk) -
Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
-
- setWorkDir(String) -
Method in class org.apache.catalina.core.StandardContext
- Set the work directory for this Context.
- setWorkDir(String) -
Method in class org.apache.catalina.core.StandardHost
- Host work directory base.
- setWorkDir(File) -
Method in class org.apache.catalina.loader.WebappClassLoader
- Change the work directory.
- setWorker(String) -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerClassName(String) -
Method in class org.apache.jk.server.JkMain
- Set the
workerClassName
that will handle the request
- setWorkerClusterDomain(String) -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerDisabled(Boolean) -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerEnv(WorkerEnv) -
Method in class org.apache.jk.core.JkHandler
-
- setWorkerEnv(WorkerEnv) -
Method in class org.apache.jk.core.MsgContext
-
- setWorkerEnv(WorkerEnv) -
Method in class org.apache.jk.server.JkMain
-
- setWorkerLb(String) -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerLoadFactor(Integer) -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerRedirect(String) -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerStopped(Boolean) -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerThreadName(String) -
Method in class org.apache.coyote.RequestInfo
-
- setWorkerType(String) -
Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkersConfig(String) -
Method in class org.apache.jk.config.BaseJkConfig
- set a path to the workers.properties file.
- setWrapper(Wrapper) -
Method in interface org.apache.catalina.ContainerServlet
- Set the Wrapper with which this Servlet is associated.
- setWrapper(Wrapper) -
Method in class org.apache.catalina.connector.Request
- Set the Wrapper within which this Request is being processed.
- setWrapper(Wrapper) -
Method in class org.apache.catalina.core.DummyRequest
-
- setWrapper(Wrapper) -
Method in class org.apache.catalina.servlets.InvokerServlet
- Set the Wrapper with which we are associated.
- setWrapperClass(String) -
Method in interface org.apache.catalina.Context
- Set the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- setWrapperClass(String) -
Method in class org.apache.catalina.core.StandardContext
- Set the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- setWritable(Object, Object) -
Static method in class org.apache.naming.ContextAccessController
- Allow writing to a context.
- setWriterEncoding(String) -
Static method in class org.apache.catalina.util.DOMWriter
-
- setXmlNamespaceAware(boolean) -
Method in interface org.apache.catalina.Context
- Set the namespace aware feature of the XML parser used when
parsing xml instances.
- setXmlNamespaceAware(boolean) -
Method in interface org.apache.catalina.Host
- Set the namespace aware feature of the XML parser used when
parsing xml instances.
- setXmlNamespaceAware(boolean) -
Method in class org.apache.catalina.core.StandardContext
- Set the namespace aware feature of the XML parser used when
parsing xml instances.
- setXmlNamespaceAware(boolean) -
Method in class org.apache.catalina.core.StandardHost
- Set the namespace aware feature of the XML parser used when
parsing xml instances.
- setXmlNamespaceAware(boolean) -
Method in class org.apache.catalina.startup.HostConfig
- Set the namespace aware feature of the XML parser used when
parsing xml instances.
- setXmlValidation(boolean) -
Method in interface org.apache.catalina.Context
- Set the validation feature of the XML parser used when
parsing xml instances.
- setXmlValidation(boolean) -
Method in interface org.apache.catalina.Host
- Set the validation feature of the XML parser used when
parsing xml instances.
- setXmlValidation(boolean) -
Method in class org.apache.catalina.core.StandardContext
- Set the validation feature of the XML parser used when
parsing xml instances.
- setXmlValidation(boolean) -
Method in class org.apache.catalina.core.StandardHost
- Set the validation feature of the XML parser used when
parsing xml instances.
- setXmlValidation(boolean) -
Method in class org.apache.catalina.startup.HostConfig
- Set the validation feature of the XML parser used when
parsing xml instances.
- setXpoweredBy(boolean) -
Method in class org.apache.catalina.connector.Connector
- Enables or disables the generation of an X-Powered-By header (with value
Servlet/2.4) for all servlet-generated responses returned by this
Connector.
- setupFromContext(ServletContext) -
Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
- Uses the ServletContext to set some CGI variables
- setupFromContext(ServletContext) -
Method in class org.apache.catalina.util.ProcessEnvironment
- Deprecated. Uses the ServletContext to set some process variables
- setupFromRequest(HttpServletRequest) -
Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
- Uses the HttpServletRequest to set most CGI variables
- setupFromRequest(HttpServletRequest) -
Method in class org.apache.catalina.util.ProcessEnvironment
- Deprecated. Uses the HttpServletRequest to set most process variables
- setupSocket() -
Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
-
- sharedLoader -
Variable in class org.apache.catalina.startup.Bootstrap
-
- sharedState -
Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
- The state information that is shared with other configured
LoginModule
instances.
- shtmlRegEx -
Variable in class org.apache.catalina.ssi.SSIFilter
- default pattern for ssi filter content type matching
- shutdown() -
Method in class org.apache.tomcat.util.collections.SimplePool
-
- shutdown() -
Method in class org.apache.tomcat.util.threads.ThreadPool
- Stop the thread pool
- shutdownHook -
Variable in class org.apache.catalina.startup.Catalina
- Shutdown hook.
- shutdownInput(Socket) -
Static method in class org.apache.tomcat.util.net.TcpConnection
-
- simpleDateFormat -
Variable in class org.apache.catalina.util.Strftime
-
- singleByteBuffer -
Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
-
- size -
Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
- The total size of the file
- size() -
Method in class org.apache.catalina.cluster.util.SmartQueue
-
- size() -
Method in class org.apache.catalina.util.Queue
- How many elements are there in this queue?
- size -
Variable in class org.apache.naming.resources.CacheEntry
-
- size() -
Method in class org.apache.naming.resources.ResourceAttributes
- Retrieves the number of attributes in the attribute set.
- size() -
Method in class org.apache.tomcat.util.collections.MultiMap
- Returns the current number of header fields.
- size() -
Method in class org.apache.tomcat.util.collections.Queue
- How many elements are there in this queue?
- size() -
Method in class org.apache.tomcat.util.collections.SimpleHashtable
- Returns the number of keys in this hashtable.
- size() -
Method in class org.apache.tomcat.util.http.MimeHeaders
- Returns the current number of header fields.
- size() -
Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
- How many elements are there in this queue?
- skip(long) -
Method in class org.apache.catalina.connector.CoyoteReader
-
- skip(long) -
Method in class org.apache.catalina.connector.InputBuffer
-
- skipChar(char) -
Method in class org.apache.catalina.util.StringParser
- Advance the current parsing position while it is pointing at the
specified character, or until it moves past the end of the string.
- skipText() -
Method in class org.apache.catalina.util.StringParser
- Advance the current parsing position while it is pointing at a
non-whitespace character, or until it moves past the end of the string.
- skipWhite() -
Method in class org.apache.catalina.util.StringParser
- Advance the current parsing position while it is pointing at a
whitespace character, or until it moves past the end of the string.
- skippedEntity(String) -
Method in class org.apache.tomcat.util.digester.Digester
- Process notification of a skipped entity.
- sm -
Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.authenticator.SingleSignOn
- The string manager for this package.
- sm -
Variable in class org.apache.catalina.cluster.mcast.McastService
- The string manager for this package.
- sm -
Variable in class org.apache.catalina.cluster.session.ClusterListener
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.cluster.session.DeltaManager
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.cluster.session.DeltaRequest
- The string manager for this package.
- sm -
Variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
- Deprecated. The string resources for this package.
- sm -
Variable in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.cluster.tcp.DataSender
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.cluster.tcp.IDataSenderFactory
- The string manager for this package.
- sm -
Variable in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.cluster.tcp.ReplicationValve
- The StringManager for this package.
- sm -
Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.cluster.tcp.SocketReplicationListener
- The string manager for this package.
- sm -
Variable in class org.apache.catalina.connector.Connector
- The string manager for this package.
- sm -
Variable in class org.apache.catalina.connector.CoyoteAdapter
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.connector.InputBuffer
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.connector.Request
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.connector.RequestFacade
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.connector.Response
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.connector.ResponseFacade
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.core.AprLifecycleListener
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.core.ContainerBase
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.core.NamingContextListener
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.core.StandardPipeline
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- sm -
Static variable in class org.apache.catalina.loader.WebappClassLoader
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.loader.WebappLoader
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.realm.DataSourceRealm
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.realm.JAASCallbackHandler
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.realm.JAASMemoryLoginModule
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.realm.JAASRealm
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.realm.JDBCRealm
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.realm.RealmBase
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.servlets.DefaultServlet
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.session.ManagerBase
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.session.StandardSession
- The string manager for this package.
- sm -
Variable in class org.apache.catalina.session.StoreBase
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.startup.ContextConfig
- The string resources for this package.
- sm -
Static variable in class org.apache.catalina.startup.Embedded
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.startup.EngineConfig
- The string resources for this package.
- sm -
Static variable in class org.apache.catalina.startup.ExpandWar
- The string resources for this package.
- sm -
Static variable in class org.apache.catalina.startup.HostConfig
- The string resources for this package.
- sm -
Static variable in class org.apache.catalina.storeconfig.StoreFactoryBase
- The string manager for this package.
- sm -
Static variable in class org.apache.catalina.valves.ErrorReportValve
- The StringManager for this package.
- sm -
Static variable in class org.apache.catalina.valves.RequestDumperValve
- The StringManager for this package.
- sm -
Static variable in class org.apache.catalina.valves.RequestFilterValve
- The StringManager for this package.
- sm -
Static variable in class org.apache.catalina.valves.ValveBase
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.ajp.AjpAprProcessor
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.ajp.AjpAprProtocol
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.ajp.AjpMessage
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.http11.Http11AprProcessor
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.http11.Http11AprProtocol
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.http11.Http11BaseProtocol
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.http11.Http11Processor
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.http11.InternalAprInputBuffer
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.http11.InternalAprOutputBuffer
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.http11.InternalInputBuffer
- The string manager for this package.
- sm -
Static variable in class org.apache.coyote.http11.InternalOutputBuffer
- The string manager for this package.
- sm -
Static variable in class org.apache.naming.ContextBindings
- The string manager for this package.
- sm -
Variable in class org.apache.naming.NamingContext
- The string manager for this package.
- sm -
Variable in class org.apache.naming.SelectorContext
- The string manager for this package.
- sm -
Variable in class org.apache.naming.resources.BaseDirContext
- The string manager for this package.
- sm -
Variable in class org.apache.naming.resources.ProxyDirContext
- The string manager for this package.
- sm -
Static variable in class org.apache.tomcat.util.http.HttpMessages
-
- sm -
Static variable in class org.apache.tomcat.util.http.Parameters
-
- sm -
Static variable in class org.apache.tomcat.util.net.AprEndpoint
-
- smp -
Static variable in class org.apache.catalina.cluster.session.DeltaSession
- The string manager for this package.
- soLinger -
Variable in class org.apache.tomcat.util.net.AprEndpoint
- Socket linger.
- soTimeout -
Variable in class org.apache.tomcat.util.net.AprEndpoint
- Socket timeout.
- socket -
Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
- Socket that we intend to listen to
- socket -
Variable in class org.apache.coyote.ajp.AjpAprProcessor
- Socket associated with the current connection.
- socket -
Variable in class org.apache.coyote.http11.Http11AprProcessor
- Socket associated with the current connection.
- socket -
Variable in class org.apache.coyote.http11.Http11Processor
- Socket associated with the current connection.
- socket -
Variable in class org.apache.coyote.http11.InternalAprInputBuffer
- Underlying socket.
- socket -
Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
- Underlying socket.
- socket -
Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- socket -
Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
-
- socketBuffer -
Variable in class org.apache.coyote.http11.Http11AprProcessor
- Socket buffering.
- socketBuffer -
Variable in class org.apache.coyote.http11.Http11Processor
- Socket buffering.
- socketBuffer -
Variable in class org.apache.coyote.http11.InternalOutputBuffer
- Socket buffer.
- socketFactory -
Variable in class org.apache.coyote.http11.Http11BaseProtocol
-
- socketFactoryName -
Variable in class org.apache.coyote.http11.Http11BaseProtocol
-
- socketTimeout -
Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- sortAttributes(NamedNodeMap) -
Method in class org.apache.catalina.util.DOMWriter
- Returns a sorted list of attributes.
- source -
Variable in class org.apache.catalina.loader.ResourceEntry
- URL source from where the object was loaded.
- source -
Static variable in class org.apache.tomcat.util.digester.Digester
-
- spareNotFoundEntries -
Variable in class org.apache.naming.resources.ResourceCache
- Spare amount of not found entries.
- split(String, String) -
Method in class org.apache.tomcat.util.compat.Jdk14Compat
-
- split(String, String) -
Method in class org.apache.tomcat.util.compat.JdkCompat
- Splits a string into it's components.
- ssiExternalResolver -
Variable in class org.apache.catalina.ssi.SSIMediator
-
- ssiExternalResolver -
Variable in class org.apache.catalina.ssi.SSIProcessor
-
- ssiInclude -
Variable in class org.apache.catalina.ssi.SSIExec
-
- ssl -
Variable in class org.apache.coyote.http11.Http11AprProcessor
- SSL enabled ?
- sslAvailable -
Static variable in class org.apache.catalina.core.AprLifecycleListener
-
- sslContext -
Variable in class org.apache.tomcat.util.net.AprEndpoint
- SSL context.
- sslImplementation -
Variable in class org.apache.coyote.http11.Http11BaseProtocol
-
- sslImplementationName -
Variable in class org.apache.coyote.http11.Http11BaseProtocol
-
- sslInitialized -
Static variable in class org.apache.catalina.core.AprLifecycleListener
-
- sslProxy -
Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- sslSupport -
Variable in class org.apache.coyote.http11.Http11Processor
- SSL information.
- sso -
Variable in class org.apache.catalina.authenticator.AuthenticatorBase
- The SingleSignOn implementation in our request processing chain,
if there is one.
- stack -
Variable in class org.apache.tomcat.util.digester.Digester
- The object stack being constructed.
- stackIndex -
Variable in class org.apache.tomcat.util.digester.CallParamRule
- The position of the object from the top of the stack
- start() -
Method in interface org.apache.catalina.Lifecycle
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.authenticator.AuthenticatorBase
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- start() -
Method in class org.apache.catalina.authenticator.SSLAuthenticator
- Initialize the database we will be using for client verification
and certificate validation (if any).
- start() -
Method in class org.apache.catalina.authenticator.SingleSignOn
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in interface org.apache.catalina.cluster.CatalinaCluster
- Start the cluster, the owning container will invoke this
- start() -
Method in interface org.apache.catalina.cluster.ClusterDeployer
- Start the cluster deployer, the owning container will invoke this
- start() -
Method in interface org.apache.catalina.cluster.ClusterReceiver
- Start message listing
- start() -
Method in interface org.apache.catalina.cluster.ClusterSender
-
- start() -
Method in interface org.apache.catalina.cluster.MembershipService
- Starts the membership service.
- start(int) -
Method in interface org.apache.catalina.cluster.MembershipService
- Starts the membership service.
- start() -
Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- start() -
Method in class org.apache.catalina.cluster.mcast.McastService
- Start broadcasting and listening to membership pings
- start(int) -
Method in class org.apache.catalina.cluster.mcast.McastService
-
- start(int) -
Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
- Start the service
- start() -
Method in class org.apache.catalina.cluster.session.DeltaManager
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
- Add this Mover as Cluster Listener ( receiver)
- start() -
Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
- start cluster receiver
- start() -
Method in class org.apache.catalina.cluster.tcp.ReplicationListener
- start cluster receiver
- start() -
Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
- start the sender and register transmitter mbean
- start() -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
- Wait the createServerSocket find the correct socket port when default config is used.
- start() -
Method in class org.apache.catalina.cluster.util.FastQueue
- start queuing
- start() -
Method in interface org.apache.catalina.cluster.util.IQueue
-
- start() -
Method in class org.apache.catalina.connector.Connector
- Begin processing requests via this Connector.
- start() -
Method in class org.apache.catalina.core.ContainerBase
- Prepare for active use of the public methods of this Component.
- start() -
Method in class org.apache.catalina.core.StandardContext
- Start this Context component.
- start() -
Method in class org.apache.catalina.core.StandardEngine
- Start this Engine component.
- start() -
Method in class org.apache.catalina.core.StandardHost
- Start this host.
- start() -
Method in class org.apache.catalina.core.StandardPipeline
- Prepare for active use of the public methods of this Component.
- start() -
Method in class org.apache.catalina.core.StandardServer
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.core.StandardService
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.core.StandardWrapper
- Start this component, pre-loading the servlet if the load-on-startup
value is set appropriately.
- start() -
Method in class org.apache.catalina.loader.WebappClassLoader
- Start the class loader.
- start() -
Method in class org.apache.catalina.loader.WebappLoader
- Start this component, initializing our associated class loader.
- start() -
Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
- Start JMX connector and local name registry
- start() -
Method in class org.apache.catalina.realm.DataSourceRealm
- Prepare for active use of the public methods of this Component.
- start() -
Method in class org.apache.catalina.realm.JAASRealm
- Prepare for active use of the public methods of this
Component
.
- start() -
Method in class org.apache.catalina.realm.JDBCRealm
- Prepare for active use of the public methods of this Component.
- start() -
Method in class org.apache.catalina.realm.JNDIRealm
- Prepare for active use of the public methods of this Component.
- start() -
Method in class org.apache.catalina.realm.MemoryRealm
- Prepare for active use of the public methods of this Component.
- start() -
Method in class org.apache.catalina.realm.RealmBase
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.realm.UserDatabaseRealm
- Prepare for active use of the public methods of this Component.
- start -
Variable in class org.apache.catalina.servlets.DefaultServlet.Range
-
- start() -
Method in class org.apache.catalina.session.JDBCStore
- Called once when this Store is first started.
- start() -
Method in class org.apache.catalina.session.PersistentManagerBase
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.session.StandardManager
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.session.StoreBase
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.startup.Bootstrap
- Start the Catalina daemon.
- start() -
Method in class org.apache.catalina.startup.Catalina
- Start a new server instance.
- start() -
Method in class org.apache.catalina.startup.ContextConfig
- Process a "start" event for this Context.
- start() -
Method in class org.apache.catalina.startup.Embedded
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.startup.EngineConfig
- Process a "start" event for this Engine.
- start() -
Method in class org.apache.catalina.startup.HostConfig
- Process a "start" event for this Host.
- start() -
Method in class org.apache.catalina.valves.AccessLogValve
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.valves.ExtendedAccessLogValve
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.valves.FastCommonAccessLogValve
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Invoked by Tomcat on startup.
- start() -
Method in class org.apache.catalina.valves.RequestFilterValve
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in class org.apache.catalina.valves.SemaphoreValve
- Prepare for the beginning of active use of the public methods of this
component.
- start() -
Method in interface org.apache.coyote.ProtocolHandler
- Start the protocol.
- start() -
Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- start() -
Method in class org.apache.coyote.http11.Http11AprProtocol
-
- start() -
Method in class org.apache.coyote.http11.Http11BaseProtocol
-
- start() -
Method in class org.apache.coyote.http11.Http11Protocol
-
- start() -
Method in class org.apache.coyote.memory.MemoryProtocolHandler
- Start the protocol.
- start() -
Method in class org.apache.jk.common.ChannelNioSocket
-
- start() -
Method in class org.apache.jk.common.ChannelSocket
-
- start() -
Method in class org.apache.jk.common.ChannelUn
-
- start() -
Method in class org.apache.jk.common.ModJkMX
-
- start() -
Method in class org.apache.jk.server.JkCoyoteHandler
-
- start() -
Method in class org.apache.jk.server.JkMain
-
- start() -
Method in class org.apache.naming.NamingService
- Start the servlet container.
- start() -
Method in interface org.apache.naming.NamingServiceMBean
- Start the servlet container.
- start -
Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- start() -
Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
- Start the background processing thread.
- start() -
Method in class org.apache.tomcat.util.net.AprEndpoint
- Start the APR endpoint, creating acceptor, poller and sendfile threads.
- start() -
Method in class org.apache.tomcat.util.threads.Expirer
-
- start() -
Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
-
- start() -
Method in class org.apache.tomcat.util.threads.ThreadPool
-
- startCapture() -
Static method in class org.apache.tomcat.util.log.SystemLogHandler
- Start capturing thread's output.
- startContext(String) -
Method in interface org.apache.catalina.Cluster
- Deprecated.
- startContext(String) -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
-
- startDocument() -
Method in class org.apache.tomcat.util.digester.Digester
- Process notification of the beginning of the document being reached.
- startElement(String, String, String, Attributes) -
Method in class org.apache.tomcat.util.digester.Digester
- Process notification of the start of an XML element being reached.
- startEndpoint() -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- startPrefixMapping(String, String) -
Method in class org.apache.tomcat.util.digester.Digester
- Process notification that a namespace prefix is coming in to scope.
- startReaper() -
Method in class org.apache.tomcat.util.threads.Reaper
-
- startRecursive() -
Method in class org.apache.catalina.core.StandardContext
-
- startService() -
Method in class org.apache.catalina.cluster.mcast.McastServiceImpl.RecoveryThread
-
- startSessionIDListener(StandardHost) -
Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
- Deprecated. start sessionID mover at cluster
- started -
Variable in class org.apache.catalina.authenticator.AuthenticatorBase
- Has this component been started?
- started -
Variable in class org.apache.catalina.authenticator.SingleSignOn
- Component started flag.
- started -
Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- started -
Variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
- Has this component been started yet?
- started -
Variable in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
-
- started -
Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Has this component been started?
- started -
Variable in class org.apache.catalina.connector.Connector
- Has this component been started yet?
- started -
Variable in class org.apache.catalina.core.ContainerBase
- Has this component been started?
- started -
Variable in class org.apache.catalina.core.StandardPipeline
- Has this component been started yet?
- started -
Variable in class org.apache.catalina.loader.WebappClassLoader
- Has this component been started?
- started -
Variable in class org.apache.catalina.realm.RealmBase
- Has this component been started?
- started -
Variable in class org.apache.catalina.session.PersistentManagerBase
- Has this component been started yet?
- started -
Variable in class org.apache.catalina.session.StandardManager
- Has this component been started yet?
- started -
Variable in class org.apache.catalina.session.StoreBase
- Has this component been started yet?
- started -
Variable in class org.apache.catalina.startup.Embedded
- Has this component been started yet?
- started -
Variable in class org.apache.catalina.valves.RequestFilterValve
- Has this component been started yet?
- started -
Variable in class org.apache.coyote.ajp.AjpAprProcessor
- State flag.
- started -
Variable in class org.apache.coyote.http11.Http11AprProcessor
- State flag.
- started -
Variable in class org.apache.coyote.http11.Http11Processor
- State flag.
- starting -
Variable in class org.apache.catalina.startup.Catalina
- Are we starting a new server?
- startsWith(String) -
Method in class org.apache.tomcat.util.buf.ByteChunk
- Returns true if the message bytes starts with the specified string.
- startsWith(byte[]) -
Method in class org.apache.tomcat.util.buf.ByteChunk
-
- startsWith(String) -
Method in class org.apache.tomcat.util.buf.CharChunk
- Returns true if the message bytes starts with the specified string.
- startsWith(String) -
Method in class org.apache.tomcat.util.buf.MessageBytes
- Returns true if the message bytes starts with the specified string.
- startsWithIgnoreCase(String, int) -
Method in class org.apache.tomcat.util.buf.ByteChunk
- Returns true if the message bytes starts with the specified string.
- startsWithIgnoreCase(String, int) -
Method in class org.apache.tomcat.util.buf.CharChunk
- Returns true if the message bytes starts with the specified string.
- startsWithIgnoreCase(String, int) -
Method in class org.apache.tomcat.util.buf.MessageBytes
- Returns true if the message bytes starts with the specified string.
- stateTransferred -
Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
- Flag to keep track if the state has been transferred or not
Assumes false.
- states -
Static variable in interface org.apache.naming.NamingServiceMBean
- Status constants.
- status -
Variable in class org.apache.coyote.Response
- Status code.
- statusDropsConnection(int) -
Method in class org.apache.coyote.http11.Http11AprProcessor
- Determine if we must drop the connection because of the HTTP status
code.
- statusDropsConnection(int) -
Method in class org.apache.coyote.http11.Http11Processor
- Determine if we must drop the connection because of the HTTP status
code.
- stop(String) -
Method in interface org.apache.catalina.Cluster
- Deprecated.
- stop() -
Method in interface org.apache.catalina.Lifecycle
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.authenticator.AuthenticatorBase
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.authenticator.SSLAuthenticator
- Finalize the database we used for client verification and
certificate validation (if any).
- stop() -
Method in class org.apache.catalina.authenticator.SingleSignOn
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in interface org.apache.catalina.cluster.CatalinaCluster
- Stops the cluster, the owning container will invoke this
- stop() -
Method in interface org.apache.catalina.cluster.ClusterDeployer
- Stops the cluster deployer, the owning container will invoke this
- stop() -
Method in interface org.apache.catalina.cluster.ClusterReceiver
- Stop message listing
- stop() -
Method in interface org.apache.catalina.cluster.ClusterSender
-
- stop() -
Method in interface org.apache.catalina.cluster.MembershipService
- Stops the membership service
- stop() -
Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
-
- stop() -
Method in class org.apache.catalina.cluster.mcast.McastService
- Stop broadcasting and listening to membership pings
- stop() -
Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
- Stops the service
- stop() -
Method in class org.apache.catalina.cluster.session.DeltaManager
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
- Remove this from Cluster Listener
- stop() -
Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
- Stop accept
- stop() -
Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
-
- stop() -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- Gracefully terminate the active cluster component.
- stop(String) -
Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
-
- stop() -
Method in class org.apache.catalina.cluster.util.FastQueue
- start queuing
- stop() -
Method in interface org.apache.catalina.cluster.util.IQueue
-
- stop() -
Method in class org.apache.catalina.connector.Connector
- Terminate processing requests via this Connector.
- stop() -
Method in class org.apache.catalina.core.ContainerBase
- Gracefully shut down active use of the public methods of this Component.
- stop() -
Method in class org.apache.catalina.core.StandardContext
- Stop this Context component.
- stop() -
Method in class org.apache.catalina.core.StandardEngine
-
- stop() -
Method in class org.apache.catalina.core.StandardPipeline
- Gracefully shut down active use of the public methods of this Component.
- stop() -
Method in class org.apache.catalina.core.StandardServer
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.core.StandardService
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.core.StandardWrapper
- Stop this component, gracefully shutting down the servlet if it has
been initialized.
- stop() -
Method in class org.apache.catalina.loader.WebappClassLoader
- Stop the class loader.
- stop() -
Method in class org.apache.catalina.loader.WebappLoader
- Stop this component, finalizing our associated class loader.
- stop() -
Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
- stop jmx connector at tomcat normale shutdown
- stop() -
Method in class org.apache.catalina.realm.DataSourceRealm
- Gracefully shut down active use of the public methods of this Component.
- stop() -
Method in class org.apache.catalina.realm.JAASRealm
- Gracefully shut down active use of the public methods of this
Component
.
- stop() -
Method in class org.apache.catalina.realm.JDBCRealm
- Gracefully shut down active use of the public methods of this Component.
- stop() -
Method in class org.apache.catalina.realm.JNDIRealm
- Gracefully shut down active use of the public methods of this Component.
- stop() -
Method in class org.apache.catalina.realm.MemoryRealm
- Gracefully shut down active use of the public methods of this Component.
- stop() -
Method in class org.apache.catalina.realm.RealmBase
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.realm.UserDatabaseRealm
- Gracefully shut down active use of the public methods of this Component.
- stop() -
Method in class org.apache.catalina.session.JDBCStore
- Gracefully terminate everything associated with our db.
- stop() -
Method in class org.apache.catalina.session.PersistentManagerBase
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.session.StandardManager
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.session.StoreBase
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.startup.Bootstrap
- Stop the Catalina Daemon.
- stop() -
Method in class org.apache.catalina.startup.Catalina
- Stop an existing server instance.
- stop() -
Method in class org.apache.catalina.startup.ContextConfig
- Process a "stop" event for this Context.
- stop() -
Method in class org.apache.catalina.startup.Embedded
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.startup.EngineConfig
- Process a "stop" event for this Engine.
- stop() -
Method in class org.apache.catalina.startup.HostConfig
- Process a "stop" event for this Host.
- stop() -
Method in class org.apache.catalina.valves.AccessLogValve
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.valves.ExtendedAccessLogValve
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.valves.FastCommonAccessLogValve
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.valves.JDBCAccessLogValve
- Invoked by tomcat on shutdown.
- stop() -
Method in class org.apache.catalina.valves.RequestFilterValve
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.catalina.valves.SemaphoreValve
- Gracefully terminate the active use of the public methods of this
component.
- stop() -
Method in class org.apache.jk.common.ChannelNioSocket
-
- stop() -
Method in class org.apache.jk.common.ChannelSocket
-
- stop() -
Method in class org.apache.jk.server.JkMain
-
- stop() -
Method in class org.apache.naming.NamingService
- Stop the servlet container.
- stop() -
Method in interface org.apache.naming.NamingServiceMBean
- Stop the servlet container.
- stop() -
Method in class org.apache.tomcat.util.collections.Queue
- Break the pull(), allowing the calling thread to exit
- stop() -
Method in class org.apache.tomcat.util.net.AprEndpoint
- Stop the endpoint.
- stop() -
Method in class org.apache.tomcat.util.threads.Expirer
-
- stop() -
Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
-
- stop() -
Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
-
- stopAwait() -
Method in class org.apache.catalina.core.StandardServer
-
- stopCapture() -
Static method in class org.apache.tomcat.util.log.SystemLogHandler
- Stop capturing thread's output and return captured data as a String.
- stopEndpoint() -
Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
-
- stopListening() -
Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
- stop Listener sockets
- stopListening() -
Method in class org.apache.catalina.cluster.tcp.ReplicationListener
- Close Selector.
- stopListening() -
Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
- Close serverSockets
FIXME the channelSocket to connect own socket to terminate accpet loop!
- stopReaper() -
Method in class org.apache.tomcat.util.threads.Reaper
-
- stopServer() -
Method in class org.apache.catalina.startup.Bootstrap
- Stop the standlone server.
- stopServer(String[]) -
Method in class org.apache.catalina.startup.Bootstrap
- Stop the standlone server.
- stopServer() -
Method in class org.apache.catalina.startup.Catalina
-
- stopServer(String[]) -
Method in class org.apache.catalina.startup.Catalina
-
- stopService() -
Method in class org.apache.catalina.cluster.mcast.McastServiceImpl.RecoveryThread
-
- stopSessionIDListener(StandardHost) -
Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
- Deprecated. stop sessionID binder at cluster
- stopThePool -
Variable in class org.apache.tomcat.util.threads.ThreadPool
-
- stopThread() -
Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
- stop queue worker thread
- stopThread() -
Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
- stop queue worker thread
- stopped -
Variable in class org.apache.catalina.connector.Connector
- The shutdown signal to our background thread
- stopping -
Variable in class org.apache.catalina.startup.Catalina
- Are we stopping an existing server?
- store() -
Method in class org.apache.catalina.mbeans.StandardServerMBean
- Write the configuration information for this entire
Server
out to the server.xml configuration file.
- store -
Variable in class org.apache.catalina.session.PersistentManagerBase
- Store object which will manage the Session store.
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.GlobalNamingResourcesSF
-
- store(Server) -
Method in interface org.apache.catalina.storeconfig.IStoreConfig
- Store the specified Server properties.
- store(PrintWriter, int, Server) -
Method in interface org.apache.catalina.storeconfig.IStoreConfig
- Store the specified Server properties.
- store(PrintWriter, int, Service) -
Method in interface org.apache.catalina.storeconfig.IStoreConfig
- Store the specified Service properties.
- store(PrintWriter, int, Host) -
Method in interface org.apache.catalina.storeconfig.IStoreConfig
- Store the specified Host properties.
- store(Context) -
Method in interface org.apache.catalina.storeconfig.IStoreConfig
- Store the specified Context properties.
- store(PrintWriter, int, Context) -
Method in interface org.apache.catalina.storeconfig.IStoreConfig
- Store the specified Context properties.
- store(PrintWriter, int, Object) -
Method in interface org.apache.catalina.storeconfig.IStoreFactory
-
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.InstanceListenerSF
-
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.LoaderSF
- Store the only the Loader elements, when not default
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.ManagerSF
- Store the only the Manager elements
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.NamingResourcesSF
- Store the only the NamingResources elements
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.StandardContextSF
-
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.StandardServerSF
- Store the specified Server properties.
- store(Server) -
Method in class org.apache.catalina.storeconfig.StoreConfig
- Write the configuration information for this entire
Server
out to the server.xml configuration file.
- store(Context) -
Method in class org.apache.catalina.storeconfig.StoreConfig
-
- store(PrintWriter, int, Context) -
Method in class org.apache.catalina.storeconfig.StoreConfig
-
- store(PrintWriter, int, Host) -
Method in class org.apache.catalina.storeconfig.StoreConfig
-
- store(PrintWriter, int, Service) -
Method in class org.apache.catalina.storeconfig.StoreConfig
-
- store(PrintWriter, int, Server) -
Method in class org.apache.catalina.storeconfig.StoreConfig
- Store the state of this Server MBean (which will recursively store
everything)
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.StoreFactoryBase
-
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.WatchedResourceSF
-
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.WrapperLifecycleSF
-
- store(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.WrapperListenerSF
-
- storeChilds(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.CatalinaClusterSF
- Store the specified Cluster childs.
- storeChilds(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.ConnectorSF
- Store Connector description
- storeChilds(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.NamingResourcesSF
- Store the specified NamingResources properties.
- storeChilds(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.PersistentManagerSF
- Store the specified PersistentManager properties.
- storeChilds(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.StandardContextSF
- Store the specified Host properties.
- storeChilds(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.StandardEngineSF
- Store the specified Engine properties.
- storeChilds(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.StandardHostSF
- Store the specified Host properties and childs
(Listener,Alias,Realm,Valve,Cluster, Context)
- storeChilds(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.StandardServerSF
- Store Childs from this StandardServer descrition
- storeChilds(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.StandardServiceSF
- Store Childs from this StandardService description
- storeChilds(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.StoreFactoryBase
- Must Implement at subclass for sepzial store childs handling
- storeConfig() -
Method in class org.apache.catalina.core.StandardServer
- Write the configuration information for this entire
Server
out to the server.xml configuration file.
- storeConfig() -
Method in interface org.apache.catalina.storeconfig.IStoreConfig
- Store the current StoreFactory Server.
- storeConfig() -
Method in class org.apache.catalina.storeconfig.StoreConfig
- Store current Server
- storeConnectorAttribtues(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.ConnectorSF
-
- storeConnectorAttribtues(PrintWriter, int, Object, StoreDescription) -
Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
- print Attributes
- storeContext(Context) -
Method in class org.apache.catalina.core.StandardServer
- Write the configuration information for
Context
out to the specified configuration file.
- storeContext(String, boolean, boolean) -
Method in class org.apache.catalina.storeconfig.StoreConfig
- Store a Context from ObjectName
- storeContextSeparate(PrintWriter, int, StandardContext) -
Method in class org.apache.catalina.storeconfig.StandardContextSF
- Store a Context without backup add separate file or when configFile =
null a aWriter.
- storeElement(PrintWriter, int, Object) -
Method in class org.apache.catalina.storeconfig.StoreFactoryBase
- Store only elements from storeChilds methods that are not a transient
child.
- storeElementArray(PrintWriter, int, Object[]) -
Method in class org.apache.catalina.storeconfig.StoreFactoryBase
-
- storeName -
Static variable in class org.apache.catalina.session.JDBCStore
- Name to register for this Store, used for logging.
- storeName -
Static variable in class org.apache.catalina.session.StoreBase
- Name to register for this Store, used for logging.
- storeServer(String, boolean, boolean) -
Method in class org.apache.catalina.storeconfig.StoreConfig
- Store Server from Object Name (Catalina:type=Server)
- storeWithBackup(StandardContext) -
Method in class org.apache.catalina.storeconfig.StandardContextSF
- Store the Context with a Backup
- storeXMLHead(PrintWriter) -
Method in interface org.apache.catalina.storeconfig.IStoreFactory
-
- storeXMLHead(PrintWriter) -
Method in class org.apache.catalina.storeconfig.StoreFactoryBase
-
- streamContent() -
Method in class org.apache.naming.resources.FileDirContext.FileResource
- Content accessor.
- streamContent() -
Method in class org.apache.naming.resources.Resource
- Content accessor.
- streamContent() -
Method in class org.apache.naming.resources.WARDirContext.WARResource
- Content accessor.
- strftime -
Variable in class org.apache.catalina.ssi.SSIMediator
-
- strongETag -
Variable in class org.apache.naming.resources.ResourceAttributes
- Strong ETag.
- subSequence(int, int) -
Method in class org.apache.tomcat.util.buf.CharChunk
-
- subject -
Variable in class org.apache.catalina.connector.Request
- The Subject associated with the current AccessControllerContext
- subject -
Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
- The subject for which we are performing authentication.
- substituteVariables(String) -
Method in class org.apache.catalina.ssi.SSIMediator
- Applies variable substitution to the specified String and returns the
new resolved string.
- substract() -
Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substract(ByteChunk) -
Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substract(byte[], int, int) -
Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substract() -
Method in class org.apache.tomcat.util.buf.CharChunk
-
- substract(CharChunk) -
Method in class org.apache.tomcat.util.buf.CharChunk
-
- substract(char[], int, int) -
Method in class org.apache.tomcat.util.buf.CharChunk
-
- suffix -
Variable in class org.apache.catalina.core.ContainerBase
-
- suffix -
Variable in class org.apache.catalina.core.StandardServer
-
- suffix -
Variable in class org.apache.catalina.core.StandardService
-
- support -
Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
- The property change support for this component.
- support -
Variable in class org.apache.catalina.core.ContainerBase
- The property change support for this component.
- support -
Variable in class org.apache.catalina.core.StandardServer
- The property change support for this component.
- support -
Variable in class org.apache.catalina.core.StandardService
- The property change support for this component.
- support -
Variable in class org.apache.catalina.deploy.NamingResources
- The property change support for this component.
- support -
Variable in class org.apache.catalina.loader.WebappLoader
- The property change support for this component.
- support -
Variable in class org.apache.catalina.realm.RealmBase
- The property change support for this component.
- support -
Variable in class org.apache.catalina.session.ManagerBase
- The property change support for this component.
- support -
Variable in class org.apache.catalina.session.StandardSession
- The property change support for this component.
- support -
Variable in class org.apache.catalina.session.StoreBase
- The property change support for this component.
- swallowInput -
Variable in class org.apache.coyote.http11.InternalAprInputBuffer
- Swallow input ?
- swallowInput -
Variable in class org.apache.coyote.http11.InternalInputBuffer
- Swallow input ?
- swapIn(String) -
Method in class org.apache.catalina.session.PersistentManagerBase
- Look for a session in the Store and, if found, restore
it in the Manager's list of active sessions if appropriate.
- swapOut(Session) -
Method in class org.apache.catalina.session.PersistentManagerBase
- Remove the session from the Manager's list of active
sessions and write it out to the Store.
- synchronousReplication -
Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
- Use synchronous rather than asynchronous replication.
- system -
Variable in class org.apache.catalina.loader.WebappClassLoader
- The system class loader.
RuleSet
with the default
matching pattern prefix.
RuleSet
with the specified
matching pattern prefix.
java.net.URL
, but without the ability to open a
stream or connection. java.net.URL
, but without the ability to open a
stream or connection. /undeploy
command, supported by
the Tomcat manager application.UserDatabase
. User
s and
Group
s that can be maintained by an application,
along with definitions of corresponding Role
s, and
referenced by a Realm
for authentication and access control.Realm
that is based on an implementation of
UserDatabase
made available through the global JNDI resources
configured for this instance of Catalina. org.apache.catalina.User
component.ModelMBean
with default
ModelMBeanInfo
information.
destroy()
method for each instance.
destroy()
method for each instance.
appBase
directory?
SingleSignOnEntry
found under key
ssoId
with the given authentication data.
Manager
application to be used.
MethodUtils.invokeExactMethod
be used for reflection.
java.security.Principal
classes
that represent individual users.
userPatternArray
.
userSearch
.
Manager
application.
User
s defined in this database, keyed by
user name.
true
if it does
not contain any of the trigger classes.
float
representing the underlying Xerces version
/WEB-INF/web.xml
) resource.RuleSet
with the default
matching pattern prefix.
RuleSet
with the specified
matching pattern prefix.
Rules
Decorator that returns default rules
when no matches are returned by the wrapped implementation.Digester
we will use to process web application
deployment descriptor files.
Rule
used to parse the web.xml
SAXParser
based on the underlying Xerces version.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |