A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

absoluteBase - class org.apache.naming.resources.FileDirContext の変数
Absolute normalized filename of the base.
access() - interface org.apache.catalina.Session のメソッド
Update the accessed time information for this session.
accessControl(HttpRequest, HttpResponse, SecurityConstraint) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Perform access control based on the specified authorization constraint.
accessed - class org.apache.naming.resources.FileDirContext.FileResourceAttributes の変数
 
AccessLogValve - class org.apache.catalina.valves.AccessLogValve.
Implementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.
AccessLogValve() - class org.apache.catalina.valves.AccessLogValve のコンストラクタ
Construct a new instance of this class with default property values.
ADD_ALIAS_EVENT - interface org.apache.catalina.Host の static 変数
The ContainerEvent event type sent when a new alias is added by addAlias().
ADD_CHILD_EVENT - interface org.apache.catalina.Container の static 変数
The ContainerEvent event type sent when a child container is added by addChild().
ADD_MAPPER_EVENT - interface org.apache.catalina.Container の static 変数
The ContainerEvent event type sent when a Mapper is added by addMapper().
ADD_VALVE_EVENT - interface org.apache.catalina.Container の static 変数
The ContainerEvent event type sent when a valve is added by addValve(), if this Container supports pipelines.
add(Object) - class org.apache.catalina.util.ResourceSet のメソッド
Add the specified element to this set if it is not already present.
add(Session) - interface org.apache.catalina.Manager のメソッド
Add this Session to the set of active Sessions for this Manager.
add(Session) - class org.apache.catalina.session.ManagerBase のメソッド
Add this Session to the set of active Sessions for this Manager.
addAlias(String) - interface org.apache.catalina.Host のメソッド
Add an alias name that should be mapped to this same Host.
addAlias(String) - class org.apache.catalina.core.StandardHost のメソッド
Add an alias name that should be mapped to this same Host.
addApplicationListener(String) - interface org.apache.catalina.Context のメソッド
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationListener(String) - class org.apache.catalina.core.StandardContext のメソッド
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationListener(String) - class org.apache.catalina.core.DefaultContext のメソッド
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationParameter(ApplicationParameter) - interface org.apache.catalina.Context のメソッド
Add a new application parameter for this application.
addApplicationParameter(ApplicationParameter) - class org.apache.catalina.core.StandardContext のメソッド
Add a new application parameter for this application.
addApplicationParameter(ApplicationParameter) - class org.apache.catalina.core.DefaultContext のメソッド
Add a new application parameter for this application.
addAuthRole(String) - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Add an authorization role, which is a role name that will be permitted access to the resources protected by this security constraint.
addChild(Container) - interface org.apache.catalina.Container のメソッド
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - class org.apache.catalina.core.ContainerBase のメソッド
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - class org.apache.catalina.core.StandardHost のメソッド
Add a child Container, only if the proposed child is an implementation of Context.
addChild(Container) - class org.apache.catalina.core.StandardEngine のメソッド
Add a child Container, only if the proposed child is an implementation of Host.
addChild(Container) - class org.apache.catalina.core.StandardContext のメソッド
Add a child Container, only if the proposed child is an implementation of Wrapper.
addChild(Container) - class org.apache.catalina.core.StandardWrapper のメソッド
Refuse to add a child Container, because Wrappers are the lowest level of the Container hierarchy.
addChild(String, String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
For the last 2 objects in stack, create a parent-child relation by invokeing parent.parentM with the child as parameter ArgType is the parameter expected by addParent ( null use the current object type)
addChild(WARDirContext.Entry) - class org.apache.naming.resources.WARDirContext.Entry のメソッド
 
addCollection(SecurityCollection) - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Add a new web resource collection to those protected by this security constraint.
addConnector(Connector) - interface org.apache.catalina.Service のメソッド
Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.
addConnector(Connector) - class org.apache.catalina.core.StandardService のメソッド
Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.
addConnector(Connector) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Add a new Connector to the set of defined Connectors.
addConnector(Connector) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Add a new Connector to the set of defined Connectors.
addConnector(Connector) - class org.apache.catalina.startup.Embedded のメソッド
Add a new Connector to the set of defined Connectors.
addConstraint(SecurityConstraint) - interface org.apache.catalina.Context のメソッド
Add a security constraint to the set for this web application.
addConstraint(SecurityConstraint) - class org.apache.catalina.core.StandardContext のメソッド
Add a security constraint to the set for this web application.
addContainerListener(ContainerListener) - interface org.apache.catalina.Container のメソッド
Add a container event listener to this component.
addContainerListener(ContainerListener) - class org.apache.catalina.core.ContainerBase のメソッド
Add a container event listener to this component.
addCookie(Cookie) - interface org.apache.catalina.HttpRequest のメソッド
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Add the specified Cookie to those that will be included with this Response.
addCookie(Cookie) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
addCookie(Cookie) - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
addDateHeader(String, long) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Add the specified date header to the specified value.
addDateHeader(String, long) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
addDefaultContext(DefaultContext) - interface org.apache.catalina.Engine のメソッド
Set the DefaultContext for new web applications.
addDefaultContext(DefaultContext) - interface org.apache.catalina.Host のメソッド
Set the DefaultContext for new web applications.
addDefaultContext(DefaultContext) - class org.apache.catalina.core.StandardHost のメソッド
Set the DefaultContext for new web applications.
addDefaultContext(DefaultContext) - class org.apache.catalina.core.StandardEngine のメソッド
Set the DefaultContext for new web applications.
addDefaultMapper(String) - class org.apache.catalina.core.ContainerBase のメソッド
Add a default Mapper implementation if none have been configured explicitly.
addDefaultMapper(String) - class org.apache.catalina.core.StandardHost のメソッド
Add a default Mapper implementation if none have been configured explicitly.
addDefaultMapper(String) - class org.apache.catalina.core.StandardEngine のメソッド
Add a default Mapper implementation if none have been configured explicitly.
addDefaultMapper(String) - class org.apache.catalina.core.StandardContext のメソッド
Add a default Mapper implementation if none have been configured explicitly.
addDefaultMapper(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Add a default Mapper implementation if none have been configured explicitly.
addEjb(ContextEjb) - interface org.apache.catalina.Context のメソッド
Add an EJB resource reference for this web application.
addEjb(ContextEjb) - class org.apache.catalina.core.StandardContext のメソッド
Add an EJB resource reference for this web application.
addEjb(ContextEjb) - class org.apache.catalina.core.DefaultContext のメソッド
Add an EJB resource reference for this web application.
addEngine(Engine) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Add a new Engine to the set of defined Engines.
addEngine(Engine) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Add a new Engine to the set of defined Engines.
addEngine(Engine) - class org.apache.catalina.startup.Embedded のメソッド
Add a new Engine to the set of defined Engines.
addEnvironment(ContextEnvironment) - interface org.apache.catalina.Context のメソッド
Add an environment entry for this web application.
addEnvironment(ContextEnvironment) - class org.apache.catalina.core.StandardContext のメソッド
Add an environment entry for this web application.
addEnvironment(ContextEnvironment) - class org.apache.catalina.core.DefaultContext のメソッド
Add an environment entry for this web application.
addErrorPage(ErrorPage) - interface org.apache.catalina.Context のメソッド
Add an error page for the specified error or Java exception.
addErrorPage(ErrorPage) - class org.apache.catalina.core.StandardContext のメソッド
Add an error page for the specified error or Java exception.
addFilterDef(FilterDef) - interface org.apache.catalina.Context のメソッド
Add a filter definition to this Context.
addFilterDef(FilterDef) - class org.apache.catalina.core.StandardContext のメソッド
Add a filter definition to this Context.
addFilterMap(FilterMap) - interface org.apache.catalina.Context のメソッド
Add a filter mapping to this Context.
addFilterMap(FilterMap) - class org.apache.catalina.core.StandardContext のメソッド
Add a filter mapping to this Context.
addHeader(String, String) - interface org.apache.catalina.HttpRequest のメソッド
Add a Header to the set of Headers associated with this Request.
addHeader(String, String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Add the specified header to the specified value.
addHeader(String, String) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Add a Header to the set of Headers associated with this Request.
addHeader(String, String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Add a Header to the set of Headers associated with this Request.
addHeader(String, String) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
addHeader(String, String) - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
addInitParameter(String, String) - interface org.apache.catalina.Wrapper のメソッド
Add a new servlet initialization parameter for this servlet.
addInitParameter(String, String) - class org.apache.catalina.deploy.FilterDef のメソッド
Add an initialization parameter to the set of parameters associated with this filter.
addInitParameter(String, String) - class org.apache.catalina.core.StandardWrapper のメソッド
Add a new servlet initialization parameter for this servlet.
addInstanceListener(InstanceListener) - interface org.apache.catalina.Wrapper のメソッド
Add a new listener interested in InstanceEvents.
addInstanceListener(InstanceListener) - class org.apache.catalina.util.InstanceSupport のメソッド
Add a lifecycle event listener to this component.
addInstanceListener(InstanceListener) - class org.apache.catalina.core.StandardWrapper のメソッド
Add a new listener interested in InstanceEvents.
addInstanceListener(String) - interface org.apache.catalina.Context のメソッド
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addInstanceListener(String) - class org.apache.catalina.core.StandardContext のメソッド
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addInstanceListener(String) - class org.apache.catalina.core.DefaultContext のメソッド
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addIntHeader(String, int) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Add the specified integer header to the specified value.
addIntHeader(String, int) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
addLifecycleListener(LifecycleListener) - interface org.apache.catalina.Lifecycle のメソッド
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Add a LifecycleEvent listener to this Connector.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.util.LifecycleSupport のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.cluster.StandardCluster のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.valves.AccessLogValve のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.valves.CertificatesValve のメソッド
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.core.ContainerBase のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.core.FastEngineMapper のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.core.StandardServer のメソッド
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.core.StandardService のメソッド
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.core.StandardPipeline のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.loader.WebappLoader のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.session.StoreBase のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.session.StandardManager のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.startup.Embedded のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.realm.RealmBase のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - class org.apache.catalina.logger.FileLogger のメソッド
Add a lifecycle event listener to this component.
addLocale(Locale) - interface org.apache.catalina.HttpRequest のメソッド
Add a Locale to the set of preferred Locales for this Request.
addLocale(Locale) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Add a Locale to the set of preferred Locales for this Request.
addLocale(Locale) - class org.apache.catalina.connector.RequestBase のメソッド
Add a Locale to the set of preferred Locales for this Request.
addLocale(Locale) - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
addLocalEjb(ContextLocalEjb) - interface org.apache.catalina.Context のメソッド
Add a local EJB resource reference for this web application.
addLocalEjb(ContextLocalEjb) - class org.apache.catalina.core.StandardContext のメソッド
Add a local EJB resource reference for this web application.
addMapper(Mapper) - interface org.apache.catalina.Container のメソッド
Add the specified Mapper associated with this Container.
addMapper(Mapper) - class org.apache.catalina.core.ContainerBase のメソッド
Add the specified Mapper associated with this Container.
addMethod(String) - class org.apache.catalina.deploy.SecurityCollection のメソッド
Add an HTTP request method to be part of this web resource collection.
addMimeMapping(String, String) - interface org.apache.catalina.Context のメソッド
Add a new MIME mapping, replacing any existing mapping for the specified extension.
addMimeMapping(String, String) - class org.apache.catalina.core.StandardContext のメソッド
Add a new MIME mapping, replacing any existing mapping for the specified extension.
addParameter(String, String) - interface org.apache.catalina.Context のメソッド
Add a new context initialization parameter, replacing any existing value for the specified name.
addParameter(String, String) - class org.apache.catalina.deploy.ResourceParams のメソッド
 
addParameter(String, String) - class org.apache.catalina.core.StandardContext のメソッド
Add a new context initialization parameter.
addParameter(String, String) - class org.apache.catalina.core.DefaultContext のメソッド
Add a new context initialization parameter, replacing any existing value for the specified name.
addParameter(String, String[]) - interface org.apache.catalina.HttpRequest のメソッド
Add a parameter name and corresponding set of values to this Request.
addParameter(String, String[]) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Add a parameter name and corresponding set of values to this Request.
addParameter(String, String[]) - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
addPattern(String) - class org.apache.catalina.deploy.SecurityCollection のメソッド
Add a URL pattern to be part of this web resource collection.
addPermission(Permission) - class org.apache.catalina.loader.WebappClassLoader のメソッド
If there is a Java SecurityManager create a Permission.
addPermission(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path.
addPermission(URL) - class org.apache.catalina.loader.WebappClassLoader のメソッド
If there is a Java SecurityManager create a read FilePermission or JndiPermission for URL.
addPropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Store のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Loader のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Manager のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Realm のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Container のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Logger のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.core.ContainerBase のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.loader.WebappLoader のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.session.ManagerBase のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.session.StoreBase のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.startup.Embedded のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.realm.RealmBase のメソッド
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.logger.LoggerBase のメソッド
Add a property change listener to this component.
addRepository(String) - interface org.apache.catalina.Loader のメソッド
Add a new repository to the set of repositories for this class loader.
addRepository(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - class org.apache.catalina.loader.WebappLoader のメソッド
Add a new repository to the set of repositories for this class loader.
addRepository(String) - interface org.apache.catalina.loader.Reloader のメソッド
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Add a new repository to the set of repositories for this class loader.
addRepositoryInternal(String) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Add a repository to our internal array only.
addResource(ContextResource) - interface org.apache.catalina.Context のメソッド
Add a resource reference for this web application.
addResource(ContextResource) - class org.apache.catalina.core.StandardContext のメソッド
Add a resource reference for this web application.
addResource(ContextResource) - class org.apache.catalina.core.DefaultContext のメソッド
Add a resource reference for this web application.
addResourceEnvRef(String, String) - interface org.apache.catalina.Context のメソッド
Add a resource environment reference for this web application.
addResourceEnvRef(String, String) - class org.apache.catalina.core.StandardContext のメソッド
Add a resource environment reference for this web application.
addResourceEnvRef(String, String) - class org.apache.catalina.core.DefaultContext のメソッド
Add a resource environment reference for this web application.
addResourceParams(ResourceParams) - class org.apache.catalina.core.StandardContext のメソッド
Add resource parameters for this web application.
addResourceParams(ResourceParams) - class org.apache.catalina.core.DefaultContext のメソッド
Add resource parameters for this web application.
addRoleMapping(String, String) - interface org.apache.catalina.Context のメソッド
Add a security role reference for this web application.
addRoleMapping(String, String) - class org.apache.catalina.core.StandardContext のメソッド
Add a security role reference for this web application.
addRule(String, XmlAction) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
addSecurityReference(String, String) - interface org.apache.catalina.Wrapper のメソッド
Add a new security role reference record to the set of records for this servlet.
addSecurityReference(String, String) - class org.apache.catalina.core.StandardWrapper のメソッド
Add a new security role reference record to the set of records for this servlet.
addSecurityRole(String) - interface org.apache.catalina.Context のメソッド
Add a new security role for this web application.
addSecurityRole(String) - class org.apache.catalina.core.StandardContext のメソッド
Add a new security role for this web application.
addService(Service) - interface org.apache.catalina.Server のメソッド
Add a new Service to the set of defined Services.
addService(Service) - class org.apache.catalina.core.StandardServer のメソッド
Add a new Service to the set of defined Services.
addServletMapping(String, String) - interface org.apache.catalina.Context のメソッド
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletMapping(String, String) - class org.apache.catalina.core.StandardContext のメソッド
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addSessionListener(SessionListener) - interface org.apache.catalina.Session のメソッド
Add a session event listener to this component.
addTaglib(String, String) - interface org.apache.catalina.Context のメソッド
Add a JSP tag library for the specified URI.
addTaglib(String, String) - class org.apache.catalina.core.StandardContext のメソッド
Add a JSP tag library for the specified URI.
addToEnvironment(String, Object) - class org.apache.naming.NamingContext のメソッド
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - class org.apache.naming.SelectorContext のメソッド
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - class org.apache.naming.resources.BaseDirContext のメソッド
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - class org.apache.naming.resources.ProxyDirContext のメソッド
Adds a new environment property to the environment of this context.
addValve(Valve) - interface org.apache.catalina.Pipeline のメソッド
Add a new Valve to the end of the pipeline associated with this Container.
addValve(Valve) - class org.apache.catalina.core.ContainerBase のメソッド
Add a new Valve to the end of the pipeline associated with this Container.
addValve(Valve) - class org.apache.catalina.core.StandardPipeline のメソッド
Add a new Valve to the end of the pipeline associated with this Container.
addWelcomeFile(String) - interface org.apache.catalina.Context のメソッド
Add a new welcome file to the set recognized by this Context.
addWelcomeFile(String) - class org.apache.catalina.core.StandardContext のメソッド
Add a new welcome file to the set recognized by this Context.
addWrapperLifecycle(String) - interface org.apache.catalina.Context のメソッド
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperLifecycle(String) - class org.apache.catalina.core.StandardContext のメソッド
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperLifecycle(String) - class org.apache.catalina.core.DefaultContext のメソッド
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - interface org.apache.catalina.Context のメソッド
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - class org.apache.catalina.core.StandardContext のメソッド
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - class org.apache.catalina.core.DefaultContext のメソッド
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
adjustURLPattern(String) - class org.apache.catalina.core.StandardContext のメソッド
Adjust the URL pattern to begin with a leading slash, if appropriate (i.e. we are running a servlet 2.2 application).
advance() - class org.apache.catalina.util.StringParser のメソッド
Advance the current parsing position by one, if we are not already past the end of the string.
AFTER_DESTROY_EVENT - class org.apache.catalina.InstanceEvent の static 変数
The event indicating that the destroy() method has returned.
AFTER_DISPATCH_EVENT - class org.apache.catalina.InstanceEvent の static 変数
The event indicating that the service() method of a servlet accessed via a request dispatcher has returned.
AFTER_FILTER_EVENT - class org.apache.catalina.InstanceEvent の static 変数
The event indicating that the doFilter() method of a Filter has returned.
AFTER_INIT_EVENT - class org.apache.catalina.InstanceEvent の static 変数
The event indicating that the init() method has returned.
AFTER_SERVICE_EVENT - class org.apache.catalina.InstanceEvent の static 変数
The event indicating that the service() method has returned.
algorithm - class org.apache.catalina.session.ManagerBase の変数
The message digest algorithm to be used when generating session identifiers.
algorithm - class org.apache.catalina.authenticator.AuthenticatorBase の変数
The message digest algorithm to be used when generating session identifiers.
allocate() - interface org.apache.catalina.Wrapper のメソッド
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allocate() - class org.apache.catalina.core.StandardWrapper のメソッド
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allow - class org.apache.catalina.valves.RequestFilterValve の変数
The comma-delimited set of allow expressions.
allows - class org.apache.catalina.valves.RequestFilterValve の変数
The set of allow regular expressions we will evaluate.
ALTERNATE_CONTENT_LENGTH - class org.apache.naming.resources.ResourceAttributes の static 変数
Content length.
ALTERNATE_CREATION_DATE - class org.apache.naming.resources.ResourceAttributes の static 変数
Creation date.
ALTERNATE_LAST_MODIFIED - class org.apache.naming.resources.ResourceAttributes の static 変数
Last modification date.
ALTERNATE_TYPE - class org.apache.naming.resources.ResourceAttributes の static 変数
Type.
appCommitted - class org.apache.catalina.connector.ResponseBase の変数
Has this response been committed by the application yet?
appendParameters(HttpServletRequest, String) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Append the request parameters to the redirection string before calling sendRedirect.
ApplicationContext - class org.apache.catalina.core.ApplicationContext.
Standard implementation of ServletContext that represents a web application's execution environment.
ApplicationContext.PrivilegedGetRequestDispatcher - class org.apache.catalina.core.ApplicationContext.PrivilegedGetRequestDispatcher.
 
ApplicationContext.PrivilegedGetResource - class org.apache.catalina.core.ApplicationContext.PrivilegedGetResource.
 
ApplicationContext.PrivilegedGetResourcePaths - class org.apache.catalina.core.ApplicationContext.PrivilegedGetResourcePaths.
 
ApplicationContext.PrivilegedLogException - class org.apache.catalina.core.ApplicationContext.PrivilegedLogException.
 
ApplicationContext.PrivilegedLogMessage - class org.apache.catalina.core.ApplicationContext.PrivilegedLogMessage.
 
ApplicationContext.PrivilegedLogThrowable - class org.apache.catalina.core.ApplicationContext.PrivilegedLogThrowable.
 
applicationContext(int) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the application for a given ID.
ApplicationContext(String, StandardContext) - class org.apache.catalina.core.ApplicationContext のコンストラクタ
Construct a new instance of this class, associated with the specified Context instance.
ApplicationContextFacade - class org.apache.catalina.core.ApplicationContextFacade.
Facade object which masks the internal ApplicationContext object from the web application.
ApplicationContextFacade(ApplicationContext) - class org.apache.catalina.core.ApplicationContextFacade のコンストラクタ
Construct a new instance of this class, associated with the specified Context instance.
applicationId(Context) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the application ID for a given Context.
ApplicationParameter - class org.apache.catalina.deploy.ApplicationParameter.
Representation of a context initialization parameter that is configured in the server configuration file, rather than the application deployment descriptor.
ApplicationParameter() - class org.apache.catalina.deploy.ApplicationParameter のコンストラクタ
 
ApplicationWebXml - class org.apache.catalina.startup.Constants の static 変数
 
arguments(String[]) - class org.apache.catalina.startup.Catalina のメソッド
Process the specified command line arguments, and return true if we should continue processing; otherwise return false.
arguments(String[]) - class org.apache.catalina.startup.CatalinaService のメソッド
Process the specified command line arguments, and return true if we should continue processing; otherwise return false.
asctimeFormat - class org.apache.catalina.util.DateTool の static 変数
 
associate(String, Session) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Associate the specified single sign on identifier with the specified Session.
attributes - class org.apache.catalina.connector.RequestBase の変数
The attributes associated with this Request, keyed by attribute name.
attributes - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
attributes - class org.apache.naming.resources.ResourceAttributes の変数
External attributes.
attributes - class org.apache.naming.resources.DirContextURLConnection の変数
Attributes.
AUTH - class org.apache.naming.ResourceRef の static 変数
Auth address type.
authenticate(Connection, String, String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(DirContext, String, String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(HttpRequest, HttpResponse, LoginConfig) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Authenticate the user making this request, based on the specified login configuration.
authenticate(HttpRequest, HttpResponse, LoginConfig) - class org.apache.catalina.authenticator.FormAuthenticator のメソッド
Authenticate the user making this request, based on the specified login configuration.
authenticate(HttpRequest, HttpResponse, LoginConfig) - class org.apache.catalina.authenticator.BasicAuthenticator のメソッド
Authenticate the user making this request, based on the specified login configuration.
authenticate(HttpRequest, HttpResponse, LoginConfig) - class org.apache.catalina.authenticator.SSLAuthenticator のメソッド
Authenticate the user by checking for the existence of a certificate chain (which should have been made visible by an instance of CertificatesValveauthenticate(HttpRequest, HttpResponse, LoginConfig) - class org.apache.catalina.authenticator.DigestAuthenticator のメソッド
Authenticate the user making this request, based on the specified login configuration.
authenticate(HttpRequest, HttpResponse, LoginConfig) - class org.apache.catalina.authenticator.NonLoginAuthenticator のメソッド
Authenticate the user making this request, based on the specified login configuration.
authenticate(String, byte[]) - interface org.apache.catalina.Realm のメソッド
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, byte[]) - class org.apache.catalina.realm.RealmBase のメソッド
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - interface org.apache.catalina.Realm のメソッド
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - class org.apache.catalina.realm.RealmBase のメソッド
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - class org.apache.catalina.realm.MemoryRealm のメソッド
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - interface org.apache.catalina.Realm のメソッド
Return the Principal associated with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2069; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - class org.apache.catalina.realm.RealmBase のメソッド
Return the Principal associated with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2069; otherwise return null.
authenticate(X509Certificate[]) - interface org.apache.catalina.Realm のメソッド
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(X509Certificate[]) - class org.apache.catalina.realm.RealmBase のメソッド
Return the Principal associated with the specified chain of X509 client certificates.
Authenticator - interface org.apache.catalina.Authenticator.
An Authenticator is a component (usually a Valve or Container) that provides some sort of authentication service.
AuthenticatorBase - class org.apache.catalina.authenticator.AuthenticatorBase.
Basic implementation of the Valve interface that enforces the <security-constraint> elements in the web application deployment descriptor.
AuthenticatorBase() - class org.apache.catalina.authenticator.AuthenticatorBase のコンストラクタ
 
authorization - class org.apache.catalina.connector.RequestBase の変数
The authorization credentials sent with this Request.
authType - class org.apache.catalina.connector.HttpRequestBase の変数
The authentication type used for this request.
available - class org.apache.catalina.loader.WebappClassLoader の変数
The set of optional packages (formerly standard extensions) that are available in the repositories associated with this class loader.
available - class org.apache.catalina.loader.StandardClassLoader の変数
The set of optional packages (formerly standard extensions) that are available in the repositories associated with this class loader.
available() - class org.apache.catalina.connector.http.SocketInputStream のメソッド
Returns the number of bytes that can be read from this input stream without blocking.
await() - interface org.apache.catalina.Server のメソッド
Wait until a proper shutdown command is received, then return.
await() - class org.apache.catalina.core.StandardServer のメソッド
Wait until a proper shutdown command is received, then return.

B

base - class org.apache.naming.resources.FileDirContext の変数
The document base directory.
base - class org.apache.naming.resources.WARDirContext の変数
The WAR file.
Base64 - class org.apache.catalina.util.Base64.
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - class org.apache.catalina.util.Base64 のコンストラクタ
 
BaseDirContext - class org.apache.naming.resources.BaseDirContext.
Directory Context implementation helper class.
BaseDirContext() - class org.apache.naming.resources.BaseDirContext のコンストラクタ
Builds a base directory context.
BaseDirContext(Hashtable) - class org.apache.naming.resources.BaseDirContext のコンストラクタ
Builds a base directory context using the given environment.
basic - class org.apache.catalina.core.StandardPipeline の変数
The basic Valve (if any) associated with this Pipeline.
BASIC_METHOD - class org.apache.catalina.authenticator.Constants の static 変数
 
BasicAuthenticator - class org.apache.catalina.authenticator.BasicAuthenticator.
An Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication."
BasicAuthenticator() - class org.apache.catalina.authenticator.BasicAuthenticator のコンストラクタ
 
BeanFactory - class org.apache.naming.factory.BeanFactory.
Object factory for any Resource conforming to the JavaBean spec.
BeanFactory() - class org.apache.naming.factory.BeanFactory のコンストラクタ
 
BEFORE_DESTROY_EVENT - class org.apache.catalina.InstanceEvent の static 変数
The event indicating that the destroy method is about to be called for this instance.
BEFORE_DISPATCH_EVENT - class org.apache.catalina.InstanceEvent の static 変数
The event indicating that the service() method of a servlet accessed via a request dispatcher is about to be called.
BEFORE_FILTER_EVENT - class org.apache.catalina.InstanceEvent の static 変数
The event indicating that the doFilter() method of a Filter is about to be called.
BEFORE_INIT_EVENT - class org.apache.catalina.InstanceEvent の static 変数
The event indicating that the init() method is about to be called for this instance.
BEFORE_SERVICE_EVENT - class org.apache.catalina.InstanceEvent の static 変数
The event indicating that the service() method is about to be called on a servlet.
binaryContent - class org.apache.naming.resources.Resource の変数
Binary content.
bind(ClassLoader, DirContext) - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Binds a directory context to a class loader.
bind(DirContext) - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Binds a directory context to a class loader.
bind(Name, Object) - class org.apache.naming.NamingContext のメソッド
Binds a name to an object.
bind(Name, Object) - class org.apache.naming.SelectorContext のメソッド
Binds a name to an object.
bind(Name, Object) - class org.apache.naming.resources.BaseDirContext のメソッド
Binds a name to an object.
bind(Name, Object) - class org.apache.naming.resources.ProxyDirContext のメソッド
Binds a name to an object.
bind(Name, Object, Attributes) - class org.apache.naming.resources.BaseDirContext のメソッド
Binds a name to an object, along with associated attributes.
bind(Name, Object, Attributes) - class org.apache.naming.resources.ProxyDirContext のメソッド
Binds a name to an object, along with associated attributes.
bind(Name, Object, boolean) - class org.apache.naming.NamingContext のメソッド
Binds a name to an object.
bind(String, Object) - class org.apache.naming.NamingContext のメソッド
Binds a name to an object.
bind(String, Object) - class org.apache.naming.SelectorContext のメソッド
Binds a name to an object.
bind(String, Object) - class org.apache.naming.resources.BaseDirContext のメソッド
Binds a name to an object.
bind(String, Object) - class org.apache.naming.resources.ProxyDirContext のメソッド
Binds a name to an object.
bind(String, Object, Attributes) - class org.apache.naming.resources.BaseDirContext のメソッド
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - class org.apache.naming.resources.FileDirContext のメソッド
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - class org.apache.naming.resources.WARDirContext のメソッド
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - class org.apache.naming.resources.ProxyDirContext のメソッド
Binds a name to an object, along with associated attributes.
bindClassLoader(Object) - class org.apache.naming.ContextBindings の static メソッド
Binds a naming context to a class loader.
bindClassLoader(Object, Object) - class org.apache.naming.ContextBindings の static メソッド
Binds a naming context to a thread.
bindClassLoader(Object, Object, ClassLoader) - class org.apache.naming.ContextBindings の static メソッド
Binds a naming context to a thread.
bindContext(Object, Context) - class org.apache.naming.ContextBindings の static メソッド
Binds a context name.
bindContext(Object, Context, Object) - class org.apache.naming.ContextBindings の static メソッド
Binds a context name.
bindings - class org.apache.naming.NamingContext の変数
Bindings in this Context.
bindThread(DirContext) - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Binds a directory context to a thread.
bindThread(Object) - class org.apache.naming.ContextBindings の static メソッド
Binds a naming context to a thread.
bindThread(Object, Object) - class org.apache.naming.ContextBindings の static メソッド
Binds a naming context to a thread.
blanksToString(String, String) - class org.apache.catalina.util.ProcessEnvironment のメソッド
Converts blank strings to another string
blanksToString(String, String) - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Converts blank strings to another string
Bootstrap - class org.apache.catalina.startup.Bootstrap.
Boostrap loader for Catalina.
Bootstrap() - class org.apache.catalina.startup.Bootstrap のコンストラクタ
 
BootstrapService - class org.apache.catalina.startup.BootstrapService.
Special version of the Catalina bootstrap, designed to be invoked with JNI, and designed to allow easier wrapping by system level components, which would otherwise be confused by the asychronous startup and shutdown Catalina uses.
BootstrapService() - class org.apache.catalina.startup.BootstrapService のコンストラクタ
 
buf - class org.apache.catalina.connector.http.SocketInputStream の変数
Internal buffer.
buffer - class org.apache.catalina.connector.ResponseBase の変数
The buffer through which all of our output bytes are passed.
buffer - class org.apache.catalina.connector.warp.WarpPacket の変数
This packet's data buffer
buffer - class org.apache.catalina.util.XMLWriter の変数
Buffer.
BUFFER_SIZE - class org.apache.naming.resources.FileDirContext の static 変数
The descriptive information string for this implementation.
bufferCount - class org.apache.catalina.connector.ResponseBase の変数
The number of data bytes currently in the buffer.

C

cache - 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 - class org.apache.catalina.authenticator.AuthenticatorBase の変数
Should we cache authenticated Principals if the request is part of an HTTP session?
cache - class org.apache.naming.resources.ProxyDirContext の変数
Cache.
cached - class org.apache.naming.resources.BaseDirContext の変数
Cached.
cacheLoad(ProxyDirContext.CacheEntry) - class org.apache.naming.resources.ProxyDirContext のメソッド
Load entry into cache.
cacheLookup(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Lookup in cache.
cacheObjectMaxSize - class org.apache.naming.resources.BaseDirContext の変数
Max size of resources which will have their content cached.
cacheObjectMaxSize - class org.apache.naming.resources.ProxyDirContext の変数
Max size of resources which will have their content cached.
cacheTTL - class org.apache.naming.resources.BaseDirContext の変数
Cache TTL.
cacheTTL - class org.apache.naming.resources.ProxyDirContext の変数
Cache TTL.
cacheUnload(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Remove entry from cache.
cachingAllowed - class org.apache.catalina.core.StandardContext の変数
Caching allowed flag.
canonical - class org.apache.catalina.util.DOMWriter の変数
Canonical output.
caseSensitive - class org.apache.naming.resources.FileDirContext の変数
Case sensitivity.
Catalina - class org.apache.catalina.startup.Catalina.
Startup/Shutdown shell program for Catalina.
Catalina() - class org.apache.catalina.startup.Catalina のコンストラクタ
 
CatalinaManager - class org.apache.catalina.startup.CatalinaManager.
Implementation of the Catalina JMX MBean as a wrapper of the Catalina class.
CatalinaManager() - class org.apache.catalina.startup.CatalinaManager のコンストラクタ
 
CatalinaManagerMBean - interface org.apache.catalina.startup.CatalinaManagerMBean.
Catalina MBean interface.
CatalinaService - class org.apache.catalina.startup.CatalinaService.
Startup/Shutdown shell program for Catalina.
CatalinaService() - class org.apache.catalina.startup.CatalinaService のコンストラクタ
 
CERT_METHOD - class org.apache.catalina.authenticator.Constants の static 変数
 
certificates - class org.apache.catalina.valves.CertificatesValve の変数
Are certificates required for authentication by this web application?
CERTIFICATES_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we store the array of X509Certificate objects representing the certificate chain presented by our client, if any.
CertificatesValve - class org.apache.catalina.valves.CertificatesValve.
Implementation of a Valve that deals with SSL client certificates, as follows: If this request was not received on an SSL socket, simply pass it on unmodified. If this request was received on an SSL socket: If this web application is using client certificate authentication, and no certificate chain is present (because the underlying socket did not default to requiring it), force an SSL handshake to acquire the client certificate chain. If there is a client certificate chain present, expose it as a request attribute. Expose the cipher suite and key size used on this SSL socket as request attributes. The above tasks have been combined into a single Valve to minimize the amount of code that has to check for the existence of JSSE classes.
CertificatesValve() - class org.apache.catalina.valves.CertificatesValve のコンストラクタ
 
CGIProcessEnvironment - class org.apache.catalina.util.CGIProcessEnvironment.
Encapsulates the CGI Process' environment and rules to derive that environment from the servlet container and request information.
CGIProcessEnvironment(HttpServletRequest, ServletContext) - class org.apache.catalina.util.CGIProcessEnvironment のコンストラクタ
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIProcessEnvironment(HttpServletRequest, ServletContext, int) - class org.apache.catalina.util.CGIProcessEnvironment のコンストラクタ
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIProcessEnvironment(HttpServletRequest, ServletContext, String) - class org.apache.catalina.util.CGIProcessEnvironment のコンストラクタ
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIProcessEnvironment(HttpServletRequest, ServletContext, String, int) - class org.apache.catalina.util.CGIProcessEnvironment のコンストラクタ
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIServlet - class org.apache.catalina.servlets.CGIServlet.
CGI-invoking servlet for web applications, used to execute scripts which comply to the Common Gateway Interface (CGI) specification and are named in the path-info used to invoke this servlet.
CGIServlet.CGIEnvironment - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment.
Encapsulates the CGI environment and rules to derive that environment from the servlet container and request information.
CGIServlet.CGIEnvironment(CGIServlet, HttpServletRequest, ServletContext) - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のコンストラクタ
Creates a CGIEnvironment and derives the necessary environment, query parameters, working directory, cgi command, etc.
CGIServlet.CGIRunner - class org.apache.catalina.servlets.CGIServlet.CGIRunner.
Encapsulates the knowledge of how to run a CGI script, given the script's desired environment and (optionally) input/output streams Exposes a run method used to actually invoke the CGI.
CGIServlet.CGIRunner(CGIServlet, String, Hashtable, File, Hashtable) - class org.apache.catalina.servlets.CGIServlet.CGIRunner のコンストラクタ
Creates a CGIRunner and initializes its environment, working directory, and query parameters.
CGIServlet() - class org.apache.catalina.servlets.CGIServlet のコンストラクタ
 
characterEncoding - class org.apache.catalina.connector.RequestBase の変数
The character encoding for this Request.
characters(char[], int, int) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
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() - class org.apache.catalina.util.CharsetMapper のコンストラクタ
Construct a new CharsetMapper using the default properties resource.
CharsetMapper(String) - class org.apache.catalina.util.CharsetMapper のコンストラクタ
Construct a new CharsetMapper using the specified properties resource.
checkHead(HttpResponseImpl) - class org.apache.catalina.connector.http.HttpResponseStream のメソッド
 
checkIfHeaders(HttpServletRequest, HttpServletResponse, DefaultServlet.ResourceInfo) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Check if the conditions specified in the optional If headers are satisfied.
checkIfHeaders(HttpServletRequest, HttpServletResponse, DefaultServlet.ResourceInfo) - class org.apache.catalina.servlets.WebdavServlet のメソッド
Check if the conditions specified in the optional If headers are satisfied.
checkInterval - class org.apache.catalina.session.StoreBase の変数
The interval (in seconds) between checks for expired sessions.
checkSecurityToken(Object, Object) - class org.apache.naming.ContextAccessController の static メソッド
Check a submitted security token.
checkUserData(HttpRequest, HttpResponse, SecurityConstraint) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Enforce any user data constraint required by the security constraint guarding this request URI.
checkWritable() - class org.apache.naming.NamingContext のメソッド
Throws a naming exception is Context is not writable.
children - class org.apache.catalina.core.ContainerBase の変数
The child Containers belonging to this Container, keyed by name.
children - class org.apache.naming.resources.WARDirContext.Entry の変数
 
chunk - class org.apache.catalina.connector.http.HttpRequestStream の変数
Use chunking ?
chunkBuffer - class org.apache.catalina.connector.http.HttpRequestStream の変数
Chunk buffer.
chunkLength - class org.apache.catalina.connector.http.HttpRequestStream の変数
Chunk length.
chunkPos - class org.apache.catalina.connector.http.HttpRequestStream の変数
Chunk buffer position.
CIPHER_SUITE_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we store the name of the cipher suite being used on an SSL connection (as an object of type java.lang.String).
ciphers - class org.apache.catalina.valves.CertificatesValve の static 変数
A mapping table to determine the number of effective bits in the key when using a cipher suite containing the specified cipher name.
CLASS_LOADER_ATTR - class org.apache.catalina.Globals の static 変数
The servlet context attribute under which we store the class loader used for loading servlets (as an object of type java.lang.ClassLoader).
CLASS_PATH_ATTR - class org.apache.catalina.Globals の static 変数
The servlet context attribute under which we store the class path for our application class loader (as an object of type String), delimited with the appropriate path delimiter for this platform.
classCache - class org.apache.catalina.loader.StandardClassLoader の変数
The cache of ClassCacheEntries for classes we have loaded locally, keyed by class name.
ClassLoaderFactory - class org.apache.catalina.startup.ClassLoaderFactory.
Utility class for building class loaders for Catalina.
ClassLoaderFactory() - class org.apache.catalina.startup.ClassLoaderFactory のコンストラクタ
 
cleanup(SaxContext) - class org.apache.catalina.util.xml.XmlAction のメソッド
 
clear() - interface org.apache.catalina.Store のメソッド
Remove all Sessions from this Store.
clear() - class org.apache.catalina.util.ResourceSet のメソッド
Remove all of the elements from this set.
clear() - class org.apache.catalina.util.ParameterMap のメソッド
Remove all mappings from this map.
clear() - class org.apache.catalina.session.FileStore のメソッド
Remove all of the Sessions in this Store.
clear() - class org.apache.catalina.session.JDBCStore のメソッド
Remove all of the Sessions in this Store.
clearAttributes() - class org.apache.catalina.core.ApplicationContext のメソッド
Clear all application-created attributes.
clearCookies() - interface org.apache.catalina.HttpRequest のメソッド
Clear the collection of Cookies associated with this Request.
clearCookies() - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Clear the collection of Cookies associated with this Request.
clearCookies() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Clear the collection of Cookies associated with this Request.
clearHeaders() - interface org.apache.catalina.HttpRequest のメソッド
Clear the collection of Headers associated with this Request.
clearHeaders() - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Clear the collection of Headers associated with this Request.
clearHeaders() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Clear the collection of Headers associated with this Request.
clearLocales() - interface org.apache.catalina.HttpRequest のメソッド
Clear the collection of Locales associated with this Request.
clearLocales() - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Clear the collection of Locales associated with this Request.
clearLocales() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Clear the collection of Locales associated with this Request.
clearParameters() - interface org.apache.catalina.HttpRequest のメソッド
Clear the collection of parameters associated with this Request.
clearParameters() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Clear the collection of parameters associated with this Request.
clearStore() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Clear all sessions from the Store.
clone() - class org.apache.naming.resources.ResourceAttributes のメソッド
Clone the attributes object (WARNING: fake cloning).
close() - class org.apache.catalina.connector.RequestStream のメソッド
Close this input stream.
close() - class org.apache.catalina.connector.ResponseStream のメソッド
Close this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
close() - class org.apache.catalina.connector.http.HttpRequestStream のメソッド
Close this input stream.
close() - class org.apache.catalina.connector.http.HttpResponseStream のメソッド
Close this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
close() - class org.apache.catalina.connector.http.SocketInputStream のメソッド
Close the input stream.
close() - class org.apache.catalina.connector.warp.WarpRequest.Stream のメソッド
 
close() - class org.apache.catalina.connector.warp.WarpResponse.Stream のメソッド
Flush this WarpResponse.Stream and close it.
close() - class org.apache.naming.NamingContext のメソッド
Closes this context.
close() - class org.apache.naming.SelectorContext のメソッド
Closes this context.
close() - class org.apache.naming.NamingContextBindingsEnumeration のメソッド
Closes this enumeration.
close() - class org.apache.naming.NamingContextEnumeration のメソッド
Closes this enumeration.
close() - class org.apache.naming.resources.RecyclableNamingEnumeration のメソッド
Closes this enumeration.
close() - class org.apache.naming.resources.BaseDirContext のメソッド
Closes this context.
close() - class org.apache.naming.resources.ProxyDirContext のメソッド
Closes this context.
close(Connection) - class org.apache.catalina.realm.JDBCRealm のメソッド
Close the specified database connection.
close(DirContext) - class org.apache.catalina.realm.JNDIRealm のメソッド
Close any open connection to the directory server for this Realm.
closed - class org.apache.catalina.connector.RequestStream の変数
Has this stream been closed?
closed - class org.apache.catalina.connector.ResponseStream の変数
Has this stream been closed?
CLOSING - class org.apache.catalina.util.XMLWriter の static 変数
Closing tag.
cluster - class org.apache.catalina.core.ContainerBase の変数
The cluster with which this Container is associated.
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.
ClusterMemberInfo - class org.apache.catalina.cluster.ClusterMemberInfo.
Class that represents a member in a Cluster, keeps information that can be used when implementing Classes thats utilizing a Cluster.
ClusterMemberInfo() - class org.apache.catalina.cluster.ClusterMemberInfo のコンストラクタ
 
ClusterReceiver - interface org.apache.catalina.cluster.ClusterReceiver.
This class is responsible for Receiving incoming packets in a Cluster.
ClusterSender - interface org.apache.catalina.cluster.ClusterSender.
This class is responsible for sending outgoing packets to a Cluster.
ClusterSessionBase - class org.apache.catalina.cluster.ClusterSessionBase.
This is an abstract implementation of ClusterSender and ClusterReceiver which provide basic functionallity shared by the two components.
ClusterSessionBase() - class org.apache.catalina.cluster.ClusterSessionBase のコンストラクタ
 
collection - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
collection - class org.apache.naming.resources.ResourceAttributes の変数
Collection flag.
collection - class org.apache.naming.resources.DirContextURLConnection の変数
Associated DirContext.
COLLECTION_TYPE - class org.apache.naming.resources.ResourceAttributes の static 変数
Collection type.
COMBINED_ALIAS - class org.apache.catalina.valves.Constants.AccessLog の static 変数
 
COMBINED_PATTERN - class org.apache.catalina.valves.Constants.AccessLog の static 変数
 
command - class org.apache.catalina.util.ProcessEnvironment の変数
command to be invoked
commit - class org.apache.catalina.connector.ResponseStream の変数
Should we commit the response when we are flushed?
committed - class org.apache.catalina.connector.ResponseBase の変数
Has this response been committed yet?
COMMON_ALIAS - class org.apache.catalina.valves.Constants.AccessLog の static 変数
 
COMMON_PATTERN - class org.apache.catalina.valves.Constants.AccessLog の static 変数
 
compareTo(Object) - class org.apache.naming.resources.WARDirContext.Entry のメソッド
 
composeName(Name, Name) - class org.apache.naming.NamingContext のメソッド
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - class org.apache.naming.SelectorContext のメソッド
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Composes the name of this context with a name relative to this context.
composeName(String, String) - class org.apache.naming.NamingContext のメソッド
Composes the name of this context with a name relative to this context.
composeName(String, String) - class org.apache.naming.SelectorContext のメソッド
Composes the name of this context with a name relative to this context.
composeName(String, String) - class org.apache.naming.resources.BaseDirContext のメソッド
Composes the name of this context with a name relative to this context.
composeName(String, String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Composes the name of this context with a name relative to this context.
CONFIDENTIAL_TRANSPORT - class org.apache.catalina.authenticator.Constants の static 変数
 
configFile - class org.apache.catalina.startup.Catalina の変数
Pathname to the server configuration file.
configFile() - class org.apache.catalina.startup.Catalina のメソッド
Return a File object representing our configuration file.
connect() - class org.apache.naming.resources.DirContextURLConnection のメソッド
Connect to the DirContext, and retrive the bound object, as well as its attributes.
connectionName - class org.apache.catalina.realm.JDBCRealm の変数
The connection username to use when trying to connect to the database.
connectionName - class org.apache.catalina.realm.JNDIRealm の変数
The connection username for the server we will contact.
connectionPassword - class org.apache.catalina.realm.JDBCRealm の変数
The connection URL to use when trying to connect to the database.
connectionPassword - class org.apache.catalina.realm.JNDIRealm の変数
The connection password for the server we will contact.
connectionURL - class org.apache.catalina.realm.JDBCRealm の変数
The connection URL to use when trying to connect to the database.
connectionURL - class org.apache.catalina.realm.JNDIRealm の変数
The connection URL for the server we will contact.
connector - class org.apache.catalina.connector.ResponseBase の変数
The Connector through which this Response is returned.
connector - class org.apache.catalina.connector.RequestBase の変数
The Connector through which this Request was received.
Connector - interface org.apache.catalina.Connector.
A Connector is a component responsible receiving requests from, and returning responses to, a client application.
connectors - class org.apache.catalina.startup.Embedded の変数
The set of Connectors that have been deployed in this server.
connString - class org.apache.catalina.session.JDBCStore の変数
Connection string to use when connecting to the DB.
Constants - class org.apache.catalina.connector.Constants.
Static constants for this package.
Constants - class org.apache.catalina.connector.http.Constants.
Static constants for this package.
Constants - class org.apache.catalina.connector.warp.Constants.
 
Constants - class org.apache.catalina.connector.http10.Constants.
Static constants for this package.
Constants - class org.apache.catalina.cluster.Constants.
Manifest constants for the org.apache.catalina.cluster package.
Constants - class org.apache.catalina.valves.Constants.
Manifest constants for the org.apache.catalina.valves package.
Constants - class org.apache.catalina.core.Constants.
 
Constants - class org.apache.catalina.loader.Constants.
 
Constants - class org.apache.catalina.session.Constants.
Manifest constants for the org.apache.catalina.session package.
Constants - class org.apache.catalina.startup.Constants.
String constants for the startup package.
Constants - class org.apache.catalina.realm.Constants.
Manifest constants for this Java package.
Constants - class org.apache.catalina.authenticator.Constants.
 
Constants - class org.apache.catalina.logger.Constants.
Manifest constants for the org.apache.catalina.logger package.
Constants - class org.apache.catalina.servlets.Constants.
 
Constants - class org.apache.naming.Constants.
Static constants for this package.
Constants - class org.apache.naming.resources.Constants.
Static constants for this package.
Constants - class org.apache.naming.factory.Constants.
Static constants for this package.
Constants.AccessLog - class org.apache.catalina.valves.Constants.AccessLog.
 
Constants.AccessLog() - class org.apache.catalina.valves.Constants.AccessLog のコンストラクタ
 
Constants() - class org.apache.catalina.connector.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.connector.http.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.connector.warp.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.connector.http10.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.cluster.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.valves.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.core.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.loader.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.session.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.startup.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.realm.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.authenticator.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.logger.Constants のコンストラクタ
 
Constants() - class org.apache.catalina.servlets.Constants のコンストラクタ
 
Constants() - class org.apache.naming.Constants のコンストラクタ
 
Constants() - class org.apache.naming.resources.Constants のコンストラクタ
 
Constants() - class org.apache.naming.factory.Constants のコンストラクタ
 
Contained - interface org.apache.catalina.Contained.
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
container - class org.apache.catalina.connector.http.HttpConnector の変数
The Container used for processing requests received by this Connector.
container - class org.apache.catalina.connector.http10.HttpConnector の変数
The Container used for processing requests received by this Connector.
container - class org.apache.catalina.valves.ValveBase の変数
The Container whose pipeline this Valve is a component of.
container - class org.apache.catalina.core.StandardPipeline の変数
The Container with which this Pipeline is associated.
container - class org.apache.catalina.session.ManagerBase の変数
The Container with which this Manager is associated.
container - class org.apache.catalina.realm.RealmBase の変数
The Container with which this Realm is associated.
container - class org.apache.catalina.logger.LoggerBase の変数
The Container with which this Logger has been associated.
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() - class org.apache.catalina.core.ContainerBase のコンストラクタ
 
ContainerEvent - class org.apache.catalina.ContainerEvent.
General event for notifying listeners of significant changes on a Container.
containerEvent(ContainerEvent) - interface org.apache.catalina.ContainerListener のメソッド
Acknowledge the occurrence of the specified event.
containerEvent(ContainerEvent) - class org.apache.catalina.core.FastEngineMapper のメソッド
Acknowledge the occurrence of the specified event.
ContainerEvent(Container, String, Object) - 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.
containsHeader(String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Has the specified header been set already in this response?
containsHeader(String) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
CONTENT_LANGUAGE - class org.apache.naming.resources.ResourceAttributes の static 変数
Content language.
CONTENT_LENGTH - class org.apache.naming.resources.ResourceAttributes の static 変数
Content length.
CONTENT_TYPE - class org.apache.naming.resources.ResourceAttributes の static 変数
MIME type of the content.
contentCount - class org.apache.catalina.connector.ResponseBase の変数
The actual number of bytes written to this Response.
contentLength - class org.apache.catalina.connector.ResponseBase の変数
The content length associated with this Response.
contentLength - class org.apache.catalina.connector.RequestBase の変数
The content length associated with this request.
contentLength - class org.apache.naming.resources.ResourceAttributes の変数
Content length.
contentType - class org.apache.catalina.connector.ResponseBase の変数
The content type associated with this Response.
contentType - class org.apache.catalina.connector.RequestBase の変数
The content type associated with this request.
context - class org.apache.catalina.connector.ResponseBase の変数
The Context within which this Response is being produced.
context - class org.apache.catalina.connector.RequestBase の変数
The Context within which this Request is being processed.
context - class org.apache.catalina.realm.JNDIRealm の変数
The directory context linking us to our directory server.
context - class org.apache.catalina.authenticator.AuthenticatorBase の変数
The Context to which this Valve is attached.
context - class org.apache.catalina.servlets.ManagerServlet の変数
The Context container associated with our web application.
context - class org.apache.naming.resources.DirContextURLStreamHandler の変数
Directory context.
context - class org.apache.naming.resources.DirContextURLConnection の変数
Directory context.
Context - interface org.apache.catalina.Context.
A Context is a Container that represents a servlet context, and therefore an individual web applicaiton, in the Catalina servlet engine.
CONTEXT - class org.apache.naming.NamingEntry の static 変数
 
CONTEXT - class org.apache.naming.resources.ProxyDirContext の static 変数
 
CONTEXT_PATH_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which the original context path is stored on an included dispatcher request.
ContextAccessController - class org.apache.naming.ContextAccessController.
Handles the access control on the JNDI contexts.
ContextAccessController() - 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() - 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() - class org.apache.catalina.startup.ContextConfig のコンストラクタ
 
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() - 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() - class org.apache.catalina.deploy.ContextEnvironment のコンストラクタ
 
contextFactory - class org.apache.catalina.realm.JNDIRealm の変数
The JNDI context factory used to acquire our InitialContext.
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() - class org.apache.catalina.deploy.ContextLocalEjb のコンストラクタ
 
contextName - class org.apache.naming.resources.ProxyDirContext の変数
Context name.
contextPath - class org.apache.catalina.connector.HttpRequestBase の変数
The context path for this request.
contextPath - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The contextPath for this request
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() - class org.apache.catalina.deploy.ContextResource のコンストラクタ
 
convert(byte[]) - class org.apache.catalina.util.HexUtils の static メソッド
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
convert(String) - class org.apache.catalina.util.HexUtils の static メソッド
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
convert(String) - class org.apache.catalina.util.MIME2Java の static メソッド
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
convert(String[]) - class org.apache.catalina.loader.StandardClassLoader の static メソッド
Convert an array of String to an array of URL and return it.
convert(String[], URLStreamHandlerFactory) - class org.apache.catalina.loader.StandardClassLoader の static メソッド
Convert an array of String to an array of URL and return it.
convert2Int(byte[]) - class org.apache.catalina.util.HexUtils の static メソッド
Convert 4 hex digits to an int, and return the number of converted bytes.
cookies - class org.apache.catalina.connector.HttpResponseBase の変数
The set of Cookies associated with this Response.
cookies - class org.apache.catalina.connector.HttpRequestBase の変数
The set of cookies associated with this Request.
CookieTools - class org.apache.catalina.util.CookieTools.
Cookie utils - generate cookie header, etc
CookieTools() - class org.apache.catalina.util.CookieTools のコンストラクタ
 
count - class org.apache.catalina.connector.RequestStream の変数
The number of bytes which have already been returned by this stream.
count - class org.apache.catalina.connector.ResponseStream の変数
The number of bytes which have already been written to this stream.
count - class org.apache.catalina.connector.http.SocketInputStream の変数
Last valid byte.
createClassLoader(File[], File[], ClassLoader) - class org.apache.catalina.startup.ClassLoaderFactory の static メソッド
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createConnector(InetAddress, int, boolean) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Create, configure, and return a new TCP/IP socket connector based on the specified properties.
createConnector(InetAddress, int, boolean) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Create, configure, and return a new TCP/IP socket connector based on the specified properties.
createConnector(InetAddress, int, boolean) - class org.apache.catalina.startup.Embedded のメソッド
Create, configure, and return a new TCP/IP socket connector based on the specified properties.
createContext(String, String) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
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.
createContext(String, String) - class org.apache.catalina.startup.EmbeddedManager のメソッド
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.
createContext(String, String) - 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.
createContextCommon(String, XmlMapper) - class org.apache.catalina.startup.Catalina のメソッド
Create the mapper rules for a Context which are common to both a Context and a DefaultContext, based on the specified prefix.
createEngine() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Create, configure, and return an Engine that will process all HTTP requests received from one of the associated Connectors, based on the specified properties.
createEngine() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Create, configure, and return an Engine that will process all HTTP requests received from one of the associated Connectors, based on the specified properties.
createEngine() - 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.
createHost(String, String) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
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.
createHost(String, String) - class org.apache.catalina.startup.EmbeddedManager のメソッド
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.
createHost(String, String) - 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.
createInputStream() - interface org.apache.catalina.Request のメソッド
Create and return a ServletInputStream to read the content associated with this Request.
createInputStream() - class org.apache.catalina.connector.RequestWrapper のメソッド
Create and return a ServletInputStream to read the content associated with this Request.
createInputStream() - class org.apache.catalina.connector.RequestBase のメソッド
Create and return a ServletInputStream to read the content associated with this Request.
createLoader(ClassLoader) - 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.
createOutputStream() - interface org.apache.catalina.Response のメソッド
Create and return a ServletOutputStream to write the content associated with this Response.
createOutputStream() - class org.apache.catalina.connector.ResponseBase のメソッド
Create and return a ServletOutputStream to write the content associated with this Response.
createOutputStream() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Create and return a ServletOutputStream to write the content associated with this Response.
createRequest() - interface org.apache.catalina.Connector のメソッド
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createRequest() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createRequest() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createRequest() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createResponse() - interface org.apache.catalina.Connector のメソッド
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createResponse() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createResponse() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createResponse() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createSession() - interface org.apache.catalina.Manager のメソッド
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession() - 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() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Return a new session object as long as the number of active sessions does not exceed maxActiveSessions.
createSession() - class org.apache.catalina.session.StandardManager のメソッド
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession() - class org.apache.catalina.session.DistributedManager のメソッド
Create a Session and replicate it in our Cluster
createSocket(int) - interface org.apache.catalina.net.ServerSocketFactory のメソッド
Returns a server socket which uses all network interfaces on the host, and is bound to a the specified port.
createSocket(int) - class org.apache.catalina.net.DefaultServerSocketFactory のメソッド
Returns a server socket which uses all network interfaces on the host, and is bound to a the specified port.
createSocket(int) - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
Return a server socket that uses all network interfaces on the host, and is bound to a specified port.
createSocket(int, int) - interface org.apache.catalina.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) - class org.apache.catalina.net.DefaultServerSocketFactory のメソッド
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) - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
Return a server socket that uses all network interfaces on the host, and is bound to a specified port, and uses the specified connection backlog.
createSocket(int, int, InetAddress) - interface org.apache.catalina.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, int, InetAddress) - class org.apache.catalina.net.DefaultServerSocketFactory のメソッド
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, int, InetAddress) - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
Return a server socket that uses the specified interface on the host, and is bound to a specified port, and uses the specified connection backlog.
createStartMapper() - class org.apache.catalina.startup.Catalina のメソッド
Create and configure the XmlMapper we will be using for startup.
createStartMapperContext(String, XmlMapper) - class org.apache.catalina.startup.Catalina のメソッド
Create the mapper rules for a Context, based on the specified prefix.
createStartMapperDefaultContext(String, XmlMapper) - class org.apache.catalina.startup.Catalina のメソッド
Create the mapper rules for a DefaultContext, based on the specified prefix.
createStopMapper() - class org.apache.catalina.startup.Catalina のメソッド
Create and configure the XmlMapper we will be using for shutdown.
createSubcontext(Name) - class org.apache.naming.NamingContext のメソッド
Creates and binds a new context.
createSubcontext(Name) - class org.apache.naming.SelectorContext のメソッド
Creates and binds a new context.
createSubcontext(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Creates and binds a new context.
createSubcontext(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Creates and binds a new context.
createSubcontext(Name, Attributes) - class org.apache.naming.resources.BaseDirContext のメソッド
Creates and binds a new context, along with associated attributes.
createSubcontext(Name, Attributes) - class org.apache.naming.resources.ProxyDirContext のメソッド
Creates and binds a new context, along with associated attributes.
createSubcontext(String) - class org.apache.naming.NamingContext のメソッド
Creates and binds a new context.
createSubcontext(String) - class org.apache.naming.SelectorContext のメソッド
Creates and binds a new context.
createSubcontext(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Creates and binds a new context.
createSubcontext(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Creates and binds a new context.
createSubcontext(String, Attributes) - class org.apache.naming.resources.BaseDirContext のメソッド
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - class org.apache.naming.resources.FileDirContext のメソッド
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - class org.apache.naming.resources.WARDirContext のメソッド
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - class org.apache.naming.resources.ProxyDirContext のメソッド
Creates and binds a new context, along with associated attributes.
createURLStreamHandler(String) - class org.apache.naming.resources.DirContextURLStreamHandlerFactory のメソッド
Creates a new URLStreamHandler instance with the specified protocol.
createWrapper() - 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() - 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 - class org.apache.naming.resources.ResourceAttributes の変数
Creation time.
CREATION_DATE - class org.apache.naming.resources.ResourceAttributes の static 変数
Creation date.
creationDate - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
creationDate - class org.apache.naming.resources.ResourceAttributes の変数
Creation date.
creationDateFormat - class org.apache.catalina.servlets.WebdavServlet の static 変数
Simple date format for the creation date ISO representation (partial).
credentials(Connection, String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Return a PreparedStatement configured to perform the SELECT required to retrieve user credentials for the specified username.
custom(Request, Response, ErrorPage) - class org.apache.catalina.valves.ErrorDispatcherValve のメソッド
Handle an HTTP status code or Java exception by forwarding control to the location included in the specified errorPage object.
CustomObjectInputStream - class org.apache.catalina.util.CustomObjectInputStream.
Custom subclass of ObjectInputStream that loads from the class loader for this web application.
CustomObjectInputStream(InputStream, ClassLoader) - class org.apache.catalina.util.CustomObjectInputStream のコンストラクタ
Construct a new instance of CustomObjectInputStream

D

DATA_SOURCE - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
DataSourceClassName - class org.apache.naming.factory.SendMailFactory の変数
 
date - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
date - class org.apache.naming.resources.DirContextURLConnection の変数
Date.
DateTool - class org.apache.catalina.util.DateTool.
Common place for date utils.
DateTool() - class org.apache.catalina.util.DateTool のコンストラクタ
 
dbConnection - class org.apache.catalina.realm.JDBCRealm の変数
The connection to the database.
deallocate(Servlet) - interface org.apache.catalina.Wrapper のメソッド
Return this previously allocated servlet to the pool of available instances.
deallocate(Servlet) - class org.apache.catalina.core.StandardWrapper のメソッド
Return this previously allocated servlet to the pool of available instances.
debug - class org.apache.catalina.util.ProcessEnvironment の変数
the debugging detail level for this instance.
debug - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The debug level for this component
debug - class org.apache.catalina.valves.ErrorDispatcherValve の変数
The debugging detail level for this component.
debug - class org.apache.catalina.valves.CertificatesValve の変数
The debugging detail level for this component.
debug - class org.apache.catalina.core.ContainerBase の変数
The debugging detail level for this component.
debug - class org.apache.catalina.core.StandardPipeline の変数
The debugging detail level for this component.
debug - class org.apache.catalina.loader.WebappClassLoader の変数
The debugging detail level of this component.
debug - class org.apache.catalina.loader.StandardClassLoader の変数
The debugging detail level of this component.
debug - class org.apache.catalina.session.ManagerBase の変数
The debugging detail level for this component.
debug - class org.apache.catalina.session.StoreBase の変数
The debugging detail level for this component.
debug - class org.apache.catalina.startup.Catalina の変数
Set the debugging detail level on our XmlMapper.
debug - class org.apache.catalina.startup.Embedded の変数
The debugging detail level for this component.
debug - class org.apache.catalina.realm.RealmBase の変数
The debugging detail level for this component.
debug - class org.apache.catalina.authenticator.SingleSignOn の変数
The debugging detail level for this component.
debug - class org.apache.catalina.authenticator.AuthenticatorBase の変数
The debugging detail level for this component.
debug - class org.apache.catalina.servlets.DefaultServlet の変数
The debugging detail level for this servlet.
debug - class org.apache.catalina.servlets.ManagerServlet の変数
The debugging detail level for this servlet.
debug - class org.apache.naming.resources.BaseDirContext の変数
The debugging detail level for this component.
DEBUG - interface org.apache.catalina.Logger の static 変数
 
DEBUG - class org.apache.catalina.connector.warp.Constants の static 変数
Compile-in debug flag.
debug(Exception) - class org.apache.catalina.connector.warp.WarpLogger のメソッド
If Constants.DEBUG was set true at compilation time, dump an exception stack trace to Standard Error.
debug(String) - class org.apache.catalina.connector.warp.WarpLogger のメソッド
If Constants.DEBUG was set true at compilation time, dump a debug message to Standard Error.
debug(String, Exception) - class org.apache.catalina.connector.warp.WarpLogger のメソッド
If Constants.DEBUG was set true at compilation time, dump a debug message and a related exception stack trace to Standard Error.
DEC - class org.apache.catalina.util.HexUtils の static 変数
 
decode(byte[]) - class org.apache.catalina.util.Base64 の static メソッド
Decodes Base64 data into octects
DEFAULT_ALGORITHM - class org.apache.catalina.session.ManagerBase の static 変数
The default message digest algorithm to use if we cannot use the requested one.
DEFAULT_ALGORITHM - class org.apache.catalina.authenticator.AuthenticatorBase の static 変数
The default message digest algorithm to use if we cannot use the requested one.
DEFAULT_CONNECTION_TIMEOUT - class org.apache.catalina.connector.http.Constants の static 変数
 
DEFAULT_CONNECTION_TIMEOUT - class org.apache.catalina.connector.http10.Constants の static 変数
 
DEFAULT_DRIVER_CLASS_NAME - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
DEFAULT_DRIVER_NAME - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
DEFAULT_EJB_FACTORY - class org.apache.naming.factory.Constants の static 変数
 
DEFAULT_FACTORY - class org.apache.naming.TransactionRef の static 変数
Default factory for this reference.
DEFAULT_FACTORY - class org.apache.naming.EjbRef の static 変数
Default factory for this reference.
DEFAULT_FACTORY - class org.apache.naming.ResourceRef の static 変数
Default factory for this reference.
DEFAULT_FACTORY - class org.apache.naming.ResourceEnvRef の static 変数
Default factory for this reference.
DEFAULT_NAMESPACE - class org.apache.catalina.servlets.WebdavServlet の static 変数
Default namespace.
DEFAULT_NAMESPACE - class org.apache.naming.resources.Constants の static 変数
 
DEFAULT_PASSWORD - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
DEFAULT_RESOURCE - class org.apache.catalina.util.CharsetMapper の static 変数
Default properties resource name.
DEFAULT_RESOURCE_ENV_FACTORY - class org.apache.naming.factory.Constants の static 変数
 
DEFAULT_RESOURCE_FACTORY - class org.apache.naming.factory.Constants の static 変数
 
DEFAULT_TRANSACTION_FACTORY - class org.apache.naming.factory.Constants の static 変数
 
DEFAULT_USER - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
DefaultContext - class org.apache.catalina.core.DefaultContext.
Used to store the default configuration a Host will use when creating a Context.
DefaultContext() - class org.apache.catalina.core.DefaultContext のコンストラクタ
Create the DefaultContext
defaultLocale - class org.apache.catalina.connector.RequestBase の static 変数
The default Locale if none are specified.
DefaultServerSocketFactory - class org.apache.catalina.net.DefaultServerSocketFactory.
Default server socket factory, which returns unadorned server sockts.
DefaultServerSocketFactory() - class org.apache.catalina.net.DefaultServerSocketFactory のコンストラクタ
 
DefaultServlet - class org.apache.catalina.servlets.DefaultServlet.
The default resource-serving servlet for most web applications, used to serve static resources such as HTML pages and images.
DefaultServlet.ResourceInfo - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo.
 
DefaultServlet.ResourceInfo(DefaultServlet, String, DirContext) - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo のコンストラクタ
Constructor.
DefaultServlet() - class org.apache.catalina.servlets.DefaultServlet のコンストラクタ
 
DefaultWebXml - class org.apache.catalina.startup.Constants の static 変数
 
delegate - class org.apache.catalina.loader.WebappClassLoader の変数
Should this class loader delegate to the parent class loader before searching its own repositories (i.e. the usual Java2 delegation model)?
delegate - class org.apache.catalina.loader.StandardClassLoader の変数
Should this class loader delegate to the parent class loader before searching its own repositories (i.e. the usual Java2 delegation model)?
denies - class org.apache.catalina.valves.RequestFilterValve の変数
The set of deny regular expressions we will evaluate.
deny - class org.apache.catalina.valves.RequestFilterValve の変数
The comma-delimited set of deny expressions.
deployer - class org.apache.catalina.servlets.ManagerServlet の変数
The Deployer container that contains our own web application's Context, along with the associated Contexts for web applications that we are managing.
Deployer - interface org.apache.catalina.Deployer.
A Deployer is a specialized Container into which web applications can be deployed and undeployed.
deriveProcessEnvironment(HttpServletRequest) - class org.apache.catalina.util.ProcessEnvironment のメソッド
Constructs the Process environment to be supplied to the invoked process.
deriveProcessEnvironment(HttpServletRequest) - class org.apache.catalina.util.CGIProcessEnvironment のメソッド
Constructs the CGI environment to be supplied to the invoked CGI script; relies heavliy on Servlet API methods and findCGI
DESCRIPTION - class org.apache.naming.ResourceRef の static 変数
Description address type.
DESCRIPTION - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
destroy() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Destroy servlet container (if any is running).
destroy() - interface org.apache.catalina.startup.CatalinaManagerMBean のメソッド
Destroy servlet container (if any is running).
destroy() - class org.apache.catalina.startup.CatalinaManager のメソッド
Destroy servlet container (if any is running).
destroy() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Destroy servlet container (if any is running).
destroy() - class org.apache.catalina.servlets.InvokerServlet のメソッド
Finalize this servlet.
destroy() - class org.apache.catalina.servlets.DefaultServlet のメソッド
Finalize this servlet.
destroy() - class org.apache.catalina.servlets.ManagerServlet のメソッド
Finalize this servlet.
destroy() - interface org.apache.naming.NamingServiceMBean のメソッド
Destroy servlet container (if any is running).
destroy() - class org.apache.naming.NamingService のメソッド
Destroy servlet container (if any is running).
destroySubcontext(Name) - class org.apache.naming.NamingContext のメソッド
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - class org.apache.naming.SelectorContext のメソッド
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - class org.apache.naming.NamingContext のメソッド
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - class org.apache.naming.SelectorContext のメソッド
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - class org.apache.naming.resources.FileDirContext のメソッド
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - class org.apache.naming.resources.WARDirContext のメソッド
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Destroys the named context and removes it from the namespace.
digest - class org.apache.catalina.session.ManagerBase の変数
Return the MessageDigest implementation to be used when creating session identifiers.
digest - class org.apache.catalina.realm.RealmBase の変数
Digest algorithm used in storing passwords in a non-plaintext format.
digest - class org.apache.catalina.authenticator.AuthenticatorBase の変数
Return the MessageDigest implementation to be used when creating session identifiers.
DIGEST_METHOD - class org.apache.catalina.authenticator.Constants の static 変数
 
digest(String) - class org.apache.catalina.realm.RealmBase のメソッド
Digest the password using the specified algorithm and convert the result to a corresponding hexadecimal string.
Digest(String, String) - class org.apache.catalina.realm.RealmBase の static メソッド
Digest password using the algorithm especificied and convert the result to a corresponding hex string.
DigestAuthenticator - class org.apache.catalina.authenticator.DigestAuthenticator.
An Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).
DigestAuthenticator() - class org.apache.catalina.authenticator.DigestAuthenticator のコンストラクタ
 
dirContext - class org.apache.naming.resources.ProxyDirContext の変数
Associated DirContext.
DirContextURLConnection - class org.apache.naming.resources.DirContextURLConnection.
Connection to a JNDI directory context.
DirContextURLConnection(DirContext, URL) - class org.apache.naming.resources.DirContextURLConnection のコンストラクタ
 
DirContextURLStreamHandler - class org.apache.naming.resources.DirContextURLStreamHandler.
Stream handler to a JNDI directory context.
DirContextURLStreamHandler() - class org.apache.naming.resources.DirContextURLStreamHandler のコンストラクタ
 
DirContextURLStreamHandler(DirContext) - class org.apache.naming.resources.DirContextURLStreamHandler のコンストラクタ
 
DirContextURLStreamHandlerFactory - class org.apache.naming.resources.DirContextURLStreamHandlerFactory.
Factory for Stream handlers to a JNDI directory context.
DirContextURLStreamHandlerFactory() - class org.apache.naming.resources.DirContextURLStreamHandlerFactory のコンストラクタ
 
directory - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
displaySize(StringBuffer, int) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Display the size of a file.
distributable - class org.apache.catalina.session.ManagerBase の変数
The distributable flag for Sessions created by this Manager.
DistributedManager - class org.apache.catalina.session.DistributedManager.
This manager is responsible for in memory replication of Sessions across a defined Cluster.
DistributedManager() - class org.apache.catalina.session.DistributedManager のコンストラクタ
 
docBase - class org.apache.naming.resources.BaseDirContext の変数
The document base path.
doCopy(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
COPY Method.
doDelete(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Process a POST request for the specified resource.
doDelete(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
DELETE Method.
doGet(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.CGIServlet のメソッド
Provides CGI Gateway service
doGet(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.InvokerServlet のメソッド
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.SsiInvokerServlet のメソッド
Process and forward the GET request to our requestHandler().
doGet(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.ManagerServlet のメソッド
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.HTMLManagerServlet のメソッド
Process a GET request for the specified resource.
doHead(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.InvokerServlet のメソッド
Process a HEAD request for the specified resource.
doHead(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Process a HEAD request for the specified resource.
doLock(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
LOCK Method.
doMkcol(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
MKCOL Method.
doMove(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
MOVE Method.
DOMWriter - class org.apache.catalina.util.DOMWriter.
A sample DOM writer.
DOMWriter(boolean) - class org.apache.catalina.util.DOMWriter のコンストラクタ
Default constructor.
DOMWriter(String, boolean) - class org.apache.catalina.util.DOMWriter のコンストラクタ
 
DOMWriter(Writer, boolean) - class org.apache.catalina.util.DOMWriter のコンストラクタ
 
doOptions(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
OPTIONS Method.
doPost(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.CGIServlet のメソッド
Provides CGI Gateway service -- delegates to doGet
doPost(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.InvokerServlet のメソッド
Process a POST request for the specified resource.
doPost(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.SsiInvokerServlet のメソッド
Process and forward the POST request to our requestHandler().
doPost(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Process a POST request for the specified resource.
doPropfind(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
PROPFIND Method.
doProppatch(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
PROPPATCH Method.
doPut(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Process a POST request for the specified resource.
doPut(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
Process a POST request for the specified resource.
doUnlock(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
UNLOCK Method.
driver - class org.apache.catalina.realm.JDBCRealm の変数
Instance of the JDBC Driver class we use as a connection factory.
DRIVER_CLASS_NAME - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
DRIVER_NAME - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
driverName - class org.apache.catalina.session.JDBCStore の変数
Driver to use.
driverName - class org.apache.catalina.realm.JDBCRealm の変数
The JDBC driver to use.
dump() - class org.apache.catalina.connector.warp.WarpPacket のメソッド
 

E

EjbFactory - class org.apache.naming.factory.EjbFactory.
Object factory for EJBs.
EjbFactory() - class org.apache.naming.factory.EjbFactory のコンストラクタ
 
EjbRef - class org.apache.naming.EjbRef.
Represents a reference address to an EJB.
EjbRef(String, String, String, String) - class org.apache.naming.EjbRef のコンストラクタ
EJB Reference.
EjbRef(String, String, String, String, String, String) - class org.apache.naming.EjbRef のコンストラクタ
EJB Reference.
Embedded - class org.apache.catalina.startup.Embedded.
Convenience class to embed a Catalina servlet container environment inside another application.
Embedded() - class org.apache.catalina.startup.Embedded のコンストラクタ
Construct a new instance of this class with default properties.
Embedded(Logger, Realm) - class org.apache.catalina.startup.Embedded のコンストラクタ
Construct a new instance of this class with specified properties.
EmbeddedManager - class org.apache.catalina.startup.EmbeddedManager.
Implementation of the Catalina JMX MBean as a wrapper of the Catalina class.
EmbeddedManager() - class org.apache.catalina.startup.EmbeddedManager のコンストラクタ
 
EmbeddedManagerMBean - interface org.apache.catalina.startup.EmbeddedManagerMBean.
Embedded MBean interface.
empty - class org.apache.catalina.connector.HttpRequestBase の static 変数
An empty collection to use for returning empty Enumerations.
encode(byte[]) - class org.apache.catalina.util.MD5Encoder のメソッド
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
encode(byte[]) - class org.apache.catalina.util.Base64 の static メソッド
Encodes hex octects into Base64.
encodeCookie(Cookie) - class org.apache.catalina.util.RequestUtil の static メソッド
Encode a cookie as per RFC 2109.
encodeRedirectUrl(String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
推奨されていません。 As of Version 2.1 of the Java Servlet API, use encodeRedirectURL() instead.
encodeRedirectUrl(String) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
encodeRedirectURL(String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Encode the session identifier associated with this response into the specified redirect URL, if necessary.
encodeRedirectURL(String) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
encodeUrl(String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
推奨されていません。 As of Version 2.1 of the Java Servlet API, use encodeURL() instead.
encodeUrl(String) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
encodeURL(String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Encode the session identifier associated with this response into the specified URL, if necessary.
encodeURL(String) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
encoding - class org.apache.catalina.connector.ResponseBase の変数
The character encoding associated with this Response.
end(SaxContext) - class org.apache.catalina.util.xml.XmlAction のメソッド
 
endChunk - class org.apache.catalina.connector.http.HttpRequestStream の変数
True if the final chunk was found.
endDocument() - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
endElement(String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
Engine - interface org.apache.catalina.Engine.
An Engine is a Container that represents the entire Catalina servlet engine.
engineBase() - class org.apache.catalina.core.StandardContext のメソッド
Return a File object representing the base directory for the entire servlet container (i.e. the Engine container if present).
EngineConfig - class org.apache.catalina.startup.EngineConfig.
Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.
EngineConfig() - class org.apache.catalina.startup.EngineConfig のコンストラクタ
 
engines - class org.apache.catalina.startup.Embedded の変数
The set of Engines that have been deployed in this server.
entries - class org.apache.naming.resources.RecyclableNamingEnumeration の変数
Entries.
entries - class org.apache.naming.resources.WARDirContext の変数
WAR entries.
entropy - class org.apache.catalina.session.ManagerBase の変数
A String initialization parameter used to increase the entropy of the initialization of our random number generator.
entropy - class org.apache.catalina.authenticator.AuthenticatorBase の変数
A String initialization parameter used to increase the entropy of the initialization of our random number generator.
entry - class org.apache.naming.resources.WARDirContext.Entry の変数
 
entry - class org.apache.naming.resources.WARDirContext.WARResource の変数
 
ENTRY - class org.apache.naming.NamingEntry の static 変数
 
enum - class org.apache.naming.NamingContextBindingsEnumeration の変数
Underlying enumeration.
enum - class org.apache.naming.NamingContextEnumeration の変数
Underlying enumeration.
enum - class org.apache.naming.resources.RecyclableNamingEnumeration の変数
Underlying enumeration.
Enumerator - class org.apache.catalina.util.Enumerator.
Adapter class that wraps an Enumeration around a Java2 collection classes object Iterator so that existing APIs returning Enumerations can easily run on top of the new collections.
Enumerator(Collection) - class org.apache.catalina.util.Enumerator のコンストラクタ
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator) - class org.apache.catalina.util.Enumerator のコンストラクタ
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map) - class org.apache.catalina.util.Enumerator のコンストラクタ
Return an Enumeration over the values of the specified Map.
env - class org.apache.catalina.util.ProcessEnvironment の変数
derived process environment
env - class org.apache.naming.NamingContext の変数
Environment.
env - class org.apache.naming.SelectorContext の変数
Environment.
env - class org.apache.naming.resources.BaseDirContext の変数
Environment.
env - class org.apache.naming.resources.ProxyDirContext の変数
Environment.
equals(Object) - class org.apache.catalina.util.URL のメソッド
Compare two URLs for equality.
equals(Object) - class org.apache.naming.NamingEntry のメソッド
 
error - class org.apache.catalina.connector.ResponseBase の変数
Error flag.
ERROR - interface org.apache.catalina.Logger の static 変数
 
ERROR_MESSAGE_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we forward an HTTP status message (as an object of type STring) to an error page.
error(SAXParseException) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
ErrorDispatcherValve - class org.apache.catalina.valves.ErrorDispatcherValve.
Implementation of a Valve that handles the error dispatch (that is, will forward to the appropriate error page if necessary). This Valve should be attached at the Host level, although it will work if attached to a Context. WARNING: This valve is necessary for Servlet API compliance.
ErrorDispatcherValve() - class org.apache.catalina.valves.ErrorDispatcherValve のコンストラクタ
 
ErrorPage - class org.apache.catalina.deploy.ErrorPage.
Representation of an error page element for a web application, as represented in a <error-page> element in the deployment descriptor.
ErrorPage() - class org.apache.catalina.deploy.ErrorPage のコンストラクタ
 
ErrorReportValve - class org.apache.catalina.valves.ErrorReportValve.
Implementation of a Valve that outputs HTML error pages. This Valve should be attached at the Host level, although it will work if attached to a Context. HTML code from the Cocoon 2 project.
ErrorReportValve() - class org.apache.catalina.valves.ErrorReportValve のコンストラクタ
 
ETAG - class org.apache.naming.resources.ResourceAttributes の static 変数
ETag.
EXCEPTION_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we forward a Java exception (as an object of type Throwable) to an error page.
EXCEPTION_PAGE_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we forward the request URI (as an object of type String) of the page on which an error occurred.
EXCEPTION_TYPE_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we forward a Java exception type (as an object of type Class) to an error page.
execute() - class org.apache.catalina.startup.Catalina のメソッド
Execute the processing that has been configured from the command line.
execute() - class org.apache.catalina.startup.CatalinaService のメソッド
Execute the processing that has been configured from the command line.
exists - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
exists() - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo のメソッド
Test if the associated resource exists.
expand(InputStream, File, String) - class org.apache.catalina.core.StandardHost のメソッド
Expand the specified input stream into the specified directory, creating a file named from the specified relative path.
expand(URL) - class org.apache.catalina.core.StandardHost のメソッド
Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expire() - interface org.apache.catalina.Session のメソッド
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expose(Request, Request) - class org.apache.catalina.valves.CertificatesValve のメソッド
Expose the certificate chain for this request, if there is one.
Extension - class org.apache.catalina.loader.Extension.
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
Extension() - class org.apache.catalina.loader.Extension のコンストラクタ
 
extract(int) - class org.apache.catalina.util.StringParser のメソッド
Extract and return a substring that starts at the specified position, and extends to the end of the string being parsed.
extract(int, int) - class org.apache.catalina.util.StringParser のメソッド
Extract and return a substring that starts at the specified position, and ends at the character before the specified position.

F

facade - class org.apache.catalina.connector.ResponseBase の変数
The facade associated with this response.
facade - class org.apache.catalina.connector.HttpResponseBase の変数
The facade associated with this response.
facade - class org.apache.catalina.connector.RequestBase の変数
The facade associated with this request.
facade - class org.apache.catalina.connector.HttpRequestBase の変数
The facade associated with this request.
factory - class org.apache.catalina.loader.StandardClassLoader の変数
URL stream handler for additional protocols.
FACTORY - class org.apache.naming.factory.Constants の static 変数
 
factoryType - class org.apache.naming.factory.MailSessionFactory の static 変数
The Java type for which this factory knows how to create objects.
FastDateFormat - class org.apache.catalina.util.FastDateFormat.
Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastDateFormat(DateFormat) - class org.apache.catalina.util.FastDateFormat のコンストラクタ
 
FastEngineMapper - class org.apache.catalina.core.FastEngineMapper.
Implementation of Mapper for an Engine, designed to process HTTP requests.
FastEngineMapper() - class org.apache.catalina.core.FastEngineMapper のコンストラクタ
 
FATAL - interface org.apache.catalina.Logger の static 変数
Verbosity level constants for log messages that may be filtered by the underlying logger.
file - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
file - class org.apache.naming.resources.FileDirContext.FileResource の変数
Associated file object.
file - class org.apache.naming.resources.FileDirContext.FileResourceAttributes の変数
 
file(String) - class org.apache.naming.resources.FileDirContext のメソッド
Return a File object representing the specified normalized context-relative path if it exists and is readable.
FileDirContext - class org.apache.naming.resources.FileDirContext.
Filesystem Directory Context implementation helper class.
FileDirContext.FileResource - class org.apache.naming.resources.FileDirContext.FileResource.
This specialized resource implementation avoids opening the IputStream to the file right away (which would put a lock on the file).
FileDirContext.FileResource(FileDirContext, File) - class org.apache.naming.resources.FileDirContext.FileResource のコンストラクタ
 
FileDirContext.FileResourceAttributes - class org.apache.naming.resources.FileDirContext.FileResourceAttributes.
This specialized resource attribute implementation does some lazy reading (to speed up simple checks, like checking the last modified date).
FileDirContext.FileResourceAttributes(FileDirContext, File) - class org.apache.naming.resources.FileDirContext.FileResourceAttributes のコンストラクタ
 
FileDirContext() - class org.apache.naming.resources.FileDirContext のコンストラクタ
Builds a file directory context using the given environment.
FileDirContext(Hashtable) - class org.apache.naming.resources.FileDirContext のコンストラクタ
Builds a file directory context using the given environment.
FileLogger - class org.apache.catalina.logger.FileLogger.
Implementation of Logger that appends log messages to a file named {prefix}.{date}.{suffix} in a configured directory, with an optional preceding timestamp.
FileLogger() - class org.apache.catalina.logger.FileLogger のコンストラクタ
 
files - class org.apache.catalina.loader.WebappClassLoader の変数
Repositories translated as path in the work directory (for Jasper originally), but which is used to generate fake URLs should getURLs be called.
FileStore - class org.apache.catalina.session.FileStore.
Concrete implementation of the Store interface that utilizes a file per saved Session in a configured directory.
FileStore() - class org.apache.catalina.session.FileStore のコンストラクタ
 
fill() - class org.apache.catalina.connector.http.SocketInputStream のメソッド
Fill the internal buffer using data from the undelying input stream.
filter(String) - class org.apache.catalina.util.RequestUtil の static メソッド
Filter the specified message string for characters that are sensitive in HTML.
FilterDef - class org.apache.catalina.deploy.FilterDef.
Representation of a filter definition for a web application, as represented in a <filter> element in the deployment descriptor.
FilterDef() - class org.apache.catalina.deploy.FilterDef のコンストラクタ
 
FilterMap - class org.apache.catalina.deploy.FilterMap.
Representation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor.
FilterMap() - class org.apache.catalina.deploy.FilterMap のコンストラクタ
 
filterStart() - class org.apache.catalina.core.StandardContext のメソッド
Configure and initialize the set of filters for this Context.
filterStop() - class org.apache.catalina.core.StandardContext のメソッド
Finalize and release the set of filters for this Context.
findAliases() - interface org.apache.catalina.Host のメソッド
Return the set of alias names for this Host.
findAliases() - class org.apache.catalina.core.StandardHost のメソッド
Return the set of alias names for this Host.
findApplicationListeners() - interface org.apache.catalina.Context のメソッド
Return the set of application listener class names configured for this application.
findApplicationListeners() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of application listener class names configured for this application.
findApplicationListeners() - class org.apache.catalina.core.DefaultContext のメソッド
Return the set of application listener class names configured for this application.
findApplicationParameters() - interface org.apache.catalina.Context のメソッド
Return the set of application parameters for this application.
findApplicationParameters() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of application parameters for this application.
findApplicationParameters() - class org.apache.catalina.core.DefaultContext のメソッド
Return the set of application parameters for this application.
findAuthRole(String) - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Return true if the specified role is permitted access to the resources protected by this security constraint.
findAuthRoles() - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Return the set of roles that are permitted access to the resources protected by this security constraint.
findAvailable() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Return a list of "optional packages" (formerly "standard extensions") that have been declared to be available in the repositories associated with this class loader, plus any parent class loader implemented with the same class.
findAvailable() - class org.apache.catalina.loader.StandardClassLoader のメソッド
Return a list of "optional packages" (formerly "standard extensions") that have been declared to be available in the repositories associated with this class loader, plus any parent class loader implemented with the same class.
findCGI(String, String, String, String, String) - class org.apache.catalina.util.CGIProcessEnvironment のメソッド
Resolves core information about the cgi script.
findCGI(String, String, String, String, String) - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Resolves core information about the cgi script.
findChar(char) - class org.apache.catalina.util.StringParser のメソッド
Return the index of the next occurrence of the specified character, or the index of the character after the last position of the string if no more occurrences of this character are found.
findChild(String) - interface org.apache.catalina.Container のメソッド
Return the child Container, associated with this Container, with the specified name (if any); otherwise, return null
findChild(String) - class org.apache.catalina.core.ContainerBase のメソッド
Return the child Container, associated with this Container, with the specified name (if any); otherwise, return null
findChildren() - interface org.apache.catalina.Container のメソッド
Return the set of children Containers associated with this Container.
findChildren() - class org.apache.catalina.core.ContainerBase のメソッド
Return the set of children Containers associated with this Container.
findClass(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Find the specified class in our local repositories, if possible.
findClass(String) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Find the specified class in our local repositories, if possible.
findClassInternal(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Find specified class in local repositories.
findCollection(String) - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Return the web resource collection for the specified name, if any; otherwise, return null.
findCollections() - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Return all of the web resource collections protected by this security constraint.
findConnectors() - interface org.apache.catalina.Service のメソッド
Find and return the set of Connectors associated with this Service.
findConnectors() - class org.apache.catalina.core.StandardService のメソッド
Find and return the set of Connectors associated with this Service.
findConstraint(HttpRequest) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the SecurityConstraint configured to guard the request URI for this request, or null if there is no such constraint.
findConstraints() - interface org.apache.catalina.Context のメソッド
Return the set of security constraints for this web application.
findConstraints() - class org.apache.catalina.core.StandardContext のメソッド
Return the security constraints for this web application.
findDeployedApp(String) - interface org.apache.catalina.Deployer のメソッド
Return the Context for the deployed application that is associated with the specified context path (if any); otherwise return null.
findDeployedApp(String) - class org.apache.catalina.core.StandardHost のメソッド
Return the Context for the deployed application that is associated with the specified context path (if any); otherwise return null.
findDeployedApps() - interface org.apache.catalina.Deployer のメソッド
Return the context paths of all deployed web applications in this Container.
findDeployedApps() - class org.apache.catalina.core.StandardHost のメソッド
Return the context paths of all deployed web applications in this Container.
findEjb(String) - interface org.apache.catalina.Context のメソッド
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjb(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjb(String) - class org.apache.catalina.core.DefaultContext のメソッド
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjbs() - interface org.apache.catalina.Context のメソッド
Return the defined EJB resource references for this application.
findEjbs() - class org.apache.catalina.core.StandardContext のメソッド
Return the defined EJB resource references for this application.
findEjbs() - class org.apache.catalina.core.DefaultContext のメソッド
Return the defined EJB resource references for this application.
findEnvironment(String) - interface org.apache.catalina.Context のメソッド
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironment(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironment(String) - class org.apache.catalina.core.DefaultContext のメソッド
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironments() - interface org.apache.catalina.Context のメソッド
Return the set of defined environment entries for this web application.
findEnvironments() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of defined environment entries for this web application.
findEnvironments() - class org.apache.catalina.core.DefaultContext のメソッド
Return the set of defined environment entries for this web application.
findErrorPage(Context, Throwable) - class org.apache.catalina.valves.ErrorDispatcherValve の static メソッド
Find and return the ErrorPage instance for the specified exception's class, or an ErrorPage instance for the closest superclass for which there is such a definition.
findErrorPage(int) - interface org.apache.catalina.Context のメソッド
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(int) - class org.apache.catalina.core.StandardContext のメソッド
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(String) - interface org.apache.catalina.Context のメソッド
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPage(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPages() - interface org.apache.catalina.Context のメソッド
Return the set of defined error pages for all specified error codes and exception types.
findErrorPages() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of defined error pages for all specified error codes and exception types.
findFilterConfig(String) - class org.apache.catalina.core.StandardContext のメソッド
Find and return the initialized FilterConfig for the specified filter name, if any; otherwise return null.
findFilterDef(String) - interface org.apache.catalina.Context のメソッド
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDef(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDefs() - interface org.apache.catalina.Context のメソッド
Return the set of defined filters for this Context.
findFilterDefs() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of defined filters for this Context.
findFilterMaps() - interface org.apache.catalina.Context のメソッド
Return the set of filter mappings for this Context.
findFilterMaps() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of filter mappings for this Context.
findInitParameter(String) - interface org.apache.catalina.Wrapper のメソッド
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameter(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameters() - interface org.apache.catalina.Wrapper のメソッド
Return the names of all defined initialization parameters for this servlet.
findInitParameters() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the names of all defined initialization parameters for this servlet.
findInstanceListeners() - interface org.apache.catalina.Context のメソッド
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findInstanceListeners() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findInstanceListeners() - class org.apache.catalina.core.DefaultContext のメソッド
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findLifecycleListeners() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Get the lifecycle listeners associated with this lifecycle.
findLoadedClass0(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Finds the class with the given name if it has previously been loaded and cached by this class loader, and return the Class object.
findLoadedResource(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Finds the resource with the given name if it has previously been loaded and cached by this class loader, and return an input stream to the resource data.
findLoadedResource(String) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Finds the resource with the given name if it has previously been loaded and cached by this class loader, and return an input stream to the resource data.
findLocalEjb(String) - interface org.apache.catalina.Context のメソッド
Return the local EJB resource reference with the specified name, if any; otherwise, return null.
findLocalEjb(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the local EJB resource reference with the specified name, if any; otherwise, return null.
findLocalEjbs() - interface org.apache.catalina.Context のメソッド
Return the defined local EJB resource references for this application.
findLocalEjbs() - class org.apache.catalina.core.StandardContext のメソッド
Return the defined local EJB resource references for this application.
findMapper(String) - interface org.apache.catalina.Container のメソッド
Return the Mapper associated with the specified protocol, if there is one.
findMapper(String) - class org.apache.catalina.core.ContainerBase のメソッド
Return the Mapper associated with the specified protocol, if there is one.
findMappers() - interface org.apache.catalina.Container のメソッド
Return the set of Mappers associated with this Container.
findMappers() - class org.apache.catalina.core.ContainerBase のメソッド
Return the set of Mappers associated with this Container.
findMethod(String) - class org.apache.catalina.deploy.SecurityCollection のメソッド
Return true if the specified HTTP request method is part of this web resource collection.
findMethods() - class org.apache.catalina.deploy.SecurityCollection のメソッド
Return the set of HTTP request methods that are part of this web resource collection, or a zero-length array if all request methods are included.
findMimeMapping(String) - interface org.apache.catalina.Context のメソッド
Return the MIME type to which the specified extension is mapped, if any; otherwise return null.
findMimeMapping(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the MIME type to which the specified extension is mapped, if any; otherwise return null.
findMimeMappings() - interface org.apache.catalina.Context のメソッド
Return the extensions for which MIME mappings are defined.
findMimeMappings() - class org.apache.catalina.core.StandardContext のメソッド
Return the extensions for which MIME mappings are defined.
findParameter(String) - interface org.apache.catalina.Context のメソッド
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameter(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameter(String) - class org.apache.catalina.core.DefaultContext のメソッド
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameters() - interface org.apache.catalina.Context のメソッド
Return the names of all defined context initialization parameters for this Context.
findParameters() - class org.apache.catalina.core.StandardContext のメソッド
Return the names of all defined context initialization parameters for this Context.
findParameters() - class org.apache.catalina.core.DefaultContext のメソッド
Return the names of all defined context initialization parameters for this Context.
findPattern(String) - class org.apache.catalina.deploy.SecurityCollection のメソッド
Is the specified pattern part of this web resource collection?
findPatterns() - class org.apache.catalina.deploy.SecurityCollection のメソッド
Return the set of URL patterns that are part of this web resource collection.
findRepositories() - interface org.apache.catalina.Loader のメソッド
Return the set of repositories defined for this class loader.
findRepositories() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Return a String array of the current repositories for this class loader.
findRepositories() - class org.apache.catalina.loader.WebappLoader のメソッド
Return the set of repositories defined for this class loader.
findRepositories() - interface org.apache.catalina.loader.Reloader のメソッド
Return a String array of the current repositories for this class loader.
findRepositories() - class org.apache.catalina.loader.StandardClassLoader のメソッド
Return a String array of the current repositories for this class loader.
findRepositories() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Return the set of repositories defined for this class loader.
findRequired() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Return a list of "optional packages" (formerly "standard extensions") that have been declared to be required in the repositories associated with this class loader, plus any parent class loader implemented with the same class.
findRequired() - class org.apache.catalina.loader.StandardClassLoader のメソッド
Return a list of "optional packages" (formerly "standard extensions") that have been declared to be required in the repositories associated with this class loader, plus any parent class loader implemented with the same class.
findResource(String) - interface org.apache.catalina.Context のメソッド
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - class org.apache.catalina.core.DefaultContext のメソッド
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Find the specified resource in our local repository, and return a URL refering to it, or null if this resource cannot be found.
findResource(String) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Find the specified resource in our local repository, and return a URL refering to it, or null if this resource cannot be found.
findResourceEnvRef(String) - interface org.apache.catalina.Context のメソッド
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRef(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRef(String) - class org.apache.catalina.core.DefaultContext のメソッド
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRefs() - interface org.apache.catalina.Context のメソッド
Return the set of resource environment reference names for this web application.
findResourceEnvRefs() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of resource environment reference names for this web application.
findResourceEnvRefs() - class org.apache.catalina.core.DefaultContext のメソッド
Return the set of resource environment reference names for this web application.
findResourceInternal(String, String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Find specified resource in local repositories.
findResourceParams() - class org.apache.catalina.core.DefaultContext のメソッド
Return the set of defined resource parameters for this web application.
findResources() - interface org.apache.catalina.Context のメソッド
Return the defined resource references for this application.
findResources() - class org.apache.catalina.core.StandardContext のメソッド
Return the defined resource references for this application.
findResources() - class org.apache.catalina.core.DefaultContext のメソッド
Return the defined resource references for this application.
findResources(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Return an enumeration of URLs representing all of the resources with the given name.
findResources(String) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Return an enumeration of URLs representing all of the resources with the given name.
findRoleMapping(String) - interface org.apache.catalina.Context のメソッド
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findRoleMapping(String) - class org.apache.catalina.core.StandardContext のメソッド
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findSecurityReference(String) - interface org.apache.catalina.Wrapper のメソッド
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReference(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReferences() - interface org.apache.catalina.Wrapper のメソッド
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityReferences() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityRole(String) - interface org.apache.catalina.Context のメソッド
Return true if the specified security role is defined for this application; otherwise return false.
findSecurityRole(String) - class org.apache.catalina.core.StandardContext のメソッド
Return true if the specified security role is defined for this application; otherwise return false.
findSecurityRoles() - interface org.apache.catalina.Context のメソッド
Return the security roles defined for this application.
findSecurityRoles() - class org.apache.catalina.core.StandardContext のメソッド
Return the security roles defined for this application.
findServices() - interface org.apache.catalina.Server のメソッド
Return the set of Services defined within this Server.
findServices() - class org.apache.catalina.core.StandardServer のメソッド
Return the set of Services defined within this Server.
findServletMapping(String) - interface org.apache.catalina.Context のメソッド
Return the servlet name mapped by the specified pattern (if any); otherwise return null.
findServletMapping(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the servlet name mapped by the specified pattern (if any); otherwise return null.
findServletMappings() - interface org.apache.catalina.Context のメソッド
Return the patterns of all defined servlet mappings for this Context.
findServletMappings() - class org.apache.catalina.core.StandardContext のメソッド
Return the patterns of all defined servlet mappings for this Context.
findSession(String) - interface org.apache.catalina.Manager のメソッド
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - class org.apache.catalina.session.ManagerBase のメソッド
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSessions() - interface org.apache.catalina.Manager のメソッド
Return the set of active Sessions associated with this Manager.
findSessions() - class org.apache.catalina.session.ManagerBase のメソッド
Return the set of active Sessions associated with this Manager.
findStatusPage(int) - interface org.apache.catalina.Context のメソッド
Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise return null.
findStatusPage(int) - class org.apache.catalina.core.StandardContext のメソッド
Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise return null.
findStatusPages() - interface org.apache.catalina.Context のメソッド
Return the set of HTTP status codes for which error pages have been specified.
findStatusPages() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of HTTP status codes for which error pages have been specified.
findTaglib(String) - interface org.apache.catalina.Context のメソッド
Return the tag library descriptor location for the specified taglib URI, if any; otherwise, return null.
findTaglib(String) - class org.apache.catalina.core.StandardContext のメソッド
Return the tag library descriptor location for the specified taglib URI, if any; otherwise, return null.
findTaglibs() - interface org.apache.catalina.Context のメソッド
Return the URIs of all tag libraries for which a tag library descriptor location has been specified.
findTaglibs() - class org.apache.catalina.core.StandardContext のメソッド
Return the URIs of all tag libraries for which a tag library descriptor location has been specified.
findText() - class org.apache.catalina.util.StringParser のメソッド
Return the index of the next occurrence of a non-whitespace character, or the index of the character after the last position of the string if no more non-whitespace characters are found.
findWelcomeFile(String) - interface org.apache.catalina.Context のメソッド
Return true if the specified welcome file is defined for this Context; otherwise return false.
findWelcomeFile(String) - class org.apache.catalina.core.StandardContext のメソッド
Return true if the specified welcome file is defined for this Context; otherwise return false.
findWelcomeFiles() - interface org.apache.catalina.Context のメソッド
Return the set of welcome files defined for this Context.
findWelcomeFiles() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of welcome files defined for this Context.
findWhite() - class org.apache.catalina.util.StringParser のメソッド
Return the index of the next occurrence of a whitespace character, or the index of the character after the last position of the string if no more whitespace characters are found.
findWrapperLifecycles() - interface org.apache.catalina.Context のメソッド
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperLifecycles() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperLifecycles() - class org.apache.catalina.core.DefaultContext のメソッド
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - interface org.apache.catalina.Context のメソッド
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - class org.apache.catalina.core.DefaultContext のメソッド
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
finish() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
finish() - class org.apache.catalina.connector.warp.WarpResponse.Stream のメソッド
Flush this WarpResponse.Stream and close it.
finishRequest() - interface org.apache.catalina.Request のメソッド
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishRequest() - class org.apache.catalina.connector.RequestWrapper のメソッド
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishRequest() - class org.apache.catalina.connector.RequestBase のメソッド
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishResponse() - interface org.apache.catalina.Response のメソッド
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finishResponse() - class org.apache.catalina.connector.ResponseBase のメソッド
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finishResponse() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finishResponse() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finishResponse() - class org.apache.catalina.connector.warp.WarpResponse のメソッド
Flush output and finish.
fireContainerEvent(String, Object) - class org.apache.catalina.core.ContainerBase のメソッド
Notify all container event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter) - class org.apache.catalina.util.InstanceSupport のメソッド
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, ServletRequest, ServletResponse) - class org.apache.catalina.util.InstanceSupport のメソッド
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, ServletRequest, ServletResponse, Throwable) - class org.apache.catalina.util.InstanceSupport のメソッド
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, Throwable) - class org.apache.catalina.util.InstanceSupport のメソッド
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet) - class org.apache.catalina.util.InstanceSupport のメソッド
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse) - class org.apache.catalina.util.InstanceSupport のメソッド
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse, Throwable) - class org.apache.catalina.util.InstanceSupport のメソッド
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, Throwable) - class org.apache.catalina.util.InstanceSupport のメソッド
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireLifecycleEvent(String, Object) - class org.apache.catalina.util.LifecycleSupport のメソッド
Notify all lifecycle event listeners that a particular event has occurred for this Container.
flush() - class org.apache.catalina.connector.ResponseStream のメソッド
Flush any buffered data for this output stream, which also causes the response to be committed.
flush() - class org.apache.catalina.connector.ResponseWriter のメソッド
Flush this stream, and cause the response to be committed.
flush() - class org.apache.catalina.connector.warp.WarpResponse.Stream のメソッド
Flush the current packet to the WARP client.
flush() - class org.apache.catalina.util.ssi.SsiConfig のメソッド
Initialize, run once per page being parsed.
flush(HttpServletRequest, HttpServletResponse, OutputStream, ServletContext, String, boolean) - class org.apache.catalina.util.ssi.SsiMediator のメソッド
Initialize and set up out enviroment, called from SsiInvokerServlet
flushBuffer() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
flushBuffer() - class org.apache.catalina.connector.ResponseBase のメソッド
Flush the buffer and commit this response.
flushBuffer() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Flush the buffer and commit this response.
flushDate() - class org.apache.catalina.util.ssi.SsiMediator のメソッド
Flush the date and make us ready for a new request.
FORM_ACTION - class org.apache.catalina.authenticator.Constants の static 変数
 
FORM_METHOD - class org.apache.catalina.authenticator.Constants の static 変数
 
FORM_PASSWORD - class org.apache.catalina.authenticator.Constants の static 変数
 
FORM_PRINCIPAL_NOTE - class org.apache.catalina.authenticator.Constants の static 変数
The previously authenticated principal (if caching is disabled).
FORM_REQUEST_NOTE - class org.apache.catalina.authenticator.Constants の static 変数
The original request information, to which the user will be redirected if authentication succeeds.
FORM_USERNAME - class org.apache.catalina.authenticator.Constants の static 変数
 
format - class org.apache.catalina.connector.HttpResponseBase の変数
The date format we will use for creating date headers.
format - class org.apache.naming.resources.ResourceAttributes の static 変数
HTTP date format.
format(Date, StringBuffer, FieldPosition) - class org.apache.catalina.util.FastDateFormat のメソッド
Note: breaks functionality of fieldPosition param.
formats - class org.apache.catalina.connector.HttpRequestBase の変数
The set of SimpleDateFormat formats to use in getDateHeader().
formats - class org.apache.catalina.servlets.DefaultServlet の static 変数
The set of SimpleDateFormat formats to use in getDateHeader().
formats - class org.apache.naming.resources.ResourceAttributes の static 変数
Date formats using for Date parsing.
FormAuthenticator - class org.apache.catalina.authenticator.FormAuthenticator.
An Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.
FormAuthenticator() - class org.apache.catalina.authenticator.FormAuthenticator のコンストラクタ
 

G

generateSessionId() - class org.apache.catalina.session.ManagerBase のメソッド
Generate and return a new session identifier.
generateSessionId() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Generate and return a new session identifier for the cookie that identifies an SSO principal.
GenericPrincipal - class org.apache.catalina.realm.GenericPrincipal.
Generic implementation of java.security.Principal that is available for use by Realm implementations.
GenericPrincipal(Realm, String, String) - class org.apache.catalina.realm.GenericPrincipal のコンストラクタ
Construct a new Principal, associated with the specified Realm, for the specified username and password.
GenericPrincipal(Realm, String, String, List) - class org.apache.catalina.realm.GenericPrincipal のコンストラクタ
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
get() - class org.apache.catalina.util.Queue のメソッド
Get the first object out of the queue.
get() - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Get the bound context.
get(ClassLoader) - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Get the bound context.
get(String) - class org.apache.naming.resources.ResourceAttributes のメソッド
Get attribute.
get(Thread) - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Get the bound context.
getAcceptCount() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the accept count for this Connector.
getAcceptCount() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the accept count for this Connector.
getAcceptCount() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the accept count for this Connector.
getAddress() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the bind IP address for this Connector.
getAddress() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the IP address to which this Connector will bind to.
getAddress() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the bind IP address for this Connector.
getAlgorithm() - class org.apache.catalina.session.ManagerBase のメソッド
Return the message digest algorithm for this Manager.
getAlgorithm() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the message digest algorithm for this Manager.
getAlgorithm() - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
getAll() - class org.apache.naming.resources.ResourceAttributes のメソッド
Get all attributes.
getAllow() - class org.apache.catalina.valves.RequestFilterValve のメソッド
Return a comma-delimited set of the allow expressions configured for this Valve, if any; otherwise, return null.
getAllRoles() - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Was the "all roles" wildcard included in this authentication constraint?
getAppBase() - interface org.apache.catalina.Host のメソッド
Return the application root for this Host.
getAppBase() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Get the applications base directory for hosts created via WARP.
getAppBase() - class org.apache.catalina.core.StandardHost のメソッド
Return the application root for this Host.
getApplicationListeners() - interface org.apache.catalina.Context のメソッド
Return the set of initialized application listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationListeners() - class org.apache.catalina.core.StandardContext のメソッド
Return the set of initialized application listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getAttribute(String) - class org.apache.catalina.connector.RequestFacade のメソッド
 
getAttribute(String) - class org.apache.catalina.connector.RequestBase のメソッド
Return the specified request attribute if it exists; otherwise, return null.
getAttribute(String) - class org.apache.catalina.connector.warp.WarpRequest のメソッド
Process the SSL attributes
getAttribute(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getAttribute(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Return the value of the specified context attribute, if any; otherwise return null.
getAttribute(String) - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
getAttributeList(int) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
getAttributeList(int) - interface org.apache.catalina.util.xml.SaxContext のメソッド
Access attributes of a particular tag
getAttributeNames() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getAttributeNames() - class org.apache.catalina.connector.RequestBase のメソッド
Return the names of all request attributes for this Request, or an empty Enumeration if there are none.
getAttributeNames() - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getAttributeNames() - class org.apache.catalina.core.ApplicationContext のメソッド
Return an enumeration of the names of the context attributes associated with this context.
getAttributeNames() - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
getAttributes(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves all of the attributes associated with a named object.
getAttributes(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves selected attributes associated with a named object.
getAttributes(Name, String[]) - class org.apache.naming.resources.WARDirContext のメソッド
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves selected attributes associated with a named object.
getAttributes(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves all of the attributes associated with a named object.
getAttributes(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves all of the attributes associated with a named object.
getAttributes(String, String[]) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - class org.apache.naming.resources.FileDirContext のメソッド
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - class org.apache.naming.resources.WARDirContext のメソッド
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves selected attributes associated with a named object.
getAuth() - class org.apache.catalina.deploy.ContextResource のメソッド
 
getAuthConstraint() - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Return the authorization constraint present flag for this security constraint.
getAuthMethod() - class org.apache.catalina.deploy.LoginConfig のメソッド
 
getAuthority() - class org.apache.catalina.util.URL のメソッド
Return the authority part of the URL.
getAuthorization() - interface org.apache.catalina.Request のメソッド
Return the authorization credentials sent with this request.
getAuthorization() - class org.apache.catalina.connector.RequestWrapper のメソッド
Return the authorization credentials sent with this request.
getAuthorization() - class org.apache.catalina.connector.RequestBase のメソッド
Return the authorization credentials sent with this request.
getAuthType() - interface org.apache.catalina.Session のメソッド
Return the authentication type used to authenticate our cached Principal, if any.
getAuthType() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getAuthType() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the authentication type used for this Request.
getAvailable() - interface org.apache.catalina.Context のメソッド
Return the application available flag for this Context.
getAvailable() - interface org.apache.catalina.Wrapper のメソッド
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailable() - class org.apache.catalina.core.StandardContext のメソッド
Return the application available flag for this Context.
getAvailable() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailable(Manifest) - class org.apache.catalina.loader.Extension の static メソッド
Return the set of Extension objects representing optional packages that are available in the JAR file associated with the specified Manifest.
getBasic() - interface org.apache.catalina.Pipeline のメソッド
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBasic() - class org.apache.catalina.core.ContainerBase のメソッド
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBasic() - class org.apache.catalina.core.StandardPipeline のメソッド
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBody() - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
getBody() - interface org.apache.catalina.util.xml.SaxContext のメソッド
Body of the last tag
getBoundContext() - class org.apache.naming.SelectorContext のメソッド
Get the bound context.
getBufferSize() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
getBufferSize() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the actual buffer size used for this Response.
getBufferSize() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the input buffer size for this Connector.
getBufferSize() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the input buffer size for this Connector.
getCache() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the cache authenticated Principals flag.
getCacheObjectMaxSize() - class org.apache.naming.resources.BaseDirContext のメソッド
Get cacheObjectMaxSize.
getCacheTTL() - class org.apache.naming.resources.BaseDirContext のメソッド
Get cache TTL.
getCertificates() - class org.apache.catalina.connector.warp.WarpCertificates のメソッド
 
getCGIPath(String) - class org.apache.catalina.util.ssi.SsiMediator のメソッド
 
getCharacterEncoding() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getCharacterEncoding() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
getCharacterEncoding() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the character encoding used for this Response.
getCharacterEncoding() - class org.apache.catalina.connector.RequestBase のメソッド
Return the character encoding for this Request.
getCharset(Locale) - class org.apache.catalina.util.CharsetMapper のメソッド
Calculate the name of a character set to be assumed, given the specified Locale and the absence of a character set specified as part of the content type header.
getCharsetMapper() - interface org.apache.catalina.Context のメソッド
Return the Locale to character set mapper for this Context.
getCharsetMapper() - class org.apache.catalina.core.StandardContext のメソッド
Return the Locale to character set mapper for this Context.
getCharsetMapperClass() - class org.apache.catalina.core.StandardContext のメソッド
Return the Locale to character set mapper class for this Context.
getCheckInterval() - interface org.apache.catalina.Cluster のメソッド
Get the time in seconds that this Cluster sleeps.
getCheckInterval() - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
Get the time in seconds this implementation sleeps
getCheckInterval() - class org.apache.catalina.cluster.StandardCluster のメソッド
Get the time in seconds this Cluster sleeps
getCheckInterval() - class org.apache.catalina.cluster.MulticastReceiver のメソッド
Get the time in seconds this Cluster sleeps
getCheckInterval() - class org.apache.catalina.loader.WebappLoader のメソッド
Return the check interval for this Loader.
getCheckInterval() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Return the check interval for this Loader.
getCheckInterval() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Return the check interval (in seconds) for this Manager.
getCheckInterval() - class org.apache.catalina.session.StoreBase のメソッド
Return the check interval (in seconds) for this Store.
getCheckInterval() - class org.apache.catalina.session.StandardManager のメソッド
Return the check interval (in seconds) for this Manager.
getChild(String) - class org.apache.naming.resources.WARDirContext.Entry のメソッド
 
getChildren() - class org.apache.naming.resources.WARDirContext.Entry のメソッド
 
getClassLoader() - interface org.apache.catalina.Loader のメソッド
Return the Java class loader to be used by this Container.
getClassLoader() - class org.apache.catalina.loader.WebappLoader のメソッド
Return the Java class loader to be used by this Container.
getClassLoader() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Return the Java class loader to be used by this Container.
getClassLoader() - class org.apache.naming.ContextBindings の static メソッド
Retrieves the naming context bound to a class loader.
getClientAuth() - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
getCluster() - interface org.apache.catalina.Container のメソッド
Return the Cluster with which this Container is associated.
getCluster() - class org.apache.catalina.core.ContainerBase のメソッド
Return the Cluster with which this Container is associated.
getClusterInfo() - class org.apache.catalina.cluster.ClusterMemberInfo のメソッド
 
getClusterName() - interface org.apache.catalina.Cluster のメソッド
Return the name of the cluster that this Server is currently configured to operate within.
getClusterName() - class org.apache.catalina.cluster.StandardCluster のメソッド
Return the name of the cluster that this Server is currently configured to operate within.
getClusterName() - class org.apache.catalina.cluster.ClusterMemberInfo のメソッド
 
getClusterReceiver(String) - interface org.apache.catalina.Cluster のメソッド
Returns a ClusterReceiver which is the interface to use when receiving information in the Cluster. senderId is used as a indentifier, only information send through the ClusterSender with the same senderId can be received.
getClusterReceiver(String) - class org.apache.catalina.cluster.StandardCluster のメソッド
Returns a ClusterReceiver which is the interface to use when receiving information in the Cluster. senderId is used as a indentifier, only information send through the ClusterSender with the same senderId can be received.
getClusterSender(String) - interface org.apache.catalina.Cluster のメソッド
Returns a ClusterSender which is the interface to use when sending information in the Cluster. senderId is used as a identifier so that information sent through this instance can only be used with the respectice ClusterReceiver
getClusterSender(String) - class org.apache.catalina.cluster.StandardCluster のメソッド
Returns a ClusterSender which is the interface to use when sending information in the Cluster. senderId is used as a identifier so that information sent through this instance can only be used with the respectice ClusterReceiver
getCommand() - class org.apache.catalina.util.ProcessEnvironment のメソッド
Gets derived command string
getCommand() - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Gets derived command string
getCommand(String) - class org.apache.catalina.util.ssi.SsiMediator のメソッド
Get the SsiCommand
getCommandPath(String) - class org.apache.catalina.util.ssi.SsiMediator のメソッド
 
getConfigClass() - class org.apache.catalina.core.StandardHost のメソッド
Return the Java class name of the context configuration class for new web applications.
getConfigClass() - class org.apache.catalina.startup.HostConfig のメソッド
Return the Context configuration class name.
getConfigClass() - class org.apache.catalina.startup.UserConfig のメソッド
Return the Context configuration class name.
getConfigured() - interface org.apache.catalina.Context のメソッド
Return the "correctly configured" flag for this Context.
getConfigured() - class org.apache.catalina.core.StandardContext のメソッド
Return the "correctly configured" flag for this Context.
getConnection() - class org.apache.catalina.connector.warp.WarpRequest のメソッド
Return the WarpConnection associated this instance of WarpResponse.
getConnection() - class org.apache.catalina.connector.warp.WarpResponse のメソッド
Return the WarpConnection associated this instance of WarpResponse.
getConnection() - class org.apache.catalina.session.JDBCStore のメソッド
Check the connection associated with this store, if it's null or closed try to reopen it.
getConnectionName() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the connection username for this Realm.
getConnectionPassword() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the connection password for this Realm.
getConnectionTimeout() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the connection timeout for this Connector.
getConnectionTimeout() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the connection timeout for this Connector.
getConnectionURL() - class org.apache.catalina.session.JDBCStore のメソッド
Return the Connection URL for this Store.
getConnectionURL() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the connection URL for this Realm.
getConnector() - interface org.apache.catalina.Response のメソッド
Return the Connector through which this Response is returned.
getConnector() - interface org.apache.catalina.Request のメソッド
Return the Connector through which this Request was received.
getConnector() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the Connector through which this Response will be transmitted.
getConnector() - class org.apache.catalina.connector.RequestWrapper のメソッド
Return the Connector through which this Request was received.
getConnector() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return the Connector through which this Response is returned.
getConnector() - class org.apache.catalina.connector.RequestBase のメソッド
Return the Connector through which this Request was received.
getConnector() - class org.apache.catalina.connector.warp.WarpConnection のメソッド
Return the WarpConnector associated with this connection.
getContainer() - interface org.apache.catalina.Loader のメソッド
Return the Container with which this Loader has been associated.
getContainer() - interface org.apache.catalina.Manager のメソッド
Return the Container with which this Manager is associated.
getContainer() - interface org.apache.catalina.Service のメソッド
Return the Container that handles requests for all Connectors associated with this Service.
getContainer() - interface org.apache.catalina.Realm のメソッド
Return the Container with which this Realm has been associated.
getContainer() - class org.apache.catalina.ContainerEvent のメソッド
Return the Container on which this event occurred.
getContainer() - interface org.apache.catalina.Contained のメソッド
Return the Container with which this instance is associated (if any); otherwise return null.
getContainer() - interface org.apache.catalina.Cluster のメソッド
Get the Container associated with our Cluster
getContainer() - interface org.apache.catalina.Logger のメソッド
Return the Container with which this Logger has been associated.
getContainer() - interface org.apache.catalina.Mapper のメソッド
Return the Container with which this Mapper is associated.
getContainer() - interface org.apache.catalina.Connector のメソッド
Return the Container used for processing requests received by this Connector.
getContainer() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the Container used for processing requests received by this Connector.
getContainer() - class org.apache.catalina.connector.warp.WarpLogger のメソッド
Return the Container instance which will process all requests received by this Connector.
getContainer() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the Container instance which will process all requests received by this Connector.
getContainer() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the Container used for processing requests received by this Connector.
getContainer() - class org.apache.catalina.cluster.StandardCluster のメソッド
Get the Container associated with our Cluster
getContainer() - class org.apache.catalina.valves.ValveBase のメソッド
Return the Container with which this Valve is associated, if any.
getContainer() - class org.apache.catalina.core.FastEngineMapper のメソッド
Return the Container with which this Mapper is associated.
getContainer() - class org.apache.catalina.core.StandardContextMapper のメソッド
Return the Container with which this Mapper is associated.
getContainer() - class org.apache.catalina.core.StandardEngineMapper のメソッド
Return the Container with which this Mapper is associated.
getContainer() - class org.apache.catalina.core.StandardHostMapper のメソッド
Return the Container with which this Mapper is associated.
getContainer() - class org.apache.catalina.core.StandardService のメソッド
Return the Container that handles requests for all Connectors associated with this Service.
getContainer() - class org.apache.catalina.core.StandardPipeline のメソッド
Return the Container with which this Pipeline is associated.
getContainer() - class org.apache.catalina.loader.WebappLoader のメソッド
Return the Container with which this Logger has been associated.
getContainer() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Return the Container with which this Logger has been associated.
getContainer() - class org.apache.catalina.session.ManagerBase のメソッド
Return the Container with which this Manager is associated.
getContainer() - class org.apache.catalina.realm.RealmBase のメソッド
Return the Container with which this Realm has been associated.
getContainer() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the Container to which this Valve is attached.
getContainer() - class org.apache.catalina.logger.LoggerBase のメソッド
Return the Container with which this Logger has been associated.
getContent() - class org.apache.naming.resources.Resource のメソッド
Content accessor.
getContent() - class org.apache.naming.resources.DirContextURLConnection のメソッド
Get object content.
getContent(Class[]) - class org.apache.naming.resources.DirContextURLConnection のメソッド
Get object content.
getContentCount() - interface org.apache.catalina.Response のメソッド
Return the number of bytes actually written to the output stream.
getContentCount() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the number of bytes actually written to the output stream.
getContentCount() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return the number of bytes actually written to the output stream.
getContentLength() - interface org.apache.catalina.Response のメソッド
Return the content length that was set or calculated for this Response.
getContentLength() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getContentLength() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the content length that was set or calculated for this Response.
getContentLength() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return the content length that was set or calculated for this Response.
getContentLength() - class org.apache.catalina.connector.RequestBase のメソッド
Return the content length for this Request.
getContentLength() - class org.apache.naming.resources.ResourceAttributes のメソッド
Get content length.
getContentLength() - class org.apache.naming.resources.FileDirContext.FileResourceAttributes のメソッド
Get content length.
getContentLength() - class org.apache.naming.resources.DirContextURLConnection のメソッド
Return the content length value.
getContentType() - interface org.apache.catalina.Response のメソッド
Return the content type that was set or calculated for this response, or null if no content type was set.
getContentType() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getContentType() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the content type that was set or calculated for this response, or null if no content type was set.
getContentType() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return the content type that was set or calculated for this response, or null if no content type was set.
getContentType() - class org.apache.catalina.connector.RequestBase のメソッド
Return the content type for this Request.
getContentType() - class org.apache.naming.resources.DirContextURLConnection のメソッド
Return the content type value.
getContext() - interface org.apache.catalina.Response のメソッド
Return the Context with which this Response is associated.
getContext() - interface org.apache.catalina.Request のメソッド
Return the Context within which this Request is being processed.
getContext() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the Context with which this Response is associated.
getContext() - class org.apache.catalina.connector.RequestWrapper のメソッド
Return the Context within which this Request is being processed.
getContext() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return the Context with which this Response is associated.
getContext() - class org.apache.catalina.connector.RequestBase のメソッド
Return the Context within which this Request is being processed.
getContext() - class org.apache.catalina.util.ProcessEnvironment のメソッド
 
getContext(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getContext(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Return a ServletContext object that corresponds to a specified URI on the server.
getContextClass() - class org.apache.catalina.core.StandardHost のメソッド
Return the Java class name of the Context implementation class for new web applications.
getContextClass() - class org.apache.catalina.startup.HostConfig のメソッド
Return the Context implementation class name.
getContextClass() - class org.apache.catalina.startup.UserConfig のメソッド
Return the Context implementation class name.
getContextFactory() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the JNDI context factory for this Realm.
getContextName() - class org.apache.naming.resources.ProxyDirContext のメソッド
Return the context name.
getContextPath() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getContextPath() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the portion of the request URI used to select the Context of the Request.
getContextPath() - class org.apache.catalina.util.ProcessEnvironment のメソッド
 
getCookieHeaderName(Cookie) - class org.apache.catalina.util.CookieTools の static メソッド
Return the header name to set the cookie, based on cookie version
getCookieHeaderValue(Cookie) - class org.apache.catalina.util.CookieTools の static メソッド
推奨されていません。 Use StringBuffer version
getCookieHeaderValue(Cookie, StringBuffer) - class org.apache.catalina.util.CookieTools の static メソッド
Return the header value used to set this cookie
getCookies() - interface org.apache.catalina.Context のメソッド
Return the "use cookies for session ids" flag.
getCookies() - interface org.apache.catalina.HttpResponse のメソッド
Return an array of all cookies set for this response, or a zero-length array if no cookies have been set.
getCookies() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Return an array of all cookies set for this response, or a zero-length array if no cookies have been set.
getCookies() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getCookies() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the set of Cookies received with this Request.
getCookies() - class org.apache.catalina.core.StandardContext のメソッド
Return the "use cookies for session ids" flag.
getCookies() - class org.apache.catalina.core.DefaultContext のメソッド
Return the "use cookies for session ids" flag.
getCookies() - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
getCountAllocated() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the number of active allocations of this servlet, even if they are all for the same instance (as will be true for servlets that do not implement SingleThreadModel.
getCreation() - class org.apache.naming.resources.ResourceAttributes のメソッド
Get creation time.
getCreation() - class org.apache.naming.resources.FileDirContext.FileResourceAttributes のメソッド
Get creation time.
getCreationDate() - class org.apache.naming.resources.ResourceAttributes のメソッド
Get creation date.
getCreationDate() - class org.apache.naming.resources.FileDirContext.FileResourceAttributes のメソッド
Get creation date.
getCreationTime() - interface org.apache.catalina.Session のメソッド
Return the creation time for this session.
getCreationTime() - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
getCrossContext() - interface org.apache.catalina.Context のメソッド
Return the "allow crossing servlet contexts" flag.
getCrossContext() - class org.apache.catalina.core.StandardContext のメソッド
Return the "allow crossing servlet contexts" flag.
getCrossContext() - class org.apache.catalina.core.DefaultContext のメソッド
Return the "allow crossing servlet contexts" flag.
getCurProcessors() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the current number of processors that have been created.
getCurProcessors() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the current number of processors that have been created.
getData() - class org.apache.catalina.ContainerEvent のメソッド
Return the event data of this event.
getData() - class org.apache.catalina.LifecycleEvent のメソッド
Return the event data of this event.
getData() - class org.apache.catalina.SessionEvent のメソッド
Return the event data of this event.
getDataStream() - class org.apache.catalina.cluster.ReplicationWrapper のメソッド
return our internal data as a array of bytes
getDate() - class org.apache.naming.resources.DirContextURLConnection のメソッド
Return the last modified date.
getDate(String) - class org.apache.catalina.util.ssi.SsiFlastmod のメソッド
Get the date of a file and format it correctly
getDateHeader(String) - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getDateHeader(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the value of the specified date header, if any; otherwise return -1.
getDebug() - interface org.apache.catalina.Cluster のメソッド
Returns the debug level for this Cluster
getDebug() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the debug level.
getDebug() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
getDebug() - interface org.apache.catalina.util.xml.SaxContext のメソッド
 
getDebug() - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
Get the debug level for this component
getDebug() - class org.apache.catalina.cluster.StandardCluster のメソッド
Get the debug level for this component
getDebug() - class org.apache.catalina.cluster.ClusterSessionBase のメソッド
Get the debug level for this component
getDebug() - interface org.apache.catalina.cluster.ClusterSender のメソッド
Get the debug level for this component
getDebug() - class org.apache.catalina.valves.CertificatesValve のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.core.ContainerBase のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.loader.WebappLoader のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.loader.StandardClassLoader のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.session.ManagerBase のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.session.StoreBase のメソッド
Return the debugging detail level for this Store.
getDebug() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.startup.EngineConfig のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.startup.HostConfig のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.startup.ClassLoaderFactory の static メソッド
Return the debugging detail level.
getDebug() - class org.apache.catalina.startup.UserConfig のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.startup.ContextConfig のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.startup.Embedded のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.realm.RealmBase のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Return the debugging detail level.
getDebug() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the debugging detail level for this component.
getDebug() - class org.apache.naming.resources.BaseDirContext のメソッド
Return the debugging detail level for this component.
getDefaultHost() - interface org.apache.catalina.Engine のメソッド
Return the default hostname for this Engine.
getDefaultHost() - class org.apache.catalina.core.StandardEngine のメソッド
Return the default host.
getDelegate() - interface org.apache.catalina.Loader のメソッド
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Return the "delegate first" flag for this class loader.
getDelegate() - class org.apache.catalina.loader.WebappLoader のメソッド
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - class org.apache.catalina.loader.StandardClassLoader のメソッド
Return the "delegate first" flag for this class loader.
getDelegate() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDeny() - class org.apache.catalina.valves.RequestFilterValve のメソッド
Return a comma-delimited set of the deny expressions configured for this Valve, if any; otherwise, return null.
getDescription() - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
getDescription() - class org.apache.catalina.deploy.SecurityCollection のメソッド
Return the description of this web resource collection.
getDescription() - class org.apache.catalina.deploy.ContextResource のメソッド
 
getDescription() - class org.apache.catalina.deploy.ContextEnvironment のメソッド
 
getDescription() - class org.apache.catalina.deploy.FilterDef のメソッド
 
getDescription() - class org.apache.catalina.deploy.ApplicationParameter のメソッド
 
getDescription() - class org.apache.catalina.deploy.ContextEjb のメソッド
 
getDigest() - class org.apache.catalina.session.ManagerBase のメソッド
Return the MessageDigest object to be used for calculating session identifiers.
getDigest() - class org.apache.catalina.realm.RealmBase のメソッド
Return the digest algorithm used for storing credentials.
getDigest() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the MessageDigest object to be used for calculating session identifiers.
getDigest(String, String) - class org.apache.catalina.realm.RealmBase のメソッド
Return the digest associated with given principal's user name.
getDirContext() - class org.apache.naming.resources.ProxyDirContext のメソッド
Return the actual directory context we are wrapping.
getDirectory() - class org.apache.catalina.valves.AccessLogValve のメソッド
Return the directory in which we create log files.
getDirectory() - class org.apache.catalina.session.FileStore のメソッド
Return the directory path for this Store.
getDirectory() - class org.apache.catalina.logger.FileLogger のメソッド
Return the directory in which we create log files.
getDirectoryName() - class org.apache.catalina.startup.UserConfig のメソッド
Return the directory name for user web applications.
getDisplayName() - interface org.apache.catalina.Context のメソッド
Return the display name of this web application.
getDisplayName() - class org.apache.catalina.deploy.FilterDef のメソッド
 
getDisplayName() - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Return the display name of this security constraint.
getDisplayName() - class org.apache.catalina.core.StandardContext のメソッド
Return the display name of this web application.
getDistributable() - interface org.apache.catalina.Context のメソッド
Return the distributable flag for this web application.
getDistributable() - interface org.apache.catalina.Manager のメソッド
Return the distributable flag for the sessions supported by this Manager.
getDistributable() - class org.apache.catalina.core.StandardContext のメソッド
Return the distributable flag for this web application.
getDistributable() - class org.apache.catalina.session.ManagerBase のメソッド
Return the distributable flag for the sessions supported by this Manager.
getDocBase() - interface org.apache.catalina.Context のメソッド
Return the document root for this Context.
getDocBase() - class org.apache.catalina.core.StandardContext のメソッド
Return the document root for this Context.
getDocBase() - class org.apache.naming.resources.BaseDirContext のメソッド
Return the document root for this component.
getDocBase() - class org.apache.naming.resources.ProxyDirContext のメソッド
Return the document root for this component.
getDocumentBuilder() - class org.apache.catalina.servlets.WebdavServlet のメソッド
Return JAXP document builder instance.
getDriverName() - class org.apache.catalina.session.JDBCStore のメソッド
Return the driver for this Store.
getEnableLookups() - interface org.apache.catalina.Connector のメソッド
Return the "enable DNS lookups" flag.
getEnableLookups() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the "enable DNS lookups" flag.
getEnableLookups() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the "enable DNS lookups" flag.
getEnableLookups() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the "enable DNS lookups" flag.
getEngine() - class org.apache.catalina.session.ManagerBase のメソッド
Retrieve the enclosing Engine for this Manager.
getEntropy() - class org.apache.catalina.session.ManagerBase のメソッド
Return the entropy increaser value, or compute a semi-useful value if this String has not yet been set.
getEntropy() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the entropy increaser value, or compute a semi-useful value if this String has not yet been set.
getEntry() - class org.apache.naming.resources.WARDirContext.Entry のメソッド
 
getEnvironment() - class org.apache.catalina.util.ProcessEnvironment のメソッド
Gets process' environment
getEnvironment() - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Gets derived CGI environment
getEnvironment() - class org.apache.naming.NamingContext のメソッド
Retrieves the environment in effect for this context.
getEnvironment() - class org.apache.naming.SelectorContext のメソッド
Retrieves the environment in effect for this context.
getEnvironment() - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves the environment in effect for this context.
getEnvironment() - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves the environment in effect for this context.
getError() - class org.apache.catalina.util.ssi.SsiMediator のメソッド
Return the current error message
getError() - class org.apache.catalina.util.ssi.SsiConfig のメソッド
Return the current error message.
getErrorCode() - class org.apache.catalina.deploy.ErrorPage のメソッド
Return the error code.
getErrorPage() - class org.apache.catalina.deploy.LoginConfig のメソッド
 
getErrorReportValveClass() - class org.apache.catalina.core.StandardHost のメソッド
Return the Java class name of the error report valve class for new web applications.
getETag(DefaultServlet.ResourceInfo, boolean) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Get the ETag associated with a file.
getETagValue(DefaultServlet.ResourceInfo, boolean) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Get the ETag value associated with a file.
getException() - class org.apache.catalina.InstanceEvent のメソッド
Return the exception that occurred during the processing that was reported by this event.
getExceptionType() - class org.apache.catalina.deploy.ErrorPage のメソッド
Return the exception type.
getExtensionName() - class org.apache.catalina.loader.Extension のメソッド
 
getFactory() - interface org.apache.catalina.Connector のメソッド
Return the server socket factory used by this Container.
getFactory() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the server socket factory used by this Container.
getFactory() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the ServerSocketFactory used by this Connector to generate ServerSocket instances.
getFactory() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the server socket factory used by this Container.
getFactoryClassName() - class org.apache.naming.TransactionRef のメソッド
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - class org.apache.naming.EjbRef のメソッド
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - class org.apache.naming.ResourceRef のメソッド
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - class org.apache.naming.ResourceEnvRef のメソッド
Retrieves the class name of the factory of the object to which this reference refers.
getFile() - class org.apache.catalina.util.URL のメソッド
Return the filename part of the URL.
getFilePath(String) - class org.apache.catalina.util.ssi.SsiMediator のメソッド
Return a path relative to the file being parsed, if they try to use "../" or have a trailing "/" we return null since that is not allowed within a SSI file directive.
getFilter() - class org.apache.catalina.InstanceEvent のメソッド
Return the filter instance for which this event occurred.
getFilterClass() - class org.apache.catalina.deploy.FilterDef のメソッド
 
getFilterName() - class org.apache.catalina.deploy.FilterDef のメソッド
 
getFilterName() - class org.apache.catalina.deploy.FilterMap のメソッド
 
getHeader(String) - interface org.apache.catalina.HttpResponse のメソッド
Return the value for the specified header, or null if this header has not been set.
getHeader(String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Return the value for the specified header, or null if this header has not been set.
getHeader(String) - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getHeader(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the first value of the specified header, if any; otherwise, return null
getHeader(String) - class org.apache.catalina.connector.HttpResponseWrapper のメソッド
Return the value for the specified header, or null if this header has not been set.
getHeaderField(String) - class org.apache.naming.resources.DirContextURLConnection のメソッド
Returns the name of the specified header field.
getHeaderNames() - interface org.apache.catalina.HttpResponse のメソッド
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaderNames() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaderNames() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getHeaderNames() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the names of all headers received with this request.
getHeaderNames() - class org.apache.catalina.connector.HttpResponseWrapper のメソッド
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaderNames() - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
getHeaders(String) - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getHeaders(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return all of the values of the specified header, if any; otherwise, return an empty enumeration.
getHeaderValues(String) - interface org.apache.catalina.HttpResponse のメソッド
Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeaderValues(String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeaderValues(String) - class org.apache.catalina.connector.HttpResponseWrapper のメソッド
Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeaderValues(String) - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
getHome() - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
getHome() - class org.apache.catalina.deploy.ContextEjb のメソッド
 
getHome(String) - class org.apache.catalina.startup.HomesUserDatabase のメソッド
Return an absolute pathname to the home directory for the specified user.
getHome(String) - class org.apache.catalina.startup.PasswdUserDatabase のメソッド
Return an absolute pathname to the home directory for the specified user.
getHome(String) - interface org.apache.catalina.startup.UserDatabase のメソッド
Return an absolute pathname to the home directory for the specified user.
getHomeBase() - class org.apache.catalina.startup.UserConfig のメソッド
Return the base directory containing user home directories.
getHost() - class org.apache.catalina.connector.warp.WarpRequest のメソッド
 
getHost() - class org.apache.catalina.util.URL のメソッド
Return the host name part of the URL.
getHostName() - class org.apache.catalina.cluster.ClusterMemberInfo のメソッド
 
getHostName() - class org.apache.naming.resources.ProxyDirContext のメソッド
Return the host name.
getIClientInputTimeout() - class org.apache.catalina.util.ProcessHelper のメソッド
 
getId() - interface org.apache.catalina.Session のメソッド
Return the session identifier for this session.
getId() - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
getIDs() - class org.apache.naming.resources.ResourceAttributes のメソッド
Get all attribute IDs.
getImplementationURL() - class org.apache.catalina.loader.Extension のメソッド
 
getImplementationVendor() - class org.apache.catalina.loader.Extension のメソッド
 
getImplementationVendorId() - class org.apache.catalina.loader.Extension のメソッド
 
getImplementationVersion() - class org.apache.catalina.loader.Extension のメソッド
 
getIncluded() - interface org.apache.catalina.Response のメソッド
Return the "processing inside an include" flag.
getIncluded() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the "processing inside an include" flag.
getIncluded() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return the "processing inside an include" flag.
getIndex() - class org.apache.catalina.util.StringParser のメソッド
Return the zero-relative index of our current parsing position within the string being parsed.
getInfo() - interface org.apache.catalina.Session のメソッド
Return descriptive information about this Session implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Store のメソッド
Return descriptive information about this Store implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Loader のメソッド
Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Manager のメソッド
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Response のメソッド
Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Valve のメソッド
Return descriptive information about this Valve implementation.
getInfo() - interface org.apache.catalina.Service のメソッド
Return descriptive information about this Service implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Realm のメソッド
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Server のメソッド
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Request のメソッド
Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Cluster のメソッド
Return descriptive information about this Cluster implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Container のメソッド
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.Logger のメソッド
Return descriptive information about this Logger implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.ValveContext のメソッド
Return descriptive information about this ValveContext implementation.
getInfo() - interface org.apache.catalina.Connector のメソッド
Return descriptive information about this Connector implementation.
getInfo() - class org.apache.catalina.connector.ResponseBase のメソッド
Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.connector.RequestWrapper のメソッド
Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.connector.RequestBase のメソッド
Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return descriptive information about this Connector implementation.
getInfo() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return descriptive information about this Connector.
getInfo() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return descriptive information about this Connector implementation.
getInfo() - class org.apache.catalina.cluster.StandardCluster のメソッド
Return descriptive information about this Cluster implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.valves.ValveBase のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.valves.AccessLogValve のメソッド
Return descriptive information about this implementation.
getInfo() - class org.apache.catalina.valves.RequestFilterValve のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.valves.RemoteHostValve のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.valves.RequestDumperValve のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.valves.ErrorDispatcherValve のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.valves.CertificatesValve のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.valves.RemoteAddrValve のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.valves.ErrorReportValve のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.core.ContainerBase のメソッド
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.core.StandardHost のメソッド
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.core.StandardEngine のメソッド
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.core.StandardContext のメソッド
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.core.StandardWrapper のメソッド
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.core.StandardServer のメソッド
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.core.StandardService のメソッド
Return descriptive information about this Service implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.core.DefaultContext のメソッド
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.core.StandardPipeline のメソッド
Return descriptive information about this implementation class.
getInfo() - class org.apache.catalina.loader.WebappLoader のメソッド
Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.session.ManagerBase のメソッド
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.session.StoreBase のメソッド
Return the info for this Store.
getInfo() - class org.apache.catalina.session.FileStore のメソッド
Return descriptive information about this Store implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.session.StandardManager のメソッド
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.session.JDBCStore のメソッド
Return the info for this Store.
getInfo() - class org.apache.catalina.session.PersistentManager のメソッド
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.session.DistributedManager のメソッド
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.startup.Embedded のメソッド
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.realm.RealmBase のメソッド
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.realm.MemoryRealm のメソッド
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.authenticator.FormAuthenticator のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.authenticator.BasicAuthenticator のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.authenticator.SSLAuthenticator のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.authenticator.DigestAuthenticator のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.authenticator.NonLoginAuthenticator のメソッド
Return descriptive information about this Valve implementation.
getInfo() - class org.apache.catalina.logger.LoggerBase のメソッド
Return descriptive information about this Logger implementation and the corresponding version number, in the format <description>/<version>.
getInitialContext(Hashtable) - class org.apache.naming.java.javaURLContextFactory のメソッド
Get a new (writable) initial context.
getInitParameter(String) - class org.apache.catalina.core.StandardWrapperFacade のメソッド
 
getInitParameter(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getInitParameter(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Return the initialization parameter value for the specified name, if any; otherwise return null.
getInitParameter(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Return the value of the specified initialization parameter, or null if this parameter does not exist.
getInitParameterNames() - class org.apache.catalina.core.StandardWrapperFacade のメソッド
 
getInitParameterNames() - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getInitParameterNames() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the set of initialization parameter names defined for this servlet.
getInitParameterNames() - class org.apache.catalina.core.ApplicationContext のメソッド
Return the names of the context's initialization parameters, or an empty enumeration if the context has no initialization parameters.
getInputStream() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getInputStream() - class org.apache.catalina.connector.RequestBase のメソッド
Return the servlet input stream for this Request.
getInputStream() - class org.apache.naming.resources.DirContextURLConnection のメソッド
Get input stream.
getInstanceSupport() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the InstanceSupport object for this Wrapper instance.
getIntHeader(String) - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getIntHeader(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the value of the specified header as an integer, or -1 if there is no such header for this request.
getJarPath() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Return the JAR path.
getJNDIUri(String, String) - class org.apache.catalina.core.ApplicationContext の static メソッド
Get full path, based on the host name and the context path.
getJspFile() - interface org.apache.catalina.Wrapper のメソッド
Return the context-relative URI of the JSP file for this servlet.
getJspFile() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the context-relative URI of the JSP file for this servlet.
getJvmRoute() - interface org.apache.catalina.Engine のメソッド
Retrieve the JvmRouteId for this engine.
getJvmRoute() - class org.apache.catalina.core.StandardEngine のメソッド
Retrieve the cluster-wide unique identifier for this Engine.
getJvmRoute() - class org.apache.catalina.session.ManagerBase のメソッド
Retrieve the JvmRoute for the enclosing Engine.
getKeyStore() - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
getKeystoreFile() - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
getKeystorePass() - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
getKeystoreType() - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
getLargeIcon() - class org.apache.catalina.deploy.FilterDef のメソッド
 
getLastAccessedTime() - interface org.apache.catalina.Session のメソッド
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime() - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
getLastModified() - class org.apache.naming.resources.ResourceAttributes のメソッド
Get last modified time.
getLastModified() - class org.apache.naming.resources.FileDirContext.FileResourceAttributes のメソッド
Get last modified time.
getLastModified() - class org.apache.naming.resources.DirContextURLConnection のメソッド
Return the last modified date.
getLastModifiedDate() - class org.apache.naming.resources.ResourceAttributes のメソッド
Get lastModified date.
getLastModifiedDate() - class org.apache.naming.resources.FileDirContext.FileResourceAttributes のメソッド
Get lastModified date.
getLength() - class org.apache.catalina.util.StringParser のメソッド
Return the length of the string we are parsing.
getLifecycle() - class org.apache.catalina.LifecycleEvent のメソッド
Return the Lifecycle on which this event occurred.
getLink() - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
getLink() - class org.apache.catalina.deploy.ContextEjb のメソッド
 
getLoader() - interface org.apache.catalina.Container のメソッド
Return the Loader with which this Container is associated.
getLoader() - class org.apache.catalina.core.ContainerBase のメソッド
Return the Loader with which this Container is associated.
getLoader() - class org.apache.catalina.core.DefaultContext のメソッド
Return the Loader with which this Container is associated.
getLoaderClass() - class org.apache.catalina.loader.WebappLoader のメソッド
Return the ClassLoader class name.
getLoaderClass() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Return the ClassLoader class name.
getLoadOnStartup() - interface org.apache.catalina.Wrapper のメソッド
Return the load-on-startup order value (negative value means load on first call).
getLoadOnStartup() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the load-on-startup order value (negative value means load on first call).
getLocal() - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
getLocalClusterMember() - interface org.apache.catalina.Cluster のメソッド
Return cluster information about the local host
getLocalClusterMember() - class org.apache.catalina.cluster.StandardCluster のメソッド
Return cluster information about the local host
getLocale() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getLocale() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
getLocale() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the Locale assigned to this response.
getLocale() - class org.apache.catalina.connector.RequestBase のメソッド
Return the preferred Locale that the client will accept content in, based on the value for the first Accept-Language header that was encountered.
getLocales() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getLocales() - class org.apache.catalina.connector.RequestBase のメソッド
Return the set of preferred Locales that the client will accept content in, based on the values for any Accept-Language headers that were encountered.
getLocales() - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
getLocation() - class org.apache.catalina.deploy.ErrorPage のメソッド
Return the location.
getLogger() - interface org.apache.catalina.Container のメソッド
Return the Logger with which this Container is associated.
getLogger() - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
Get the Logger for this component
getLogger() - class org.apache.catalina.cluster.ClusterSessionBase のメソッド
Get the Logger for this component
getLogger() - interface org.apache.catalina.cluster.ClusterSender のメソッド
Get the Logger for this component
getLogger() - class org.apache.catalina.core.ContainerBase のメソッド
Return the Logger with which this Container is associated.
getLogger() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Return the Logger for this component.
getLogger() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Return the Logger for this component.
getLogger() - class org.apache.catalina.startup.Embedded のメソッド
Return the Logger for this component.
getLoginConfig() - interface org.apache.catalina.Context のメソッド
Return the login configuration descriptor for this web application.
getLoginConfig() - class org.apache.catalina.core.StandardContext のメソッド
Return the login configuration descriptor for this web application.
getLoginPage() - class org.apache.catalina.deploy.LoginConfig のメソッド
 
getMajorVersion() - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getMajorVersion() - class org.apache.catalina.core.ApplicationContext のメソッド
Return the major version of the Java Servlet API that we implement.
getManager() - interface org.apache.catalina.Session のメソッド
Return the Manager within which this Session is valid.
getManager() - interface org.apache.catalina.Store のメソッド
Return the Manager instance associated with this Store.
getManager() - interface org.apache.catalina.Container のメソッド
Return the Manager with which this Container is associated.
getManager() - class org.apache.catalina.core.ContainerBase のメソッド
Return the Manager with which this Container is associated.
getManager() - class org.apache.catalina.core.DefaultContext のメソッド
Return the Manager with which this Container is associated.
getManager() - class org.apache.catalina.session.StoreBase のメソッド
Return the Manager with which the Store is associated.
getManager(String) - class org.apache.catalina.util.StringManager の static メソッド
Get the StringManager for a particular package.
getManager(String) - class org.apache.naming.StringManager の static メソッド
Get the StringManager for a particular package.
getMapperClass() - class org.apache.catalina.core.StandardHost のメソッド
Return the default Mapper class name.
getMapperClass() - class org.apache.catalina.core.StandardEngine のメソッド
Return the default Mapper class name.
getMapperClass() - class org.apache.catalina.core.StandardContext のメソッド
Return the default Mapper class name.
getMaxActiveSessions() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Return the maximum number of active Sessions allowed, or -1 for no limit.
getMaxActiveSessions() - class org.apache.catalina.session.StandardManager のメソッド
Return the maximum number of active Sessions allowed, or -1 for no limit.
getMaxIdleBackup() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store.
getMaxIdleSwap() - class org.apache.catalina.session.PersistentManagerBase のメソッド
The time in seconds after which a session should be swapped out of memory to disk.
getMaxInactiveInterval() - interface org.apache.catalina.Session のメソッド
Return the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveInterval() - interface org.apache.catalina.Manager のメソッド
Return the default maximum inactive interval (in seconds) for Sessions created by this Manager.
getMaxInactiveInterval() - class org.apache.catalina.session.ManagerBase のメソッド
Return the default maximum inactive interval (in seconds) for Sessions created by this Manager.
getMaxInactiveInterval() - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
getMaxInstances() - class org.apache.catalina.core.StandardWrapper のメソッド
Return maximum number of instances that will be allocated when a single thread model servlet is used.
getMaxProcessors() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the maximum number of processors allowed, or <0 for unlimited.
getMaxProcessors() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the maximum number of processors allowed, or <0 for unlimited.
getMessage() - class org.apache.catalina.LifecycleException のメソッド
Returns the message associated with this exception, if any.
getMessage() - interface org.apache.catalina.HttpResponse のメソッド
Return the error message that was set with sendError() for this Response.
getMessage() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Return the error message that was set with sendError() for this Response.
getMessage() - class org.apache.catalina.connector.HttpResponseWrapper のメソッド
Return the error message that was set with sendError() for this response.
getMethod() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getMethod() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the HTTP request method used in this Request.
getMethod() - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
getMimeType(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getMimeType(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Return the MIME type of the specified file, or null if the MIME type cannot be determined.
getMinIdleSwap() - class org.apache.catalina.session.PersistentManagerBase のメソッド
The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.
getMinorVersion() - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getMinorVersion() - class org.apache.catalina.core.ApplicationContext のメソッド
Return the minor version of the Java Servlet API that we implement.
getMinProcessors() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the minimum number of processors to start at initialization.
getMinProcessors() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the minimum number of processors to start at initialization.
getMulticastAddress() - class org.apache.catalina.cluster.StandardCluster のメソッド
Get the Groupaddress associated with our Cluster
getMulticastPort() - class org.apache.catalina.cluster.StandardCluster のメソッド
Get the Port associated with our Cluster
getName() - interface org.apache.catalina.Host のメソッド
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - interface org.apache.catalina.Service のメソッド
Return the name of this Service.
getName() - interface org.apache.catalina.Container のメソッド
Return a name string (suitable for use by humans) that describes this Container.
getName() - class org.apache.catalina.cluster.StandardCluster のメソッド
Return a String containing the name of this Cluster implementation, used for logging
getName() - class org.apache.catalina.cluster.ClusterSessionBase のメソッド
 
getName() - class org.apache.catalina.cluster.MulticastReceiver のメソッド
Return a String containing the name of this implementation, used for logging
getName() - class org.apache.catalina.cluster.MulticastSender のメソッド
Return a String containing the name of this implementation, used for logging
getName() - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
getName() - class org.apache.catalina.deploy.SecurityCollection のメソッド
Return the name of this web resource collection.
getName() - class org.apache.catalina.deploy.ContextResource のメソッド
 
getName() - class org.apache.catalina.deploy.ContextEnvironment のメソッド
 
getName() - class org.apache.catalina.deploy.ApplicationParameter のメソッド
 
getName() - class org.apache.catalina.deploy.ResourceParams のメソッド
 
getName() - class org.apache.catalina.deploy.ContextEjb のメソッド
 
getName() - class org.apache.catalina.core.ContainerBase のメソッド
Return a name string (suitable for use by humans) that describes this Container.
getName() - class org.apache.catalina.core.StandardHost のメソッド
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - class org.apache.catalina.core.StandardService のメソッド
Return the name of this Service.
getName() - class org.apache.catalina.core.DefaultContext のメソッド
The name of this DefaultContext
getName() - class org.apache.catalina.session.ManagerBase のメソッド
Return the descriptive short name of this Manager implementation.
getName() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Return the descriptive short name of this Manager implementation.
getName() - class org.apache.catalina.session.StandardManager のメソッド
Return the descriptive short name of this Manager implementation.
getName() - class org.apache.catalina.session.PersistentManager のメソッド
Return the descriptive short name of this Manager implementation.
getName() - class org.apache.catalina.session.DistributedManager のメソッド
Return the descriptive short name of this Manager implementation.
getName() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Retruns the Catalina component name.
getName() - interface org.apache.catalina.startup.CatalinaManagerMBean のメソッド
Retruns the Catalina component name.
getName() - class org.apache.catalina.startup.CatalinaManager のメソッド
Retruns the Catalina component name.
getName() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Retruns the Catalina component name.
getName() - class org.apache.catalina.realm.RealmBase のメソッド
Return a short name for this Realm implementation, for use in log messages.
getName() - class org.apache.catalina.realm.JDBCRealm のメソッド
Return a short name for this Realm implementation.
getName() - class org.apache.catalina.realm.MemoryRealm のメソッド
Return a short name for this Realm implementation.
getName() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return a short name for this Realm implementation.
getName() - class org.apache.catalina.realm.GenericPrincipal のメソッド
 
getName() - interface org.apache.naming.NamingServiceMBean のメソッド
Retruns the JNDI component name.
getName() - class org.apache.naming.NamingService のメソッド
Retruns the Catalina component name.
getName() - class org.apache.naming.resources.ResourceAttributes のメソッド
Get name.
getName() - class org.apache.naming.resources.FileDirContext.FileResourceAttributes のメソッド
Get name.
getName() - class org.apache.naming.resources.WARDirContext.Entry のメソッド
 
getNamedDispatcher(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getNamedDispatcher(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Return a RequestDispatcher object that acts as a wrapper for the named servlet.
getNameInNamespace() - class org.apache.naming.NamingContext のメソッド
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - class org.apache.naming.SelectorContext のメソッド
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - class org.apache.naming.resources.FileDirContext のメソッド
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - class org.apache.naming.resources.WARDirContext のメソッド
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - class org.apache.naming.NamingContext のメソッド
Retrieves the parser associated with the named context.
getNameParser(Name) - class org.apache.naming.SelectorContext のメソッド
Retrieves the parser associated with the named context.
getNameParser(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves the parser associated with the named context.
getNameParser(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves the parser associated with the named context.
getNameParser(String) - class org.apache.naming.NamingContext のメソッド
Retrieves the parser associated with the named context.
getNameParser(String) - class org.apache.naming.SelectorContext のメソッド
Retrieves the parser associated with the named context.
getNameParser(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves the parser associated with the named context.
getNameParser(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves the parser associated with the named context.
getNote(String) - interface org.apache.catalina.Session のメソッド
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(String) - interface org.apache.catalina.Request のメソッド
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNote(String) - class org.apache.catalina.connector.RequestBase のメソッド
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNoteNames() - interface org.apache.catalina.Session のメソッド
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNoteNames() - interface org.apache.catalina.Request のメソッド
Return an Iterator containing the String names of all notes bindings that exist for this request.
getNoteNames() - class org.apache.catalina.connector.RequestBase のメソッド
Return an Iterator containing the String names of all notes bindings that exist for this request.
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.naming.java.javaURLContextFactory のメソッド
Crete a new Context's instance.
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.naming.factory.EjbFactory のメソッド
Crete a new EJB instance.
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.naming.factory.TyrexDataSourceFactory のメソッド
Crete a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.naming.factory.BeanFactory のメソッド
Create a new Bean instance.
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.naming.factory.SendMailFactory のメソッド
 
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.naming.factory.TransactionFactory のメソッド
Crete a new User transaction instance.
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.naming.factory.ResourceFactory のメソッド
Crete a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.naming.factory.ResourceEnvFactory のメソッド
Crete a new Resource env instance.
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.naming.factory.MailSessionFactory のメソッド
Create and return an object instance based on the specified characteristics.
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.naming.factory.TyrexTransactionFactory のメソッド
Crete a new User transaction instance.
getObjects() - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
Get an array of objects that has been received by this component.
getObjects() - class org.apache.catalina.cluster.MulticastReceiver のメソッド
Receive the objects currently in our stack and clear if afterwards.
getObjectStack() - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
getObjectStack() - interface org.apache.catalina.util.xml.SaxContext のメソッド
We maintain a stack to keep java objects that are generated as result of parsing.
getOutputStream() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
getOutputStream() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the servlet output stream associated with this Response.
getOutputStream() - class org.apache.catalina.util.ssi.ResponseIncludeWrapper のメソッド
Return a OutputStream, throws and exception if a printwriter already been returned.
getOverride() - interface org.apache.catalina.Context のメソッド
Return the override flag for this web application.
getOverride() - class org.apache.catalina.deploy.ContextEnvironment のメソッド
 
getOverride() - class org.apache.catalina.deploy.ApplicationParameter のメソッド
 
getOverride() - class org.apache.catalina.core.StandardContext のメソッド
Return the DefaultContext override flag for this web application.
getPacket() - class org.apache.catalina.connector.warp.WarpResponse のメソッド
Return the WarpPacket instance used to process headers.
getParameter(String) - class org.apache.catalina.connector.RequestFacade のメソッド
 
getParameter(String) - class org.apache.catalina.connector.RequestBase のメソッド
Return the value of the specified request parameter, if any; otherwise, return null.
getParameter(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the value of the specified request parameter, if any; otherwise, return null.
getParameterMap() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getParameterMap() - class org.apache.catalina.connector.RequestBase のメソッド
Returns a Map of the parameters of this request.
getParameterMap() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Returns a Map of the parameters of this request.
getParameterMap() - class org.apache.catalina.deploy.FilterDef のメソッド
 
getParameterNames() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getParameterNames() - class org.apache.catalina.connector.RequestBase のメソッド
Return the names of all defined request parameters for this request.
getParameterNames() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the names of all defined request parameters for this request.
getParameterNames() - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
getParameters() - class org.apache.catalina.util.CGIProcessEnvironment のメソッド
Gets process' derived query parameters
getParameters() - class org.apache.catalina.deploy.ResourceParams のメソッド
 
getParameters() - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Gets derived CGI query parameters
getParameterValues(String) - class org.apache.catalina.connector.RequestFacade のメソッド
 
getParameterValues(String) - class org.apache.catalina.connector.RequestBase のメソッド
Return the defined values for the specified request parameter, if any; otherwise, return null.
getParameterValues(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the defined values for the specified request parameter, if any; otherwise, return null.
getParameterValues(String) - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
getParent() - interface org.apache.catalina.Container のメソッド
Return the Container for which this Container is a child, if there is one.
getParent() - class org.apache.catalina.core.ContainerBase のメソッド
Return the Container for which this Container is a child, if there is one.
getParent() - class org.apache.catalina.core.DefaultContext のメソッド
Return the Container for which this Container is a child, if there is one.
getParentClassLoader() - interface org.apache.catalina.Container のメソッド
Return the parent class loader (if any) for web applications.
getParentClassLoader() - class org.apache.catalina.core.ContainerBase のメソッド
Return the parent class loader (if any) for this web application.
getPassword() - class org.apache.catalina.realm.GenericPrincipal のメソッド
 
getPassword(String) - class org.apache.catalina.realm.RealmBase のメソッド
Return the password associated with the given principal's user name.
getPassword(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Return the password associated with the given principal's user name.
getPassword(String) - class org.apache.catalina.realm.MemoryRealm のメソッド
Return the password associated with the given principal's user name.
getPassword(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the password associated with the given principal's user name.
getPath() - interface org.apache.catalina.Context のメソッド
Return the context path for this web application.
getPath() - class org.apache.catalina.util.URL のメソッド
Return the path part of the URL.
getPath() - class org.apache.catalina.core.StandardContext のメソッド
Return the context path for this Context.
getPath() - interface org.apache.catalina.startup.CatalinaManagerMBean のメソッド
Path accessor.
getPath() - class org.apache.catalina.startup.CatalinaManager のメソッド
Path accessor.
getPathInfo() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getPathInfo() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the path information associated with this Request.
getPathname() - class org.apache.catalina.session.StandardManager のメソッド
Return the session persistence pathname, if any.
getPathname() - class org.apache.catalina.realm.MemoryRealm のメソッド
Return the pathname of our XML file containing user definitions.
getPathTranslated() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getPathTranslated() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the extra path information for this request, translated to a real path.
getPattern() - class org.apache.catalina.valves.AccessLogValve のメソッド
Return the format pattern.
getPermission() - class org.apache.naming.resources.DirContextURLConnection のメソッド
Get the Permission for this URL
getPermissions(CodeSource) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Get the Permissions for a CodeSource.
getPermissions(CodeSource) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Get the Permissions for a CodeSource.
getPipeline() - class org.apache.catalina.core.ContainerBase のメソッド
Return the Pipeline object that manages the Valves associated with this Container.
getPort() - interface org.apache.catalina.Server のメソッド
Return the port number we listen to for shutdown commands.
getPort() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the port number on which we listen for HTTP requests.
getPort() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the port to which this Connector will bind to.
getPort() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the port number on which we listen for HTTP requests.
getPort() - class org.apache.catalina.util.URL のメソッド
Return the port number part of the URL.
getPort() - class org.apache.catalina.core.StandardServer のメソッド
Return the port number we listen to for shutdown commands.
getPostInput(Hashtable) - class org.apache.catalina.util.ProcessHelper のメソッド
Gets a string for input to a POST cgi script
getPostInput(Hashtable) - class org.apache.catalina.servlets.CGIServlet.CGIRunner のメソッド
Gets a string for input to a POST cgi script
getPrefix() - class org.apache.catalina.valves.AccessLogValve のメソッド
Return the log file prefix.
getPrefix() - class org.apache.catalina.logger.FileLogger のメソッド
Return the log file prefix.
getPrincipal() - interface org.apache.catalina.Session のメソッド
Return the authenticated Principal that is associated with this Session.
getPrincipal(String) - class org.apache.catalina.realm.RealmBase のメソッド
Return the Principal associated with the given user name.
getPrincipal(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Return the Principal associated with the given user name.
getPrincipal(String) - class org.apache.catalina.realm.MemoryRealm のメソッド
Return the Principal associated with the given user name.
getPrincipal(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the Principal associated with the given user name.
getPrivileged() - interface org.apache.catalina.Context のメソッド
Return the privileged flag for this web application.
getPrivileged() - class org.apache.catalina.core.StandardContext のメソッド
Return the privileged flag for this web application.
getProtocol() - interface org.apache.catalina.Mapper のメソッド
Return the protocol for which this Mapper is responsible.
getProtocol() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getProtocol() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Return the HTTP protocol version implemented by this response object.
getProtocol() - class org.apache.catalina.connector.RequestBase のメソッド
Return the protocol and version used to make this Request.
getProtocol() - class org.apache.catalina.util.URL のメソッド
Return the protocol name part of the URL.
getProtocol() - class org.apache.catalina.core.FastEngineMapper のメソッド
Return the protocol for which this Mapper is responsible.
getProtocol() - class org.apache.catalina.core.StandardContextMapper のメソッド
Return the protocol for which this Mapper is responsible.
getProtocol() - class org.apache.catalina.core.StandardEngineMapper のメソッド
Return the protocol for which this Mapper is responsible.
getProtocol() - class org.apache.catalina.core.StandardHostMapper のメソッド
Return the protocol for which this Mapper is responsible.
getProtocol() - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
getProxyName() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the proxy server name for this Connector.
getProxyName() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the proxy server name for this Connector.
getProxyPort() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the proxy server port for this Connector.
getProxyPort() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the proxy server port for this Connector.
getPublicId() - interface org.apache.catalina.Context のメソッド
Return the public identifier of the deployment descriptor DTD that is currently being parsed.
getPublicId() - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
getPublicId() - interface org.apache.catalina.util.xml.SaxContext のメソッド
 
getPublicId() - class org.apache.catalina.core.StandardContext のメソッド
Return the public identifier of the deployment descriptor DTD that is currently being parsed.
getQuery() - class org.apache.catalina.util.URL のメソッド
Return the query part of the URL.
getQueryString() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getQueryString() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the query string associated with this request.
getQueryString() - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
getRandom() - class org.apache.catalina.session.ManagerBase のメソッド
Return the random number generator instance we should use for generating session identifiers.
getRandom() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the random number generator instance we should use for generating session identifiers.
getRandomClass() - class org.apache.catalina.session.ManagerBase のメソッド
Return the random number generator class name.
getRandomClass() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the random number generator class name.
getReader() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getReader() - class org.apache.catalina.connector.RequestBase のメソッド
Read the Reader wrapping the input stream for this Request.
getRealm() - interface org.apache.catalina.Container のメソッド
Return the Realm with which this Container is associated.
getRealm() - class org.apache.catalina.core.ContainerBase のメソッド
Return the Realm with which this Container is associated.
getRealm() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Return the default Realm for our Containers.
getRealm() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Return the default Realm for our Containers.
getRealm() - class org.apache.catalina.startup.Embedded のメソッド
Return the default Realm for our Containers.
getRealm() - class org.apache.catalina.realm.GenericPrincipal のメソッド
 
getRealmName() - class org.apache.catalina.deploy.LoginConfig のメソッド
 
getRealPath(String) - class org.apache.catalina.connector.RequestFacade のメソッド
 
getRealPath(String) - class org.apache.catalina.connector.RequestBase のメソッド
推奨されていません。 As of version 2.1 of the Java Servlet API, use ServletContext.getRealPath().
getRealPath(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getRealPath(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Return the real path for a given virtual path, if possible; otherwise return null.
getRedirectPort() - interface org.apache.catalina.Connector のメソッド
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRedirectPort() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRedirectPort() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRedirectPort() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRef() - class org.apache.catalina.util.URL のメソッド
Return the reference part of the URL.
getRelativePath(HttpServletRequest) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Return the relative path associated with this servlet.
getReloadable() - interface org.apache.catalina.Context のメソッド
Return the reloadable flag for this web application.
getReloadable() - interface org.apache.catalina.Loader のメソッド
Return the reloadable flag for this Loader.
getReloadable() - class org.apache.catalina.core.StandardContext のメソッド
Return the reloadable flag for this web application.
getReloadable() - class org.apache.catalina.core.DefaultContext のメソッド
Return the reloadable flag for this web application.
getReloadable() - class org.apache.catalina.loader.WebappLoader のメソッド
Return the reloadable flag for this Loader.
getReloadable() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Return the reloadable flag for this Loader.
getRemote() - class org.apache.catalina.deploy.ContextEjb のメソッド
 
getRemoteAddr() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getRemoteAddr() - class org.apache.catalina.connector.RequestBase のメソッド
Return the remote IP address making this Request.
getRemoteClusterMembers() - interface org.apache.catalina.Cluster のメソッド
Returns a collection containing ClusterMemberInfo on the remote members of this Cluster.
getRemoteClusterMembers() - class org.apache.catalina.cluster.StandardCluster のメソッド
Returns a collection containing ClusterMemberInfo on the remote members of this Cluster.
getRemoteHost() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getRemoteHost() - class org.apache.catalina.connector.RequestBase のメソッド
Return the remote host name making this Request.
getRemoteUser() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getRemoteUser() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the name of the remote user that has been authenticated for this Request.
getReporter() - interface org.apache.catalina.Response のメソッド
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getReporter() - class org.apache.catalina.connector.ResponseBase のメソッド
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getReporter() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getRequest() - class org.apache.catalina.InstanceEvent のメソッド
Return the servlet request for which this event occurred.
getRequest() - interface org.apache.catalina.Response のメソッド
Return the Request with which this Response is associated.
getRequest() - interface org.apache.catalina.Request のメソッド
Return the ServletRequest for which this object is the facade.
getRequest() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the Request with which this Response is associated.
getRequest() - class org.apache.catalina.connector.RequestWrapper のメソッド
Return the ServletRequest for which this object is the facade.
getRequest() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return the Request with which this Response is associated.
getRequest() - class org.apache.catalina.connector.RequestBase のメソッド
Return the ServletRequest for which this object is the facade.
getRequest() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the ServletRequest for which this object is the facade.
getRequestDispatcher(String) - class org.apache.catalina.connector.RequestFacade のメソッド
 
getRequestDispatcher(String) - class org.apache.catalina.connector.RequestBase のメソッド
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestDispatcher(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestDispatcher(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getRequestDispatcher(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Return a RequestDispatcher instance that acts as a wrapper for the resource at the given path.
getRequestedSessionId() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getRequestedSessionId() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the session identifier included in this request, if any.
getRequestURI() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getRequestURI() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the request URI for this request.
getRequestURI() - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
getRequestURL() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getRequestURL() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Reconstructs the URL the client used to make the request.
getRequired(Manifest) - class org.apache.catalina.loader.Extension の static メソッド
Return the set of Extension objects representing optional packages that are required by the application contained in the JAR file associated with the specified Manifest.
getResource(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getResource(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Return the URL to the resource that is mapped to a specified path.
getResource(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Find the resource with the given name.
getResource(String) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Find the resource with the given name.
getResourceAsStream(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getResourceAsStream(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Return the requested resource as an InputStream.
getResourceAsStream(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourceAsStream(String) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourcePaths(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getResourcePaths(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Return a Set containing the resource paths of resources member of the specified collection.
getResources() - interface org.apache.catalina.Container のメソッド
Return the Resources with which this Container is associated.
getResources() - class org.apache.catalina.core.ContainerBase のメソッド
Return the resources DirContext object with which this Container is associated.
getResources() - class org.apache.catalina.core.ApplicationContext のメソッド
Return the resources object that is mapped to a specified path.
getResources() - class org.apache.catalina.core.DefaultContext のメソッド
Get the resources DirContext object with which this Container is associated.
getResources() - class org.apache.catalina.servlets.DefaultServlet のメソッド
Get resources.
getResourceType() - class org.apache.naming.resources.ResourceAttributes のメソッド
Get resource type.
getResourceType() - class org.apache.naming.resources.FileDirContext.FileResourceAttributes のメソッド
Get resource type.
getResponse() - class org.apache.catalina.InstanceEvent のメソッド
Return the servlet response for which this event occurred.
getResponse() - interface org.apache.catalina.Response のメソッド
Return the ServletResponse for which this object is the facade.
getResponse() - interface org.apache.catalina.Request のメソッド
Return the Response with which this Request is associated.
getResponse() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the ServletResponse for which this object is the facade.
getResponse() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Return the ServletResponse for which this object is the facade.
getResponse() - class org.apache.catalina.connector.RequestWrapper のメソッド
Return the Response with which this Request is associated.
getResponse() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return the ServletResponse for which this object is the facade.
getResponse() - class org.apache.catalina.connector.RequestBase のメソッド
Return the Response with which this Request is associated.
getRoleBase() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the base element for role searches.
getRoleName() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the role name attribute name for this Realm.
getRoles() - class org.apache.catalina.realm.GenericPrincipal のメソッド
 
getRoles(DirContext, String, String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Return a List of roles associated with the user with the specified distinguished name.
getRoleSearch() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the message format pattern for selecting roles in this Realm.
getRoleSubtree() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the "search subtree for roles" flag.
getRoot() - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
getRoot() - interface org.apache.catalina.util.xml.SaxContext のメソッド
The root object is either set by caller before starting the parse or can be created using the first tag.
getRunAs() - interface org.apache.catalina.Wrapper のメソッド
Return the run-as identity for this servlet.
getRunAs() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the run-as identity for this servlet.
getSaveOnRestart() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Indicates whether sessions are saved when the Manager is shut down properly.
getSchema(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves the schema associated with the named object.
getSchema(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves the schema associated with the named object.
getSchema(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves the schema associated with the named object.
getSchema(String) - class org.apache.naming.resources.FileDirContext のメソッド
Retrieves the schema associated with the named object.
getSchema(String) - class org.apache.naming.resources.WARDirContext のメソッド
Retrieves the schema associated with the named object.
getSchema(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves the schema associated with the named object.
getSchemaClassDefinition(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - class org.apache.naming.resources.FileDirContext のメソッド
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - class org.apache.naming.resources.WARDirContext のメソッド
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves a context containing the schema objects of the named object's class definitions.
getScheme() - interface org.apache.catalina.Connector のメソッド
Return the scheme that will be assigned to requests received through this connector.
getScheme() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getScheme() - class org.apache.catalina.connector.RequestBase のメソッド
Return the scheme used to make this Request.
getScheme() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the scheme that will be assigned to requests received through this connector.
getScheme() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the scheme that will be assigned to requests received through this connector.
getScheme() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the scheme that will be assigned to requests received through this connector.
getScope() - class org.apache.catalina.deploy.ContextResource のメソッド
 
getSecure() - interface org.apache.catalina.Connector のメソッド
Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the secure connection flag that will be assigned to requests received through this connector.
getSenderId() - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
get the senderId used to identify messages being received in a Cluster.
getSenderId() - class org.apache.catalina.cluster.ReplicationWrapper のメソッド
get the sender id for this wrapper
getSenderId() - class org.apache.catalina.cluster.ClusterSessionBase のメソッド
get the senderId used to identify messages being send or received in a Cluster.
getSenderId() - interface org.apache.catalina.cluster.ClusterSender のメソッド
get the senderId used to identify messages being sent in a Cluster.
getServer() - class org.apache.catalina.ServerFactory の static メソッド
Return the singleton Server instance for this JVM.
getServerInfo() - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getServerInfo() - class org.apache.catalina.core.ApplicationContext のメソッド
Return the name and version of the servlet container.
getServerName() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getServerName() - class org.apache.catalina.connector.RequestBase のメソッド
Return the server name responding to this Request.
getServerPort() - class org.apache.catalina.connector.RequestFacade のメソッド
 
getServerPort() - class org.apache.catalina.connector.RequestBase のメソッド
Return the server port responding to this Request.
getServerVariable(String) - class org.apache.catalina.util.ssi.SsiMediator のメソッド
Get a server variable
getServerVersion() - class org.apache.catalina.cluster.ClusterMemberInfo のメソッド
 
getService() - interface org.apache.catalina.Engine のメソッド
Return the Service with which we are associated (if any).
getService() - interface org.apache.catalina.Connector のメソッド
Return the Service with which we are associated (if any).
getService() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the Service with which we are associated (if any).
getService() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Return the Service with which we are associated (if any).
getService() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Return the Service with which we are associated (if any).
getService() - class org.apache.catalina.core.StandardEngine のメソッド
Return the Service with which we are associated (if any).
getServlet() - class org.apache.catalina.InstanceEvent のメソッド
Return the servlet instance for which this event occurred.
getServlet(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getServlet(String) - class org.apache.catalina.core.ApplicationContext のメソッド
推奨されていません。 As of Java Servlet API 2.1, with no direct replacement.
getServletClass() - interface org.apache.catalina.Wrapper のメソッド
Return the fully qualified servlet class name for this servlet.
getServletClass() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the fully qualified servlet class name for this servlet.
getServletContext() - interface org.apache.catalina.Context のメソッド
Return the servlet context for which this Context is a facade.
getServletContext() - class org.apache.catalina.core.StandardWrapperFacade のメソッド
 
getServletContext() - class org.apache.catalina.core.StandardContext のメソッド
Return the servlet context for which this Context is a facade.
getServletContext() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the servlet context with which this servlet is associated.
getServletContext() - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
getServletContextName() - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getServletContextName() - class org.apache.catalina.core.ApplicationContext のメソッド
Return the display name of this web application.
getServletName() - class org.apache.catalina.deploy.FilterMap のメソッド
 
getServletName() - class org.apache.catalina.core.StandardWrapperFacade のメソッド
 
getServletName() - class org.apache.catalina.core.StandardWrapper のメソッド
Return the name of this servlet.
getServletNames() - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getServletNames() - class org.apache.catalina.core.ApplicationContext のメソッド
推奨されていません。 As of Java Servlet API 2.1, with no direct replacement.
getServletPath() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getServletPath() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the portion of the request URI used to select the servlet that will process this request.
getServletPath() - class org.apache.catalina.util.ProcessEnvironment のメソッド
 
getServlets() - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
getServlets() - class org.apache.catalina.core.ApplicationContext のメソッド
推奨されていません。 As of Java Servlet API 2.1, with no direct replacement.
getSession() - interface org.apache.catalina.Session のメソッド
Return the HttpSession for which this object is the facade.
getSession() - class org.apache.catalina.SessionEvent のメソッド
Return the Session on which this event occurred.
getSession() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getSession() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the session associated with this Request, creating one if necessary.
getSession(boolean) - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getSession(boolean) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the session associated with this Request, creating one if necessary and requested.
getSession(HttpRequest) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the internal Session that is associated with this HttpRequest, or null if there is no such Session.
getSession(HttpRequest, boolean) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Return the internal Session that is associated with this HttpRequest, possibly creating a new one if necessary, or null if there is no such session and we did not create one.
getSessionContext() - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
getSessionDataCol() - class org.apache.catalina.session.JDBCStore のメソッド
Return the data column for the table
getSessionIdCol() - class org.apache.catalina.session.JDBCStore のメソッド
Return the Id column for the table.
getSessionLastAccessedCol() - class org.apache.catalina.session.JDBCStore のメソッド
Return the Last Accessed column
getSessionMaxInactiveCol() - class org.apache.catalina.session.JDBCStore のメソッド
Return the Max Inactive column
getSessionTable() - class org.apache.catalina.session.JDBCStore のメソッド
Return the table for this Store.
getSessionTimeout() - interface org.apache.catalina.Context のメソッド
Return the default session timeout (in minutes) for this web application.
getSessionTimeout() - class org.apache.catalina.core.StandardContext のメソッド
Return the default session timeout (in minutes) for this web application.
getSessionValidCol() - class org.apache.catalina.session.JDBCStore のメソッド
Return the Is Valid column
getShutdown() - interface org.apache.catalina.Server のメソッド
Return the shutdown command string we are waiting for.
getShutdown() - class org.apache.catalina.core.StandardServer のメソッド
Return the shutdown command string we are waiting for.
getSize() - interface org.apache.catalina.Store のメソッド
Return the number of Sessions present in this Store.
getSize() - class org.apache.catalina.session.FileStore のメソッド
Return the number of Sessions present in this Store.
getSize() - class org.apache.catalina.session.JDBCStore のメソッド
Return an integer containing a count of all Sessions currently saved in this Store.
getSizefmt() - class org.apache.catalina.util.ssi.SsiConfig のメソッド
Return the current Size format.
getSmallIcon() - class org.apache.catalina.deploy.FilterDef のメソッド
 
getSocket() - interface org.apache.catalina.Request のメソッド
Return the Socket (if any) through which this Request was received.
getSocket() - class org.apache.catalina.connector.RequestWrapper のメソッド
Return the Socket (if any) through which this Request was received.
getSocket() - class org.apache.catalina.connector.RequestBase のメソッド
Return the Socket (if any) through which this Request was received.
getSocket() - class org.apache.catalina.connector.warp.WarpConnection のメソッド
Return the socket this connection is working on.
getSocketFactory() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Return the secure socket factory class name.
getSocketFactory() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Return the secure socket factory class name.
getSocketFactory() - class org.apache.catalina.startup.Embedded のメソッド
Return the secure socket factory class name.
getSpecificationVendor() - class org.apache.catalina.loader.Extension のメソッド
 
getSpecificationVersion() - class org.apache.catalina.loader.Extension のメソッド
 
getSSL() - class org.apache.catalina.connector.warp.WarpRequest.Stream のメソッド
Read the data from the SSL environment.
getState() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Returns the state.
getState() - interface org.apache.catalina.startup.CatalinaManagerMBean のメソッド
Returns the state.
getState() - class org.apache.catalina.startup.CatalinaManager のメソッド
Returns the state.
getState() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Returns the state.
getState() - interface org.apache.naming.NamingServiceMBean のメソッド
Returns the state.
getState() - class org.apache.naming.NamingService のメソッド
Returns the state.
getStateString() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Returns a String representation of the state.
getStateString() - interface org.apache.catalina.startup.CatalinaManagerMBean のメソッド
Returns a String representation of the state.
getStateString() - class org.apache.catalina.startup.CatalinaManager のメソッド
Returns a String representation of the state.
getStateString() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Returns a String representation of the state.
getStateString() - interface org.apache.naming.NamingServiceMBean のメソッド
Returns a String representation of the state.
getStateString() - class org.apache.naming.NamingService のメソッド
Returns a String representation of the state.
getStatus() - interface org.apache.catalina.HttpResponse のメソッド
Return the HTTP status code associated with this Response.
getStatus() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Return the HTTP status code associated with this Response.
getStatus() - class org.apache.catalina.connector.HttpResponseWrapper のメソッド
Return the HTTP status code associated with this Response.
getStatusMessage(int) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Returns a default status message for the specified HTTP status code.
getStore() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Return the Store object which manages persistent Session storage for this Manager.
getStoreName() - class org.apache.catalina.session.StoreBase のメソッド
Return the name for this Store, used for logging.
getStoreName() - class org.apache.catalina.session.FileStore のメソッド
Return the name for this Store, used for logging.
getStoreName() - class org.apache.catalina.session.JDBCStore のメソッド
Return the name for this Store, used for logging.
getStream() - interface org.apache.catalina.Response のメソッド
Return the output stream associated with this Response.
getStream() - interface org.apache.catalina.Request のメソッド
Return the input stream associated with this Request.
getStream() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the output stream associated with this Response.
getStream() - class org.apache.catalina.connector.RequestWrapper のメソッド
Return the input stream associated with this Request.
getStream() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return the output stream associated with this Response.
getStream() - class org.apache.catalina.connector.RequestBase のメソッド
Return the input stream associated with this Request.
getStream() - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo のメソッド
Get IS from resource.
getStream(String[], String[]) - class org.apache.catalina.util.ssi.SsiInclude のメソッド
Get the stream from the included file.
getStream(String[], String[]) - class org.apache.catalina.util.ssi.SsiFlastmod のメソッド
Get the date of a file and format it correctly
getStream(String[], String[]) - class org.apache.catalina.util.ssi.SsiConfig のメソッド
process() should be used since this SsiCommand does not return anything.
getStream(String[], String[]) - class org.apache.catalina.util.ssi.SsiFsize のメソッド
Figure out the length/size of a given file.
getStream(String[], String[]) - interface org.apache.catalina.util.ssi.SsiCommand のメソッド
Get the processed result of this SsiCommands, called after and only if isPrintable() returns true
getStream(String[], String[]) - class org.apache.catalina.util.ssi.SsiExec のメソッド
 
getStream(String[], String[]) - class org.apache.catalina.util.ssi.SsiEcho のメソッド
Get the value associated with this parameter
getString() - class org.apache.catalina.util.StringParser のメソッド
Return the String we are currently parsing.
getString(String) - class org.apache.catalina.util.StringManager のメソッド
Get a string from the underlying resource bundle.
getString(String) - class org.apache.naming.StringManager のメソッド
Get a string from the underlying resource bundle.
getString(String, Object) - 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) - class org.apache.naming.StringManager のメソッド
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object[]) - 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[]) - 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, Object) - 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) - 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) - 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) - 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) - 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) - class org.apache.naming.StringManager のメソッド
Get a string from the underlying resource bundle and format it with the given object arguments.
getSuffix() - class org.apache.catalina.valves.AccessLogValve のメソッド
Return the log file suffix.
getSuffix() - class org.apache.catalina.logger.FileLogger のメソッド
Return the log file suffix.
getTag(int) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
getTag(int) - interface org.apache.catalina.util.xml.SaxContext のメソッド
Access a particular tag
getTagCount() - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
getTagCount() - interface org.apache.catalina.util.xml.SaxContext のメソッド
Depth of the tag stack.
getTcpNoDelay() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Return the TCP no delay flag value.
getThread() - class org.apache.naming.ContextBindings の static メソッド
Retrieves the naming context bound to a thread.
getThreadName() - class org.apache.catalina.session.StoreBase のメソッド
Return the thread name for this Store.
getThreadName() - class org.apache.catalina.session.FileStore のメソッド
Return the thread name for this Store.
getThreadName() - class org.apache.catalina.session.JDBCStore のメソッド
Return the thread name for this Store.
getThrowable() - class org.apache.catalina.LifecycleException のメソッド
Returns the throwable that caused this exception, if any.
getTimefmt() - class org.apache.catalina.util.ssi.SsiConfig のメソッド
Return the current Time format.
getTimestamp() - class org.apache.catalina.logger.FileLogger のメソッド
Return the timestamp flag.
getType() - class org.apache.catalina.InstanceEvent のメソッド
Return the event type of this event.
getType() - class org.apache.catalina.ContainerEvent のメソッド
Return the event type of this event.
getType() - class org.apache.catalina.LifecycleEvent のメソッド
Return the event type of this event.
getType() - class org.apache.catalina.SessionEvent のメソッド
Return the event type of this event.
getType() - class org.apache.catalina.connector.warp.WarpPacket のメソッド
Return the type of this packet.
getType() - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
getType() - class org.apache.catalina.deploy.ContextResource のメソッド
 
getType() - class org.apache.catalina.deploy.ContextEnvironment のメソッド
 
getType() - class org.apache.catalina.deploy.ContextEjb のメソッド
 
getURL(File) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Get URL.
getURLPattern() - class org.apache.catalina.deploy.FilterMap のメソッド
 
getURLs() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Returns the search path of URLs for loading classes and resources.
getUserClass() - class org.apache.catalina.startup.UserConfig のメソッド
Return the user database class name for this component.
getUserConfig() - class org.apache.catalina.startup.HomesUserDatabase のメソッド
Return the UserConfig listener with which we are associated.
getUserConfig() - class org.apache.catalina.startup.PasswdUserDatabase のメソッド
Return the UserConfig listener with which we are associated.
getUserConfig() - interface org.apache.catalina.startup.UserDatabase のメソッド
Return the UserConfig listener with which we are associated.
getUserConstraint() - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Return the user data constraint for this security constraint.
getUserDN(DirContext, String, String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the distinguished name of an authenticated user (if successful) or null if authentication is unsuccessful.
getUserInfo() - class org.apache.catalina.util.URL のメソッド
Return the user info part of the URL.
getUserPassword() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the password attribute used to retrieve the user password.
getUserPattern() - class org.apache.catalina.realm.JNDIRealm のメソッド
Return the message format pattern for selecting users in this Realm.
getUserPrincipal() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
getUserPrincipal() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return the principal that has been authenticated for this Request.
getUsers() - class org.apache.catalina.startup.HomesUserDatabase のメソッド
Return an enumeration of the usernames defined on this server.
getUsers() - class org.apache.catalina.startup.PasswdUserDatabase のメソッド
Return an enumeration of the usernames defined on this server.
getUsers() - interface org.apache.catalina.startup.UserDatabase のメソッド
Return an enumeration of the usernames defined on this server.
getValidate() - class org.apache.catalina.realm.RealmBase のメソッド
Return the "validate certificate chains" flag.
getValidating() - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
getValue() - class org.apache.catalina.deploy.ContextEnvironment のメソッド
 
getValue() - class org.apache.catalina.deploy.ApplicationParameter のメソッド
 
getValue(String) - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
getValueNames() - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
getValves() - interface org.apache.catalina.Pipeline のメソッド
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - 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() - class org.apache.catalina.core.StandardPipeline のメソッド
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getVerbosity() - interface org.apache.catalina.Logger のメソッド
Return the verbosity level of this logger.
getVerbosity() - class org.apache.catalina.logger.LoggerBase のメソッド
Return the verbosity level of this logger.
getVirtualPath(String) - class org.apache.catalina.util.ssi.SsiMediator のメソッド
Return a path relative to either the webapp or the root("/") Example of valid paths: "/test/path/test.file" "../test/path/test.file"
getWebAppRootDir() - class org.apache.catalina.util.ProcessEnvironment のメソッド
Gets the root directory of the web application to which this process\ belongs
getWorkDir() - class org.apache.catalina.core.StandardHost のメソッド
Host work directory base.
getWorkDir() - class org.apache.catalina.core.StandardContext のメソッド
Return the work directory for this Context.
getWorkingDirectory() - class org.apache.catalina.util.ProcessEnvironment のメソッド
Gets this process' derived working directory
getWorkingDirectory() - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Gets derived CGI working directory
getWrappedRequest() - class org.apache.catalina.connector.RequestWrapper のメソッド
Return the wrapped request.
getWrappedResponse() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Return the wrapped response.
getWrapper() - class org.apache.catalina.InstanceEvent のメソッド
Return the Wrapper managing the servlet instance for which this event occurred.
getWrapper() - interface org.apache.catalina.ContainerServlet のメソッド
Return the Wrapper with which this Servlet is associated.
getWrapper() - interface org.apache.catalina.Request のメソッド
Return the Wrapper within which this Request is being processed.
getWrapper() - class org.apache.catalina.connector.RequestWrapper のメソッド
Return the Wrapper within which this Request is being processed.
getWrapper() - class org.apache.catalina.connector.RequestBase のメソッド
Return the Wrapper within which this Request is being processed.
getWrapper() - class org.apache.catalina.util.InstanceSupport のメソッド
Return the Wrapper with which we are associated.
getWrapper() - class org.apache.catalina.servlets.InvokerServlet のメソッド
Return the Wrapper with which we are associated.
getWrapper() - class org.apache.catalina.servlets.ManagerServlet のメソッド
Return the Wrapper with which we are associated.
getWrapperClass() - interface org.apache.catalina.Context のメソッド
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperClass() - class org.apache.catalina.core.StandardContext のメソッド
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperClass() - class org.apache.catalina.core.DefaultContext のメソッド
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWriter() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
getWriter() - class org.apache.catalina.connector.ResponseBase のメソッド
Return the writer associated with this Response.
getWriter() - class org.apache.catalina.util.ssi.ResponseIncludeWrapper のメソッド
Return a printwriter, throws and exception if a OutputStream already been returned.
getWriterEncoding() - class org.apache.catalina.util.DOMWriter の static メソッド
 
getX509Certificates() - class org.apache.catalina.connector.warp.WarpRequest.Stream のメソッド
 
Globals - class org.apache.catalina.Globals.
Global constants that are applicable to multiple packages within Catalina.
Globals() - class org.apache.catalina.Globals のコンストラクタ
 
GMT_ZONE - class org.apache.catalina.util.DateTool の static 変数
GMT timezone - all HTTP dates are on GMT
gmtZone - class org.apache.catalina.servlets.DefaultServlet の static 変数
 

H

handle(WarpConnection, WarpPacket) - class org.apache.catalina.connector.warp.WarpRequestHandler のメソッド
 
handle(WarpConnection, WarpPacket) - class org.apache.catalina.connector.warp.WarpConfigurationHandler のメソッド
 
Handler - class org.apache.naming.resources.jndi.Handler.
Stream handler to a JNDI directory context.
Handler() - class org.apache.naming.resources.jndi.Handler のコンストラクタ
 
hasExternalRepositories - class org.apache.catalina.loader.WebappClassLoader の変数
Has external repositories.
hashCode() - class org.apache.naming.NamingEntry のメソッド
 
hashToStringArray(Hashtable) - class org.apache.catalina.servlets.CGIServlet.CGIRunner のメソッド
Converts a Hashtable to a String array by converting each key/value pair in the Hashtable to a String in the form "key=value" (hashkey + "=" + hash.get(hashkey).toString())
hasMessageDigest() - class org.apache.catalina.realm.RealmBase のメソッド
 
hasMore() - class org.apache.naming.NamingContextBindingsEnumeration のメソッド
Determines whether there are any more elements in the enumeration.
hasMore() - class org.apache.naming.NamingContextEnumeration のメソッド
Determines whether there are any more elements in the enumeration.
hasMore() - class org.apache.naming.resources.RecyclableNamingEnumeration のメソッド
Determines whether there are any more elements in the enumeration.
hasMoreElements() - class org.apache.catalina.util.Enumerator のメソッド
Tests if this enumeration contains more elements.
hasMoreElements() - class org.apache.naming.NamingContextBindingsEnumeration のメソッド
 
hasMoreElements() - class org.apache.naming.NamingContextEnumeration のメソッド
 
hasMoreElements() - class org.apache.naming.resources.RecyclableNamingEnumeration のメソッド
 
hasRole(Principal, String) - interface org.apache.catalina.Realm のメソッド
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasRole(Principal, String) - class org.apache.catalina.realm.RealmBase のメソッド
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasRole(String) - class org.apache.catalina.realm.GenericPrincipal のメソッド
Does the user represented by this Principal possess the specified role?
headers - class org.apache.catalina.connector.HttpResponseBase の変数
The HTTP headers explicitly added via addHeader(), but not including those to be added with setContentLength(), setContentType(), and so on.
headers - class org.apache.catalina.connector.HttpRequestBase の変数
The HTTP headers associated with this Request, keyed by name.
hexadecimal - class org.apache.catalina.servlets.DefaultServlet の static 変数
 
HexUtils - class org.apache.catalina.util.HexUtils.
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HexUtils() - class org.apache.catalina.util.HexUtils のコンストラクタ
 
HomesUserDatabase - class org.apache.catalina.startup.HomesUserDatabase.
Concrete implementation of the UserDatabase interface considers all directories in a directory whose pathname is specified to our constructor to be "home" directories for those users.
HomesUserDatabase() - class org.apache.catalina.startup.HomesUserDatabase のコンストラクタ
Initialize a new instance of this user database component.
Host - interface org.apache.catalina.Host.
A Host is a Container that represents a virtual host in the Catalina servlet engine.
HOST - class org.apache.naming.resources.ProxyDirContext の static 変数
 
HostConfig - class org.apache.catalina.startup.HostConfig.
Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts.
HostConfig() - class org.apache.catalina.startup.HostConfig のコンストラクタ
 
hostName - class org.apache.naming.resources.ProxyDirContext の変数
Host name.
HTMLManagerServlet - class org.apache.catalina.servlets.HTMLManagerServlet.
Servlet that enables remote management of the web applications installed within the same virtual host as this web application is.
HTMLManagerServlet() - class org.apache.catalina.servlets.HTMLManagerServlet のコンストラクタ
 
http11 - class org.apache.catalina.connector.http.HttpRequestStream の変数
HTTP/1.1 flag.
HttpConnector - class org.apache.catalina.connector.http.HttpConnector.
Implementation of an HTTP/1.1 connector.
HttpConnector - class org.apache.catalina.connector.http10.HttpConnector.
Simple implementation of an HTTP/1.0 Connector, for testing and debugging purposes.
HttpConnector() - class org.apache.catalina.connector.http.HttpConnector のコンストラクタ
 
HttpConnector() - class org.apache.catalina.connector.http10.HttpConnector のコンストラクタ
 
httpDate - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
HttpRequest - interface org.apache.catalina.HttpRequest.
An HttpRequest is the Catalina internal facade for an HttpServletRequest that is to be processed, in order to produce the corresponding HttpResponse.
HttpRequestBase - class org.apache.catalina.connector.HttpRequestBase.
Convenience base implementation of the HttpRequest interface, which can be used for the Request implementation required by most Connectors that implement the HTTP protocol.
HttpRequestBase.PrivilegedGetSession - class org.apache.catalina.connector.HttpRequestBase.PrivilegedGetSession.
 
HttpRequestBase() - class org.apache.catalina.connector.HttpRequestBase のコンストラクタ
 
HttpRequestFacade - class org.apache.catalina.connector.HttpRequestFacade.
Facade class that wraps a Catalina-internal HttpRequest object.
HttpRequestFacade(HttpRequest) - class org.apache.catalina.connector.HttpRequestFacade のコンストラクタ
Construct a wrapper for the specified request.
HttpRequestStream - class org.apache.catalina.connector.http.HttpRequestStream.
 
HttpRequestStream(HttpRequestImpl, HttpResponseImpl) - class org.apache.catalina.connector.http.HttpRequestStream のコンストラクタ
Construct a servlet input stream associated with the specified Request.
HttpRequestWrapper - class org.apache.catalina.connector.HttpRequestWrapper.
Abstract convenience class that wraps a Catalina-internal HttpRequest object.
HttpRequestWrapper(HttpRequest) - class org.apache.catalina.connector.HttpRequestWrapper のコンストラクタ
Construct a wrapper for the specified request.
HttpResponse - interface org.apache.catalina.HttpResponse.
An HttpResponse is the Catalina-internal facade for an HttpServletResponse that is to be produced, based on the processing of a corresponding HttpRequest.
HttpResponseBase - class org.apache.catalina.connector.HttpResponseBase.
Convenience base implementation of the HttpResponse interface, which can be used for the Response implementation required by most Connectors that deal with HTTP.
HttpResponseBase() - class org.apache.catalina.connector.HttpResponseBase のコンストラクタ
 
HttpResponseFacade - class org.apache.catalina.connector.HttpResponseFacade.
Facade class that wraps a Catalina-internal HttpResponse object.
HttpResponseFacade(HttpResponse) - class org.apache.catalina.connector.HttpResponseFacade のコンストラクタ
Construct a wrapper for the specified response.
HttpResponseStream - class org.apache.catalina.connector.http.HttpResponseStream.
Response stream for the HTTP/1.1 connector.
HttpResponseStream(HttpResponseImpl) - class org.apache.catalina.connector.http.HttpResponseStream のコンストラクタ
Construct a servlet output stream associated with the specified Request.
HttpResponseWrapper - class org.apache.catalina.connector.HttpResponseWrapper.
Abstract convenience class that wraps a Catalina-internal HttpResponse object.
HttpResponseWrapper(HttpResponse) - class org.apache.catalina.connector.HttpResponseWrapper のコンストラクタ
Construct a wrapper for the specified response.

I

IC_PREFIX - class org.apache.naming.SelectorContext の static 変数
Initial context prefix.
ignorableWhitespace(char[], int, int) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
importDefaultContext(Context) - interface org.apache.catalina.Engine のメソッド
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - interface org.apache.catalina.Host のメソッド
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - class org.apache.catalina.core.StandardHost のメソッド
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - class org.apache.catalina.core.StandardEngine のメソッド
Import the DefaultContext config into a web application context.
importDefaultContext(Context) - class org.apache.catalina.core.DefaultContext のメソッド
Import the configuration from the DefaultContext into current Context.
included - class org.apache.catalina.connector.ResponseBase の変数
Are we currently processing inside a RequestDispatcher.include()?
included(String, String) - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Return true if the specified context-relative URI (and associated HTTP method) are protected by this security constraint.
info - class org.apache.catalina.connector.ResponseBase の static 変数
Descriptive information about this Response implementation.
info - class org.apache.catalina.connector.HttpResponseBase の static 変数
Descriptive information about this HttpResponse implementation.
info - class org.apache.catalina.connector.RequestBase の static 変数
Descriptive information about this Request implementation.
info - class org.apache.catalina.connector.HttpRequestBase の static 変数
Descriptive information about this HttpRequest implementation.
info - class org.apache.catalina.valves.ValveBase の static 変数
Descriptive information about this Valve implementation.
info - class org.apache.catalina.valves.AccessLogValve の static 変数
The descriptive information about this implementation.
info - class org.apache.catalina.valves.ErrorDispatcherValve の static 変数
The descriptive information related to this implementation.
info - class org.apache.catalina.valves.CertificatesValve の static 変数
The descriptive information related to this implementation.
info - class org.apache.catalina.core.StandardPipeline の変数
Descriptive information about this implementation.
info - class org.apache.catalina.session.StoreBase の static 変数
The descriptive information about this implementation.
info - class org.apache.catalina.session.JDBCStore の static 変数
The descriptive information about this implementation.
info - class org.apache.catalina.startup.Embedded の static 変数
Descriptive information about this server implementation.
info - class org.apache.catalina.realm.RealmBase の static 変数
Descriptive information about this Realm implementation.
info - class org.apache.catalina.realm.JDBCRealm の static 変数
Descriptive information about this Realm implementation.
info - class org.apache.catalina.realm.MemoryRealm の変数
Descriptive information about this Realm implementation.
info - class org.apache.catalina.realm.JNDIRealm の static 変数
Descriptive information about this Realm implementation.
info - class org.apache.catalina.authenticator.SingleSignOn の static 変数
Descriptive information about this Valve implementation.
info - class org.apache.catalina.authenticator.AuthenticatorBase の static 変数
Descriptive information about this implementation.
info - class org.apache.catalina.logger.LoggerBase の static 変数
The descriptive information about this implementation.
info - class org.apache.catalina.logger.SystemErrLogger の static 変数
The descriptive information about this implementation.
info - class org.apache.catalina.logger.SystemOutLogger の static 変数
The descriptive information about this implementation.
info - class org.apache.catalina.logger.FileLogger の static 変数
The descriptive information about this implementation.
INFORMATION - interface org.apache.catalina.Logger の static 変数
 
init() - class org.apache.catalina.servlets.InvokerServlet のメソッド
Initialize this servlet.
init() - class org.apache.catalina.servlets.SsiInvokerServlet のメソッド
Initialize this servlet.
init() - class org.apache.catalina.servlets.DefaultServlet のメソッド
Initialize this servlet.
init() - class org.apache.catalina.servlets.WebdavServlet のメソッド
Initialize this servlet.
init() - class org.apache.catalina.servlets.ManagerServlet のメソッド
Initialize this servlet.
init(ServletConfig) - class org.apache.catalina.servlets.CGIServlet のメソッド
Sets instance variables.
initialContext - class org.apache.naming.SelectorContext の変数
Request for an initial context.
initialContext - class org.apache.naming.java.javaURLContextFactory の static 変数
Initial context.
initialize() - interface org.apache.catalina.Service のメソッド
Invoke a pre-startup initialization.
initialize() - interface org.apache.catalina.Server のメソッド
Invoke a pre-startup initialization.
initialize() - interface org.apache.catalina.Connector のメソッド
Invoke a pre-startup initialization.
initialize() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Initialize this connector (create ServerSocket here!)
initialize() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Initialize this connector (create ServerSocket here!)
initialize() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Initialize this connector (create ServerSocket here!)
initialize() - class org.apache.catalina.core.StandardServer のメソッド
Invoke a pre-startup initialization.
initialize() - class org.apache.catalina.core.StandardService のメソッド
Invoke a pre-startup initialization.
input - class org.apache.catalina.connector.RequestBase の変数
The input stream associated with this Request.
input - class org.apache.catalina.servlets.DefaultServlet の変数
The input buffer size to use when serving resources.
inputStream - class org.apache.naming.resources.Resource の変数
Input stream.
INSTALL_EVENT - interface org.apache.catalina.Deployer の static 変数
The ContainerEvent event type sent when a new application is installed by install().
install(PrintWriter, String, String) - class org.apache.catalina.servlets.ManagerServlet のメソッド
Install an application for the specified path from the specified web application archive.
install(String, URL) - interface org.apache.catalina.Deployer のメソッド
Install a new web application, whose web application archive is at the specified URL, into this container with the specified context path.
install(String, URL) - class org.apache.catalina.core.StandardHost のメソッド
Install a new web application, whose web application archive is at the specified URL, into this container with the specified context path.
InstanceEvent - class org.apache.catalina.InstanceEvent.
General event for notifying listeners of significant events related to a specific instance of a Servlet, or a specific instance of a Filter, as opposed to the Wrapper component that manages it.
instanceEvent(InstanceEvent) - interface org.apache.catalina.InstanceListener のメソッド
Acknowledge the occurrence of the specified event.
InstanceEvent(Wrapper, Filter, String) - class org.apache.catalina.InstanceEvent のコンストラクタ
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse) - class org.apache.catalina.InstanceEvent のコンストラクタ
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse, Throwable) - class org.apache.catalina.InstanceEvent のコンストラクタ
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, Throwable) - class org.apache.catalina.InstanceEvent のコンストラクタ
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String) - class org.apache.catalina.InstanceEvent のコンストラクタ
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse) - class org.apache.catalina.InstanceEvent のコンストラクタ
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse, Throwable) - class org.apache.catalina.InstanceEvent のコンストラクタ
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, Throwable) - class org.apache.catalina.InstanceEvent のコンストラクタ
Construct a new InstanceEvent with the specified parameters.
InstanceListener - interface org.apache.catalina.InstanceListener.
Interface defining a listener for significant events related to a specific servlet instance, rather than to the Wrapper component that is managing that instance.
InstanceSupport - class org.apache.catalina.util.InstanceSupport.
Support class to assist in firing InstanceEvent notifications to registered InstanceListeners.
InstanceSupport(Wrapper) - class org.apache.catalina.util.InstanceSupport のコンストラクタ
Construct a new InstanceSupport object associated with the specified Instance component.
INTEGRAL_TRANSPORT - class org.apache.catalina.authenticator.Constants の static 変数
 
invalidate() - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
invoke(Request, Response) - interface org.apache.catalina.Pipeline のメソッド
Cause the specified request and response to be processed by the Valves associated with this pipeline, until one of these valves causes the response to be created and returned.
invoke(Request, Response) - interface org.apache.catalina.Container のメソッド
Process the specified Request, and generate the corresponding Response, according to the design of this particular Container.
invoke(Request, Response) - class org.apache.catalina.core.ContainerBase のメソッド
Process the specified Request, to produce the corresponding Response, by invoking the first Valve in our pipeline (if any), or the basic Valve otherwise.
invoke(Request, Response) - class org.apache.catalina.core.StandardContext のメソッド
Process the specified Request, and generate the corresponding Response, according to the design of this particular Container.
invoke(Request, Response) - class org.apache.catalina.core.StandardPipeline のメソッド
Cause the specified request and response to be processed by the Valves associated with this pipeline, until one of these valves causes the response to be created and returned.
invoke(Request, Response, ValveContext) - interface org.apache.catalina.Valve のメソッド
Perform request processing as required by this Valve. An individual Valve MAY perform the following actions, in the specified order: Examine and/or modify the properties of the specified Request and Response.
invoke(Request, Response, ValveContext) - class org.apache.catalina.valves.ValveBase のメソッド
The implementation-specific logic represented by this Valve.
invoke(Request, Response, ValveContext) - class org.apache.catalina.valves.AccessLogValve のメソッド
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response, ValveContext) - class org.apache.catalina.valves.RequestFilterValve のメソッド
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response, ValveContext) - class org.apache.catalina.valves.RemoteHostValve のメソッド
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response, ValveContext) - class org.apache.catalina.valves.RequestDumperValve のメソッド
Log the interesting request parameters, invoke the next Valve in the sequence, and log the interesting response parameters.
invoke(Request, Response, ValveContext) - class org.apache.catalina.valves.ErrorDispatcherValve のメソッド
Invoke the next Valve in the sequence.
invoke(Request, Response, ValveContext) - class org.apache.catalina.valves.CertificatesValve のメソッド
Expose the certificates chain if one was included on this request.
invoke(Request, Response, ValveContext) - class org.apache.catalina.valves.RemoteAddrValve のメソッド
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response, ValveContext) - class org.apache.catalina.valves.ErrorReportValve のメソッド
Invoke the next Valve in the sequence.
invoke(Request, Response, ValveContext) - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Perform single-sign-on support processing for this request.
invoke(Request, Response, ValveContext) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Enforce the security restrictions in the web application deployment descriptor of our associated Context.
INVOKED_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which the Invoker servlet will store the invoking servlet path, if it was used to execute a servlet indirectly instead of through a servlet mapping.
invokeNext(Request, Response) - interface org.apache.catalina.ValveContext のメソッド
Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
invokeNext(Request, Response) - class org.apache.catalina.core.StandardPipeline のメソッド
Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
InvokerServlet - class org.apache.catalina.servlets.InvokerServlet.
The default servlet-invoking servlet for most web applications, used to serve requests to servlets that have not been registered in the web application deployment descriptor.
InvokerServlet() - class org.apache.catalina.servlets.InvokerServlet のコンストラクタ
 
is - class org.apache.catalina.connector.http.SocketInputStream の変数
Underlying input stream.
is - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
isAppCommitted() - interface org.apache.catalina.Response のメソッド
Application commit flag accessor.
isAppCommitted() - class org.apache.catalina.connector.ResponseBase のメソッド
Application commit flag accessor.
isArrayByteBase64(byte[]) - class org.apache.catalina.util.Base64 の static メソッド
 
isAvailable() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Is this connector available for processing requests?
isAvailable() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Is this connector available for processing requests?
isBase64(byte) - class org.apache.catalina.util.Base64 の static メソッド
 
isBase64(String) - class org.apache.catalina.util.Base64 の static メソッド
 
isBound() - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Returns true if the thread or the context class loader of the current thread is bound.
isCached() - class org.apache.naming.resources.BaseDirContext のメソッド
Is cached ?
isCachingAllowed() - class org.apache.catalina.core.StandardContext のメソッド
Is caching allowed ?
isCaseIgnored() - class org.apache.naming.resources.ResourceAttributes のメソッド
Case sensitivity.
isCaseSensitive() - class org.apache.naming.resources.FileDirContext のメソッド
Is case sensitive ?
isChunkingAllowed() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Get the allow chunking flag.
isClassLoaderBound() - class org.apache.naming.ContextBindings の static メソッド
Tests if current class loader is bound to a context.
isCollection() - class org.apache.naming.resources.ResourceAttributes のメソッド
Is collection.
isCollection() - class org.apache.naming.resources.FileDirContext.FileResourceAttributes のメソッド
Is collection.
isCommitted() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
isCommitted() - class org.apache.catalina.connector.ResponseBase のメソッド
Has the output of this response already been committed?
isCompatibleWith(Extension) - class org.apache.catalina.loader.Extension のメソッド
Return true if the specified Extension (which represents an optional package required by this application) is satisfied by this Extension (which represents an optional package that is already installed.
isEmpty() - class org.apache.catalina.util.Queue のメソッド
Is the queue empty?
isError() - interface org.apache.catalina.Response のメソッド
Error flag accessor.
isError() - class org.apache.catalina.connector.ResponseBase のメソッド
Error flag accessor.
isFilesystemBased() - class org.apache.catalina.core.StandardContext のメソッド
Returns true if the resources associated with this context are filesystem based.
isFinished() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
isLocked() - class org.apache.catalina.util.ResourceSet のメソッド
Return the locked state of this parameter map.
isLocked() - class org.apache.catalina.util.ParameterMap のメソッド
Return the locked state of this parameter map.
isModified() - class org.apache.catalina.util.ssi.SsiInclude のメソッド
Returns false, this SsiCommands is never buffered.
isModified() - class org.apache.catalina.util.ssi.SsiFlastmod のメソッド
Returns false, this SsiCommands is never buffered.
isModified() - class org.apache.catalina.util.ssi.SsiConfig のメソッド
Return true if we're modified.
isModified() - class org.apache.catalina.util.ssi.SsiFsize のメソッド
Returns false, this SsiCommands is never buffered.
isModified() - interface org.apache.catalina.util.ssi.SsiCommand のメソッド
Return true if this SsiCommand has been modified since the last request.
isModified() - class org.apache.catalina.util.ssi.SsiExec のメソッド
 
isModified() - class org.apache.catalina.util.ssi.SsiEcho のメソッド
Returns false, this SsiCommands is never buffered.
isNew() - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
isPackageSealed(String, Manifest) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Returns true if the specified package name is sealed according to the given manifest.
isPrintable() - class org.apache.catalina.util.ssi.SsiInclude のメソッド
Returns true this SsiCommand is always prnitable and should therefore be accsessed through getStream()
isPrintable() - class org.apache.catalina.util.ssi.SsiFlastmod のメソッド
Returns true this SsiCommand is always prnitable and should therefore be accsessed through getStream()
isPrintable() - class org.apache.catalina.util.ssi.SsiConfig のメソッド
Returns true if SSI Command does any output.
isPrintable() - class org.apache.catalina.util.ssi.SsiFsize のメソッド
Returns true this SsiCommand is always prnitable and should therefore be accsessed through getStream()
isPrintable() - interface org.apache.catalina.util.ssi.SsiCommand のメソッド
Called before getStream() and process().
isPrintable() - class org.apache.catalina.util.ssi.SsiExec のメソッド
 
isPrintable() - class org.apache.catalina.util.ssi.SsiEcho のメソッド
Returns true this SsiCommand is always prnitable and should therefore be accsessed through getStream()
isReady() - class org.apache.catalina.util.ProcessHelper のメソッド
Gets ready status
isReady() - class org.apache.catalina.servlets.CGIServlet.CGIRunner のメソッド
Gets ready status
isReplaceWelcomeFiles() - class org.apache.catalina.core.StandardContext のメソッド
Return the "replace welcome files" property.
isRequestedSessionIdFromCookie() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
isRequestedSessionIdFromCookie() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return true if the session identifier included in this request came from a cookie.
isRequestedSessionIdFromUrl() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
isRequestedSessionIdFromUrl() - class org.apache.catalina.connector.HttpRequestBase のメソッド
推奨されていません。 As of Version 2.1 of the Java Servlet API, use isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
isRequestedSessionIdFromURL() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return true if the session identifier included in this request came from the request URI.
isRequestedSessionIdValid() - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
isRequestedSessionIdValid() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return true if the session identifier included in this request identifies a valid session.
isResolveHosts() - class org.apache.catalina.valves.AccessLogValve のメソッド
Get the value of the resolve hosts flag.
isSecure() - class org.apache.catalina.connector.RequestFacade のメソッド
 
isSecure() - class org.apache.catalina.connector.RequestBase のメソッド
Was this request received on a secure connection?
isSecure() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Was this request received on a secure connection?
isServlet22() - class org.apache.catalina.core.StandardContext のメソッド
Are we processing a version 2.2 deployment descriptor?
isSessionStale(Session, long) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Indicate whether the session has been idle for longer than its expiration date as of the supplied time.
isSingleThreadModel() - class org.apache.catalina.core.StandardWrapper のメソッド
Return true if the servlet class represented by this component implements the SingleThreadModel interface.
isStarted() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Check whether this service was started or not.
isStarted() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Get the started status.
isSuspended() - interface org.apache.catalina.Response のメソッド
Suspended flag accessor.
isSuspended() - class org.apache.catalina.connector.ResponseBase のメソッド
Suspended flag accessor.
isThreadBound() - class org.apache.naming.ContextBindings の static メソッド
Tests if current thread is bound to a context.
isUnavailable() - interface org.apache.catalina.Wrapper のメソッド
Is this servlet currently unavailable?
isUnavailable() - class org.apache.catalina.core.StandardWrapper のメソッド
Is this servlet currently unavailable?
isUnpackWARs() - class org.apache.catalina.core.StandardHost のメソッド
Unpack WARs flag accessor.
isUseNaming() - class org.apache.catalina.core.StandardContext のメソッド
Returns true if the internal naming support is used.
isUseNaming() - class org.apache.catalina.core.DefaultContext のメソッド
Returns true if the internal naming support is used.
isUseNaming() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Return true if naming is enabled.
isUseNaming() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Return true if naming is enabled.
isUseNaming() - class org.apache.catalina.startup.Embedded のメソッド
Return true if naming is enabled.
isUserInRole(String) - class org.apache.catalina.connector.HttpRequestFacade のメソッド
 
isUserInRole(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Return true if the authenticated user principal possesses the specified role name.
isValid() - interface org.apache.catalina.Session のメソッド
Return the isValid flag for this session.
isValid() - class org.apache.catalina.util.ProcessEnvironment のメソッド
Gets validity status
isValid() - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Gets validity status
isValidJavaEncoding(String) - class org.apache.catalina.util.DOMWriter の static メソッド
 
isVirtualWebappRelative - class org.apache.catalina.util.ssi.SsiMediator の static 変数
How this request is being treated
isWhite(char) - class org.apache.catalina.util.StringParser のメソッド
Is the specified character considered to be whitespace?
isWritable() - class org.apache.naming.NamingContext のメソッド
Returns true if writing is allowed on this context.
isWritable(Object) - class org.apache.naming.ContextAccessController の static メソッド
Returns if a context is writable.

J

jarFiles - class org.apache.catalina.loader.WebappClassLoader の変数
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarNames - class org.apache.catalina.loader.WebappClassLoader の変数
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarPath - class org.apache.catalina.loader.WebappClassLoader の変数
The path which will be monitored for added Jar files.
jarRealFiles - 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() - class org.apache.naming.java.javaURLContextFactory のコンストラクタ
 
JDBCRealm - class org.apache.catalina.realm.JDBCRealm.
Implmentation of Realm that works with any JDBC supported database.
JDBCRealm() - class org.apache.catalina.realm.JDBCRealm のコンストラクタ
 
JDBCStore - class org.apache.catalina.session.JDBCStore.
Implementation of the Store interface that stores serialized session objects in a database.
JDBCStore() - class org.apache.catalina.session.JDBCStore のコンストラクタ
 
JndiPermission - class org.apache.naming.JndiPermission.
Java SecurityManager Permission class for JNDI name based file resources The JndiPermission extends the BasicPermission.
JndiPermission(String) - class org.apache.naming.JndiPermission のコンストラクタ
Creates a new JndiPermission with no actions
JndiPermission(String, String) - class org.apache.naming.JndiPermission のコンストラクタ
Creates a new JndiPermission with actions
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() - class org.apache.catalina.realm.JNDIRealm のコンストラクタ
 
JSP_FILE_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we expose the value of the <jsp-file> value associated with this servlet, if any.
JSP_SERVLET_CLASS - class org.apache.catalina.core.Constants の static 変数
 
JSP_SERVLET_NAME - class org.apache.catalina.core.Constants の static 変数
 

K

KEY_SIZE_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we store the key size being used for this SSL connection (as an object of type java.lang.Integer).
keys() - interface org.apache.catalina.Store のメソッド
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - class org.apache.catalina.session.FileStore のメソッド
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - class org.apache.catalina.session.JDBCStore のメソッド
Return an array containing the session identifiers of all Sessions currently saved in this Store.

L

LAST_MODIFIED - class org.apache.naming.resources.ResourceAttributes の static 変数
Last modification date.
lastModified - class org.apache.naming.resources.ResourceAttributes の変数
Last modified time.
lastModifiedDate - class org.apache.naming.resources.ResourceAttributes の変数
Last modified date.
lastModifiedDates - class org.apache.catalina.loader.WebappClassLoader の変数
The list of JARs last modified dates, in the order they should be searched for locally loaded classes or resources.
length - class org.apache.catalina.connector.RequestStream の変数
The content length past which we will not read, or -1 if there is no defined content length.
length - class org.apache.catalina.connector.ResponseStream の変数
The content length past which we will not write, or -1 if there is no defined content length.
length - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
length - class org.apache.naming.resources.FileDirContext.FileResource の変数
File length.
lifecycle - class org.apache.catalina.connector.http.HttpConnector の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.connector.http10.HttpConnector の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.valves.AccessLogValve の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.valves.CertificatesValve の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.core.ContainerBase の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.core.StandardPipeline の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.loader.WebappLoader の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.loader.StandardLoader の変数
推奨されていません。 The lifecycle event support for this component.
lifecycle - class org.apache.catalina.session.PersistentManagerBase の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.session.StoreBase の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.session.StandardManager の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.startup.Embedded の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.realm.RealmBase の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.authenticator.SingleSignOn の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.authenticator.AuthenticatorBase の変数
The lifecycle event support for this component.
lifecycle - class org.apache.catalina.logger.FileLogger の変数
The lifecycle event support for this component.
Lifecycle - interface org.apache.catalina.Lifecycle.
Common interface for component life cycle methods.
LifecycleEvent - class org.apache.catalina.LifecycleEvent.
General event for notifying listeners of significant changes on a component that implements the Lifecycle interface.
lifecycleEvent(LifecycleEvent) - interface org.apache.catalina.LifecycleListener のメソッド
Acknowledge the occurrence of the specified event.
lifecycleEvent(LifecycleEvent) - class org.apache.catalina.connector.warp.WarpConnection のメソッド
Get notified of events in the connector.
lifecycleEvent(LifecycleEvent) - class org.apache.catalina.startup.EngineConfig のメソッド
Process the START event for an associated Engine.
lifecycleEvent(LifecycleEvent) - class org.apache.catalina.startup.HostConfig のメソッド
Process the START event for an associated Host.
lifecycleEvent(LifecycleEvent) - class org.apache.catalina.startup.UserConfig のメソッド
Process the START event for an associated Host.
lifecycleEvent(LifecycleEvent) - class org.apache.catalina.startup.ContextConfig のメソッド
Process the START event for an associated Context.
LifecycleEvent(Lifecycle, String) - class org.apache.catalina.LifecycleEvent のコンストラクタ
Construct a new LifecycleEvent with the specified parameters.
LifecycleEvent(Lifecycle, String, Object) - class org.apache.catalina.LifecycleEvent のコンストラクタ
Construct a new LifecycleEvent with the specified parameters.
LifecycleException - exception org.apache.catalina.LifecycleException.
General purpose exception that is thrown to indicate a lifecycle related problem.
LifecycleException() - class org.apache.catalina.LifecycleException のコンストラクタ
Construct a new LifecycleException with no other information.
LifecycleException(String) - class org.apache.catalina.LifecycleException のコンストラクタ
Construct a new LifecycleException for the specified message.
LifecycleException(String, Throwable) - class org.apache.catalina.LifecycleException のコンストラクタ
Construct a new LifecycleException for the specified message and throwable.
LifecycleException(Throwable) - class org.apache.catalina.LifecycleException のコンストラクタ
Construct a new LifecycleException for the specified throwable.
LifecycleListener - interface org.apache.catalina.LifecycleListener.
Interface defining a listener for significant events (including "component start" and "component stop" generated by a component that implements the Lifecycle interface.
LifecycleSupport - class org.apache.catalina.util.LifecycleSupport.
Support class to assist in firing LifecycleEvent notifications to registered LifecycleListeners.
LifecycleSupport(Lifecycle) - class org.apache.catalina.util.LifecycleSupport のコンストラクタ
Construct a new LifecycleSupport object associated with the specified Lifecycle component.
LINK - class org.apache.naming.EjbRef の static 変数
Link address type.
LINK_REF - class org.apache.naming.NamingEntry の static 変数
 
list() - class org.apache.naming.resources.DirContextURLConnection のメソッド
List children of this collection.
list(File) - class org.apache.naming.resources.FileDirContext のメソッド
List the resources which are members of a collection.
list(Name) - class org.apache.naming.NamingContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - class org.apache.naming.SelectorContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - class org.apache.naming.resources.WARDirContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(PrintWriter) - class org.apache.catalina.servlets.ManagerServlet のメソッド
Render a list of the currently active Contexts in our virtual host.
list(PrintWriter) - class org.apache.catalina.servlets.HTMLManagerServlet のメソッド
Render a HTML list of the currently active Contexts in our virtual host.
list(String) - class org.apache.naming.NamingContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - class org.apache.naming.SelectorContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - class org.apache.naming.resources.FileDirContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - class org.apache.naming.resources.WARDirContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(WARDirContext.Entry) - class org.apache.naming.resources.WARDirContext のメソッド
List children as objects.
listBindings(Name) - class org.apache.naming.NamingContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - class org.apache.naming.SelectorContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - class org.apache.naming.resources.WARDirContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - class org.apache.naming.NamingContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - class org.apache.naming.SelectorContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - class org.apache.naming.resources.FileDirContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - class org.apache.naming.resources.WARDirContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listeners - class org.apache.catalina.core.ContainerBase の変数
The container event listeners for this Container.
listenerStart() - class org.apache.catalina.core.StandardContext のメソッド
Configure the set of instantiated application event listeners for this Context.
listenerStop() - class org.apache.catalina.core.StandardContext のメソッド
Send an application stop event to all interested listeners.
listings - class org.apache.catalina.servlets.DefaultServlet の変数
Should we generate directory listings when no welcome file is present?
load() - interface org.apache.catalina.Manager のメソッド
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load() - interface org.apache.catalina.Wrapper のメソッド
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
load() - class org.apache.catalina.core.StandardWrapper のメソッド
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
load() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Load all sessions found in the persistence mechanism, assuming they are marked as valid and have not passed their expiration limit.
load() - class org.apache.catalina.session.StandardManager のメソッド
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load() - class org.apache.catalina.startup.CatalinaService のメソッド
Start a new server instance.
load(ServiceController, String[]) - class org.apache.catalina.startup.BootstrapService のメソッド
Load the Catalina Service.
load(String) - interface org.apache.catalina.Store のメソッド
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load(String) - class org.apache.catalina.session.FileStore のメソッド
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load(String) - class org.apache.catalina.session.JDBCStore のメソッド
Load the Session associated with the id id.
loadClass(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Load the class with the specified name.
loadClass(String) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Load the class with the specified name.
loadClass(String, boolean) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadClass(String, boolean) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadEntries() - class org.apache.naming.resources.WARDirContext のメソッド
Constructs a tree of the entries contained in a WAR file.
loader - class org.apache.catalina.core.ContainerBase の変数
The Loader implementation with which this Container is associated.
loader - class org.apache.catalina.core.DefaultContext の変数
The Loader implementation with which this Container is associated.
Loader - interface org.apache.catalina.Loader.
A Loader represents a Java ClassLoader implementation that can be used by a Container to load class files (within a repository associated with the Loader) that are designed to be reloaded upon request, as well as a mechanism to detect whether changes have occurred in the underlying repository.
loadOnStartup(Container[]) - class org.apache.catalina.core.StandardContext のメソッド
Load and initialize all servlets marked "load on startup" in the web application deployment descriptor.
loadServlet() - class org.apache.catalina.core.StandardWrapper のメソッド
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
locale - class org.apache.catalina.connector.ResponseBase の変数
The Locale associated with this Response.
LOCALE_US - class org.apache.catalina.util.DateTool の static 変数
US locale - all HTTP dates are in english
locales - class org.apache.catalina.connector.RequestBase の変数
The preferred Locales assocaited with this Request.
log(Exception) - class org.apache.catalina.connector.warp.WarpLogger のメソッド
Log an exception.
log(Exception, String) - interface org.apache.catalina.Logger のメソッド
Writes the specified exception, and message, to a servlet log file.
log(Exception, String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
log(Exception, String) - class org.apache.catalina.core.ApplicationContext のメソッド
推奨されていません。 As of Java Servlet API 2.1, use log(String, Throwable) instead
log(Exception, String) - class org.apache.catalina.logger.LoggerBase のメソッド
Writes the specified exception, and message, to a servlet log file.
log(String) - interface org.apache.catalina.Logger のメソッド
Writes the specified message to a servlet log file, usually an event log.
log(String) - class org.apache.catalina.connector.warp.WarpLogger のメソッド
Log a message.
log(String) - class org.apache.catalina.util.ProcessEnvironment のメソッド
 
log(String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
log(String) - interface org.apache.catalina.util.xml.SaxContext のメソッド
 
log(String) - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
The log method to use in the implementation
log(String) - class org.apache.catalina.cluster.StandardCluster のメソッド
Log a message on the Logger associated with our Container (if any).
log(String) - class org.apache.catalina.cluster.ClusterSessionBase のメソッド
The log method to use in the implementation
log(String) - interface org.apache.catalina.cluster.ClusterSender のメソッド
The log method to use in the implementation
log(String) - class org.apache.catalina.valves.RequestDumperValve のメソッド
Log a message on the Logger associated with our Container (if any).
log(String) - class org.apache.catalina.valves.ErrorDispatcherValve のメソッド
Log a message on the Logger associated with our Container (if any).
log(String) - class org.apache.catalina.valves.CertificatesValve のメソッド
Log a message on the Logger associated with our Container (if any).
log(String) - class org.apache.catalina.valves.ErrorReportValve のメソッド
Log a message on the Logger associated with our Container (if any).
log(String) - class org.apache.catalina.core.ContainerBase のメソッド
Log the specified message to our current Logger (if any).
log(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
log(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Writes the specified message to a servlet log file.
log(String) - class org.apache.catalina.core.StandardPipeline のメソッド
Log a message on the Logger associated with our Container (if any).
log(String) - class org.apache.catalina.session.StoreBase のメソッド
Log a message on the Logger associated with our Container (if any).
log(String) - class org.apache.catalina.realm.RealmBase のメソッド
Log a message on the Logger associated with our Container (if any)
log(String) - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Log a message on the Logger associated with our Container (if any).
log(String) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Log a message on the Logger associated with our Container (if any).
log(String) - class org.apache.catalina.logger.LoggerBase のメソッド
Writes the specified message to a servlet log file, usually an event log.
log(String) - class org.apache.catalina.logger.SystemErrLogger のメソッド
Writes the specified message to a servlet log file, usually an event log.
log(String) - class org.apache.catalina.logger.SystemOutLogger のメソッド
Writes the specified message to a servlet log file, usually an event log.
log(String) - class org.apache.catalina.logger.FileLogger のメソッド
Writes the specified message to a servlet log file, usually an event log.
log(String, Date) - class org.apache.catalina.valves.AccessLogValve のメソッド
Log the specified message to the log file, switching files if the date has changed since the previous log call.
log(String, Exception) - class org.apache.catalina.connector.warp.WarpLogger のメソッド
Log an exception and related message.
log(String, int) - interface org.apache.catalina.Logger のメソッド
Writes the specified message to the servlet log file, usually an event log, if the logger is set to a verbosity level equal to or higher than the specified value for this message.
log(String, int) - class org.apache.catalina.logger.LoggerBase のメソッド
Writes the specified message to the servlet log file, usually an event log, if the logger is set to a verbosity level equal to or higher than the specified value for this message.
log(String, Throwable) - interface org.apache.catalina.Logger のメソッド
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
log(String, Throwable) - class org.apache.catalina.valves.RequestDumperValve のメソッド
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - class org.apache.catalina.valves.ErrorDispatcherValve のメソッド
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - class org.apache.catalina.valves.CertificatesValve のメソッド
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - class org.apache.catalina.valves.ErrorReportValve のメソッド
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - class org.apache.catalina.core.ContainerBase のメソッド
Log the specified message and exception to our current Logger (if any).
log(String, Throwable) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
log(String, Throwable) - class org.apache.catalina.core.ApplicationContext のメソッド
Writes the specified message and exception to a servlet log file.
log(String, Throwable) - class org.apache.catalina.core.StandardPipeline のメソッド
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - class org.apache.catalina.realm.RealmBase のメソッド
Log a message on the Logger associated with our Container (if any)
log(String, Throwable) - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Log a message on the Logger associated with our Container (if any).
log(String, Throwable) - class org.apache.catalina.logger.LoggerBase のメソッド
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
log(String, Throwable, int) - interface org.apache.catalina.Logger のメソッド
Writes the specified message and exception to the servlet log file, usually an event log, if the logger is set to a verbosity level equal to or higher than the specified value for this message.
log(String, Throwable, int) - class org.apache.catalina.logger.LoggerBase のメソッド
Writes the specified message and exception to the servlet log file, usually an event log, if the logger is set to a verbosity level equal to or higher than the specified value for this message.
logger - class org.apache.catalina.core.ContainerBase の変数
The Logger implementation with which this Container is associated.
logger - class org.apache.catalina.startup.Embedded の変数
The default logger to be used by this component itself.
Logger - interface org.apache.catalina.Logger.
A Logger is a generic interface for the message and exception logging methods of the ServletContext interface.
LoggerBase - class org.apache.catalina.logger.LoggerBase.
Convenience base class for Logger implementations.
LoggerBase() - class org.apache.catalina.logger.LoggerBase のコンストラクタ
 
LOGIN_TIMEOUT - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
LoginConfig - class org.apache.catalina.deploy.LoginConfig.
Representation of a login configuration element for a web application, as represented in a <login-config> element in the deployment descriptor.
LoginConfig() - class org.apache.catalina.deploy.LoginConfig のコンストラクタ
Construct a new LoginConfig with default properties.
LoginConfig(String, String, String, String) - class org.apache.catalina.deploy.LoginConfig のコンストラクタ
Construct a new LoginConfig with the specified properties.
logName() - class org.apache.catalina.core.ContainerBase のメソッド
Return the abbreviated name of this container for logging messsages
logName() - class org.apache.catalina.core.StandardWrapper のメソッド
Log the abbreviated name of this Container for logging messages.
lookup(Name) - class org.apache.naming.NamingContext のメソッド
Retrieves the named object.
lookup(Name) - class org.apache.naming.SelectorContext のメソッド
Retrieves the named object.
lookup(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves the named object.
lookup(Name) - class org.apache.naming.resources.WARDirContext のメソッド
Retrieves the named object.
lookup(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves the named object.
lookup(Name, boolean) - class org.apache.naming.NamingContext のメソッド
Retrieves the named object.
lookup(String) - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Look up and return the cached SingleSignOn entry associated with this sso id value, if there is one; otherwise return null.
lookup(String) - class org.apache.naming.NamingContext のメソッド
Retrieves the named object.
lookup(String) - class org.apache.naming.SelectorContext のメソッド
Retrieves the named object.
lookup(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves the named object.
lookup(String) - class org.apache.naming.resources.FileDirContext のメソッド
Retrieves the named object.
lookup(String) - class org.apache.naming.resources.WARDirContext のメソッド
Retrieves the named object.
lookup(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves the named object.
lookupLink(Name) - class org.apache.naming.NamingContext のメソッド
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - class org.apache.naming.SelectorContext のメソッド
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - class org.apache.naming.NamingContext のメソッド
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - class org.apache.naming.SelectorContext のメソッド
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - class org.apache.naming.resources.FileDirContext のメソッド
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - class org.apache.naming.resources.WARDirContext のメソッド
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Retrieves the named object, following links except for the terminal atomic component of the name.

M

MailSessionFactory - class org.apache.naming.factory.MailSessionFactory.
Factory class that creates a JNDI named JavaMail Session factory, which can be used for managing inbound and outbound electronic mail messages via JavaMail APIs.
MailSessionFactory() - class org.apache.naming.factory.MailSessionFactory のコンストラクタ
 
MAIN - class org.apache.naming.java.javaURLContextFactory の static 変数
 
main(String[]) - class org.apache.catalina.util.FastDateFormat の static メソッド
 
main(String[]) - class org.apache.catalina.deploy.Test の static メソッド
 
main(String[]) - class org.apache.catalina.startup.Catalina の static メソッド
The application main program.
main(String[]) - class org.apache.catalina.startup.Bootstrap の static メソッド
The main program for the bootstrap.
main(String[]) - class org.apache.catalina.startup.BootstrapService の static メソッド
The main program for the bootstrap.
main(String[]) - class org.apache.catalina.startup.Embedded の static メソッド
This main program is a unit test to exercize the various methods of the Embedded class.
main(String[]) - class org.apache.catalina.realm.RealmBase の static メソッド
Digest password using the algorithm especificied and convert the result to a corresponding hex string.
main(String[]) - class org.apache.catalina.servlets.CGIServlet の static メソッド
For future testing use only; does nothing right now
MAJOR_VERSION - class org.apache.catalina.core.Constants の static 変数
 
manager - class org.apache.catalina.core.ContainerBase の変数
The Manager implementation with which this Container is associated.
manager - class org.apache.catalina.core.DefaultContext の変数
The Manager implementation with which this Container is associated.
manager - class org.apache.catalina.session.StoreBase の変数
The Manager with which this JDBCStore is associated.
Manager - interface org.apache.catalina.Manager.
A Manager manages the pool of Sessions that are associated with a particular Container.
ManagerBase - class org.apache.catalina.session.ManagerBase.
Minimal implementation of the Manager interface that supports no session persistence or distributable capabilities.
ManagerBase() - class org.apache.catalina.session.ManagerBase のコンストラクタ
 
ManagerServlet - class org.apache.catalina.servlets.ManagerServlet.
Servlet that enables remote management of the web applications installed within the same virtual host as this web application is.
ManagerServlet() - class org.apache.catalina.servlets.ManagerServlet のコンストラクタ
 
map(Request, boolean) - interface org.apache.catalina.Container のメソッド
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - interface org.apache.catalina.Mapper のメソッド
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - class org.apache.catalina.connector.warp.WarpHost のメソッド
 
map(Request, boolean) - class org.apache.catalina.connector.warp.WarpEngine のメソッド
 
map(Request, boolean) - class org.apache.catalina.core.ContainerBase のメソッド
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - class org.apache.catalina.core.FastEngineMapper のメソッド
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - class org.apache.catalina.core.StandardContextMapper のメソッド
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - class org.apache.catalina.core.StandardEngineMapper のメソッド
Return the child Container that should be used to process this Request, based upon its characteristics.
map(Request, boolean) - class org.apache.catalina.core.StandardHostMapper のメソッド
Return the child Container that should be used to process this Request, based upon its characteristics.
map(String) - interface org.apache.catalina.Host のメソッド
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null.
map(String) - class org.apache.catalina.core.StandardHost のメソッド
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null.
mapper - class org.apache.catalina.core.ContainerBase の変数
The one and only Mapper associated with this Container, if any.
Mapper - interface org.apache.catalina.Mapper.
Interface defining methods that a parent Container may implement to select a subordinate Container to process a particular Request, optionally modifying the properties of the Request to reflect the selections made.
mapperClass - class org.apache.catalina.core.ContainerBase の変数
The Java class name of the default Mapper class for this Container.
mappers - class org.apache.catalina.core.ContainerBase の変数
The set of Mappers associated with this Container, keyed by protocol.
maxInactiveInterval - class org.apache.catalina.session.ManagerBase の変数
The default maximum inactive interval for Sessions created by this Manager.
md - class org.apache.catalina.realm.RealmBase の変数
The MessageDigest object for digesting user credentials (passwords).
md5Encoder - class org.apache.catalina.realm.RealmBase の static 変数
The MD5 helper object for this class.
md5Encoder - class org.apache.catalina.servlets.DefaultServlet の static 変数
The MD5 helper object for this class.
MD5Encoder - class org.apache.catalina.util.MD5Encoder.
Encode an MD5 digest into a String.
MD5Encoder() - class org.apache.catalina.util.MD5Encoder のコンストラクタ
 
md5Helper - class org.apache.catalina.realm.RealmBase の static 変数
MD5 message digest provider.
md5Helper - class org.apache.catalina.servlets.DefaultServlet の static 変数
MD5 message digest provider.
MemoryRealm - class org.apache.catalina.realm.MemoryRealm.
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
MemoryRealm() - class org.apache.catalina.realm.MemoryRealm のコンストラクタ
 
message - class org.apache.catalina.LifecycleException の変数
The error message passed to our constructor (if any)
message - class org.apache.catalina.connector.HttpResponseBase の変数
The error message set by sendError().
method - class org.apache.catalina.connector.HttpRequestBase の変数
The request method associated with this Request.
methodParam(int) - class org.apache.catalina.util.xml.XmlMapper のメソッド
Extract the method param from the body of the tag
methodParam(int, String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
Extract the method param from a tag attribute
methodSetter(String, int) - class org.apache.catalina.util.xml.XmlMapper のメソッド
If a tag matches, invoke a method on the current object.
methodSetter(String, int, String[]) - class org.apache.catalina.util.xml.XmlMapper のメソッド
If a tag matches, invoke a method on the current object.
MIME2Java - class org.apache.catalina.util.MIME2Java.
MIME2Java is a convenience class which handles conversions between MIME charset names and Java encoding names.
mimeSeparation - class org.apache.catalina.servlets.DefaultServlet の static 変数
MIME multipart separation string
MINOR_VERSION - class org.apache.catalina.core.Constants の static 変数
 
minProcessors - class org.apache.catalina.connector.http.HttpConnector の変数
The minimum number of processors to start at initialization time.
minProcessors - class org.apache.catalina.connector.http10.HttpConnector の変数
The minimum number of processors to start at initialization time.
modified() - interface org.apache.catalina.Loader のメソッド
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - class org.apache.catalina.loader.WebappLoader のメソッド
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - interface org.apache.catalina.loader.Reloader のメソッド
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - class org.apache.catalina.loader.StandardClassLoader のメソッド
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modifyAttributes(Name, int, Attributes) - class org.apache.naming.resources.BaseDirContext のメソッド
Modifies the attributes associated with a named object.
modifyAttributes(Name, int, Attributes) - class org.apache.naming.resources.ProxyDirContext のメソッド
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - class org.apache.naming.resources.BaseDirContext のメソッド
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(Name, ModificationItem[]) - class org.apache.naming.resources.ProxyDirContext のメソッド
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, int, Attributes) - class org.apache.naming.resources.BaseDirContext のメソッド
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - class org.apache.naming.resources.FileDirContext のメソッド
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - class org.apache.naming.resources.WARDirContext のメソッド
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - class org.apache.naming.resources.ProxyDirContext のメソッド
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - class org.apache.naming.resources.BaseDirContext のメソッド
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - class org.apache.naming.resources.FileDirContext のメソッド
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - class org.apache.naming.resources.WARDirContext のメソッド
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - class org.apache.naming.resources.ProxyDirContext のメソッド
Modifies the attributes associated with a named object using an an ordered list of modifications.
months - class org.apache.catalina.valves.AccessLogValve の static 変数
The set of month abbreviations for log messages.
MulticastReceiver - class org.apache.catalina.cluster.MulticastReceiver.
This class is responsible for checking for incoming multicast data and determine if the data belongs to us and if so push it onto an internal stack and let it be picked up when needed.
MulticastSender - class org.apache.catalina.cluster.MulticastSender.
This class is responsible for sending outgoing multicast packets to a Cluster.

N

name - class org.apache.catalina.core.ContainerBase の変数
The human-readable name of this Container.
name - class org.apache.catalina.core.DefaultContext の変数
The human-readable name of this Container.
name - class org.apache.catalina.session.ManagerBase の static 変数
The descriptive name of this Manager implementation (for logging).
name - class org.apache.catalina.session.PersistentManagerBase の static 変数
The descriptive name of this Manager implementation (for logging).
name - class org.apache.catalina.session.StandardManager の static 変数
The descriptive name of this Manager implementation (for logging).
name - class org.apache.catalina.session.PersistentManager の static 変数
The descriptive name of this Manager implementation (for logging).
name - class org.apache.catalina.session.DistributedManager の static 変数
The descriptive name of this Manager implementation (for logging).
name - class org.apache.catalina.realm.JDBCRealm の static 変数
Descriptive information about this Realm implementation.
name - class org.apache.catalina.realm.MemoryRealm の static 変数
Descriptive information about this Realm implementation.
name - class org.apache.catalina.realm.JNDIRealm の static 変数
Descriptive information about this Realm implementation.
name - class org.apache.catalina.realm.GenericPrincipal の変数
The username of the user represented by this Principal.
name - class org.apache.naming.NamingEntry の変数
 
name - class org.apache.naming.NamingContext の変数
Name of the associated Catalina Context.
name - class org.apache.naming.resources.ResourceAttributes の変数
Name.
name - class org.apache.naming.resources.WARDirContext.Entry の変数
 
NAME - interface org.apache.catalina.startup.EmbeddedManagerMBean の static 変数
Component name.
NAME - interface org.apache.catalina.startup.CatalinaManagerMBean の static 変数
Component name.
NAME - interface org.apache.naming.NamingServiceMBean の static 変数
Component name.
NAME - class org.apache.naming.resources.ResourceAttributes の static 変数
Name.
NAMED_DISPATCHER_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we store the servlet name on a named dispatcher request.
nameParser - class org.apache.naming.NamingContext の static 変数
Name parser for this context.
nameParser - class org.apache.naming.resources.BaseDirContext の変数
Name parser for this context.
NameParserImpl - class org.apache.naming.NameParserImpl.
Parses names.
NameParserImpl() - class org.apache.naming.NameParserImpl のコンストラクタ
 
NamingContext - class org.apache.naming.NamingContext.
Catalina JNDI Context implementation.
NamingContext(Hashtable, String) - class org.apache.naming.NamingContext のコンストラクタ
Builds a naming context using the given environment.
NamingContext(Hashtable, String, Hashtable) - class org.apache.naming.NamingContext のコンストラクタ
Builds a naming context using the given environment.
NamingContextBindingsEnumeration - class org.apache.naming.NamingContextBindingsEnumeration.
Naming enumeration implementation.
NamingContextBindingsEnumeration(Enumeration) - class org.apache.naming.NamingContextBindingsEnumeration のコンストラクタ
 
NamingContextBindingsEnumeration(Vector) - class org.apache.naming.NamingContextBindingsEnumeration のコンストラクタ
 
NamingContextEnumeration - class org.apache.naming.NamingContextEnumeration.
Naming enumeration implementation.
NamingContextEnumeration(Enumeration) - class org.apache.naming.NamingContextEnumeration のコンストラクタ
 
NamingContextEnumeration(Vector) - class org.apache.naming.NamingContextEnumeration のコンストラクタ
 
NamingEntry - class org.apache.naming.NamingEntry.
Represents a binding in a NamingContext.
NamingEntry(String, Object, int) - class org.apache.naming.NamingEntry のコンストラクタ
 
NamingService - class org.apache.naming.NamingService.
Implementation of the NamingService JMX MBean.
NamingService() - class org.apache.naming.NamingService のコンストラクタ
 
NamingServiceMBean - interface org.apache.naming.NamingServiceMBean.
Naming MBean interface.
next() - class org.apache.naming.NamingContextBindingsEnumeration のメソッド
Retrieves the next element in the enumeration.
next() - class org.apache.naming.NamingContextEnumeration のメソッド
Retrieves the next element in the enumeration.
next() - class org.apache.naming.resources.RecyclableNamingEnumeration のメソッド
Retrieves the next element in the enumeration.
nextElement() - class org.apache.catalina.util.Enumerator のメソッド
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
nextElement() - class org.apache.naming.NamingContextBindingsEnumeration のメソッド
 
nextElement() - class org.apache.naming.NamingContextEnumeration のメソッド
 
nextElement() - class org.apache.naming.resources.RecyclableNamingEnumeration のメソッド
 
NO_CONTENT - class org.apache.catalina.util.XMLWriter の static 変数
Element with no content.
NONE_TRANSPORT - class org.apache.catalina.authenticator.Constants の static 変数
 
NonLoginAuthenticator - class org.apache.catalina.authenticator.NonLoginAuthenticator.
An Authenticator and Valve implementation that checks only security constraints not involving user authentication.
NonLoginAuthenticator() - class org.apache.catalina.authenticator.NonLoginAuthenticator のコンストラクタ
 
normalize() - class org.apache.catalina.util.URL のメソッド
Normalize the path (and therefore file) portions of this URL.
normalize(String) - class org.apache.catalina.util.DOMWriter のメソッド
Normalizes the given string.
normalize(String) - class org.apache.catalina.util.RequestUtil の static メソッド
Normalize a relative URI path that may have relative values ("/./", "/../", and so on ) it it.
normalize(String) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
normalize(String) - class org.apache.naming.resources.FileDirContext のメソッド
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
normalize(ZipEntry) - class org.apache.naming.resources.WARDirContext のメソッド
Normalize the name of an entry read from the Zip.
notationDecl(String, String, String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
notFoundResources - class org.apache.catalina.loader.WebappClassLoader の変数
The list of not found resources.
nullsToBlanks(String) - class org.apache.catalina.util.ProcessEnvironment のメソッド
Converts null strings to blank strings ("")
nullsToBlanks(String) - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Converts null strings to blank strings ("")
nullsToString(String, String) - class org.apache.catalina.util.ProcessEnvironment のメソッド
Converts null strings to another string
nullsToString(String, String) - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Converts null strings to another string

O

object - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
object - class org.apache.naming.resources.DirContextURLConnection の変数
Other unknown object.
OBJECT_FACTORIES - class org.apache.naming.factory.Constants の static 変数
 
OBJECT_NAME - interface org.apache.catalina.startup.EmbeddedManagerMBean の static 変数
Object name.
OBJECT_NAME - interface org.apache.catalina.startup.CatalinaManagerMBean の static 変数
Object name.
OBJECT_NAME - interface org.apache.naming.NamingServiceMBean の static 変数
Object name.
objectCreate(String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
Create an object using for a matching tag with the given class name
objectCreate(String, String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
Create an object using an attribute value as the class name If no attribute use classN as a default.
OLD_COOKIE_PATTERN - class org.apache.catalina.util.DateTool の static 変数
Pattern used for old cookies
oldCookieFormat - class org.apache.catalina.util.DateTool の static 変数
DateFormat to be used to format old netscape cookies
open() - class org.apache.catalina.realm.JDBCRealm のメソッド
Open (if necessary) and return a database connection for use by this Realm.
open() - class org.apache.catalina.realm.JNDIRealm のメソッド
Open (if necessary) and return a connection to the configured directory server for this Realm.
openConnection(URL) - class org.apache.naming.resources.DirContextURLStreamHandler のメソッド
Opens a connection to the object referenced by the URL argument.
OPENING - class org.apache.catalina.util.XMLWriter の static 変数
Opening tag.
org.apache.catalina - package org.apache.catalina
 
org.apache.catalina.authenticator - package org.apache.catalina.authenticator
This package contains Authenticator implementations for the various supported authentication methods (BASIC, DIGEST, and FORM).
org.apache.catalina.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 MulticastProtocol
    StandardCluster.java In addition to the Cluster implementation StandardCluster there's a listener and a sender implemented using multicasting.
org.apache.catalina.connector - package org.apache.catalina.connector
 
org.apache.catalina.connector.http - package org.apache.catalina.connector.http
 
org.apache.catalina.connector.http10 - package org.apache.catalina.connector.http10
 
org.apache.catalina.connector.warp - package org.apache.catalina.connector.warp
 
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.loader - package org.apache.catalina.loader
 
org.apache.catalina.logger - package org.apache.catalina.logger
 
org.apache.catalina.net - package org.apache.catalina.net
 
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.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.startup - package org.apache.catalina.startup
 
org.apache.catalina.util - package org.apache.catalina.util
 
org.apache.catalina.util.ssi - package org.apache.catalina.util.ssi
This package contains code that is used by the SsiInvoker. This class consists of SsiMediator.java which works as a mediator between the different SsiCommands.
org.apache.catalina.util.xml - package org.apache.catalina.util.xml
 
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.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
 
origServletContext - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The original ServletContext
out - class org.apache.catalina.util.DOMWriter の変数
Print writer.
out - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The outputStream to use
output - class org.apache.catalina.connector.ResponseBase の変数
The output stream associated with this Response.
output - class org.apache.catalina.servlets.DefaultServlet の変数
The output buffer size to use when serving resources.

P

Package - class org.apache.catalina.connector.Constants の static 変数
 
Package - class org.apache.catalina.connector.http.Constants の static 変数
 
Package - class org.apache.catalina.connector.http10.Constants の static 変数
 
Package - class org.apache.catalina.cluster.Constants の static 変数
 
Package - class org.apache.catalina.valves.Constants の static 変数
 
Package - class org.apache.catalina.core.Constants の static 変数
 
Package - class org.apache.catalina.loader.Constants の static 変数
 
Package - class org.apache.catalina.session.Constants の static 変数
 
Package - class org.apache.catalina.startup.Constants の static 変数
 
Package - class org.apache.catalina.realm.Constants の static 変数
 
Package - class org.apache.catalina.authenticator.Constants の static 変数
 
Package - class org.apache.catalina.logger.Constants の static 変数
 
Package - class org.apache.catalina.servlets.Constants の static 変数
 
Package - class org.apache.naming.Constants の static 変数
 
Package - class org.apache.naming.resources.Constants の static 変数
 
Package - class org.apache.naming.factory.Constants の static 変数
 
PACKAGE - class org.apache.catalina.connector.warp.Constants の static 変数
Our package name.
ParameterMap - class org.apache.catalina.util.ParameterMap.
Extended implementation of HashMap that includes a locked property.
ParameterMap() - class org.apache.catalina.util.ParameterMap のコンストラクタ
Construct a new, empty map with the default initial capacity and load factor.
ParameterMap(int) - class org.apache.catalina.util.ParameterMap のコンストラクタ
Construct a new, empty map with the specified initial capacity and default load factor.
ParameterMap(int, float) - class org.apache.catalina.util.ParameterMap のコンストラクタ
Construct a new, empty map with the specified initial capacity and load factor.
ParameterMap(Map) - class org.apache.catalina.util.ParameterMap のコンストラクタ
Construct a new map with the same mappings as the given map.
parameters - class org.apache.catalina.connector.HttpRequestBase の変数
The parsed parameters for this request.
parent - class org.apache.catalina.core.ContainerBase の変数
The parent Container to which this Container is a child.
parent - class org.apache.catalina.core.DefaultContext の変数
The parent Container to which this Container is a child.
parentClassLoader - class org.apache.catalina.core.ContainerBase の変数
The parent class loader to be configured when we install a Loader.
parentClassLoader - class org.apache.catalina.startup.Catalina の変数
The shared extensions class loader for this server.
parse(String) - class org.apache.naming.NameParserImpl のメソッド
Parses a name into its components.
parse(String, ParsePosition) - class org.apache.catalina.util.FastDateFormat のメソッド
 
parseCharacterEncoding(String) - class org.apache.catalina.util.RequestUtil の static メソッド
Parse the character encoding from the specified content type header.
parseCookieHeader(String) - class org.apache.catalina.util.RequestUtil の static メソッド
Parse a cookie header into an array of cookies according to RFC 2109.
parsed - class org.apache.catalina.connector.HttpRequestBase の変数
Have the parameters for this request been parsed yet?
parseName(Name) - class org.apache.naming.SelectorContext のメソッド
Strips the URL header.
parseName(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Parses a name.
parseName(String) - class org.apache.naming.SelectorContext のメソッド
Strips the URL header.
parseName(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Parses a name.
parseParameters() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Parse the parameters of this request, if it has not already occurred.
parseParameters(Map, byte[], String) - class org.apache.catalina.util.RequestUtil の static メソッド
Append request parameters from the specified String to the specified Map.
parseParameters(Map, String, String) - class org.apache.catalina.util.RequestUtil の static メソッド
Append request parameters from the specified String to the specified Map.
parseProtocol(String) - class org.apache.catalina.loader.StandardClassLoader の static メソッド
Parse URL protocol.
parseRange(HttpServletRequest, HttpServletResponse, DefaultServlet.ResourceInfo) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Parse the range header.
PasswdUserDatabase - class org.apache.catalina.startup.PasswdUserDatabase.
Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
PasswdUserDatabase() - class org.apache.catalina.startup.PasswdUserDatabase のコンストラクタ
Initialize a new instance of this user database component.
password - class org.apache.catalina.realm.GenericPrincipal の変数
The authentication credentials for the user represented by this Principal.
PASSWORD - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
path - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The path for this request
path - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
PATH_INFO_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which the original path info is stored on an included dispatcher request.
pathInfo - class org.apache.catalina.connector.HttpRequestBase の変数
The path information for this request.
pathInfo - class org.apache.catalina.util.ProcessEnvironment の変数
pathInfo for the current request
paths - class org.apache.catalina.loader.WebappClassLoader の変数
The list of resources which should be checked when checking for modifications.
peek() - class org.apache.catalina.util.Queue のメソッド
Peek to see if something is available.
permission - class org.apache.naming.resources.DirContextURLConnection の変数
Permission
PersistentManager - class org.apache.catalina.session.PersistentManager.
Implementation of the Manager interface that makes use of a Store to swap active Sessions to disk.
PersistentManager() - class org.apache.catalina.session.PersistentManager のコンストラクタ
 
PersistentManagerBase - class org.apache.catalina.session.PersistentManagerBase.
Extends the ManagerBase class to implement most of the functionality required by a Manager which supports any kind of persistence, even if onlyfor restarts.
PersistentManagerBase() - class org.apache.catalina.session.PersistentManagerBase のコンストラクタ
 
pipeline - class org.apache.catalina.core.ContainerBase の変数
The Pipeline object with which this Container is associated.
Pipeline - interface org.apache.catalina.Pipeline.
Interface describing a collection of Valves that should be executed in sequence when the invoke() method is invoked.
pointer - class org.apache.catalina.connector.warp.WarpPacket の変数
 
popStack() - class org.apache.catalina.util.xml.XmlMapper のメソッド
Pop the object stack
pos - class org.apache.catalina.connector.http.SocketInputStream の変数
Position in the buffer.
postDeregister() - class org.apache.catalina.startup.CatalinaManager のメソッド
 
postDeregister() - class org.apache.catalina.startup.EmbeddedManager のメソッド
 
postDeregister() - class org.apache.naming.NamingService のメソッド
 
postRegister(Boolean) - class org.apache.catalina.startup.CatalinaManager のメソッド
 
postRegister(Boolean) - class org.apache.catalina.startup.EmbeddedManager のメソッド
 
postRegister(Boolean) - class org.apache.naming.NamingService のメソッド
 
precalculate(String) - class org.apache.catalina.valves.RequestFilterValve のメソッド
Return an array of regular expression objects initialized from the specified argument, which must be null or a comma-delimited list of regular expression patterns.
preDeregister() - class org.apache.catalina.startup.CatalinaManager のメソッド
 
preDeregister() - class org.apache.catalina.startup.EmbeddedManager のメソッド
 
preDeregister() - class org.apache.naming.NamingService のメソッド
 
prefix - class org.apache.naming.SelectorContext の static 変数
Namespace URL.
prefixLength - class org.apache.naming.SelectorContext の static 変数
Namespace URL length.
preparedClearSql - class org.apache.catalina.session.JDBCStore の変数
Variable to hold the clear() prepared statement.
preparedCredentials - class org.apache.catalina.realm.JDBCRealm の変数
The PreparedStatement to use for authenticating users.
preparedKeysSql - class org.apache.catalina.session.JDBCStore の変数
Variable to hold the keys() prepared statement.
preparedLoadSql - class org.apache.catalina.session.JDBCStore の変数
Variable to hold the load() prepared statement.
preparedRemoveSql - class org.apache.catalina.session.JDBCStore の変数
Variable to hold the remove() prepared statement.
preparedRoles - class org.apache.catalina.realm.JDBCRealm の変数
The PreparedStatement to use for identifying the roles for a specified user.
preparedSaveSql - class org.apache.catalina.session.JDBCStore の変数
Variable to hold the save() prepared statement.
preparedSizeSql - class org.apache.catalina.session.JDBCStore の変数
Variable to hold the getSize() prepared statement.
preRegister(MBeanServer, ObjectName) - class org.apache.catalina.startup.CatalinaManager のメソッド
 
preRegister(MBeanServer, ObjectName) - class org.apache.catalina.startup.EmbeddedManager のメソッド
 
preRegister(MBeanServer, ObjectName) - class org.apache.naming.NamingService のメソッド
 
print(boolean) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a boolean value.
print(char) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a character value.
print(char[]) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a character array value.
print(double) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a double value.
print(float) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a float value.
print(int) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print an integer value.
print(long) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a long value.
print(Node) - class org.apache.catalina.util.DOMWriter のメソッド
Prints the specified node, recursively.
print(Object) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print an object value.
print(String) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a String value.
println() - class org.apache.catalina.connector.ResponseWriter のメソッド
Terminate the current line by writing the line separator string.
println(boolean) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a boolean value and terminate the current line.
println(char) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a character value and terminate the current line.
println(char[]) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a character array value and terminate the current line.
println(double) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a double value and terminate the current line.
println(float) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a float value and terminate the current line.
println(int) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print an integer value and terminate the current line.
println(long) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a long value and terminate the current line.
println(Object) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print an object value and terminate the current line.
println(String) - class org.apache.catalina.connector.ResponseWriter のメソッド
Print a String value and terminate the current line.
printServletEnvironment(ServletOutputStream, HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.CGIServlet のメソッド
Prints out important Servlet API and container information Copied from SnoopAllServlet by Craig R.
process(String[]) - class org.apache.catalina.startup.Catalina のメソッド
The instance main program.
process(String[], String[]) - class org.apache.catalina.util.ssi.SsiInclude のメソッド
Not used since this SsiCommand return a stream, use getStream() instead.
process(String[], String[]) - class org.apache.catalina.util.ssi.SsiFlastmod のメソッド
Not used since this SsiCommand return a stream, use getStream() instead.
process(String[], String[]) - class org.apache.catalina.util.ssi.SsiConfig のメソッド
Process request.
process(String[], String[]) - class org.apache.catalina.util.ssi.SsiFsize のメソッド
Not used since this SsiCommand return a stream, use getStream() instead.
process(String[], String[]) - interface org.apache.catalina.util.ssi.SsiCommand のメソッド
Process this request, used if isPrintable() returns false
process(String[], String[]) - class org.apache.catalina.util.ssi.SsiExec のメソッド
 
process(String[], String[]) - class org.apache.catalina.util.ssi.SsiEcho のメソッド
Not used since this SsiCommand return a stream, use getStream() instead.
process(String, Request, Response, ValveContext) - class org.apache.catalina.valves.RequestFilterValve のメソッド
Perform the filtering that has been configured for this Valve, matching against the specified request property.
processClusterReceiver() - class org.apache.catalina.session.DistributedManager のメソッド
Called from our background thread to process new received Sessions
ProcessEnvironment - class org.apache.catalina.util.ProcessEnvironment.
Encapsulates the Process environment and rules to derive that environment from the servlet container and request information.
ProcessEnvironment(HttpServletRequest, ServletContext) - class org.apache.catalina.util.ProcessEnvironment のコンストラクタ
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
ProcessEnvironment(HttpServletRequest, ServletContext, int) - class org.apache.catalina.util.ProcessEnvironment のコンストラクタ
Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
processExpires() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Invalidate all sessions that have expired.
processExpires() - class org.apache.catalina.session.StoreBase のメソッド
Called by our background reaper thread to check if Sessions saved in our store are subject of being expired.
ProcessHelper - class org.apache.catalina.util.ProcessHelper.
Encapsulates the knowledge of how to run a CGI script, given the script's desired environment and (optionally) input/output streams Exposes a run method used to actually invoke the CGI.
ProcessHelper(String, Hashtable, File, Hashtable) - class org.apache.catalina.util.ProcessHelper のコンストラクタ
Creates a ProcessHelper and initializes its environment, working directory, and query parameters.
processingInstruction(String, String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
processMaxActiveSwaps() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Swap idle sessions out to Store if too many are active
processMaxIdleBackups() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Back up idle sessions.
processMaxIdleSwaps() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Swap idle sessions out to Store if they are idle too long.
PROCESSOR_ACTIVE - class org.apache.catalina.connector.http.Constants の static 変数
 
PROCESSOR_IDLE - class org.apache.catalina.connector.http.Constants の static 変数
 
processPersistenceChecks() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Called by the background thread after active sessions have been checked for expiration, to allow sessions to be swapped out, backed up, etc.
propertyChange(PropertyChangeEvent) - class org.apache.catalina.core.FastEngineMapper のメソッド
Process a property change event.
propertyChange(PropertyChangeEvent) - class org.apache.catalina.loader.WebappLoader のメソッド
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - class org.apache.catalina.session.StandardManager のメソッド
Process property change events from our associated Context.
protocol - class org.apache.catalina.connector.RequestBase の変数
The protocol name and version associated with this Request.
PROTOCOL_HANDLER_VARIABLE - class org.apache.naming.resources.Constants の static 変数
 
ProxyDirContext - class org.apache.naming.resources.ProxyDirContext.
Proxy Directory Context implementation.
ProxyDirContext.CacheEntry - class org.apache.naming.resources.ProxyDirContext.CacheEntry.
 
ProxyDirContext.CacheEntry(ProxyDirContext) - class org.apache.naming.resources.ProxyDirContext.CacheEntry のコンストラクタ
 
ProxyDirContext(Hashtable, DirContext) - class org.apache.naming.resources.ProxyDirContext のコンストラクタ
Builds a proxy directory context using the given environment.
pull() - class org.apache.catalina.util.Queue のメソッド
Pull the first object out of the queue.
put(Attribute) - class org.apache.naming.resources.ResourceAttributes のメソッド
Put attribute.
put(Object) - class org.apache.catalina.util.Queue のメソッド
Put the object into the queue.
put(Object, Object) - class org.apache.catalina.util.ParameterMap のメソッド
Associate the specified value with the specified key in this map.
put(String, Object) - class org.apache.naming.resources.ResourceAttributes のメソッド
Put attribute.
putAll(Map) - class org.apache.catalina.util.ParameterMap のメソッド
Copy all of the mappings from the specified map to this one.
putValue(String, Object) - class org.apache.catalina.session.StandardSessionFacade のメソッド
 

Q

QUERY_STRING_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which the original query string is stored on an included dispatcher request.
queryString - class org.apache.catalina.connector.HttpRequestBase の変数
The query string for this request.
Queue - class org.apache.catalina.util.Queue.
A simple FIFO queue class which causes the calling thread to wait if the queue is empty and notifies threads that are waiting when it is not empty.
Queue() - class org.apache.catalina.util.Queue のコンストラクタ
 

R

random - class org.apache.catalina.session.ManagerBase の変数
A random number generator to use when generating session identifiers.
random - class org.apache.catalina.authenticator.AuthenticatorBase の変数
A random number generator to use when generating session identifiers.
randomClass - class org.apache.catalina.session.ManagerBase の変数
The Java class name of the random number generator class to be used when generating session identifiers.
randomClass - class org.apache.catalina.authenticator.AuthenticatorBase の変数
The Java class name of the random number generator class to be used when generating session identifiers.
read() - class org.apache.catalina.connector.RequestStream のメソッド
Read and return a single byte from this input stream, or -1 if end of file has been encountered.
read() - class org.apache.catalina.connector.http.HttpRequestStream のメソッド
Read and return a single byte from this input stream, or -1 if end of file has been encountered.
read() - class org.apache.catalina.connector.http.SocketInputStream のメソッド
Read byte.
read() - class org.apache.catalina.connector.warp.WarpRequest.Stream のメソッド
 
read(byte[]) - class org.apache.catalina.connector.RequestStream のメソッド
Read some number of bytes from the input stream, and store them into the buffer array b.
read(byte[], int, int) - class org.apache.catalina.connector.RequestStream のメソッド
Read up to len bytes of data from the input stream into an array of bytes.
read(byte[], int, int) - class org.apache.catalina.connector.http.HttpRequestStream のメソッド
Read up to len bytes of data from the input stream into an array of bytes.
reader - class org.apache.catalina.connector.RequestBase の変数
The reader that has been returned by getReader, if any.
readHeader(HttpHeader) - class org.apache.catalina.connector.http.SocketInputStream のメソッド
Read a header, and copies it to the given buffer.
readInteger() - class org.apache.catalina.connector.warp.WarpPacket のメソッド
Read a signed integer value (32 bit) from the packet buffer.
readOnly - class org.apache.catalina.servlets.DefaultServlet の変数
Read only flag.
readRequestLine(HttpRequestLine) - class org.apache.catalina.connector.http.SocketInputStream のメソッド
Read the request line, and copies it to the given buffer.
readString() - class org.apache.catalina.connector.warp.WarpPacket のメソッド
Read a string from the packet buffer.
readUnsignedShort() - class org.apache.catalina.connector.warp.WarpPacket のメソッド
Read an unsigned short value (16 bit) from the packet buffer.
readXml(File, Object) - class org.apache.catalina.util.xml.XmlMapper のメソッド
read an XML file, construct and return the object hierarchy
readXml(InputStream, Object) - class org.apache.catalina.util.xml.XmlMapper のメソッド
read an XML input stream, construct and return the object hierarchy
realm - class org.apache.catalina.core.ContainerBase の変数
The Realm with which this Container is associated.
realm - class org.apache.catalina.startup.Embedded の変数
The default realm to be used by all containers associated with this compoennt.
realm - class org.apache.catalina.realm.GenericPrincipal の変数
The Realm with which this Principal is associated.
Realm - interface org.apache.catalina.Realm.
A Realm is a read-only facade for an underlying security realm used to authenticate individual users, and identify the security roles associated with those users.
RealmBase - class org.apache.catalina.realm.RealmBase.
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
RealmBase() - class org.apache.catalina.realm.RealmBase のコンストラクタ
 
rebind(Name, Object) - class org.apache.naming.NamingContext のメソッド
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - class org.apache.naming.SelectorContext のメソッド
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - class org.apache.naming.resources.BaseDirContext のメソッド
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - class org.apache.naming.resources.ProxyDirContext のメソッド
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - class org.apache.naming.resources.BaseDirContext のメソッド
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(Name, Object, Attributes) - class org.apache.naming.resources.ProxyDirContext のメソッド
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object) - class org.apache.naming.NamingContext のメソッド
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - class org.apache.naming.SelectorContext のメソッド
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - class org.apache.naming.resources.BaseDirContext のメソッド
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - class org.apache.naming.resources.ProxyDirContext のメソッド
Binds a name to an object, overwriting any existing binding.
rebind(String, Object, Attributes) - class org.apache.naming.resources.BaseDirContext のメソッド
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - class org.apache.naming.resources.FileDirContext のメソッド
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - class org.apache.naming.resources.WARDirContext のメソッド
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - class org.apache.naming.resources.ProxyDirContext のメソッド
Binds a name to an object, along with associated attributes, overwriting any existing binding.
recv(WarpPacket) - class org.apache.catalina.connector.warp.WarpConnection のメソッド
Receive a WARP packet over this connection.
RecyclableNamingEnumeration - class org.apache.naming.resources.RecyclableNamingEnumeration.
Naming enumeration implementation.
RecyclableNamingEnumeration(Vector) - class org.apache.naming.resources.RecyclableNamingEnumeration のコンストラクタ
 
recycle() - interface org.apache.catalina.Session のメソッド
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - interface org.apache.catalina.Response のメソッド
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - interface org.apache.catalina.Request のメソッド
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - class org.apache.catalina.connector.ResponseBase のメソッド
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - class org.apache.catalina.connector.RequestWrapper のメソッド
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - class org.apache.catalina.connector.RequestBase のメソッド
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - class org.apache.catalina.connector.HttpRequestBase のメソッド
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - class org.apache.catalina.connector.warp.WarpRequest のメソッド
Recycle this WarpResponse instance.
recycle() - class org.apache.catalina.connector.warp.WarpRequest.Stream のメソッド
 
recycle() - class org.apache.catalina.connector.warp.WarpResponse のメソッド
Recycle this WarpResponse instance.
recycle() - class org.apache.catalina.connector.warp.WarpResponse.Stream のメソッド
Recycle this WarpResponse.Stream instance.
recycle() - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo のメソッド
 
recycle() - class org.apache.naming.resources.ProxyDirContext.CacheEntry のメソッド
 
recycled - class org.apache.catalina.session.ManagerBase の変数
The set of previously recycled Sessions for this Manager.
REFERENCE - class org.apache.naming.NamingEntry の static 変数
 
refreshPolicy() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Refresh the system policy file, to pick up eventual changes.
register(HttpRequest, HttpResponse, Principal, String, String, String) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one.
registerDTDFile(String, String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
Register the specified DTD with a local file.
registerDTDRes(String, String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
Register the specified DTD to map to a resource in the classpath This must be called prior to the first call to readXml().
release() - class org.apache.naming.resources.BaseDirContext のメソッド
Release any resources allocated for this directory context.
release() - class org.apache.naming.resources.FileDirContext のメソッド
Release any resources allocated for this directory context.
release() - class org.apache.naming.resources.WARDirContext のメソッド
Release any resources allocated for this directory context.
release(Connection) - class org.apache.catalina.session.JDBCStore のメソッド
Release the connection, not needed here since the connection is not associated with a connection pool.
release(Connection) - class org.apache.catalina.realm.JDBCRealm のメソッド
Release our use of this connection so that it can be recycled.
release(DirContext) - class org.apache.catalina.realm.JNDIRealm のメソッド
Release our use of this connection so that it can be recycled.
reload() - interface org.apache.catalina.Context のメソッド
Reload this web application, if reloading is supported.
reload() - class org.apache.catalina.core.StandardContext のメソッド
Reload this web application, if reloading is supported.
reload(PrintWriter, String) - class org.apache.catalina.servlets.ManagerServlet のメソッド
Reload the web application at the specified context path.
reload(PrintWriter, String) - class org.apache.catalina.servlets.HTMLManagerServlet のメソッド
Reload the web application at the specified context path.
Reloader - interface org.apache.catalina.loader.Reloader.
Internal interface that ClassLoader implementations may optionally implement to support the auto-reload functionality of the classloader associated with the context.
relpath - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The relative path for this request
REMOTE - class org.apache.naming.EjbRef の static 変数
Remote interface classname address type.
remoteAddr - class org.apache.catalina.connector.RequestBase の変数
The remote address associated with this request.
RemoteAddrValve - class org.apache.catalina.valves.RemoteAddrValve.
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address.
RemoteAddrValve() - class org.apache.catalina.valves.RemoteAddrValve のコンストラクタ
 
remoteHost - class org.apache.catalina.connector.RequestBase の変数
The fully qualified name of the remote host.
RemoteHostValve - class org.apache.catalina.valves.RemoteHostValve.
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address.
RemoteHostValve() - class org.apache.catalina.valves.RemoteHostValve のコンストラクタ
 
REMOVE_ALIAS_EVENT - interface org.apache.catalina.Host の static 変数
The ContainerEvent event type sent when an old alias is removed by removeAlias().
REMOVE_CHILD_EVENT - interface org.apache.catalina.Container の static 変数
The ContainerEvent event type sent when a child container is removed by removeChild().
REMOVE_EVENT - interface org.apache.catalina.Deployer の static 変数
The ContainerEvent event type sent when an existing application is removed by remove().
REMOVE_MAPPER_EVENT - interface org.apache.catalina.Container の static 変数
The ContainerEvent event type sent when a Mapper is removed by removeMapper().
REMOVE_VALVE_EVENT - interface org.apache.catalina.Container の static 変数
The ContainerEvent event type sent when a valve is removed by removeValve(), if this Container supports pipelines.
remove(File) - class org.apache.catalina.core.StandardHost のメソッド
Remove the specified directory and all of its contents.
remove(Object) - class org.apache.catalina.util.ResourceSet のメソッド
Remove the given element from this set if it is present.
remove(Object) - class org.apache.catalina.util.ParameterMap のメソッド
Remove the mapping for this key from the map if present.
remove(PrintWriter, String) - class org.apache.catalina.servlets.ManagerServlet のメソッド
Remove the web application at the specified context path.
remove(PrintWriter, String) - class org.apache.catalina.servlets.HTMLManagerServlet のメソッド
Remove the web application at the specified context path.
remove(Session) - interface org.apache.catalina.Manager のメソッド
Remove this Session from the active Sessions for this Manager.
remove(Session) - class org.apache.catalina.session.ManagerBase のメソッド
Remove this Session from the active Sessions for this Manager.
remove(Session) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Remove this Session from the active Sessions for this Manager, and from the Store.
remove(String) - interface org.apache.catalina.Store のメソッド
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - interface org.apache.catalina.Deployer のメソッド
Remove an existing web application, attached to the specified context path.
remove(String) - class org.apache.catalina.core.StandardHost のメソッド
Remove an existing web application, attached to the specified context path.
remove(String) - class org.apache.catalina.session.FileStore のメソッド
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - class org.apache.catalina.session.JDBCStore のメソッド
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - class org.apache.naming.resources.ResourceAttributes のメソッド
Remove attribute.
removeAlias(String) - interface org.apache.catalina.Host のメソッド
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - class org.apache.catalina.core.StandardHost のメソッド
Remove the specified alias name from the aliases for this Host.
removeApplicationListener(String) - interface org.apache.catalina.Context のメソッド
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - class org.apache.catalina.core.DefaultContext のメソッド
Remove the specified application listener class from the set of listeners for this application.
removeApplicationParameter(String) - interface org.apache.catalina.Context のメソッド
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - class org.apache.catalina.core.DefaultContext のメソッド
Remove the application parameter with the specified name from the set for this application.
removeAttribute(String) - class org.apache.catalina.connector.RequestFacade のメソッド
 
removeAttribute(String) - class org.apache.catalina.connector.RequestBase のメソッド
Remove the specified request attribute if it exists.
removeAttribute(String) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
removeAttribute(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Remove the context attribute with the specified name, if any.
removeAttribute(String) - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
removeAuthRole(String) - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Remove the specified role from the set of roles permitted to access the resources protected by this security constraint.
removeChild(Container) - interface org.apache.catalina.Container のメソッド
Remove an existing child Container from association with this parent Container.
removeChild(Container) - class org.apache.catalina.core.ContainerBase のメソッド
Remove an existing child Container from association with this parent Container.
removeCollection(SecurityCollection) - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Remove the specified web resource collection from those protected by this security constraint.
removeConnector(Connector) - interface org.apache.catalina.Service のメソッド
Remove the specified Connector from the set associated from this Service.
removeConnector(Connector) - class org.apache.catalina.core.StandardService のメソッド
Remove the specified Connector from the set associated from this Service.
removeConnector(Connector) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Remove the specified Connector from the set of defined Connectors.
removeConnector(Connector) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Remove the specified Connector from the set of defined Connectors.
removeConnector(Connector) - class org.apache.catalina.startup.Embedded のメソッド
Remove the specified Connector from the set of defined Connectors.
removeConstraint(SecurityConstraint) - interface org.apache.catalina.Context のメソッド
Remove the specified security constraint from this web application.
removeConstraint(SecurityConstraint) - class org.apache.catalina.core.StandardContext のメソッド
Remove the specified security constraint from this web application.
removeContainerListener(ContainerListener) - interface org.apache.catalina.Container のメソッド
Remove a container event listener from this component.
removeContainerListener(ContainerListener) - class org.apache.catalina.core.ContainerBase のメソッド
Remove a container event listener from this component.
removeContext(Context) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Remove the specified Context from the set of defined Contexts for its associated Host.
removeContext(Context) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Remove the specified Context from the set of defined Contexts for its associated Host.
removeContext(Context) - class org.apache.catalina.startup.Embedded のメソッド
Remove the specified Context from the set of defined Contexts for its associated Host.
removeEjb(String) - interface org.apache.catalina.Context のメソッド
Remove any EJB resource reference with the specified name.
removeEjb(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove any EJB resource reference with the specified name.
removeEjb(String) - class org.apache.catalina.core.DefaultContext のメソッド
Remove any EJB resource reference with the specified name.
removeEngine(Engine) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEngine(Engine) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEngine(Engine) - class org.apache.catalina.startup.Embedded のメソッド
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEnvironment(String) - interface org.apache.catalina.Context のメソッド
Remove any environment entry with the specified name.
removeEnvironment(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove any environment entry with the specified name.
removeEnvironment(String) - class org.apache.catalina.core.DefaultContext のメソッド
Remove any environment entry with the specified name.
removeErrorPage(ErrorPage) - interface org.apache.catalina.Context のメソッド
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeErrorPage(ErrorPage) - class org.apache.catalina.core.StandardContext のメソッド
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - interface org.apache.catalina.Context のメソッド
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - class org.apache.catalina.core.StandardContext のメソッド
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterMap(FilterMap) - interface org.apache.catalina.Context のメソッド
Remove a filter mapping from this Context.
removeFilterMap(FilterMap) - class org.apache.catalina.core.StandardContext のメソッド
Remove a filter mapping from this Context.
removeFromEnvironment(String) - class org.apache.naming.NamingContext のメソッド
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - class org.apache.naming.SelectorContext のメソッド
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Removes an environment property from the environment of this context.
removeHost(Host) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeHost(Host) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeHost(Host) - class org.apache.catalina.startup.Embedded のメソッド
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeInitParameter(String) - interface org.apache.catalina.Wrapper のメソッド
Remove the specified initialization parameter from this servlet.
removeInitParameter(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Remove the specified initialization parameter from this servlet.
removeInstanceListener(InstanceListener) - interface org.apache.catalina.Wrapper のメソッド
Remove a listener no longer interested in InstanceEvents.
removeInstanceListener(InstanceListener) - class org.apache.catalina.util.InstanceSupport のメソッド
Remove a lifecycle event listener from this component.
removeInstanceListener(InstanceListener) - class org.apache.catalina.core.StandardWrapper のメソッド
Remove a listener no longer interested in InstanceEvents.
removeInstanceListener(String) - interface org.apache.catalina.Context のメソッド
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(String) - class org.apache.catalina.core.DefaultContext のメソッド
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeLifecycleListener(LifecycleListener) - interface org.apache.catalina.Lifecycle のメソッド
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Remove a LifecycleEvent listener from this Connector.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.util.LifecycleSupport のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.cluster.StandardCluster のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.valves.AccessLogValve のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.valves.CertificatesValve のメソッド
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.core.ContainerBase のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.core.FastEngineMapper のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.core.StandardServer のメソッド
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.core.StandardService のメソッド
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.core.StandardPipeline のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.loader.WebappLoader のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.session.StoreBase のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.session.StandardManager のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.startup.Embedded のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.realm.RealmBase のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - class org.apache.catalina.logger.FileLogger のメソッド
Remove a lifecycle event listener from this component.
removeLocalEjb(String) - interface org.apache.catalina.Context のメソッド
Remove any local EJB resource reference with the specified name.
removeLocalEjb(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove any local EJB resource reference with the specified name.
removeMapper(Mapper) - interface org.apache.catalina.Container のメソッド
Remove a Mapper associated with this Container, if any.
removeMapper(Mapper) - class org.apache.catalina.core.ContainerBase のメソッド
Remove a Mapper associated with this Container, if any.
removeMethod(String) - class org.apache.catalina.deploy.SecurityCollection のメソッド
Remove the specified HTTP request method from those that are part of this web resource collection.
removeMimeMapping(String) - interface org.apache.catalina.Context のメソッド
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeMimeMapping(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeNote(String) - interface org.apache.catalina.Session のメソッド
Remove any object bound to the specified name in the internal notes for this session.
removeNote(String) - interface org.apache.catalina.Request のメソッド
Remove any object bound to the specified name in the internal notes for this request.
removeNote(String) - class org.apache.catalina.connector.RequestBase のメソッド
Remove any object bound to the specified name in the internal notes for this request.
removeParameter(String) - interface org.apache.catalina.Context のメソッド
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - class org.apache.catalina.core.DefaultContext のメソッド
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removePattern(String) - class org.apache.catalina.deploy.SecurityCollection のメソッド
Remove the specified URL pattern from those that are part of this web resource collection.
removePropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Store のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Loader のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Manager のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Realm のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Container のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - interface org.apache.catalina.Logger のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.core.ContainerBase のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.loader.WebappLoader のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.session.ManagerBase のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.session.StoreBase のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.startup.Embedded のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.realm.RealmBase のメソッド
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - class org.apache.catalina.logger.LoggerBase のメソッド
Remove a property change listener from this component.
removeResource(String) - interface org.apache.catalina.Context のメソッド
Remove any resource reference with the specified name.
removeResource(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove any resource reference with the specified name.
removeResource(String) - class org.apache.catalina.core.DefaultContext のメソッド
Remove any resource reference with the specified name.
removeResourceEnvRef(String) - interface org.apache.catalina.Context のメソッド
Remove any resource environment reference with the specified name.
removeResourceEnvRef(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove any resource environment reference with the specified name.
removeResourceEnvRef(String) - class org.apache.catalina.core.DefaultContext のメソッド
Remove any resource environment reference with the specified name.
removeRoleMapping(String) - interface org.apache.catalina.Context のメソッド
Remove any security role reference for the specified name
removeRoleMapping(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove any security role reference for the specified name
removeSecurityReference(String) - interface org.apache.catalina.Wrapper のメソッド
Remove any security role reference for the specified role name.
removeSecurityReference(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Remove any security role reference for the specified role name.
removeSecurityRole(String) - interface org.apache.catalina.Context のメソッド
Remove any security role with the specified name.
removeSecurityRole(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove any security role with the specified name.
removeService(Service) - interface org.apache.catalina.Server のメソッド
Remove the specified Service from the set associated from this Server.
removeService(Service) - class org.apache.catalina.core.StandardServer のメソッド
Remove the specified Service from the set associated from this Server.
removeServletMapping(String) - interface org.apache.catalina.Context のメソッド
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeServletMapping(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeSessionListener(SessionListener) - interface org.apache.catalina.Session のメソッド
Remove a session event listener from this component.
removeTaglib(String) - interface org.apache.catalina.Context のメソッド
Remove the tag library location forthe specified tag library URI.
removeTaglib(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove the tag library location forthe specified tag library URI.
removeValue(String) - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
removeValve(Valve) - interface org.apache.catalina.Pipeline のメソッド
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(Valve) - class org.apache.catalina.core.ContainerBase のメソッド
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(Valve) - class org.apache.catalina.core.StandardPipeline のメソッド
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeWelcomeFile(String) - interface org.apache.catalina.Context のメソッド
Remove the specified welcome file name from the list recognized by this Context.
removeWelcomeFile(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove the specified welcome file name from the list recognized by this Context.
removeWrapperLifecycle(String) - interface org.apache.catalina.Context のメソッド
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - class org.apache.catalina.core.DefaultContext のメソッド
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - interface org.apache.catalina.Context のメソッド
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - class org.apache.catalina.core.StandardContext のメソッド
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - class org.apache.catalina.core.DefaultContext のメソッド
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
rename(Name, Name) - class org.apache.naming.NamingContext のメソッド
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - class org.apache.naming.SelectorContext のメソッド
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - class org.apache.naming.NamingContext のメソッド
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - class org.apache.naming.SelectorContext のメソッド
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - class org.apache.naming.resources.BaseDirContext のメソッド
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - class org.apache.naming.resources.FileDirContext のメソッド
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - class org.apache.naming.resources.WARDirContext のメソッド
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Binds a new name to the object bound to an old name, and unbinds the old name.
render(String, DefaultServlet.ResourceInfo) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Return an InputStream to an HTML representation of the contents of this directory.
renderLastModified(long) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Render the last modified date and time for the specified timestamp.
renderSize(long) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Render the specified file size (in bytes).
ReplicationWrapper - class org.apache.catalina.cluster.ReplicationWrapper.
A ReplicationWrapper, used when sending and receiving multicast data, wrapped is the data and the senderId which is used for identification.
ReplicationWrapper(byte[], String) - class org.apache.catalina.cluster.ReplicationWrapper のコンストラクタ
Construct a new ReplicationWrapper
report(Request, Response, Throwable) - class org.apache.catalina.valves.ErrorReportValve のメソッド
Prints out an error report.
repositories - class org.apache.catalina.loader.WebappClassLoader の変数
The list of local repositories, in the order they should be searched for locally loaded classes or resources.
repositories - class org.apache.catalina.loader.StandardClassLoader の変数
The list of local repositories, in the order they should be searched for locally loaded classes or resources.
req - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The HttpServletResponse associated with this request
REQ_PASSWORD_NOTE - class org.apache.catalina.authenticator.Constants の static 変数
The notes key for the password used to authenticate this user.
REQ_SSOID_NOTE - class org.apache.catalina.authenticator.Constants の static 変数
The notes key to track the single-sign-on identity with which this request is associated.
REQ_USERNAME_NOTE - class org.apache.catalina.authenticator.Constants の static 変数
The notes key for the username used to authenticate this user.
request - class org.apache.catalina.connector.RequestFacade の変数
The wrapped request.
request - class org.apache.catalina.connector.ResponseBase の変数
The Request with which this Response is associated.
request - class org.apache.catalina.connector.RequestWrapper の変数
The wrapped request.
Request - interface org.apache.catalina.Request.
A Request is the Catalina-internal facade for a ServletRequest that is to be processed, in order to produce the corresponding Response.
REQUEST_URI_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which the original request URI is stored on an included dispatcher request.
RequestBase - class org.apache.catalina.connector.RequestBase.
Convenience base implementation of the Request interface, which can be used for the Request implementation required by most Connectors.
RequestBase() - class org.apache.catalina.connector.RequestBase のコンストラクタ
 
RequestDumperValve - class org.apache.catalina.valves.RequestDumperValve.
Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
RequestDumperValve() - class org.apache.catalina.valves.RequestDumperValve のコンストラクタ
 
requestedSessionCookie - class org.apache.catalina.connector.HttpRequestBase の変数
Was the requested session ID received in a cookie?
requestedSessionId - class org.apache.catalina.connector.HttpRequestBase の変数
The requested session ID (if any) for this request.
requestedSessionURL - class org.apache.catalina.connector.HttpRequestBase の変数
Was the requested session ID received in a URL?
RequestFacade - class org.apache.catalina.connector.RequestFacade.
Facade class that wraps a Catalina-internal Request object.
RequestFacade(Request) - class org.apache.catalina.connector.RequestFacade のコンストラクタ
Construct a wrapper for the specified request.
RequestFilterValve - class org.apache.catalina.valves.RequestFilterValve.
Implementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against a set of regular expressions configured for this Valve.
RequestFilterValve() - class org.apache.catalina.valves.RequestFilterValve のコンストラクタ
 
RequestStream - class org.apache.catalina.connector.RequestStream.
Convenience implementation of ServletInputStream that works with the standard implementations of Request.
RequestStream(Request) - class org.apache.catalina.connector.RequestStream のコンストラクタ
Construct a servlet input stream associated with the specified Request.
requestURI - class org.apache.catalina.connector.HttpRequestBase の変数
The request URI associated with this request.
RequestUtil - class org.apache.catalina.util.RequestUtil.
General purpose request parsing and encoding utility methods.
RequestUtil() - class org.apache.catalina.util.RequestUtil のコンストラクタ
 
RequestWrapper - class org.apache.catalina.connector.RequestWrapper.
Abstract convenience class that wraps a Catalina-internal Request object.
RequestWrapper(Request) - class org.apache.catalina.connector.RequestWrapper のコンストラクタ
Construct a wrapper for the specified request.
required - class org.apache.catalina.loader.WebappClassLoader の変数
The set of optional packages (formerly standard extensions) that are required in the repositories associated with this class loader.
required - class org.apache.catalina.loader.StandardClassLoader の変数
The set of optional packages (formerly standard extensions) that are required in the repositories associated with this class loader.
res - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The HttpServletResponse associated with this request.
reset() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
reset() - class org.apache.catalina.connector.ResponseBase のメソッド
Clear any content written to the buffer.
reset() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Clear any content written to the buffer.
reset() - class org.apache.catalina.connector.warp.WarpPacket のメソッド
Reset this packet.
reset() - class org.apache.catalina.util.StringParser のメソッド
Reset the current state of the parser to the beginning of the current string being parsed.
reset(int, String) - interface org.apache.catalina.HttpResponse のメソッド
Reset this response, and specify the values for the HTTP status code and corresponding message.
reset(int, String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Reset this response, and specify the values for the HTTP status code and corresponding message.
reset(int, String) - class org.apache.catalina.connector.HttpResponseWrapper のメソッド
Reset this response, and specify the values for the HTTP status code and corresponding message.
resetBuffer() - interface org.apache.catalina.Response のメソッド
Reset the data buffer but not any status or header information.
resetBuffer() - class org.apache.catalina.connector.ResponseFacade のメソッド
 
resetBuffer() - class org.apache.catalina.connector.ResponseBase のメソッド
Reset the data buffer but not any status or header information.
resetBuffer() - class org.apache.catalina.connector.ResponseWrapper のメソッド
Reset the data buffer but not any status or header information.
resolveClass(ObjectStreamClass) - class org.apache.catalina.util.CustomObjectInputStream のメソッド
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context.
resolveEntity(String, String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
Resolve the requested external entity, replacing it by an internal DTD if one has been registered.
resource - class org.apache.naming.resources.DirContextURLConnection の変数
Associated resource.
Resource - class org.apache.naming.resources.Resource.
Encapsultes the contents of a resource.
Resource() - class org.apache.naming.resources.Resource のコンストラクタ
 
Resource(byte[]) - class org.apache.naming.resources.Resource のコンストラクタ
 
Resource(InputStream) - class org.apache.naming.resources.Resource のコンストラクタ
 
ResourceAttributes - class org.apache.naming.resources.ResourceAttributes.
Attributes implementation.
ResourceAttributes() - class org.apache.naming.resources.ResourceAttributes のコンストラクタ
Default constructor.
ResourceAttributes(Attributes) - class org.apache.naming.resources.ResourceAttributes のコンストラクタ
Merges with another attribute set.
resourceEntries - class org.apache.catalina.loader.WebappClassLoader の変数
The cache of ResourceEntry for classes and resources we have loaded, keyed by resource name.
ResourceEnvFactory - class org.apache.naming.factory.ResourceEnvFactory.
Object factory for Resources env.
ResourceEnvFactory() - class org.apache.naming.factory.ResourceEnvFactory のコンストラクタ
 
ResourceEnvRef - class org.apache.naming.ResourceEnvRef.
Represents a reference address to a resource environment.
ResourceEnvRef(String) - class org.apache.naming.ResourceEnvRef のコンストラクタ
Resource env reference.
ResourceEnvRef(String, String, String) - class org.apache.naming.ResourceEnvRef のコンストラクタ
Resource env reference.
ResourceFactory - class org.apache.naming.factory.ResourceFactory.
Object factory for Resources.
ResourceFactory() - class org.apache.naming.factory.ResourceFactory のコンストラクタ
 
ResourceParams - class org.apache.catalina.deploy.ResourceParams.
Representation of additional parameters which will be used to initialize external resources defined in the web application deployment descriptor.
ResourceParams() - class org.apache.catalina.deploy.ResourceParams のコンストラクタ
 
ResourceRef - class org.apache.naming.ResourceRef.
Represents a reference address to a resource.
ResourceRef(String, String, String, String) - class org.apache.naming.ResourceRef のコンストラクタ
Resource Reference.
ResourceRef(String, String, String, String, String, String) - class org.apache.naming.ResourceRef のコンストラクタ
Resource Reference.
resources - class org.apache.catalina.core.ContainerBase の変数
The resources DirContext object with which this Container is associated.
resources - class org.apache.catalina.loader.WebappClassLoader の変数
Associated directory context giving access to the resources in this webapp.
resources - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo の変数
 
RESOURCES_ATTR - class org.apache.catalina.Globals の static 変数
The JNDI directory context which is associated with the context.
RESOURCES_JNDI_NAME - class org.apache.catalina.servlets.DefaultServlet の static 変数
JNDI resources name.
ResourceSet - class org.apache.catalina.util.ResourceSet.
Extended implementation of HashSet that includes a locked property.
ResourceSet() - class org.apache.catalina.util.ResourceSet のコンストラクタ
Construct a new, empty set with the default initial capacity and load factor.
ResourceSet(Collection) - class org.apache.catalina.util.ResourceSet のコンストラクタ
Construct a new set with the same contents as the existing collection.
ResourceSet(int) - class org.apache.catalina.util.ResourceSet のコンストラクタ
Construct a new, empty set with the specified initial capacity and default load factor.
ResourceSet(int, float) - class org.apache.catalina.util.ResourceSet のコンストラクタ
Construct a new, empty set with the specified initial capacity and load factor.
resp - class org.apache.catalina.connector.ResponseFacade の変数
The wrapped response.
response - class org.apache.catalina.connector.ResponseFacade の変数
The wrapped response.
response - class org.apache.catalina.connector.ResponseStream の変数
The Response with which this input stream is associated.
response - class org.apache.catalina.connector.ResponseWrapper の変数
The wrapped response.
response - class org.apache.catalina.connector.RequestBase の変数
The response with which this request is associated.
Response - interface org.apache.catalina.Response.
A Response is the Catalina-internal facade for a ServletResponse that is to be produced, based on the processing of a corresponding Request.
ResponseBase - class org.apache.catalina.connector.ResponseBase.
Convenience base implementation of the Response interface, which can be used for the Response implementation required by most Connectors.
ResponseBase() - class org.apache.catalina.connector.ResponseBase のコンストラクタ
 
ResponseFacade - class org.apache.catalina.connector.ResponseFacade.
Facade class that wraps a Catalina-internal Response object.
ResponseFacade(Response) - class org.apache.catalina.connector.ResponseFacade のコンストラクタ
Construct a wrapper for the specified response.
ResponseIncludeWrapper - class org.apache.catalina.util.ssi.ResponseIncludeWrapper.
A HttpServletResponseWrapper, used from SsiInclude
ResponseIncludeWrapper(HttpServletResponse, ServletOutputStream) - class org.apache.catalina.util.ssi.ResponseIncludeWrapper のコンストラクタ
Initialize our wrapper with the current HttpServletResponse and ServletOutputStream.
ResponseStream - class org.apache.catalina.connector.ResponseStream.
Convenience implementation of ServletOutputStream that works with the standard ResponseBase implementation of Response.
ResponseStream(Response) - class org.apache.catalina.connector.ResponseStream のコンストラクタ
Construct a servlet output stream associated with the specified Request.
ResponseWrapper - class org.apache.catalina.connector.ResponseWrapper.
Abstract convenience class that wraps a Catalina-internal Response object.
ResponseWrapper(Response) - class org.apache.catalina.connector.ResponseWrapper のコンストラクタ
Construct a wrapper for the specified response.
ResponseWriter - class org.apache.catalina.connector.ResponseWriter.
Wrapper around the standard java.io.PrintWriter that keeps track of whether or not any characters have ever been written (even if they are still buffered inside the PrintWriter or any other Writer that it uses above the underlying TCP/IP socket).
ResponseWriter(OutputStreamWriter, ResponseStream) - class org.apache.catalina.connector.ResponseWriter のコンストラクタ
Construct a new ResponseWriter, wrapping the specified writer and attached to the specified response.
revalidate(ProxyDirContext.CacheEntry) - class org.apache.naming.resources.ProxyDirContext のメソッド
Revalidate entry.
reverse - class org.apache.catalina.authenticator.SingleSignOn の変数
The cache of single sign on identifiers, keyed by the Session that is associated with them.
reverse(String) - class org.apache.catalina.util.MIME2Java の static メソッド
Convert a Java encoding name to MIME charset name.
rewriteUrl(String) - class org.apache.catalina.servlets.DefaultServlet のメソッド
URL rewriter.
rfc1036Format - class org.apache.catalina.util.DateTool の static 変数
 
RFC1123_PATTERN - class org.apache.catalina.util.DateTool の static 変数
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
rfc1123Format - class org.apache.catalina.util.DateTool の static 変数
DateFormat to be used to format dates
roleBase - class org.apache.catalina.realm.JNDIRealm の変数
The base element for role searches.
roleFormat - class org.apache.catalina.realm.JNDIRealm の変数
The MessageFormat object associated with the current roleSearch.
roleName - class org.apache.catalina.realm.JNDIRealm の変数
The name of the attribute containing the role name.
roleNameCol - class org.apache.catalina.realm.JDBCRealm の変数
The column in the user role table that names a role
roles - class org.apache.catalina.realm.GenericPrincipal の変数
The set of roles associated with this user.
roles(Connection, String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Return a PreparedStatement configured to perform the SELECT required to retrieve user roles for the specified username.
roleSearch - class org.apache.catalina.realm.JNDIRealm の変数
The message format used to select roles for a user, with "{0}" marking the spot where the distinguished name of the user goes.
roleSubtree - class org.apache.catalina.realm.JNDIRealm の変数
Should we search the entire subtree for matching memberships?
run() - class org.apache.catalina.connector.HttpRequestBase.PrivilegedGetSession のメソッド
 
run() - class org.apache.catalina.connector.http.HttpConnector のメソッド
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - class org.apache.catalina.connector.warp.WarpConnection のメソッド
Process data from the socket.
run() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Start accepting WARP requests from the network.
run() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - class org.apache.catalina.util.ProcessHelper のメソッド
Executes a process script with the desired environment, current working directory, and input/output streams This implements the following CGI specification recommedations: Servers SHOULD provide the "query" component of the script-URI as command-line arguments to scripts if it does not contain any unencoded "=" characters and the command-line arguments can be generated in an unambiguous manner.
run() - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
 
run() - class org.apache.catalina.cluster.StandardCluster のメソッド
The background thread.
run() - class org.apache.catalina.cluster.MulticastReceiver のメソッド
The background thread.
run() - class org.apache.catalina.core.ApplicationContext.PrivilegedGetRequestDispatcher のメソッド
 
run() - class org.apache.catalina.core.ApplicationContext.PrivilegedGetResource のメソッド
 
run() - class org.apache.catalina.core.ApplicationContext.PrivilegedGetResourcePaths のメソッド
 
run() - class org.apache.catalina.core.ApplicationContext.PrivilegedLogMessage のメソッド
 
run() - class org.apache.catalina.core.ApplicationContext.PrivilegedLogException のメソッド
 
run() - class org.apache.catalina.core.ApplicationContext.PrivilegedLogThrowable のメソッド
 
run() - class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource のメソッド
 
run() - class org.apache.catalina.loader.WebappLoader のメソッド
The background thread that checks for session timeouts and shutdown.
run() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 The background thread that checks for session timeouts and shutdown.
run() - class org.apache.catalina.session.PersistentManagerBase のメソッド
The background thread that checks for session timeouts and shutdown.
run() - class org.apache.catalina.session.StoreBase のメソッド
The background thread that checks for session timeouts and shutdown.
run() - class org.apache.catalina.session.StandardManager のメソッド
The background thread that checks for session timeouts and shutdown.
run() - class org.apache.catalina.session.DistributedManager のメソッド
The background thread that checks for session timeouts and shutdown.
run() - class org.apache.catalina.servlets.CGIServlet.CGIRunner のメソッド
Executes a CGI script with the desired environment, current working directory, and input/output streams This implements the following CGI specification recommedations: Servers SHOULD provide the "query" component of the script-URI as command-line arguments to scripts if it does not contain any unencoded "=" characters and the command-line arguments can be generated in an unambiguous manner.

S

safeCharacters - class org.apache.catalina.servlets.DefaultServlet の static 変数
Array containing the safe characters set.
sameFile(URL) - class org.apache.catalina.util.URL のメソッド
Compare two URLs, excluding the "ref" fields.
save(Session) - interface org.apache.catalina.Store のメソッド
Save the specified Session into this Store.
save(Session) - class org.apache.catalina.session.FileStore のメソッド
Save the specified Session into this Store.
save(Session) - class org.apache.catalina.session.JDBCStore のメソッド
Save a session to the Store.
SavedRequest - class org.apache.catalina.authenticator.SavedRequest.
Object that saves the critical information from a request so that form-based authentication can reproduce it once the user has been authenticated.
SavedRequest() - class org.apache.catalina.authenticator.SavedRequest のコンストラクタ
 
SaxContext - interface org.apache.catalina.util.xml.SaxContext.
SAX Context - used to match and perform actions provide access to the current stack and XML elements.
scheme - class org.apache.catalina.connector.RequestBase の変数
The scheme associated with this Request.
SCOPE - class org.apache.naming.ResourceRef の static 変数
Scope address type.
search(Name, Attributes) - class org.apache.naming.resources.BaseDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes.
search(Name, Attributes) - class org.apache.naming.resources.ProxyDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes.
search(Name, Attributes, String[]) - class org.apache.naming.resources.BaseDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes, String[]) - class org.apache.naming.resources.ProxyDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, String, Object[], SearchControls) - class org.apache.naming.resources.BaseDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - class org.apache.naming.resources.ProxyDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, SearchControls) - class org.apache.naming.resources.BaseDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, SearchControls) - class org.apache.naming.resources.ProxyDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes) - class org.apache.naming.resources.BaseDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - class org.apache.naming.resources.FileDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - class org.apache.naming.resources.WARDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - class org.apache.naming.resources.ProxyDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes, String[]) - class org.apache.naming.resources.BaseDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - class org.apache.naming.resources.FileDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - class org.apache.naming.resources.WARDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - class org.apache.naming.resources.ProxyDirContext のメソッド
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, String, Object[], SearchControls) - class org.apache.naming.resources.BaseDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - class org.apache.naming.resources.FileDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - class org.apache.naming.resources.WARDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - class org.apache.naming.resources.ProxyDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - class org.apache.naming.resources.BaseDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - class org.apache.naming.resources.FileDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - class org.apache.naming.resources.WARDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - class org.apache.naming.resources.ProxyDirContext のメソッド
Searches in the named context or object for entries that satisfy the given search filter.
secure - class org.apache.catalina.connector.RequestBase の変数
Was this request received on a secure connection?
secure - class org.apache.catalina.connector.HttpRequestBase の変数
Was this request received on a secure channel?
SecurityCollection - class org.apache.catalina.deploy.SecurityCollection.
Representation of a web resource collection for a web application's security constraint, as represented in a <web-resource-collection> element in the deployment descriptor.
SecurityCollection() - class org.apache.catalina.deploy.SecurityCollection のコンストラクタ
Construct a new security collection instance with default values.
SecurityCollection(String) - class org.apache.catalina.deploy.SecurityCollection のコンストラクタ
Construct a new security collection instance with specified values.
SecurityCollection(String, String) - class org.apache.catalina.deploy.SecurityCollection のコンストラクタ
Construct a new security collection instance with specified values.
SecurityConstraint - class org.apache.catalina.deploy.SecurityConstraint.
Representation of a security constraint element for a web application, as represented in a <security-constraint> element in the deployment descriptor.
SecurityConstraint() - class org.apache.catalina.deploy.SecurityConstraint のコンストラクタ
Construct a new security constraint instance with default values.
SelectorContext - class org.apache.naming.SelectorContext.
Catalina JNDI Context implementation.
SelectorContext(Hashtable) - class org.apache.naming.SelectorContext のコンストラクタ
Builds a Catalina selector context using the given environment.
SelectorContext(Hashtable, boolean) - class org.apache.naming.SelectorContext のコンストラクタ
Builds a Catalina selector context using the given environment.
send(byte[]) - interface org.apache.catalina.cluster.ClusterSender のメソッド
Send an array of bytes, the implementation of this ClusterSender is responsible for modifying the bytearray to something that it can use.
send(byte[]) - class org.apache.catalina.cluster.MulticastSender のメソッド
Send multicast data
send(Object) - interface org.apache.catalina.cluster.ClusterSender のメソッド
Send an object, the implementation of this ClusterSender is responsible for modifying the Object to something that it can use.
send(Object) - class org.apache.catalina.cluster.MulticastSender のメソッド
Send an object using a multicastSocket
send(WarpPacket) - class org.apache.catalina.connector.warp.WarpConnection のメソッド
Send a WARP packet over this connection.
sendData() - class org.apache.catalina.util.XMLWriter のメソッド
Send data and reinitializes buffer.
sendError(int) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Send an error response with the specified status and a default message.
sendError(int) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
sendError(int, String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Send an error response with the specified status and message.
sendError(int, String) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
sendHeaders() - class org.apache.catalina.connector.HttpResponseBase のメソッド
Send the HTTP response headers, if this has not already occurred.
sendHeaders() - class org.apache.catalina.connector.warp.WarpResponse のメソッド
Send the HTTP response headers, if this has not already occurred.
SendMailFactory - class org.apache.naming.factory.SendMailFactory.
Factory class that creates a JNDI named javamail MimePartDataSource object which can be used for sending email using SMTP.
SendMailFactory() - class org.apache.naming.factory.SendMailFactory のコンストラクタ
 
sendRedirect(String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Send a temporary redirect to the specified redirect location URL.
sendRedirect(String) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
server - class org.apache.catalina.startup.Catalina の変数
The server component we are starting or stopping
Server - interface org.apache.catalina.Server.
A Server represents one convenient way to package a set of Connectors associated with a particular Container.
SERVER_INFO - class org.apache.catalina.Globals の static 変数
The descriptive information about this server and version.
serveRequest(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.InvokerServlet のメソッド
Serve the specified request, creating the corresponding response.
serveResource(HttpServletRequest, HttpServletResponse, boolean) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Serve the specified resource, optionally including the data content.
ServerFactory - class org.apache.catalina.ServerFactory.
ServerFactory allows the registration of the (singleton) Server instance for this JVM, so that it can be accessed independently of any existing reference to the component hierarchy.
ServerFactory() - class org.apache.catalina.ServerFactory のコンストラクタ
 
ServerInfo - class org.apache.catalina.connector.http.Constants の static 変数
 
ServerInfo - class org.apache.catalina.connector.http10.Constants の static 変数
 
serverName - class org.apache.catalina.connector.RequestBase の変数
The server name associated with this Request.
serverPort - class org.apache.catalina.connector.RequestBase の変数
The server port associated with this Request.
ServerSocketFactory - interface org.apache.catalina.net.ServerSocketFactory.
Interface that describes the common characteristics of factory classes that create server sockets required by a Connector.
serverVariables - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The Servervariables associated with this request
Service - interface org.apache.catalina.Service.
A Service is a group of one or more Connectors that share a single Container to process their incoming requests.
service(HttpServletRequest, HttpServletResponse) - class org.apache.catalina.servlets.WebdavServlet のメソッド
Handles the special WebDAV methods.
SERVLET_NAME_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we forward a servlet name to an error page.
SERVLET_PATH_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which the original servlet path is stored on an included dispatcher request.
servletContext - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The ServletContext associated with this request
ServletOutputStreamWrapper - class org.apache.catalina.util.ssi.ServletOutputStreamWrapper.
Class that extends ServletOuputStream, used as a wrapper from within SsiInclude
ServletOutputStreamWrapper() - class org.apache.catalina.util.ssi.ServletOutputStreamWrapper のコンストラクタ
Construct a new ServletOutputStream
servletPath - class org.apache.catalina.connector.HttpRequestBase の変数
The servlet path for this request.
SESS_PASSWORD_NOTE - class org.apache.catalina.authenticator.Constants の static 変数
The notes key for the password used to authenticate this user.
SESS_USERNAME_NOTE - class org.apache.catalina.authenticator.Constants の static 変数
The notes key for the username used to authenticate this user.
session - class org.apache.catalina.connector.HttpRequestBase の変数
The currently active session for this request.
Session - interface org.apache.catalina.Session.
A Session is the Catalina-internal facade for an HttpSession that is used to maintain state information between requests for a particular user of a web application.
SESSION_COOKIE_NAME - class org.apache.catalina.Globals の static 変数
The name of the cookie used to pass the session identifier back and forth with the client.
SESSION_CREATED_EVENT - interface org.apache.catalina.Session の static 変数
The SessionEvent event type when a session is created.
SESSION_DESTROYED_EVENT - interface org.apache.catalina.Session の static 変数
The SessionEvent event type when a session is destroyed.
SESSION_ID_BYTES - class org.apache.catalina.session.ManagerBase の static 変数
The number of random bytes to include when generating a session identifier.
SESSION_ID_BYTES - class org.apache.catalina.authenticator.AuthenticatorBase の static 変数
The number of random bytes to include when generating a session identifier.
SESSION_PARAMETER_NAME - class org.apache.catalina.Globals の static 変数
The name of the path parameter used to pass the session identifier back and forth with the client.
sessionDataCol - class org.apache.catalina.session.JDBCStore の変数
Data column to use.
SessionEvent - class org.apache.catalina.SessionEvent.
General event for notifying listeners of significant changes on a Session.
sessionEvent(SessionEvent) - interface org.apache.catalina.SessionListener のメソッド
Acknowledge the occurrence of the specified event.
sessionEvent(SessionEvent) - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Acknowledge the occurrence of the specified event.
SessionEvent(Session, String, Object) - class org.apache.catalina.SessionEvent のコンストラクタ
Construct a new SessionEvent with the specified parameters.
sessionIdCol - class org.apache.catalina.session.JDBCStore の変数
Id column to use.
sessionLastAccessedCol - class org.apache.catalina.session.JDBCStore の変数
Last Accessed column to use.
SessionListener - interface org.apache.catalina.SessionListener.
Interface defining a listener for significant Session generated events.
sessionMaxInactiveCol - class org.apache.catalina.session.JDBCStore の変数
Max Inactive column to use.
sessions - class org.apache.catalina.session.ManagerBase の変数
The set of currently active Sessions for this Manager, keyed by session identifier.
sessions(PrintWriter, String) - class org.apache.catalina.servlets.ManagerServlet のメソッド
Session information for the web application at the specified context path.
sessionTable - class org.apache.catalina.session.JDBCStore の変数
Table to use.
sessionValidCol - class org.apache.catalina.session.JDBCStore の変数
Is Valid column to use.
set(String, DirContext) - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo のメソッド
 
setAcceptCount(int) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the accept count for this Connector.
setAcceptCount(int) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the accept count for this Connector.
setAcceptCount(int) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the accept count for this Connector.
setAddress(int) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the IP address to which this Connector will bind to.
setAddress(String) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the bind IP address for this Connector.
setAddress(String) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the IP address to which this Connector will bind to.
setAddress(String) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the bind IP address for this Connector.
setAlgorithm(String) - class org.apache.catalina.session.ManagerBase のメソッド
Set the message digest algorithm for this Manager.
setAlgorithm(String) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Set the message digest algorithm for this Manager.
setAlgorithm(String) - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
setAllow(String) - class org.apache.catalina.valves.RequestFilterValve のメソッド
Set the comma-delimited set of the allow expressions configured for this Valve, if any.
setAllowChunking(boolean) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the allow chunking flag.
setAppBase(String) - interface org.apache.catalina.Host のメソッド
Set the application root for this Host.
setAppBase(String) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the applications base directory for hosts created via WARP.
setAppBase(String) - class org.apache.catalina.core.StandardHost のメソッド
Set the application root for this Host.
setAppCommitted(boolean) - interface org.apache.catalina.Response のメソッド
Set the application commit flag.
setAppCommitted(boolean) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the application commit flag.
setApplicationListeners(Object[]) - interface org.apache.catalina.Context のメソッド
Store the set of initialized application listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationListeners(Object[]) - class org.apache.catalina.core.StandardContext のメソッド
Store the set of initialized application listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setAttribute(String, Object) - class org.apache.catalina.connector.RequestFacade のメソッド
 
setAttribute(String, Object) - class org.apache.catalina.connector.RequestBase のメソッド
Set the specified request attribute to the specified value.
setAttribute(String, Object) - class org.apache.catalina.core.ApplicationContextFacade のメソッド
 
setAttribute(String, Object) - class org.apache.catalina.core.ApplicationContext のメソッド
Bind the specified value with the specified context attribute name, replacing any existing value for that name.
setAttribute(String, Object) - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
setAttributeReadOnly(String) - class org.apache.catalina.core.ApplicationContext のメソッド
Set an attribute as read only.
setAuth(String) - class org.apache.catalina.deploy.ContextResource のメソッド
 
setAuthConstraint(boolean) - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Set the authorization constraint present flag for this security constraint.
setAuthMethod(String) - class org.apache.catalina.deploy.LoginConfig のメソッド
 
setAuthorization(String) - interface org.apache.catalina.Request のメソッド
Set the authorization credentials sent with this request.
setAuthorization(String) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the authorization credentials sent with this request.
setAuthorization(String) - class org.apache.catalina.connector.RequestBase のメソッド
Set the authorization credentials sent with this request.
setAuthType(String) - interface org.apache.catalina.Session のメソッド
Set the authentication type used to authenticate our cached Principal, if any.
setAuthType(String) - interface org.apache.catalina.HttpRequest のメソッド
Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set the authentication type used for this request, if any; otherwise set the type to null.
setAvailable(boolean) - interface org.apache.catalina.Context のメソッド
Set the application available flag for this Context.
setAvailable(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Set the application available flag for this Context.
setAvailable(long) - interface org.apache.catalina.Wrapper のメソッド
Set the available date/time for this servlet, in milliseconds since the epoch.
setAvailable(long) - class org.apache.catalina.core.StandardWrapper のメソッド
Set the available date/time for this servlet, in milliseconds since the epoch.
setBasic(Valve) - interface org.apache.catalina.Pipeline のメソッド
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - class org.apache.catalina.core.ContainerBase のメソッド
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - class org.apache.catalina.core.StandardPipeline のメソッド
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBufferSize(int) - class org.apache.catalina.connector.ResponseFacade のメソッド
 
setBufferSize(int) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the buffer size to be used for this Response.
setBufferSize(int) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the input buffer size for this Connector.
setBufferSize(int) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the input buffer size for this Connector.
setCache(boolean) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Set the cache authenticated Principals flag.
setCached(boolean) - class org.apache.naming.resources.BaseDirContext のメソッド
Set cached.
setCacheObjectMaxSize(int) - class org.apache.naming.resources.BaseDirContext のメソッド
Set cacheObjectMaxSize.
setCacheTTL(int) - class org.apache.naming.resources.BaseDirContext のメソッド
Set cache TTL.
setCachingAllowed(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Set caching allowed flag.
setCaseSensitive(boolean) - class org.apache.naming.resources.FileDirContext のメソッド
Set case sensitivity.
setCatalinaBase() - class org.apache.catalina.startup.Catalina のメソッド
Set the catalina.base System property to the current working directory if it has not been set.
setCatalinaHome() - class org.apache.catalina.startup.Catalina のメソッド
Set the catalina.home System property to the current working directory if it has not been set.
setCGIEnvironment(HttpServletRequest) - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Constructs the CGI environment to be supplied to the invoked CGI script; relies heavliy on Servlet API methods and findCGI
setCharacterEncoding(String) - class org.apache.catalina.connector.RequestFacade のメソッド
 
setCharacterEncoding(String) - class org.apache.catalina.connector.RequestBase のメソッド
Overrides the name of the character encoding used in the body of this request.
setCharsetMapper(CharsetMapper) - interface org.apache.catalina.Context のメソッド
Set the Locale to character set mapper for this Context.
setCharsetMapper(CharsetMapper) - class org.apache.catalina.core.StandardContext のメソッド
Set the Locale to character set mapper for this Context.
setCharsetMapperClass(String) - class org.apache.catalina.core.StandardContext のメソッド
Set the Locale to character set mapper class for this Context.
setCheckInterval(int) - interface org.apache.catalina.Cluster のメソッド
Set the time in seconds that the Cluster waits before checking for changes and replicated data.
setCheckInterval(int) - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
Set the time in seconds for this component to Sleep before it checks for new received data in the Cluster
setCheckInterval(int) - class org.apache.catalina.cluster.StandardCluster のメソッド
Set the time in seconds for this component to Sleep before it checks for new received data in the Cluster
setCheckInterval(int) - class org.apache.catalina.cluster.MulticastReceiver のメソッド
Set the time in seconds for this component to Sleep before it checks for new received data in the Cluster
setCheckInterval(int) - class org.apache.catalina.loader.WebappLoader のメソッド
Set the check interval for this Loader.
setCheckInterval(int) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Set the check interval for this Loader.
setCheckInterval(int) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Set the check interval (in seconds) for this Manager.
setCheckInterval(int) - class org.apache.catalina.session.StoreBase のメソッド
Set the check interval (in seconds) for this Store.
setCheckInterval(int) - class org.apache.catalina.session.StandardManager のメソッド
Set the check interval (in seconds) for this Manager.
setClientAuth(boolean) - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
setCluster(Cluster) - interface org.apache.catalina.Container のメソッド
Set the Cluster with which this Container is associated.
setCluster(Cluster) - class org.apache.catalina.core.ContainerBase のメソッド
Set the Cluster with which this Container is associated.
setClusterInfo(String) - class org.apache.catalina.cluster.ClusterMemberInfo のメソッド
 
setClusterName(String) - interface org.apache.catalina.Cluster のメソッド
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterName(String) - class org.apache.catalina.cluster.StandardCluster のメソッド
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterName(String) - class org.apache.catalina.cluster.ClusterMemberInfo のメソッド
 
setCollection(boolean) - class org.apache.naming.resources.ResourceAttributes のメソッド
Set collection flag.
setCommand(String) - class org.apache.catalina.util.ProcessEnvironment のメソッド
Sets the desired command string
setConfigClass(String) - class org.apache.catalina.core.StandardHost のメソッド
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - class org.apache.catalina.startup.HostConfig のメソッド
Set the Context configuration class name.
setConfigClass(String) - class org.apache.catalina.startup.UserConfig のメソッド
Set the Context configuration class name.
setConfigured(boolean) - interface org.apache.catalina.Context のメソッド
Set the "correctly configured" flag for this Context.
setConfigured(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Set the "correctly configured" flag for this Context.
setConnection(WarpConnection) - class org.apache.catalina.connector.warp.WarpRequest のメソッド
Associate this WarpResponse instance with a specific WarpConnection instance.
setConnection(WarpConnection) - class org.apache.catalina.connector.warp.WarpResponse のメソッド
Associate this WarpResponse instance with a specific WarpConnection instance.
setConnectionName(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Set the username to use to connect to the database.
setConnectionName(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Set the connection username for this Realm.
setConnectionPassword(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Set the password to use to connect to the database.
setConnectionPassword(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Set the connection password for this Realm.
setConnectionTimeout(int) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the connection timeout for this Connector.
setConnectionTimeout(int) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the connection timeout for this Connector.
setConnectionURL(String) - class org.apache.catalina.session.JDBCStore のメソッド
Set the Connection URL for this Store.
setConnectionURL(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Set the URL to use to connect to the database.
setConnectionURL(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Set the connection URL for this Realm.
setConnector(Connector) - interface org.apache.catalina.Response のメソッド
Set the Connector through which this Response is returned.
setConnector(Connector) - interface org.apache.catalina.Request のメソッド
Set the Connector through which this Request was received.
setConnector(Connector) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the Connector through which this Response will be transmitted.
setConnector(Connector) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the Connector through which this Request was received.
setConnector(Connector) - class org.apache.catalina.connector.ResponseWrapper のメソッド
Set the Connector through which this Response is returned.
setConnector(Connector) - class org.apache.catalina.connector.RequestBase のメソッド
Set the Connector through which this Request was received.
setConnector(WarpConnector) - class org.apache.catalina.connector.warp.WarpConnection のメソッド
Set the WarpConnector associated with this connection.
setContainer(Container) - interface org.apache.catalina.Loader のメソッド
Set the Container with which this Loader has been associated.
setContainer(Container) - interface org.apache.catalina.Manager のメソッド
Set the Container with which this Manager is associated.
setContainer(Container) - interface org.apache.catalina.Service のメソッド
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Container) - interface org.apache.catalina.Realm のメソッド
Set the Container with which this Realm has been associated.
setContainer(Container) - interface org.apache.catalina.Contained のメソッド
Set the Container with which this instance is associated.
setContainer(Container) - interface org.apache.catalina.Cluster のメソッド
Set the Container associated with our Cluster
setContainer(Container) - interface org.apache.catalina.Logger のメソッド
Set the Container with which this Logger has been associated.
setContainer(Container) - interface org.apache.catalina.Mapper のメソッド
Set the Container with which this Mapper is associated.
setContainer(Container) - interface org.apache.catalina.Connector のメソッド
Set the Container used for processing requests received by this Connector.
setContainer(Container) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the Container used for processing requests received by this Connector.
setContainer(Container) - class org.apache.catalina.connector.warp.WarpLogger のメソッド
Set the Container instance which will process all requests received by this Connector.
setContainer(Container) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the Container instance which will process all requests received by this Connector.
setContainer(Container) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the Container used for processing requests received by this Connector.
setContainer(Container) - class org.apache.catalina.cluster.StandardCluster のメソッド
Set the Container associated with our Cluster
setContainer(Container) - class org.apache.catalina.valves.ValveBase のメソッド
Set the Container with which this Valve is associated, if any.
setContainer(Container) - class org.apache.catalina.core.FastEngineMapper のメソッド
Set the Container with which this Mapper is associated.
setContainer(Container) - class org.apache.catalina.core.StandardContextMapper のメソッド
Set the Container with which this Mapper is associated.
setContainer(Container) - class org.apache.catalina.core.StandardEngineMapper のメソッド
Set the Container with which this Mapper is associated.
setContainer(Container) - class org.apache.catalina.core.StandardHostMapper のメソッド
Set the Container with which this Mapper is associated.
setContainer(Container) - class org.apache.catalina.core.StandardService のメソッド
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Container) - class org.apache.catalina.core.StandardPipeline のメソッド
Set the Container with which this Pipeline is associated.
setContainer(Container) - class org.apache.catalina.loader.WebappLoader のメソッド
Set the Container with which this Logger has been associated.
setContainer(Container) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Set the Container with which this Logger has been associated.
setContainer(Container) - class org.apache.catalina.session.ManagerBase のメソッド
Set the Container with which this Manager is associated.
setContainer(Container) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Set the Container with which this Manager has been associated.
setContainer(Container) - class org.apache.catalina.session.StandardManager のメソッド
Set the Container with which this Manager has been associated.
setContainer(Container) - class org.apache.catalina.realm.RealmBase のメソッド
Set the Container with which this Realm has been associated.
setContainer(Container) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Set the Container to which this Valve is attached.
setContainer(Container) - class org.apache.catalina.logger.LoggerBase のメソッド
Set the Container with which this Logger has been associated.
setContent(byte[]) - class org.apache.naming.resources.Resource のメソッド
Content mutator.
setContent(InputStream) - class org.apache.naming.resources.Resource のメソッド
Content mutator.
setContentLength(int) - interface org.apache.catalina.Request のメソッド
Set the content length associated with this Request.
setContentLength(int) - class org.apache.catalina.connector.ResponseFacade のメソッド
 
setContentLength(int) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the content length (in bytes) for this Response.
setContentLength(int) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Set the content length (in bytes) for this Response.
setContentLength(int) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the content length associated with this Request.
setContentLength(int) - class org.apache.catalina.connector.RequestBase のメソッド
Set the content length associated with this Request.
setContentLength(long) - class org.apache.naming.resources.ResourceAttributes のメソッド
Set content length.
setContentType(String) - interface org.apache.catalina.Request のメソッド
Set the content type (and optionally the character encoding) associated with this Request.
setContentType(String) - class org.apache.catalina.connector.ResponseFacade のメソッド
 
setContentType(String) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the content type for this Response.
setContentType(String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Set the content type for this Response.
setContentType(String) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the content type (and optionally the character encoding) associated with this Request.
setContentType(String) - class org.apache.catalina.connector.RequestBase のメソッド
Set the content type (and optionally the character encoding) associated with this Request.
setContext(Context) - interface org.apache.catalina.Response のメソッド
Set the Context with which this Response is associated.
setContext(Context) - interface org.apache.catalina.Request のメソッド
Set the Context within which this Request is being processed.
setContext(Context) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the Context with which this Response is associated.
setContext(Context) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the Context within which this Request is being processed.
setContext(Context) - class org.apache.catalina.connector.ResponseWrapper のメソッド
Set the Context with which this Response is associated.
setContext(Context) - class org.apache.catalina.connector.RequestBase のメソッド
Set the Context within which this Request is being processed.
setContextClass(String) - class org.apache.catalina.core.StandardHost のメソッド
Set the Java class name of the Context implementation class for new web applications.
setContextClass(String) - class org.apache.catalina.startup.HostConfig のメソッド
Set the Context implementation class name.
setContextClass(String) - class org.apache.catalina.startup.UserConfig のメソッド
Set the Context implementation class name.
setContextFactory(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Set the JNDI context factory for this Realm.
setContextPath(String) - interface org.apache.catalina.HttpRequest のメソッド
Set the context path for this Request.
setContextPath(String) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set the context path for this Request.
setContextPath(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set the context path for this Request.
setCookies(boolean) - interface org.apache.catalina.Context のメソッド
Set the "use cookies for session ids" flag.
setCookies(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Set the "use cookies for session ids" flag.
setCookies(boolean) - class org.apache.catalina.core.DefaultContext のメソッド
Set the "use cookies for session ids" flag.
setCreation(long) - class org.apache.naming.resources.ResourceAttributes のメソッド
Set creation.
setCreationDate(Date) - class org.apache.naming.resources.ResourceAttributes のメソッド
Creation date mutator.
setCreationTime(long) - interface org.apache.catalina.Session のメソッド
Set the creation time for this session.
setCrossContext(boolean) - interface org.apache.catalina.Context のメソッド
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - class org.apache.catalina.core.DefaultContext のメソッド
Set the "allow crossing servlet contexts" flag.
setDateHeader(String, long) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Set the specified date header to the specified value.
setDateHeader(String, long) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
setDebug(int) - interface org.apache.catalina.Cluster のメソッド
The debug detail level for this Cluster
setDebug(int) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the debug level.
setDebug(int) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
setDebug(int) - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
Set the debug detail level for this component.
setDebug(int) - class org.apache.catalina.cluster.StandardCluster のメソッド
Set the debug level for this component
setDebug(int) - class org.apache.catalina.cluster.ClusterSessionBase のメソッド
Set the debug detail level for this component.
setDebug(int) - interface org.apache.catalina.cluster.ClusterSender のメソッド
Set the debug detail level for this component.
setDebug(int) - class org.apache.catalina.valves.CertificatesValve のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.core.ContainerBase のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.core.StandardWrapper のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.loader.WebappLoader のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.session.ManagerBase のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.session.StoreBase のメソッド
Set the debugging detail level for this Store.
setDebug(int) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.startup.EngineConfig のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.startup.HostConfig のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.startup.ClassLoaderFactory の static メソッド
Set the debugging detail level.
setDebug(int) - class org.apache.catalina.startup.UserConfig のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.startup.ContextConfig のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.startup.Embedded のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.realm.RealmBase のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Set the debugging detail level.
setDebug(int) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Set the debugging detail level for this component.
setDebug(int) - class org.apache.naming.resources.BaseDirContext のメソッド
Set the debugging detail level for this component.
setDefaultHost(String) - interface org.apache.catalina.Engine のメソッド
Set the default hostname for this Engine.
setDefaultHost(String) - class org.apache.catalina.core.StandardEngine のメソッド
Set the default host.
setDelegate(boolean) - interface org.apache.catalina.Loader のメソッド
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - class org.apache.catalina.loader.WebappLoader のメソッド
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - class org.apache.catalina.loader.StandardClassLoader のメソッド
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDeny(String) - class org.apache.catalina.valves.RequestFilterValve のメソッド
Set the comma-delimited set of the deny expressions configured for this Valve, if any.
setDescription(String) - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
setDescription(String) - class org.apache.catalina.deploy.SecurityCollection のメソッド
Set the description of this web resource collection.
setDescription(String) - class org.apache.catalina.deploy.ContextResource のメソッド
 
setDescription(String) - class org.apache.catalina.deploy.ContextEnvironment のメソッド
 
setDescription(String) - class org.apache.catalina.deploy.FilterDef のメソッド
 
setDescription(String) - class org.apache.catalina.deploy.ApplicationParameter のメソッド
 
setDescription(String) - class org.apache.catalina.deploy.ContextEjb のメソッド
 
setDigest(String) - class org.apache.catalina.realm.RealmBase のメソッド
Set the digest algorithm used for storing credentials.
setDirectory(String) - class org.apache.catalina.valves.AccessLogValve のメソッド
Set the directory in which we create log files.
setDirectory(String) - class org.apache.catalina.session.FileStore のメソッド
Set the directory path for this Store.
setDirectory(String) - class org.apache.catalina.logger.FileLogger のメソッド
Set the directory in which we create log files.
setDirectoryName(String) - class org.apache.catalina.startup.UserConfig のメソッド
Set the directory name for user web applications.
setDisplayName(String) - interface org.apache.catalina.Context のメソッド
Set the display name of this web application.
setDisplayName(String) - class org.apache.catalina.deploy.FilterDef のメソッド
 
setDisplayName(String) - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Set the display name of this security constraint.
setDisplayName(String) - class org.apache.catalina.core.StandardContext のメソッド
Set the display name of this web application.
setDistributable(boolean) - interface org.apache.catalina.Context のメソッド
Set the distributable flag for this web application.
setDistributable(boolean) - interface org.apache.catalina.Manager のメソッド
Set the distributable flag for the sessions supported by this Manager.
setDistributable(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Set the distributable flag for this web application.
setDistributable(boolean) - class org.apache.catalina.session.ManagerBase のメソッド
Set the distributable flag for the sessions supported by this Manager.
setDocBase(String) - interface org.apache.catalina.Context のメソッド
Set the document root for this Context.
setDocBase(String) - class org.apache.catalina.core.StandardContext のメソッド
Set the document root for this Context.
setDocBase(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Set the document root for this component.
setDocBase(String) - class org.apache.naming.resources.FileDirContext のメソッド
Set the document root.
setDocBase(String) - class org.apache.naming.resources.WARDirContext のメソッド
Set the document root.
setDocumentLocator(Locator) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
setDriverName(String) - class org.apache.catalina.session.JDBCStore のメソッド
Set the driver for this Store.
setDriverName(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Set the JDBC driver that will be used.
setEnableLookups(boolean) - interface org.apache.catalina.Connector のメソッド
Set the "enable DNS lookups" flag.
setEnableLookups(boolean) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the "enable DNS lookups" flag.
setEnableLookups(boolean) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the "enable DNS lookups" flag.
setEnableLookups(boolean) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the "enable DNS lookups" flag.
setEntropy(String) - class org.apache.catalina.session.ManagerBase のメソッド
Set the entropy increaser value.
setEntropy(String) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Set the entropy increaser value.
setEnvironment(Hashtable) - class org.apache.catalina.util.ProcessEnvironment のメソッド
Sets process' environment
setError() - interface org.apache.catalina.Response のメソッド
Set the error flag.
setError() - class org.apache.catalina.connector.ResponseBase のメソッド
Set the error flag.
setErrorCode(int) - class org.apache.catalina.deploy.ErrorPage のメソッド
Set the error code.
setErrorCode(String) - class org.apache.catalina.deploy.ErrorPage のメソッド
Set the error code (hack for default XmlMapper data type).
setErrorPage(String) - class org.apache.catalina.deploy.LoginConfig のメソッド
 
setErrorReportValveClass(String) - class org.apache.catalina.core.StandardHost のメソッド
Set the Java class name of the error report valve class for new web applications.
setExceptionType(String) - class org.apache.catalina.deploy.ErrorPage のメソッド
Set the exception type.
setExtensionName(String) - class org.apache.catalina.loader.Extension のメソッド
 
setFactory(ServerSocketFactory) - interface org.apache.catalina.Connector のメソッド
Set the server socket factory used by this Container.
setFactory(ServerSocketFactory) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the server socket factory used by this Container.
setFactory(ServerSocketFactory) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the ServerSocketFactory used by this Connector to generate ServerSocket instances.
setFactory(ServerSocketFactory) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the server socket factory used by this Container.
setFilterClass(String) - class org.apache.catalina.deploy.FilterDef のメソッド
 
setFilterName(String) - class org.apache.catalina.deploy.FilterDef のメソッド
 
setFilterName(String) - class org.apache.catalina.deploy.FilterMap のメソッド
 
setHeader(String, String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Set the specified header to the specified value.
setHeader(String, String) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
setHome(String) - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
setHome(String) - class org.apache.catalina.deploy.ContextEjb のメソッド
 
setHomeBase(String) - class org.apache.catalina.startup.UserConfig のメソッド
Set the base directory containing user home directories.
setHost(Host) - class org.apache.catalina.connector.warp.WarpRequest のメソッド
 
setHostName(String) - class org.apache.catalina.cluster.ClusterMemberInfo のメソッド
 
setIClientInputTimeout(int) - class org.apache.catalina.util.ProcessHelper のメソッド
 
setId(String) - interface org.apache.catalina.Session のメソッド
Set the session identifier for this session.
setImplementationURL(String) - class org.apache.catalina.loader.Extension のメソッド
 
setImplementationVendor(String) - class org.apache.catalina.loader.Extension のメソッド
 
setImplementationVendorId(String) - class org.apache.catalina.loader.Extension のメソッド
 
setImplementationVersion(String) - class org.apache.catalina.loader.Extension のメソッド
 
setIncluded(boolean) - interface org.apache.catalina.Response のメソッド
Set the "processing inside an include" flag.
setIncluded(boolean) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the "processing inside an include" flag.
setIncluded(boolean) - class org.apache.catalina.connector.ResponseWrapper のメソッド
Set the "processing inside an include" flag.
setInfo(String) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set descriptive information about this Connector.
setInput(InputStream) - class org.apache.catalina.util.ProcessHelper のメソッド
Sets standard input to be passed on to the invoked cgi script
setInput(InputStream) - class org.apache.catalina.servlets.CGIServlet.CGIRunner のメソッド
Sets standard input to be passed on to the invoked cgi script
setIntHeader(String, int) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Set the specified integer header to the specified value.
setIntHeader(String, int) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
setJarPath(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Change the Jar path.
setJspFile(String) - interface org.apache.catalina.Wrapper のメソッド
Set the context-relative URI of the JSP file for this servlet.
setJspFile(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Set the context-relative URI of the JSP file for this servlet.
setJvmRoute(String) - interface org.apache.catalina.Engine のメソッド
Set the JvmRouteId for this engine.
setJvmRoute(String) - class org.apache.catalina.core.StandardEngine のメソッド
Set the cluster-wide unique identifier for this Engine.
setKeystoreFile(String) - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
setKeystorePass(String) - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
setKeystoreType(String) - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
setLargeIcon(String) - class org.apache.catalina.deploy.FilterDef のメソッド
 
setLastModified(Date) - class org.apache.naming.resources.ResourceAttributes のメソッド
推奨されていません。  
setLastModified(long) - class org.apache.naming.resources.ResourceAttributes のメソッド
Set last modified.
setLastModifiedDate(Date) - class org.apache.naming.resources.ResourceAttributes のメソッド
Last modified date mutator.
setLink(String) - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
setLink(String) - class org.apache.catalina.deploy.ContextEjb のメソッド
 
setLoader(Loader) - interface org.apache.catalina.Container のメソッド
Set the Loader with which this Container is associated.
setLoader(Loader) - class org.apache.catalina.core.ContainerBase のメソッド
Set the Loader with which this Container is associated.
setLoader(Loader) - class org.apache.catalina.core.StandardContext のメソッド
Set the Loader with which this Context is associated.
setLoader(Loader) - class org.apache.catalina.core.DefaultContext のメソッド
Set the Loader with which this Context is associated.
setLoaderClass() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Set the ClassLoader class name.
setLoaderClass(String) - class org.apache.catalina.loader.WebappLoader のメソッド
Set the ClassLoader class name.
setLoadOnStartup(int) - interface org.apache.catalina.Wrapper のメソッド
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartup(int) - class org.apache.catalina.core.StandardWrapper のメソッド
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartupString(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Set the load-on-startup order value from a (possibly null) string.
setLocal(String) - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
setLocale(Locale) - class org.apache.catalina.connector.ResponseFacade のメソッド
 
setLocale(Locale) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocale(Locale) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocation(String) - class org.apache.catalina.deploy.ErrorPage のメソッド
Set the location.
setLocked(boolean) - class org.apache.catalina.util.ResourceSet のメソッド
Set the locked state of this parameter map.
setLocked(boolean) - class org.apache.catalina.util.ParameterMap のメソッド
Set the locked state of this parameter map.
setLogger(Logger) - interface org.apache.catalina.Container のメソッド
Set the Logger with which this Container is associated.
setLogger(Logger) - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
Set the Logger for this component.
setLogger(Logger) - class org.apache.catalina.cluster.ClusterSessionBase のメソッド
Set the Logger for this component.
setLogger(Logger) - interface org.apache.catalina.cluster.ClusterSender のメソッド
Set the Logger for this component.
setLogger(Logger) - class org.apache.catalina.core.ContainerBase のメソッド
Set the Logger with which this Container is associated.
setLogger(Logger) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Set the Logger for this component.
setLogger(Logger) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Set the Logger for this component.
setLogger(Logger) - class org.apache.catalina.startup.Embedded のメソッド
Set the Logger for this component.
setLoginConfig(LoginConfig) - interface org.apache.catalina.Context のメソッド
Set the login configuration descriptor for this web application.
setLoginConfig(LoginConfig) - class org.apache.catalina.core.StandardContext のメソッド
Set the login configuration descriptor for this web application.
setLoginPage(String) - class org.apache.catalina.deploy.LoginConfig のメソッド
 
setManager(Manager) - interface org.apache.catalina.Session のメソッド
Set the Manager within which this Session is valid.
setManager(Manager) - interface org.apache.catalina.Store のメソッド
Set the Manager associated with this Store.
setManager(Manager) - interface org.apache.catalina.Container のメソッド
Set the Manager with which this Container is associated.
setManager(Manager) - class org.apache.catalina.core.ContainerBase のメソッド
Set the Manager with which this Container is associated.
setManager(Manager) - class org.apache.catalina.core.DefaultContext のメソッド
Set the Manager with which this Container is associated.
setManager(Manager) - class org.apache.catalina.session.StoreBase のメソッド
Set the Manager with which this Store is associated.
setMapperClass(String) - class org.apache.catalina.core.StandardHost のメソッド
Set the default Mapper class name.
setMapperClass(String) - class org.apache.catalina.core.StandardEngine のメソッド
Set the default Mapper class name.
setMapperClass(String) - class org.apache.catalina.core.StandardContext のメソッド
Set the default Mapper class name.
setMaxActiveSessions(int) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Set the maximum number of actives Sessions allowed, or -1 for no limit.
setMaxActiveSessions(int) - class org.apache.catalina.session.StandardManager のメソッド
Set the maximum number of actives Sessions allowed, or -1 for no limit.
setMaxIdleBackup(int) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Sets the option to back sessions up to the Store after they are used in a request.
setMaxIdleSwap(int) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Sets the time in seconds after which a session should be swapped out of memory to disk.
setMaxInactiveInterval(int) - interface org.apache.catalina.Session のメソッド
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - interface org.apache.catalina.Manager のメソッド
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - class org.apache.catalina.session.ManagerBase のメソッド
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - class org.apache.catalina.session.StandardSessionFacade のメソッド
 
setMaxInstances(int) - class org.apache.catalina.core.StandardWrapper のメソッド
Set the maximum number of instances that will be allocated when a single thread model servlet is used.
setMaxProcessors(int) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the maximum number of processors allowed, or <0 for unlimited.
setMaxProcessors(int) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the maximum number of processors allowed, or <0 for unlimited.
setMethod(String) - interface org.apache.catalina.HttpRequest のメソッド
Set the HTTP request method used for this Request.
setMethod(String) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set the HTTP request method used for this Request.
setMethod(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set the HTTP request method used for this Request.
setMethod(String) - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
setMinIdleSwap(int) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Sets the minimum time in seconds that a session must be idle before it can be swapped out of memory due to maxActiveSession.
setMinProcessors(int) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the minimum number of processors to start at initialization.
setMinProcessors(int) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the minimum number of processors to start at initialization.
setMulticastAddress(String) - class org.apache.catalina.cluster.StandardCluster のメソッド
Set the Groupaddress associated with our Cluster
setMulticastPort(int) - class org.apache.catalina.cluster.StandardCluster のメソッド
Set the Port associated with our Cluster
setName(String) - interface org.apache.catalina.Host のメソッド
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - interface org.apache.catalina.Service のメソッド
Set the name of this Service.
setName(String) - interface org.apache.catalina.Container のメソッド
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
setName(String) - class org.apache.catalina.deploy.SecurityCollection のメソッド
Set the name of this web resource collection
setName(String) - class org.apache.catalina.deploy.ContextResource のメソッド
 
setName(String) - class org.apache.catalina.deploy.ContextEnvironment のメソッド
 
setName(String) - class org.apache.catalina.deploy.ApplicationParameter のメソッド
 
setName(String) - class org.apache.catalina.deploy.ResourceParams のメソッド
 
setName(String) - class org.apache.catalina.deploy.ContextEjb のメソッド
 
setName(String) - class org.apache.catalina.core.ContainerBase のメソッド
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - class org.apache.catalina.core.StandardHost のメソッド
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - class org.apache.catalina.core.StandardService のメソッド
Set the name of this Service.
setName(String) - class org.apache.catalina.core.DefaultContext のメソッド
 
setName(String) - class org.apache.naming.resources.ResourceAttributes のメソッド
Set name.
setNew(boolean) - interface org.apache.catalina.Session のメソッド
Set the isNew flag for this session.
setNote(String, Object) - interface org.apache.catalina.Session のメソッド
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(String, Object) - interface org.apache.catalina.Request のメソッド
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setNote(String, Object) - class org.apache.catalina.connector.RequestBase のメソッド
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setOverride(boolean) - interface org.apache.catalina.Context のメソッド
Set the override flag for this web application.
setOverride(boolean) - class org.apache.catalina.deploy.ContextEnvironment のメソッド
 
setOverride(boolean) - class org.apache.catalina.deploy.ApplicationParameter のメソッド
 
setOverride(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Set the DefaultContext override flag for this web application.
setPacket(WarpPacket) - class org.apache.catalina.connector.warp.WarpResponse のメソッド
Set the WarpPacket instance used to process headers.
setParent(Container) - interface org.apache.catalina.Container のメソッド
Set the parent Container to which this Container is being added as a child.
setParent(Container) - class org.apache.catalina.core.ContainerBase のメソッド
Set the parent Container to which this Container is being added as a child.
setParent(Container) - class org.apache.catalina.core.StandardEngine のメソッド
Disallow any attempt to set a parent for this Container, since an Engine is supposed to be at the top of the Container hierarchy.
setParent(Container) - class org.apache.catalina.core.StandardWrapper のメソッド
Set the parent Container of this Wrapper, but only if it is a Context.
setParent(Container) - class org.apache.catalina.core.DefaultContext のメソッド
Set the parent Container to which this Container is being added as a child.
setParent(String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
For the last 2 objects in stack, create a parent-child and child.childM with parente as parameter
setParent(String, String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
For the last 2 objects in stack, create a parent-child and child.childM with parent as parameter
setParentClassLoader(ClassLoader) - interface org.apache.catalina.Container のメソッド
Set the parent class loader (if any) for web applications.
setParentClassLoader(ClassLoader) - class org.apache.catalina.core.ContainerBase のメソッド
Set the parent class loader (if any) for this web application.
setParentClassLoader(ClassLoader) - class org.apache.catalina.startup.Catalina のメソッド
Set the shared extensions class loader.
setPath(String) - interface org.apache.catalina.Context のメソッド
Set the context path for this web application.
setPath(String) - class org.apache.catalina.core.StandardContext のメソッド
Set the context path for this Context.
setPath(String) - interface org.apache.catalina.startup.CatalinaManagerMBean のメソッド
Path mutator.
setPath(String) - class org.apache.catalina.startup.CatalinaManager のメソッド
Config file path mutator.
setPathInfo(String) - interface org.apache.catalina.HttpRequest のメソッド
Set the path information for this Request.
setPathInfo(String) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set the path information for this Request.
setPathInfo(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set the path information for this Request.
setPathname(String) - class org.apache.catalina.session.StandardManager のメソッド
Set the session persistence pathname to the specified value.
setPathname(String) - class org.apache.catalina.realm.MemoryRealm のメソッド
Set the pathname of our XML file containing user definitions.
setPattern(String) - class org.apache.catalina.valves.AccessLogValve のメソッド
Set the format pattern, first translating any recognized alias.
setPermissions(String) - class org.apache.catalina.loader.StandardClassLoader のメソッド
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path.
setPermissions(URL) - class org.apache.catalina.loader.StandardClassLoader のメソッド
If there is a Java SecurityManager add a read FilePermission or JndiPermission for URL.
setPort(int) - interface org.apache.catalina.Server のメソッド
Set the port number we listen to for shutdown commands.
setPort(int) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the port number on which we listen for HTTP requests.
setPort(int) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the port to which this Connector will bind to.
setPort(int) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the port number on which we listen for HTTP requests.
setPort(int) - class org.apache.catalina.core.StandardServer のメソッド
Set the port number we listen to for shutdown commands.
setPrefix(String) - class org.apache.catalina.valves.AccessLogValve のメソッド
Set the log file prefix.
setPrefix(String) - class org.apache.catalina.logger.FileLogger のメソッド
Set the log file prefix.
setPrincipal(Principal) - interface org.apache.catalina.Session のメソッド
Set the authenticated Principal that is associated with this Session.
setPrivileged(boolean) - interface org.apache.catalina.Context のメソッド
Set the privileged flag for this web application.
setPrivileged(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Set the privileged flag for this web application.
setProperties() - class org.apache.catalina.util.xml.XmlMapper のメソッド
Set object properties using XML attributes
setProtocol(String) - interface org.apache.catalina.Request のメソッド
Set the protocol name and version associated with this Request.
setProtocol(String) - interface org.apache.catalina.Mapper のメソッド
Set the protocol for which this Mapper is responsible.
setProtocol(String) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the protocol name and version associated with this Request.
setProtocol(String) - class org.apache.catalina.connector.RequestBase のメソッド
Set the protocol name and version associated with this Request.
setProtocol(String) - class org.apache.catalina.core.FastEngineMapper のメソッド
Set the protocol for which this Mapper is responsible.
setProtocol(String) - class org.apache.catalina.core.StandardContextMapper のメソッド
Set the protocol for which this Mapper is responsible.
setProtocol(String) - class org.apache.catalina.core.StandardEngineMapper のメソッド
Set the protocol for which this Mapper is responsible.
setProtocol(String) - class org.apache.catalina.core.StandardHostMapper のメソッド
Set the protocol for which this Mapper is responsible.
setProtocol(String) - class org.apache.catalina.net.SSLServerSocketFactory のメソッド
 
setProtocolHandler() - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Set the java.protocol.handler.pkgs system property.
setProxyName(String) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the proxy server name for this Connector.
setProxyName(String) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the proxy server name for this Connector.
setProxyPort(int) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the proxy server port for this Connector.
setProxyPort(int) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the proxy server port for this Connector.
setPublicId(String) - interface org.apache.catalina.Context のメソッド
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setPublicId(String) - class org.apache.catalina.core.StandardContext のメソッド
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setQueryString(String) - interface org.apache.catalina.HttpRequest のメソッド
Set the query string for this Request.
setQueryString(String) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set the query string for this Request.
setQueryString(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set the query string for this Request.
setQueryString(String) - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
setRandomClass(String) - class org.apache.catalina.session.ManagerBase のメソッド
Set the random number generator class name.
setRandomClass(String) - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Set the random number generator class name.
setReadOnly(Object) - class org.apache.naming.ContextAccessController の static メソッド
Set whether or not a context is writable.
setRealm(Realm) - interface org.apache.catalina.Container のメソッド
Set the Realm with which this Container is associated.
setRealm(Realm) - class org.apache.catalina.core.ContainerBase のメソッド
Set the Realm with which this Container is associated.
setRealm(Realm) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Set the default Realm for our Containers.
setRealm(Realm) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Set the default Realm for our Containers.
setRealm(Realm) - class org.apache.catalina.startup.Embedded のメソッド
Set the default Realm for our Containers.
setRealmName(String) - class org.apache.catalina.deploy.LoginConfig のメソッド
 
setRedirectPort(int) - interface org.apache.catalina.Connector のメソッド
Set the redirect port number.
setRedirectPort(int) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the redirect port number.
setRedirectPort(int) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the redirect port number.
setRedirectPort(int) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the redirect port number.
setReloadable(boolean) - interface org.apache.catalina.Context のメソッド
Set the reloadable flag for this web application.
setReloadable(boolean) - interface org.apache.catalina.Loader のメソッド
Set the reloadable flag for this Loader.
setReloadable(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Set the reloadable flag for this web application.
setReloadable(boolean) - class org.apache.catalina.core.DefaultContext のメソッド
Set the reloadable flag for this web application.
setReloadable(boolean) - class org.apache.catalina.loader.WebappLoader のメソッド
Set the reloadable flag for this Loader.
setReloadable(boolean) - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Set the reloadable flag for this Loader.
setRemote(String) - class org.apache.catalina.deploy.ContextEjb のメソッド
 
setRemoteAddr(String) - interface org.apache.catalina.Request のメソッド
Set the remote IP address associated with this Request.
setRemoteAddr(String) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the remote IP address associated with this Request.
setRemoteAddr(String) - class org.apache.catalina.connector.RequestBase のメソッド
Set the IP address of the remote client associated with this Request.
setRemoteHost(String) - class org.apache.catalina.connector.RequestBase のメソッド
Set the fully qualified name of the remote client associated with this Request.
setReplaceWelcomeFiles(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Set the "replace welcome files" property.
setRequest(Request) - interface org.apache.catalina.Response のメソッド
Set the Request with which this Response is associated.
setRequest(Request) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the Request with which this Response is associated.
setRequest(Request) - class org.apache.catalina.connector.ResponseWrapper のメソッド
Set the Request with which this Response is associated.
setRequestedSessionCookie(boolean) - interface org.apache.catalina.HttpRequest のメソッド
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionCookie(boolean) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionCookie(boolean) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionId(String) - interface org.apache.catalina.HttpRequest のメソッド
Set the requested session ID for this request.
setRequestedSessionId(String) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set the requested session ID for this request.
setRequestedSessionId(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set the requested session ID for this request.
setRequestedSessionURL(boolean) - interface org.apache.catalina.HttpRequest のメソッド
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestedSessionURL(boolean) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestedSessionURL(boolean) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestURI(String) - interface org.apache.catalina.HttpRequest のメソッド
Set the unparsed request URI for this Request.
setRequestURI(String) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set the unparsed request URI for this Request.
setRequestURI(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set the unparsed request URI for this Request.
setRequestURI(String) - class org.apache.catalina.authenticator.SavedRequest のメソッド
 
setResolveHosts(boolean) - class org.apache.catalina.valves.AccessLogValve のメソッド
Set the resolve hosts flag.
setResources(DirContext) - interface org.apache.catalina.Container のメソッド
Set the Resources object with which this Container is associated.
setResources(DirContext) - class org.apache.catalina.core.ContainerBase のメソッド
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - class org.apache.catalina.core.StandardContext のメソッド
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - class org.apache.catalina.core.DefaultContext のメソッド
Set the resources DirContext object with which this Container is associated.
setResourceType(String) - class org.apache.naming.resources.ResourceAttributes のメソッド
Type mutator.
setResponse(HttpServletResponse) - class org.apache.catalina.util.ProcessHelper のメソッド
Sets HttpServletResponse object used to set headers and send output to
setResponse(HttpServletResponse) - class org.apache.catalina.servlets.CGIServlet.CGIRunner のメソッド
Sets HttpServletResponse object used to set headers and send output to
setResponse(Response) - interface org.apache.catalina.Request のメソッド
Set the Response with which this Request is associated.
setResponse(Response) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the Response with which this Request is associated.
setResponse(Response) - class org.apache.catalina.connector.RequestBase のメソッド
Set the Response with which this Request is associated.
setRoleBase(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Set the base element for role searches.
setRoleName(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Set the role name attribute name for this Realm.
setRoleNameCol(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Set the column in the user role table that names a role.
setRoleSearch(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Set the message format pattern for selecting roles in this Realm.
setRoleSubtree(boolean) - class org.apache.catalina.realm.JNDIRealm のメソッド
Set the "search subtree for roles" flag.
setRoot(Object) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
setRunAs(String) - interface org.apache.catalina.Wrapper のメソッド
Set the run-as identity for this servlet.
setRunAs(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Set the run-as identity for this servlet.
setSaveOnRestart(boolean) - 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.
setScheme(String) - interface org.apache.catalina.Request のメソッド
Set the name of the scheme associated with this request.
setScheme(String) - interface org.apache.catalina.Connector のメソッド
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the name of the scheme associated with this request.
setScheme(String) - class org.apache.catalina.connector.RequestBase のメソッド
Set the name of the scheme associated with this request.
setScheme(String) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the scheme that will be assigned to requests received through this connector.
setScope(String) - class org.apache.catalina.deploy.ContextResource のメソッド
 
setSecure(boolean) - interface org.apache.catalina.Request のメソッド
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - interface org.apache.catalina.Connector のメソッド
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - class org.apache.catalina.connector.RequestBase のメソッド
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set the flag indicating whether this Request was received on a secure communications link or not.
setSecure(boolean) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the secure connection flag that will be assigned to requests received through this connector.
setSecurityToken(Object, Object) - class org.apache.naming.ContextAccessController の static メソッド
Set a security token for a context.
setSenderId(String) - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
The senderId is a identifier used to identify different packages being received in a Cluster.
setSenderId(String) - class org.apache.catalina.cluster.ReplicationWrapper のメソッド
Set the sender id for this wrapper
setSenderId(String) - class org.apache.catalina.cluster.ClusterSessionBase のメソッド
The senderId is a identifier used to identify different packagesin a Cluster.
setSenderId(String) - interface org.apache.catalina.cluster.ClusterSender のメソッド
The senderId is a identifier used to identify different packages being sent in a Cluster.
setServer(Server) - class org.apache.catalina.ServerFactory の static メソッド
Set the singleton Server instance for this JVM.
setServer(Server) - class org.apache.catalina.startup.Catalina のメソッド
Set the server instance we are configuring.
setServerName(String) - interface org.apache.catalina.Request のメソッド
Set the name of the server (virtual host) to process this request.
setServerName(String) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the name of the server (virtual host) to process this request.
setServerName(String) - class org.apache.catalina.connector.RequestBase のメソッド
Set the name of the server (virtual host) to process this request.
setServerPort(int) - interface org.apache.catalina.Request のメソッド
Set the port number of the server to process this request.
setServerPort(int) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the port number of the server to process this request.
setServerPort(int) - class org.apache.catalina.connector.RequestBase のメソッド
Set the port number of the server to process this request.
setService(Service) - interface org.apache.catalina.Engine のメソッド
Set the Service with which we are associated (if any).
setService(Service) - interface org.apache.catalina.Connector のメソッド
Set the Service with which we are associated (if any).
setService(Service) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the Service with which we are associated (if any).
setService(Service) - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Set the Service with which we are associated (if any).
setService(Service) - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Set the Service with which we are associated (if any).
setService(Service) - class org.apache.catalina.core.StandardEngine のメソッド
Set the Service with which we are associated (if any).
setServletClass(String) - interface org.apache.catalina.Wrapper のメソッド
Set the fully qualified servlet class name for this servlet.
setServletClass(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Set the fully qualified servlet class name for this servlet.
setServletName(String) - class org.apache.catalina.deploy.FilterMap のメソッド
 
setServletName(String) - class org.apache.catalina.core.StandardWrapper のメソッド
Set the name of this servlet.
setServletPath(String) - interface org.apache.catalina.HttpRequest のメソッド
Set the servlet path for this Request.
setServletPath(String) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set the servlet path for this Request.
setServletPath(String) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set the servlet path for this Request.
setSessionDataCol(String) - class org.apache.catalina.session.JDBCStore のメソッド
Set the Data column for the table
setSessionIdCol(String) - class org.apache.catalina.session.JDBCStore のメソッド
Set the Id column for the table.
setSessionLastAccessedCol(String) - class org.apache.catalina.session.JDBCStore のメソッド
Set the Last Accessed column for the table
setSessionMaxInactiveCol(String) - class org.apache.catalina.session.JDBCStore のメソッド
Set the Max Inactive column for the table
setSessionTable(String) - class org.apache.catalina.session.JDBCStore のメソッド
Set the table for this Store.
setSessionTimeout(int) - interface org.apache.catalina.Context のメソッド
Set the default session timeout (in minutes) for this web application.
setSessionTimeout(int) - class org.apache.catalina.core.StandardContext のメソッド
Set the default session timeout (in minutes) for this web application.
setSessionValidCol(String) - class org.apache.catalina.session.JDBCStore のメソッド
Set the Is Valid column for the table
setShutdown(String) - interface org.apache.catalina.Server のメソッド
Set the shutdown command we are waiting for.
setShutdown(String) - class org.apache.catalina.core.StandardServer のメソッド
Set the shutdown command we are waiting for.
setSmallIcon(String) - class org.apache.catalina.deploy.FilterDef のメソッド
 
setSocket(Socket) - interface org.apache.catalina.Request のメソッド
Set the Socket (if any) through which this Request was received.
setSocket(Socket) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the Socket (if any) through which this Request was received.
setSocket(Socket) - class org.apache.catalina.connector.RequestBase のメソッド
Set the Socket (if any) through which this Request was received.
setSocket(Socket) - class org.apache.catalina.connector.warp.WarpConnection のメソッド
Set the socket this connection is working on.
setSocketFactory(String) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Set the secure socket factory class name.
setSocketFactory(String) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Set the secure socket factory class name.
setSocketFactory(String) - class org.apache.catalina.startup.Embedded のメソッド
Set the secure socket factory class name.
setSpecificationVendor(String) - class org.apache.catalina.loader.Extension のメソッド
 
setSpecificationVersion(String) - class org.apache.catalina.loader.Extension のメソッド
 
setStarted(boolean) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Set the started flag
setStatus(int) - class org.apache.catalina.connector.HttpResponseBase のメソッド
Set the HTTP status to be returned with this response.
setStatus(int) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
setStatus(int, String) - class org.apache.catalina.connector.HttpResponseBase のメソッド
推奨されていません。 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, String) - class org.apache.catalina.connector.HttpResponseFacade のメソッド
 
setStore(Store) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Set the Store object which will manage persistent Session storage for this Manager.
setStream(InputStream) - interface org.apache.catalina.Request のメソッド
Set the input stream associated with this Request.
setStream(InputStream) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the input stream associated with this Request.
setStream(InputStream) - class org.apache.catalina.connector.RequestBase のメソッド
Set the input stream associated with this Request.
setStream(InputStream) - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo のメソッド
Set IS.
setStream(OutputStream) - interface org.apache.catalina.Response のメソッド
Set the output stream associated with this Response.
setStream(OutputStream) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the output stream associated with this Response.
setStream(OutputStream) - class org.apache.catalina.connector.ResponseWrapper のメソッド
Set the output stream associated with this Response.
setString(String) - class org.apache.catalina.util.StringParser のメソッド
Set the String we are currently parsing.
setSuffix(String) - class org.apache.catalina.valves.AccessLogValve のメソッド
Set the log file suffix.
setSuffix(String) - class org.apache.catalina.logger.FileLogger のメソッド
Set the log file suffix.
setSuspended(boolean) - interface org.apache.catalina.Response のメソッド
Set the suspended flag.
setSuspended(boolean) - class org.apache.catalina.connector.ResponseBase のメソッド
Set the suspended flag.
setTcpNoDelay(boolean) - class org.apache.catalina.connector.http.HttpConnector のメソッド
Set the TCP no delay flag which will be set on the socket after accepting a connection.
setTimestamp(boolean) - class org.apache.catalina.logger.FileLogger のメソッド
Set the timestamp flag.
setType(int) - class org.apache.catalina.connector.warp.WarpPacket のメソッド
Set this packet type.
setType(String) - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
 
setType(String) - class org.apache.catalina.deploy.ContextResource のメソッド
 
setType(String) - class org.apache.catalina.deploy.ContextEnvironment のメソッド
 
setType(String) - class org.apache.catalina.deploy.ContextEjb のメソッド
 
setUnpackWARs(boolean) - class org.apache.catalina.core.StandardHost のメソッド
Unpack WARs flag mutator.
setupFromContext(ServletContext) - class org.apache.catalina.util.ProcessEnvironment のメソッド
Uses the ServletContext to set some process variables
setupFromContext(ServletContext) - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Uses the ServletContext to set some CGI variables
setupFromRequest(HttpServletRequest) - class org.apache.catalina.util.ProcessEnvironment のメソッド
Uses the HttpServletRequest to set most process variables
setupFromRequest(HttpServletRequest) - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Uses the HttpServletRequest to set most CGI variables
setURLPattern(String) - class org.apache.catalina.deploy.FilterMap のメソッド
 
setUseNaming(boolean) - class org.apache.catalina.core.StandardContext のメソッド
Enables or disables naming.
setUseNaming(boolean) - class org.apache.catalina.core.DefaultContext のメソッド
Enables or disables naming.
setUseNaming(boolean) - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Enables or disables naming support.
setUseNaming(boolean) - class org.apache.catalina.startup.EmbeddedManager のメソッド
Enables or disables naming support.
setUseNaming(boolean) - class org.apache.catalina.startup.Embedded のメソッド
Enables or disables naming support.
setUserClass(String) - class org.apache.catalina.startup.UserConfig のメソッド
Set the user database class name for this component.
setUserConfig(UserConfig) - class org.apache.catalina.startup.HomesUserDatabase のメソッド
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - class org.apache.catalina.startup.PasswdUserDatabase のメソッド
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - interface org.apache.catalina.startup.UserDatabase のメソッド
Set the UserConfig listener with which we are associated.
setUserConstraint(String) - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Set the user data constraint for this security constraint.
setUserCredCol(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Set the column in the user table that holds the user's credentials.
setUserNameCol(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Set the column in the user table that holds the user's name.
setUserPassword(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Set the password attribute used to retrieve the user password.
setUserPattern(String) - class org.apache.catalina.realm.JNDIRealm のメソッド
Set the message format pattern for selecting users in this Realm.
setUserPrincipal(Principal) - interface org.apache.catalina.HttpRequest のメソッド
Set the Principal who has been authenticated for this Request.
setUserPrincipal(Principal) - class org.apache.catalina.connector.HttpRequestWrapper のメソッド
Set the Principal who has been authenticated for this Request.
setUserPrincipal(Principal) - class org.apache.catalina.connector.HttpRequestBase のメソッド
Set the Principal who has been authenticated for this Request.
setUserRoleTable(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Set the table that holds the relation between user's and roles.
setUserTable(String) - class org.apache.catalina.realm.JDBCRealm のメソッド
Set the table that holds user data.
setValid(boolean) - interface org.apache.catalina.Session のメソッド
Set the isValid flag for this session.
setValidate(boolean) - class org.apache.catalina.realm.RealmBase のメソッド
Set the "validate certificate chains" flag.
setValidating(boolean) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
setValue(String) - class org.apache.catalina.deploy.ContextEnvironment のメソッド
 
setValue(String) - class org.apache.catalina.deploy.ApplicationParameter のメソッド
 
setVerbosity(int) - interface org.apache.catalina.Logger のメソッド
Set the verbosity level of this logger.
setVerbosity(int) - class org.apache.catalina.logger.LoggerBase のメソッド
Set the verbosity level of this logger.
setVerbosityLevel(String) - class org.apache.catalina.logger.LoggerBase のメソッド
Set the verbosity level of this logger.
setWorkDir(String) - class org.apache.catalina.core.StandardHost のメソッド
Host work directory base.
setWorkDir(String) - class org.apache.catalina.core.StandardContext のメソッド
Set the work directory for this Context.
setWrapper(Wrapper) - interface org.apache.catalina.ContainerServlet のメソッド
Set the Wrapper with which this Servlet is associated.
setWrapper(Wrapper) - interface org.apache.catalina.Request のメソッド
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - class org.apache.catalina.connector.RequestWrapper のメソッド
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - class org.apache.catalina.connector.RequestBase のメソッド
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - class org.apache.catalina.servlets.InvokerServlet のメソッド
Set the Wrapper with which we are associated.
setWrapper(Wrapper) - class org.apache.catalina.servlets.ManagerServlet のメソッド
Set the Wrapper with which we are associated.
setWrapperClass(String) - interface org.apache.catalina.Context のメソッド
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - class org.apache.catalina.core.StandardContext のメソッド
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - class org.apache.catalina.core.DefaultContext のメソッド
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWritable(Object, Object) - class org.apache.naming.ContextAccessController の static メソッド
Allow writing to a context.
setWriterEncoding(String) - class org.apache.catalina.util.DOMWriter の static メソッド
 
showRequestInfo(HttpServletRequest) - class org.apache.catalina.servlets.DefaultServlet のメソッド
Show HTTP header information.
SINGLE_SIGN_ON_COOKIE - class org.apache.catalina.authenticator.Constants の static 変数
 
SingleSignOn - class org.apache.catalina.authenticator.SingleSignOn.
A Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propogated to other web applications in the same security domain.
SingleSignOn() - class org.apache.catalina.authenticator.SingleSignOn のコンストラクタ
 
size - class org.apache.catalina.connector.warp.WarpPacket の変数
Number of bytes stored in the buffer
size() - class org.apache.catalina.util.Queue のメソッド
How many elements are there in this queue?
size() - class org.apache.naming.resources.ResourceAttributes のメソッド
Retrieves the number of attributes in the attribute set.
skipChar(char) - 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() - 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() - 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.
sm - class org.apache.catalina.connector.ResponseBase の static 変数
The string manager for this package.
sm - class org.apache.catalina.connector.RequestStream の static 変数
The localized strings for this package.
sm - class org.apache.catalina.connector.ResponseStream の static 変数
The localized strings for this package.
sm - class org.apache.catalina.connector.RequestBase の static 変数
The string manager for this package.
sm - class org.apache.catalina.connector.http.SocketInputStream の static 変数
The string manager for this package.
sm - class org.apache.catalina.cluster.ClusterSessionBase の変数
The string manager for this package.
sm - class org.apache.catalina.valves.ValveBase の static 変数
The string manager for this package.
sm - class org.apache.catalina.valves.RequestFilterValve の static 変数
The StringManager for this package.
sm - class org.apache.catalina.valves.RequestDumperValve の static 変数
The StringManager for this package.
sm - class org.apache.catalina.valves.ErrorDispatcherValve の static 変数
The StringManager for this package.
sm - class org.apache.catalina.valves.CertificatesValve の static 変数
The StringManager for this package.
sm - class org.apache.catalina.valves.ErrorReportValve の static 変数
The StringManager for this package.
sm - class org.apache.catalina.core.ContainerBase の static 変数
The string manager for this package.
sm - class org.apache.catalina.core.DefaultContext の static 変数
The string manager for this package.
sm - class org.apache.catalina.core.StandardPipeline の static 変数
The string manager for this package.
sm - class org.apache.catalina.loader.WebappLoader の static 変数
The string manager for this package.
sm - class org.apache.catalina.loader.StandardLoader の static 変数
推奨されていません。 The string manager for this package.
sm - class org.apache.catalina.session.ManagerBase の static 変数
The string manager for this package.
sm - class org.apache.catalina.session.StoreBase の変数
The string manager for this package.
sm - class org.apache.catalina.startup.Embedded の static 変数
The string manager for this package.
sm - class org.apache.catalina.realm.RealmBase の static 変数
The string manager for this package.
sm - class org.apache.catalina.realm.JDBCRealm の static 変数
The string manager for this package.
sm - class org.apache.catalina.authenticator.SingleSignOn の static 変数
The string manager for this package.
sm - class org.apache.catalina.authenticator.AuthenticatorBase の static 変数
The string manager for this package.
sm - class org.apache.catalina.servlets.DefaultServlet の static 変数
The string manager for this package.
sm - class org.apache.catalina.servlets.ManagerServlet の static 変数
The string manager for this package.
sm - class org.apache.naming.NamingContext の変数
The string manager for this package.
sm - class org.apache.naming.SelectorContext の変数
The string manager for this package.
sm - class org.apache.naming.ContextBindings の static 変数
The string manager for this package.
sm - class org.apache.naming.resources.BaseDirContext の変数
The string manager for this package.
sm - class org.apache.naming.resources.ProxyDirContext の変数
The string manager for this package.
socket - class org.apache.catalina.connector.RequestBase の変数
The socket through which this Request was received.
socketFactory - class org.apache.catalina.startup.Embedded の変数
The socket factory that will be used when a secure Connector is created.
SocketInputStream - class org.apache.catalina.connector.http.SocketInputStream.
Extends InputStream to be more efficient reading lines during HTTP header processing.
SocketInputStream(InputStream, int) - class org.apache.catalina.connector.http.SocketInputStream のコンストラクタ
Construct a servlet input stream associated with the specified socket input.
sortAttributes(NamedNodeMap) - class org.apache.catalina.util.DOMWriter のメソッド
Returns a sorted list of attributes.
SOURCE - class org.apache.naming.resources.ResourceAttributes の static 変数
Source.
SsiCommand - interface org.apache.catalina.util.ssi.SsiCommand.
Interface implemented by the different SsiCommands.
ssiCommands - class org.apache.catalina.util.ssi.SsiMediator の static 変数
The Commands associated with SSI.
SsiConfig - class org.apache.catalina.util.ssi.SsiConfig.
Implementation of the SsiCommand config, example of usage: <!
SsiConfig() - class org.apache.catalina.util.ssi.SsiConfig のコンストラクタ
Initialize this SsiCommand
SsiEcho - class org.apache.catalina.util.ssi.SsiEcho.
Return the result associated with the supplied Server Variable.
SsiEcho() - class org.apache.catalina.util.ssi.SsiEcho のコンストラクタ
 
SsiExec - class org.apache.catalina.util.ssi.SsiExec.
 
SsiExec() - class org.apache.catalina.util.ssi.SsiExec のコンストラクタ
 
SsiFlastmod - class org.apache.catalina.util.ssi.SsiFlastmod.
Get the last modified date for a file, the date is subject of formatting.
SsiFlastmod() - class org.apache.catalina.util.ssi.SsiFlastmod のコンストラクタ
 
SsiFsize - class org.apache.catalina.util.ssi.SsiFsize.
Return the size of a given file, subject of formatting.
SsiFsize() - class org.apache.catalina.util.ssi.SsiFsize のコンストラクタ
 
SsiInclude - class org.apache.catalina.util.ssi.SsiInclude.
SsiCommand to include a file, implemented using RequestDispatcher.include().
SsiInclude() - class org.apache.catalina.util.ssi.SsiInclude のコンストラクタ
 
SsiInvokerServlet - class org.apache.catalina.servlets.SsiInvokerServlet.
Servlet to process SSI requests within a webpage.
SsiInvokerServlet() - class org.apache.catalina.servlets.SsiInvokerServlet のコンストラクタ
 
SsiMediator - class org.apache.catalina.util.ssi.SsiMediator.
 
SsiMediator() - class org.apache.catalina.util.ssi.SsiMediator のコンストラクタ
 
SsiMediator(HttpServletRequest, HttpServletResponse, OutputStream, ServletContext, int, String, boolean) - class org.apache.catalina.util.ssi.SsiMediator のコンストラクタ
Initialize and set up out enviroment, called from SsiInvokerServlet
SSLAuthenticator - class org.apache.catalina.authenticator.SSLAuthenticator.
An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users.
SSLAuthenticator() - class org.apache.catalina.authenticator.SSLAuthenticator のコンストラクタ
 
SSLServerSocketFactory - class org.apache.catalina.net.SSLServerSocketFactory.
Socket factory for SSL sockets, using the Java Server Sockets Extension (JSSE) reference implementation support classes.
SSLServerSocketFactory() - class org.apache.catalina.net.SSLServerSocketFactory のコンストラクタ
 
sso - class org.apache.catalina.authenticator.AuthenticatorBase の変数
The SingleSignOn implementation in our request processing chain, if there is one.
StandardClassLoader - class org.apache.catalina.loader.StandardClassLoader.
Subclass implementation of java.net.URLClassLoader that knows how to load classes from disk directories, as well as local and remote JAR files.
StandardClassLoader() - class org.apache.catalina.loader.StandardClassLoader のコンストラクタ
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
StandardClassLoader(ClassLoader) - class org.apache.catalina.loader.StandardClassLoader のコンストラクタ
Construct a new ClassLoader with no defined repositories and the specified parent ClassLoader.
StandardClassLoader(ClassLoader, URLStreamHandlerFactory) - class org.apache.catalina.loader.StandardClassLoader のコンストラクタ
Construct a new ClassLoader with no defined repositories and the specified parent ClassLoader.
StandardClassLoader(String[]) - class org.apache.catalina.loader.StandardClassLoader のコンストラクタ
Construct a new ClassLoader with the specified repositories and no parent ClassLoader.
StandardClassLoader(String[], ClassLoader) - class org.apache.catalina.loader.StandardClassLoader のコンストラクタ
Construct a new ClassLoader with the specified repositories and parent ClassLoader.
StandardClassLoader(URL[], ClassLoader) - class org.apache.catalina.loader.StandardClassLoader のコンストラクタ
Construct a new ClassLoader with the specified repositories and parent ClassLoader.
StandardClassLoader(URLStreamHandlerFactory) - class org.apache.catalina.loader.StandardClassLoader のコンストラクタ
Construct a new ClassLoader with no defined repositories and no parent ClassLoader, but with a stream handler factory.
StandardCluster - class org.apache.catalina.cluster.StandardCluster.
A Cluster implementation.
StandardCluster() - class org.apache.catalina.cluster.StandardCluster のコンストラクタ
 
StandardContext - class org.apache.catalina.core.StandardContext.
Standard implementation of the Context interface.
StandardContext() - class org.apache.catalina.core.StandardContext のコンストラクタ
Create a new StandardContext component with the default basic Valve.
StandardContextMapper - class org.apache.catalina.core.StandardContextMapper.
Implementation of Mapper for a Context, designed to process HTTP requests.
StandardContextMapper() - class org.apache.catalina.core.StandardContextMapper のコンストラクタ
 
StandardEngine - class org.apache.catalina.core.StandardEngine.
Standard implementation of the Engine interface.
StandardEngine() - class org.apache.catalina.core.StandardEngine のコンストラクタ
Create a new StandardEngine component with the default basic Valve.
StandardEngineMapper - class org.apache.catalina.core.StandardEngineMapper.
Implementation of Mapper for an Engine, designed to process HTTP requests.
StandardEngineMapper() - class org.apache.catalina.core.StandardEngineMapper のコンストラクタ
 
StandardHost - class org.apache.catalina.core.StandardHost.
Standard implementation of the Host interface.
StandardHost() - class org.apache.catalina.core.StandardHost のコンストラクタ
Create a new StandardHost component with the default basic Valve.
StandardHostMapper - class org.apache.catalina.core.StandardHostMapper.
Implementation of Mapper for a Host, designed to process HTTP requests.
StandardHostMapper() - class org.apache.catalina.core.StandardHostMapper のコンストラクタ
 
StandardLoader - class org.apache.catalina.loader.StandardLoader.
推奨されていません。 StandardLoader is slower and less robust than WebappLoader for loading web applications. Use WebappLoader instead.
StandardLoader() - class org.apache.catalina.loader.StandardLoader のコンストラクタ
推奨されていません。 Construct a new StandardLoader with no defined parent class loader (so that the actual parent will be the system class loader).
StandardLoader(ClassLoader) - class org.apache.catalina.loader.StandardLoader のコンストラクタ
推奨されていません。 Construct a new StandardLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.
StandardManager - class org.apache.catalina.session.StandardManager.
Standard implementation of the Manager interface that provides simple session persistence across restarts of this component (such as when the entire server is shut down and restarted, or when a particular web application is reloaded.
StandardManager() - class org.apache.catalina.session.StandardManager のコンストラクタ
 
StandardPipeline - class org.apache.catalina.core.StandardPipeline.
Standard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.
StandardPipeline() - class org.apache.catalina.core.StandardPipeline のコンストラクタ
Construct a new StandardPipeline instance with no associated Container.
StandardPipeline(Container) - class org.apache.catalina.core.StandardPipeline のコンストラクタ
Construct a new StandardPipeline instance that is associated with the specified Container.
StandardServer - class org.apache.catalina.core.StandardServer.
Standard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.
StandardServer() - class org.apache.catalina.core.StandardServer のコンストラクタ
Construct a default instance of this class.
StandardService - class org.apache.catalina.core.StandardService.
Standard implementation of the Service interface.
StandardService() - class org.apache.catalina.core.StandardService のコンストラクタ
 
StandardSessionFacade - class org.apache.catalina.session.StandardSessionFacade.
Facade for the StandardSession object.
StandardSessionFacade(HttpSession) - class org.apache.catalina.session.StandardSessionFacade のコンストラクタ
Construct a new session facade.
StandardSessionFacade(StandardSession) - class org.apache.catalina.session.StandardSessionFacade のコンストラクタ
Construct a new session facade.
StandardWrapper - class org.apache.catalina.core.StandardWrapper.
Standard implementation of the Wrapper interface that represents an individual servlet definition.
StandardWrapper() - class org.apache.catalina.core.StandardWrapper のコンストラクタ
Create a new StandardWrapper component with the default basic Valve.
StandardWrapperFacade - class org.apache.catalina.core.StandardWrapperFacade.
Facade for the StandardWrapper object.
StandardWrapperFacade(StandardWrapper) - class org.apache.catalina.core.StandardWrapperFacade のコンストラクタ
Create a new facede around a StandardWrapper.
START_EVENT - interface org.apache.catalina.Lifecycle の static 変数
The LifecycleEvent type for the "component start" event.
start() - interface org.apache.catalina.Lifecycle のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Begin processing requests via this Connector.
start() - class org.apache.catalina.connector.warp.WarpConnection のメソッド
Start working on this connection.
start() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Start accepting connections by this Connector.
start() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Begin processing requests via this Connector.
start() - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
Start this component, must be called before it can be used.
start() - class org.apache.catalina.cluster.StandardCluster のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.cluster.MulticastReceiver のメソッド
Start our component
start() - class org.apache.catalina.valves.AccessLogValve のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.valves.CertificatesValve のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.core.ContainerBase のメソッド
Prepare for active use of the public methods of this Component.
start() - class org.apache.catalina.core.StandardHost のメソッド
Start this host.
start() - class org.apache.catalina.core.StandardEngine のメソッド
Start this Engine component.
start() - class org.apache.catalina.core.FastEngineMapper のメソッド
Prepare for active use of the public methods of this Component.
start() - class org.apache.catalina.core.StandardContext のメソッド
Start this Context component.
start() - class org.apache.catalina.core.StandardWrapper のメソッド
Start this component, pre-loading the servlet if the load-on-startup value is set appropriately.
start() - class org.apache.catalina.core.StandardServer のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.core.StandardService のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.core.StandardPipeline のメソッド
Prepare for active use of the public methods of this Component.
start() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Start the class loader.
start() - class org.apache.catalina.loader.WebappLoader のメソッド
Start this component, initializing our associated class loader.
start() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Start this component, initializing our associated class loader.
start() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.session.StoreBase のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.session.StandardManager のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.session.JDBCStore のメソッド
Called once when this Store is first started.
start() - class org.apache.catalina.session.DistributedManager のメソッド
Start this manager
start() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.startup.Catalina のメソッド
Start a new server instance.
start() - class org.apache.catalina.startup.CatalinaService のメソッド
Start a new server instance.
start() - interface org.apache.catalina.startup.CatalinaManagerMBean のメソッド
Start the servlet container.
start() - class org.apache.catalina.startup.CatalinaManager のメソッド
Start the servlet container.
start() - class org.apache.catalina.startup.BootstrapService のメソッド
Start the Catalina Service.
start() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Start the servlet container.
start() - class org.apache.catalina.startup.Embedded のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.realm.RealmBase のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.realm.JDBCRealm のメソッド
Prepare for active use of the public methods of this Component.
start() - class org.apache.catalina.realm.MemoryRealm のメソッド
Prepare for active use of the public methods of this Component.
start() - class org.apache.catalina.realm.JNDIRealm のメソッド
Prepare for active use of the public methods of this Component.
start() - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - class org.apache.catalina.authenticator.SSLAuthenticator のメソッド
Initialize the database we will be using for client verification and certificate validation (if any).
start() - class org.apache.catalina.logger.FileLogger のメソッド
Prepare for the beginning of active use of the public methods of this component.
start() - interface org.apache.naming.NamingServiceMBean のメソッド
Start the servlet container.
start() - class org.apache.naming.NamingService のメソッド
Start the servlet container.
start(PrintWriter, String) - class org.apache.catalina.servlets.ManagerServlet のメソッド
Start the web application at the specified context path.
start(PrintWriter, String) - class org.apache.catalina.servlets.HTMLManagerServlet のメソッド
Start the web application at the specified context path.
start(SaxContext) - class org.apache.catalina.util.xml.XmlAction のメソッド
 
start(String) - interface org.apache.catalina.Deployer のメソッド
Start an existing web application, attached to the specified context path.
start(String) - class org.apache.catalina.core.StandardHost のメソッド
Start an existing web application, attached to the specified context path.
startDocument() - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
started - class org.apache.catalina.valves.CertificatesValve の変数
Has this component been started yet?
started - class org.apache.catalina.core.ContainerBase の変数
Has this component been started?
started - class org.apache.catalina.core.StandardPipeline の変数
Has this component been started yet?
started - class org.apache.catalina.loader.WebappClassLoader の変数
Has this component been started?
started - class org.apache.catalina.session.StoreBase の変数
Has this component been started yet?
started - class org.apache.catalina.startup.Embedded の変数
Has this component been started yet?
started - class org.apache.catalina.realm.RealmBase の変数
Has this component been started?
started - class org.apache.catalina.authenticator.SingleSignOn の変数
Component started flag.
started - class org.apache.catalina.authenticator.AuthenticatorBase の変数
Has this component been started?
STARTED - interface org.apache.catalina.startup.EmbeddedManagerMBean の static 変数
 
STARTED - interface org.apache.catalina.startup.CatalinaManagerMBean の static 変数
 
STARTED - interface org.apache.naming.NamingServiceMBean の static 変数
 
startElement(String, AttributeList) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
starting - class org.apache.catalina.startup.Catalina の変数
Are we starting a new server?
STARTING - interface org.apache.catalina.startup.EmbeddedManagerMBean の static 変数
 
STARTING - interface org.apache.catalina.startup.CatalinaManagerMBean の static 変数
 
STARTING - interface org.apache.naming.NamingServiceMBean の static 変数
 
state - class org.apache.catalina.core.StandardPipeline の変数
The per-thread execution state for processing through this pipeline.
states - interface org.apache.catalina.startup.EmbeddedManagerMBean の static 変数
Status constants.
states - interface org.apache.catalina.startup.CatalinaManagerMBean の static 変数
Status constants.
states - interface org.apache.naming.NamingServiceMBean の static 変数
Status constants.
status - class org.apache.catalina.connector.HttpResponseBase の変数
The HTTP status code associated with this Response.
STATUS_CODE_ATTR - class org.apache.catalina.Globals の static 変数
The request attribute under which we forward an HTTP status code (as an object of type Integer) to an error page.
status(Request, Response) - class org.apache.catalina.valves.ErrorDispatcherValve のメソッド
Handle the HTTP status code (and corresponding message) generated while processing the specified Request to produce the specified Response.
STOP_EVENT - interface org.apache.catalina.Lifecycle の static 変数
The LifecycleEvent type for the "component stop" event.
stop() - interface org.apache.catalina.Lifecycle のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.connector.http.HttpConnector のメソッド
Terminate processing requests via this Connector.
stop() - class org.apache.catalina.connector.warp.WarpConnection のメソッド
Stop all we're doing on the connection.
stop() - class org.apache.catalina.connector.warp.WarpConnector のメソッド
Stop accepting connections by this Connector.
stop() - class org.apache.catalina.connector.http10.HttpConnector のメソッド
Terminate processing requests via this Connector.
stop() - interface org.apache.catalina.cluster.ClusterReceiver のメソッド
The stop method for this component, should be called when closing down the Cluster.
stop() - class org.apache.catalina.cluster.StandardCluster のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.cluster.MulticastReceiver のメソッド
Stop our component
stop() - class org.apache.catalina.valves.AccessLogValve のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.valves.CertificatesValve のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.core.ContainerBase のメソッド
Gracefully shut down active use of the public methods of this Component.
stop() - class org.apache.catalina.core.FastEngineMapper のメソッド
Gracefully shut down active use of the public methods of this Component.
stop() - class org.apache.catalina.core.StandardContext のメソッド
Stop this Context component.
stop() - class org.apache.catalina.core.StandardWrapper のメソッド
Stop this component, gracefully shutting down the servlet if it has been initialized.
stop() - class org.apache.catalina.core.StandardServer のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.core.StandardService のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.core.StandardPipeline のメソッド
Gracefully shut down active use of the public methods of this Component.
stop() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Stop the class loader.
stop() - class org.apache.catalina.loader.WebappLoader のメソッド
Stop this component, finalizing our associated class loader.
stop() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Stop this component, finalizing our associated class loader.
stop() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.session.StoreBase のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.session.StandardManager のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.session.JDBCStore のメソッド
Gracefully terminate everything associated with our db.
stop() - interface org.apache.catalina.startup.EmbeddedManagerMBean のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.startup.Catalina のメソッド
Stop an existing server instance.
stop() - class org.apache.catalina.startup.CatalinaService のメソッド
Stop an existing server instance.
stop() - interface org.apache.catalina.startup.CatalinaManagerMBean のメソッド
Stop the servlet container.
stop() - class org.apache.catalina.startup.CatalinaManager のメソッド
Stop the servlet container.
stop() - class org.apache.catalina.startup.BootstrapService のメソッド
Stop the Catalina Service.
stop() - class org.apache.catalina.startup.EmbeddedManager のメソッド
Stop the servlet container.
stop() - class org.apache.catalina.startup.Embedded のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.realm.RealmBase のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.realm.JDBCRealm のメソッド
Gracefully shut down active use of the public methods of this Component.
stop() - class org.apache.catalina.realm.MemoryRealm のメソッド
Gracefully shut down active use of the public methods of this Component.
stop() - class org.apache.catalina.realm.JNDIRealm のメソッド
Gracefully shut down active use of the public methods of this Component.
stop() - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.authenticator.AuthenticatorBase のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - class org.apache.catalina.authenticator.SSLAuthenticator のメソッド
Finalize the database we used for client verification and certificate validation (if any).
stop() - class org.apache.catalina.logger.FileLogger のメソッド
Gracefully terminate the active use of the public methods of this component.
stop() - interface org.apache.naming.NamingServiceMBean のメソッド
Stop the servlet container.
stop() - class org.apache.naming.NamingService のメソッド
Stop the servlet container.
stop(PrintWriter, String) - class org.apache.catalina.servlets.ManagerServlet のメソッド
Stop the web application at the specified context path.
stop(PrintWriter, String) - class org.apache.catalina.servlets.HTMLManagerServlet のメソッド
Stop the web application at the specified context path.
stop(String) - interface org.apache.catalina.Deployer のメソッド
Stop an existing web application, attached to the specified context path.
stop(String) - class org.apache.catalina.core.StandardHost のメソッド
Stop an existing web application, attached to the specified context path.
STOPPED - interface org.apache.catalina.startup.EmbeddedManagerMBean の static 変数
 
STOPPED - interface org.apache.catalina.startup.CatalinaManagerMBean の static 変数
 
STOPPED - interface org.apache.naming.NamingServiceMBean の static 変数
 
stopping - class org.apache.catalina.startup.Catalina の変数
Are we stopping an existing server?
STOPPING - interface org.apache.catalina.startup.EmbeddedManagerMBean の static 変数
 
STOPPING - interface org.apache.catalina.startup.CatalinaManagerMBean の static 変数
 
STOPPING - interface org.apache.naming.NamingServiceMBean の static 変数
 
Store - interface org.apache.catalina.Store.
A Store is the abstraction of a Catalina component that provides persistent storage and loading of Sessions and their associated user data.
StoreBase - class org.apache.catalina.session.StoreBase.
Abstract implementation of the Store interface to support most of the functionality required by a Store.
StoreBase() - class org.apache.catalina.session.StoreBase のコンストラクタ
 
storeName - class org.apache.catalina.session.StoreBase の static 変数
Name to register for this Store, used for logging.
storeName - class org.apache.catalina.session.JDBCStore の static 変数
Name to register for this Store, used for logging.
stream - class org.apache.catalina.connector.ResponseBase の変数
The ServletOutputStream that has been returned by getOutputStream(), if any.
stream - class org.apache.catalina.connector.RequestStream の変数
The underlying input stream from which we should read data.
stream - class org.apache.catalina.connector.ResponseStream の変数
The underlying output stream to which we should write data.
stream - class org.apache.catalina.connector.RequestBase の変数
The ServletInputStream that has been returned by getInputStream(), if any.
stream - class org.apache.catalina.connector.ResponseWriter の変数
The response stream to which we are attached.
streamContent() - class org.apache.naming.resources.Resource のメソッド
Content accessor.
streamContent() - class org.apache.naming.resources.FileDirContext.FileResource のメソッド
Content accessor.
streamContent() - class org.apache.naming.resources.WARDirContext.WARResource のメソッド
Content accessor.
StringManager - class org.apache.catalina.util.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringManager - class org.apache.naming.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringParser - class org.apache.catalina.util.StringParser.
Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.
StringParser() - class org.apache.catalina.util.StringParser のコンストラクタ
Construct a string parser with no preset string to be parsed.
StringParser(String) - class org.apache.catalina.util.StringParser のコンストラクタ
Construct a string parser that is initialized to parse the specified string.
support - class org.apache.catalina.core.ContainerBase の変数
The property change support for this component.
support - class org.apache.catalina.loader.WebappLoader の変数
The property change support for this component.
support - class org.apache.catalina.loader.StandardLoader の変数
推奨されていません。 The property change support for this component.
support - class org.apache.catalina.session.ManagerBase の変数
The property change support for this component.
support - class org.apache.catalina.session.StoreBase の変数
The property change support for this component.
support - class org.apache.catalina.startup.Embedded の変数
The property change support for this component.
support - class org.apache.catalina.realm.RealmBase の変数
The property change support for this component.
support - class org.apache.catalina.logger.LoggerBase の変数
The property change support for this component.
suspended - class org.apache.catalina.connector.ResponseBase の変数
Has this response output been suspended?
suspended - class org.apache.catalina.connector.ResponseStream の変数
Has this response output been suspended?
swapIn(String) - 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) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Remove the session from the Manager's list of active sessions and write it out to the Store.
SystemErrLogger - class org.apache.catalina.logger.SystemErrLogger.
Simple implementation of Logger that writes to System.err.
SystemErrLogger() - class org.apache.catalina.logger.SystemErrLogger のコンストラクタ
 
SystemOutLogger - class org.apache.catalina.logger.SystemOutLogger.
Simple implementation of Logger that writes to System.out.
SystemOutLogger() - class org.apache.catalina.logger.SystemOutLogger のコンストラクタ
 

T

Test - class org.apache.catalina.deploy.Test.
 
Test() - class org.apache.catalina.deploy.Test のコンストラクタ
 
thread - class org.apache.catalina.session.StoreBase の変数
The background thread.
threadDone - class org.apache.catalina.cluster.MulticastReceiver の変数
The background thread completion semaphore.
threadDone - class org.apache.catalina.session.PersistentManagerBase の変数
The background thread completion semaphore.
threadDone - class org.apache.catalina.session.StoreBase の変数
The background thread completion semaphore.
threadName - class org.apache.catalina.session.StoreBase の変数
Name to register for the background thread.
threadName - class org.apache.catalina.session.JDBCStore の変数
Name to register for the background thread.
threadSleep() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Sleep for the duration specified by the checkInterval property.
threadSleep() - class org.apache.catalina.session.StoreBase のメソッド
Sleep for the duration specified by the checkInterval property.
threadStart() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Start the background thread that will periodically check for session timeouts.
threadStart() - class org.apache.catalina.session.StoreBase のメソッド
Start the background thread that will periodically check for session timeouts.
threadStop() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Stop the background thread that is periodically checking for session timeouts.
threadStop() - class org.apache.catalina.session.StoreBase のメソッド
Stop the background thread that is periodically checking for session timeouts.
throwable - class org.apache.catalina.LifecycleException の変数
The underlying exception or error passed to our constructor (if any)
throwable(Request, Response, Throwable) - class org.apache.catalina.valves.ErrorDispatcherValve のメソッド
Handle the specified Throwable encountered while processing the specified Request to produce the specified Response.
timefmt(Date) - class org.apache.catalina.util.ssi.SsiMediator のメソッド
Parse a Date according to the current settings.
timefmt(String) - class org.apache.catalina.util.ssi.SsiMediator のメソッド
Parse a Date according to the current settings.
TldDtdPublicId_11 - class org.apache.catalina.startup.Constants の static 変数
 
TldDtdPublicId_12 - class org.apache.catalina.startup.Constants の static 変数
 
TldDtdResourcePath_11 - class org.apache.catalina.startup.Constants の static 変数
 
TldDtdResourcePath_12 - class org.apache.catalina.startup.Constants の static 変数
 
toExternalForm() - class org.apache.catalina.util.URL のメソッド
Return a string representation of this URL.
toString() - class org.apache.catalina.LifecycleException のメソッド
Return a formatted string that describes this exception.
toString() - class org.apache.catalina.ContainerEvent のメソッド
Return a string representation of this event.
toString() - class org.apache.catalina.SessionEvent のメソッド
Return a string representation of this event.
toString() - class org.apache.catalina.util.ProcessEnvironment のメソッド
Print important process environment information in an easy-to-read HTML table
toString() - class org.apache.catalina.util.CGIProcessEnvironment のメソッド
Print important CGI environment information in an easy-to-read HTML table
toString() - class org.apache.catalina.util.XMLWriter のメソッド
Retrieve generated XML.
toString() - class org.apache.catalina.util.URL のメソッド
Return a string representation of this object.
toString() - class org.apache.catalina.deploy.ContextLocalEjb のメソッド
Return a String representation of this object.
toString() - class org.apache.catalina.deploy.SecurityCollection のメソッド
Return a String representation of this security collection.
toString() - class org.apache.catalina.deploy.ContextResource のメソッド
Return a String representation of this object.
toString() - class org.apache.catalina.deploy.LoginConfig のメソッド
Return a String representation of this object.
toString() - class org.apache.catalina.deploy.ContextEnvironment のメソッド
Return a String representation of this object.
toString() - class org.apache.catalina.deploy.ErrorPage のメソッド
Render a String representation of this object.
toString() - class org.apache.catalina.deploy.FilterDef のメソッド
Render a String representation of this object.
toString() - class org.apache.catalina.deploy.ApplicationParameter のメソッド
Return a String representation of this object.
toString() - class org.apache.catalina.deploy.ResourceParams のメソッド
Return a String representation of this object.
toString() - class org.apache.catalina.deploy.SecurityConstraint のメソッド
Return a String representation of this security constraint.
toString() - class org.apache.catalina.deploy.ContextEjb のメソッド
Return a String representation of this object.
toString() - class org.apache.catalina.deploy.FilterMap のメソッド
Render a String representation of this object.
toString() - class org.apache.catalina.valves.RequestDumperValve のメソッド
Return a String rendering of this object.
toString() - class org.apache.catalina.valves.ErrorDispatcherValve のメソッド
Return a String rendering of this object.
toString() - class org.apache.catalina.valves.ErrorReportValve のメソッド
Return a String rendering of this object.
toString() - class org.apache.catalina.core.StandardHost のメソッド
Return a String representation of this component.
toString() - class org.apache.catalina.core.StandardEngine のメソッド
Return a String representation of this component.
toString() - class org.apache.catalina.core.StandardContext のメソッド
Return a String representation of this component.
toString() - class org.apache.catalina.core.StandardWrapper のメソッド
Return a String representation of this component.
toString() - class org.apache.catalina.core.StandardServer のメソッド
Return a String representation of this component.
toString() - class org.apache.catalina.core.StandardService のメソッド
Return a String representation of this component.
toString() - class org.apache.catalina.core.DefaultContext のメソッド
Return a String representation of this component.
toString() - class org.apache.catalina.loader.WebappClassLoader のメソッド
Render a String representation of this object.
toString() - class org.apache.catalina.loader.WebappLoader のメソッド
Return a String representation of this component.
toString() - class org.apache.catalina.loader.Extension のメソッド
Return a String representation of this object.
toString() - class org.apache.catalina.loader.StandardClassLoader のメソッド
Render a String representation of this object.
toString() - class org.apache.catalina.loader.StandardLoader のメソッド
推奨されていません。 Return a String representation of this component.
toString() - class org.apache.catalina.realm.GenericPrincipal のメソッド
Return a String representation of this object, which exposes only information that should be public.
toString() - class org.apache.catalina.authenticator.SingleSignOn のメソッド
Return a String rendering of this object.
toString() - class org.apache.catalina.servlets.CGIServlet.CGIEnvironment のメソッド
Print important CGI environment information in a easy-to-read HTML table
toString() - class org.apache.catalina.servlets.DefaultServlet.ResourceInfo のメソッド
String representation.
toString() - class org.apache.naming.resources.ProxyDirContext.CacheEntry のメソッド
 
TransactionFactory - class org.apache.naming.factory.TransactionFactory.
Object factory for User trasactions.
TransactionFactory() - class org.apache.naming.factory.TransactionFactory のコンストラクタ
 
TransactionRef - class org.apache.naming.TransactionRef.
Represents a reference address to a transaction.
TransactionRef() - class org.apache.naming.TransactionRef のコンストラクタ
Resource Reference.
TransactionRef(String, String) - class org.apache.naming.TransactionRef のコンストラクタ
Resource Reference.
treeLookup(Name) - class org.apache.naming.resources.WARDirContext のメソッド
Entry tree lookup.
type - class org.apache.naming.NamingEntry の変数
The type instance variable is used to avoid unsing RTTI when doing lookups.
TYPE - class org.apache.naming.EjbRef の static 変数
EJB type address type.
TYPE - class org.apache.naming.resources.ResourceAttributes の static 変数
Type.
TYPE_ASK_SSL - class org.apache.catalina.connector.warp.Constants の static 変数
ASK_SSL: The WARP server (Tomcat) asks the WARP client to transfer the basic SSL information (cypher, keysize and session).
TYPE_ASK_SSL_CLIENT - class org.apache.catalina.connector.warp.Constants の static 変数
ASK_SSL_CLIENT: The WARP server (Tomcat) asks the WARP server to transfer the client certificate. (just the first element of the chain and the webserver should request for it to the browser if possible).
TYPE_CBK_DATA - class org.apache.catalina.connector.warp.Constants の static 変数
CBK_DATA: As requested by the WARP server, the WARP client (HTTP server) transmits a chunk of the request body.
TYPE_CBK_DONE - class org.apache.catalina.connector.warp.Constants の static 変数
CBK_DATA: The WARP client (HTTP server) informs the WARP server that the request body has been fully transmitted.
TYPE_CBK_READ - class org.apache.catalina.connector.warp.Constants の static 変数
CBK_READ: A request callback.
TYPE_CONF_APPLIC - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_APPLIC: The server replies to a CONF_DEPLOY message with the web application identifier of the configured application.
TYPE_CONF_DEPLOY - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_DEPLOY: The client attempts deploy a web application.
TYPE_CONF_DONE - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_DONE: Client issues this message when all configurations have been processed.
TYPE_CONF_ENUM - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_ENUM: The client requests to the server to enumerate all web-applications available for a specified virtual host.
TYPE_CONF_ENUM_APPL - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_ENUM_APPL: The server specifies the name of a web-application available for deployment in response to a CONF_ENUMERATE message.
TYPE_CONF_ENUM_DONE - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_ENUM_DONE: The server specifies all web-application names available for deployment for the host specified in the CONF_ENUM message have been transfered.
TYPE_CONF_MAP - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_MAP: The client requests to the server to enumerate all mappings for a specified web-application.
TYPE_CONF_MAP_ALLOW - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_MAP_ALLOW: The server replies to a CONF_MAP message with this packet to indicate a mapping to a static page, or a resource that can be served autonomously by the remote end (the web server).
TYPE_CONF_MAP_DENY - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_MAP_DENY: The server replies to a CONF_MAP message with this packet to indicate a mapping to a resource that must be served by the server (servlet container).
TYPE_CONF_MAP_DONE - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_MAP_DONE: The server replies to a CONF_MAP message with this packet to indicate that all servlet mappings have been successfully transfered to the other end
No payload:
TYPE_CONF_PROCEED - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_PROCEED: Server issues this message in response to a CONF_DONE message, to acknowledge its readiness to accept requests.
TYPE_CONF_WELCOME - class org.apache.catalina.connector.warp.Constants の static 変数
CONF_WELCOME: The server issues this packet when a connection is opened.
TYPE_DISCONNECT - class org.apache.catalina.connector.warp.Constants の static 変数
DISCONNECT: The connection is being closed.
TYPE_ERROR - class org.apache.catalina.connector.warp.Constants の static 変数
ERROR: The last operation didn't completed correctly.
TYPE_FATAL - class org.apache.catalina.connector.warp.Constants の static 変数
FATAL: A protocol error occourred, the connection must be closed.
TYPE_INVALID - class org.apache.catalina.connector.warp.Constants の static 変数
INVALID: The packet type hasn't been set yet.
TYPE_REP_SSL - class org.apache.catalina.connector.warp.Constants の static 変数
REP_SSL: SSL information between
Payload description:
[string] The cipher_suite. [string] The ssl session.
TYPE_REP_SSL_CERT - class org.apache.catalina.connector.warp.Constants の static 変数
REP_SSL_CERT: The client certificate (remote peer).
TYPE_REP_SSL_NO - class org.apache.catalina.connector.warp.Constants の static 変数
REP_SSL_NO: Request SSL information is not available.
TYPE_REQ_AUTH - class org.apache.catalina.connector.warp.Constants の static 変数
REQ_AUTH: Authentication information of the HTTP remote peer.
TYPE_REQ_CLIENT - class org.apache.catalina.connector.warp.Constants の static 変数
REQ_CLIENT: The HTTP client (remote peer) information.
TYPE_REQ_CONTENT - class org.apache.catalina.connector.warp.Constants の static 変数
REQ_CONTENT: The mime content type and length of this request.
TYPE_REQ_HEADER - class org.apache.catalina.connector.warp.Constants の static 変数
REQ_HEADER: An HTTP request header.
TYPE_REQ_INIT - class org.apache.catalina.connector.warp.Constants の static 変数
REQ_INIT: The client requests to the WARP server that a request is about to be processed.
TYPE_REQ_PROCEED - class org.apache.catalina.connector.warp.Constants の static 変数
REQ_PROCEED: The client finished transmitting the request.
TYPE_REQ_SCHEME - class org.apache.catalina.connector.warp.Constants の static 変数
REQ_SCHEME: The scheme description of this request.
TYPE_REQ_SERVER - class org.apache.catalina.connector.warp.Constants の static 変数
REQ_SERVER: The HTTP server information.
TYPE_RES_BODY - class org.apache.catalina.connector.warp.Constants の static 変数
RES_BODY: The HTTP response body.
TYPE_RES_COMMIT - class org.apache.catalina.connector.warp.Constants の static 変数
RES_COMMIT: The server indicates that the first part of the response (HTTP status line and MIME headers) are to be committed to the client (remote peer).
TYPE_RES_DONE - class org.apache.catalina.connector.warp.Constants の static 変数
RES_DONE: The server finished transmitting the response.
TYPE_RES_HEADER - class org.apache.catalina.connector.warp.Constants の static 変数
RES_HEADER: An HTTP MIME response header to send to the client.
TYPE_RES_STATUS - class org.apache.catalina.connector.warp.Constants の static 変数
RES_STATUS: The server replies with the HTTP response status for the request.
TYREX_DATASOURCE_FACTORY - class org.apache.naming.factory.Constants の static 変数
 
TYREX_TRANSACTION_FACTORY - class org.apache.naming.factory.Constants の static 変数
 
TyrexDataSourceFactory - class org.apache.naming.factory.TyrexDataSourceFactory.
Object factory for Tyrex DataSources.
Tyrex is an open-source transaction manager, developed by Assaf Arkin and exolab.org.
TyrexDataSourceFactory() - class org.apache.naming.factory.TyrexDataSourceFactory のコンストラクタ
 
TyrexTransactionFactory - class org.apache.naming.factory.TyrexTransactionFactory.
Object factory for Tyrex User transactions.
Tyrex is an open-source transaction manager, developed by Assaf Arkin and exolab.org.
TyrexTransactionFactory() - class org.apache.naming.factory.TyrexTransactionFactory のコンストラクタ
 

U

unavailable(UnavailableException) - interface org.apache.catalina.Wrapper のメソッド
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unavailable(UnavailableException) - class org.apache.catalina.core.StandardWrapper のメソッド
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unbind() - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Unbinds a directory context to a class loader.
unbind(ClassLoader) - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Unbinds a directory context to a class loader.
unbind(Name) - class org.apache.naming.NamingContext のメソッド
Unbinds the named object.
unbind(Name) - class org.apache.naming.SelectorContext のメソッド
Unbinds the named object.
unbind(Name) - class org.apache.naming.resources.BaseDirContext のメソッド
Unbinds the named object.
unbind(Name) - class org.apache.naming.resources.ProxyDirContext のメソッド
Unbinds the named object.
unbind(String) - class org.apache.naming.NamingContext のメソッド
Unbinds the named object.
unbind(String) - class org.apache.naming.SelectorContext のメソッド
Unbinds the named object.
unbind(String) - class org.apache.naming.resources.BaseDirContext のメソッド
Unbinds the named object.
unbind(String) - class org.apache.naming.resources.FileDirContext のメソッド
Unbinds the named object.
unbind(String) - class org.apache.naming.resources.WARDirContext のメソッド
Unbinds the named object.
unbind(String) - class org.apache.naming.resources.ProxyDirContext のメソッド
Unbinds the named object.
unbindClassLoader(Object) - class org.apache.naming.ContextBindings の static メソッド
Unbinds a naming context to a class loader.
unbindClassLoader(Object, Object) - class org.apache.naming.ContextBindings の static メソッド
Unbinds a naming context to a class loader.
unbindContext(Object) - class org.apache.naming.ContextBindings の static メソッド
Unbind context name.
unbindContext(Object, Object) - class org.apache.naming.ContextBindings の static メソッド
Unbind context name.
unbindThread() - class org.apache.naming.resources.DirContextURLStreamHandler の static メソッド
Unbinds a directory context to a thread.
unbindThread(Object) - class org.apache.naming.ContextBindings の static メソッド
Unbinds a naming context to a thread.
unbindThread(Object, Object) - class org.apache.naming.ContextBindings の static メソッド
Unbinds a naming context to a thread.
uniqueId - class org.apache.catalina.connector.warp.WarpConnector の変数
The unique ID of this connector instance.
unload() - interface org.apache.catalina.Manager のメソッド
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload() - interface org.apache.catalina.Wrapper のメソッド
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload() - class org.apache.catalina.core.StandardWrapper のメソッド
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload() - class org.apache.catalina.session.PersistentManagerBase のメソッド
Save all currently active sessions in the appropriate persistence mechanism, if any.
unload() - class org.apache.catalina.session.StandardManager のメソッド
Save any currently active sessions in the appropriate persistence mechanism, if any.
unparsedEntityDecl(String, String, String, String) - class org.apache.catalina.util.xml.XmlMapper のメソッド
 
unsetSecurityToken(Object, Object) - class org.apache.naming.ContextAccessController の static メソッド
Remove a security token for a context.
updateReadyStatus() - class org.apache.catalina.util.ProcessHelper のメソッド
Checks & sets ready status
updateReadyStatus() - class org.apache.catalina.servlets.CGIServlet.CGIRunner のメソッド
Checks & sets ready status
URL - class org.apache.catalina.util.URL.
URL is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of java.net.URL, but without the ability to open a stream or connection.
URL(String) - class org.apache.catalina.util.URL のコンストラクタ
Create a URL object from the specified String representation.
URL(String, String, int, String) - class org.apache.catalina.util.URL のコンストラクタ
Create a URL object from the specified components.
URL(String, String, String) - class org.apache.catalina.util.URL のコンストラクタ
Create a URL object from the specified components.
URL(URL, String) - class org.apache.catalina.util.URL のコンストラクタ
Create a URL object by parsing a string representation relative to a specified context.
URLDecode(byte[]) - class org.apache.catalina.util.RequestUtil の static メソッド
Decode and return the specified URL-encoded byte array.
URLDecode(byte[], String) - class org.apache.catalina.util.RequestUtil の static メソッド
Decode and return the specified URL-encoded byte array.
URLDecode(String) - class org.apache.catalina.util.RequestUtil の static メソッド
Decode and return the specified URL-encoded String.
URLDecode(String, String) - class org.apache.catalina.util.RequestUtil の static メソッド
Decode and return the specified URL-encoded String.
usage() - class org.apache.catalina.startup.Catalina のメソッド
Print usage information for this application.
useNaming - class org.apache.catalina.startup.Catalina の変数
Are we using naming ?
useNaming - class org.apache.catalina.startup.Embedded の変数
Is naming enabled ?
USER - class org.apache.naming.factory.TyrexDataSourceFactory の static 変数
 
UserConfig - class org.apache.catalina.startup.UserConfig.
Startup event listener for a Host that configures Contexts (web applications) for all defined "users" who have a web application in a directory with the specified name in their home directories.
UserConfig() - class org.apache.catalina.startup.UserConfig のコンストラクタ
 
userCredCol - class org.apache.catalina.realm.JDBCRealm の変数
The column in the user table that holds the user's credintials
UserDatabase - interface org.apache.catalina.startup.UserDatabase.
Abstraction of the set of users defined by the operating system on the current server platform.
userFormat - class org.apache.catalina.realm.JNDIRealm の変数
The MessageFormat object associated with the current userPattern.
userNameCol - class org.apache.catalina.realm.JDBCRealm の変数
The column in the user table that holds the user's name
userPassword - class org.apache.catalina.realm.JNDIRealm の変数
The attribute name used to retrieve the user password.
userPattern - class org.apache.catalina.realm.JNDIRealm の変数
The message format used to select a user, with "{0}" marking the spot where the specified username goes.
userPrincipal - class org.apache.catalina.connector.HttpRequestBase の変数
The Principal who has been authenticated for this Request.
userRoleTable - class org.apache.catalina.realm.JDBCRealm の変数
The table that holds the relation between user's and roles
userTable - class org.apache.catalina.realm.JDBCRealm の変数
The table that holds user data.

V

valid - class org.apache.catalina.util.ProcessEnvironment の変数
whether or not this object is valid or not
validate - class org.apache.catalina.realm.RealmBase の変数
Should we validate client certificate chains when they are presented?
validate(ProxyDirContext.CacheEntry) - class org.apache.naming.resources.ProxyDirContext のメソッド
Validate entry.
validate(String) - class org.apache.catalina.loader.WebappClassLoader のメソッド
Validate a classname.
value - class org.apache.naming.NamingEntry の変数
 
Valve - interface org.apache.catalina.Valve.
A Valve is a request processing component associated with a particular Container.
ValveBase - class org.apache.catalina.valves.ValveBase.
Convenience base class for implementations of the Valve interface.
ValveBase() - class org.apache.catalina.valves.ValveBase のコンストラクタ
 
ValveContext - interface org.apache.catalina.ValveContext.
A ValveContext is the mechanism by which a Valve can trigger the execution of the next Valve in a Pipeline, without having to know anything about the internal implementation mechanisms.
valves - class org.apache.catalina.core.StandardPipeline の変数
The set of Valves (not including the Basic one, if any) associated with this Pipeline.
verbosity - class org.apache.catalina.logger.LoggerBase の変数
The verbosity level for above which log messages may be filtered.
verify(Request, Request) - class org.apache.catalina.valves.CertificatesValve のメソッド
Verify that a client certificate chain exists if our web application is doing client certificate authentication.
VERS_MAJOR - class org.apache.catalina.connector.warp.Constants の static 変数
The WARP protocol major version.
VERS_MINOR - class org.apache.catalina.connector.warp.Constants の static 変数
The WARP protocol minor version.

W

WARDirContext - class org.apache.naming.resources.WARDirContext.
WAR Directory Context implementation.
WARDirContext.Entry - class org.apache.naming.resources.WARDirContext.Entry.
Entries structure.
WARDirContext.Entry(WARDirContext, String, ZipEntry) - class org.apache.naming.resources.WARDirContext.Entry のコンストラクタ
 
WARDirContext.WARResource - class org.apache.naming.resources.WARDirContext.WARResource.
This specialized resource implementation avoids opening the IputStream to the WAR right away.
WARDirContext.WARResource(WARDirContext, ZipEntry) - class org.apache.naming.resources.WARDirContext.WARResource のコンストラクタ
 
WARDirContext() - class org.apache.naming.resources.WARDirContext のコンストラクタ
Builds a WAR directory context using the given environment.
WARDirContext(Hashtable) - class org.apache.naming.resources.WARDirContext のコンストラクタ
Builds a WAR directory context using the given environment.
WARDirContext(ZipFile, WARDirContext.Entry) - class org.apache.naming.resources.WARDirContext のコンストラクタ
Constructor used for returning fake subcontexts.
WARNING - interface org.apache.catalina.Logger の static 変数
 
WarpCertificates - class org.apache.catalina.connector.warp.WarpCertificates.
 
WarpCertificates(String) - class org.apache.catalina.connector.warp.WarpCertificates のコンストラクタ
Create the certificate using the String.
WarpConfigurationHandler - class org.apache.catalina.connector.warp.WarpConfigurationHandler.
 
WarpConfigurationHandler() - class org.apache.catalina.connector.warp.WarpConfigurationHandler のコンストラクタ
 
WarpConnection - class org.apache.catalina.connector.warp.WarpConnection.
 
WarpConnection() - class org.apache.catalina.connector.warp.WarpConnection のコンストラクタ
Construct a new instance of a WarpConnection.
WarpConnector - class org.apache.catalina.connector.warp.WarpConnector.
 
WarpConnector() - class org.apache.catalina.connector.warp.WarpConnector のコンストラクタ
Construct a new instance of a WarpConnector.
WarpEngine - class org.apache.catalina.connector.warp.WarpEngine.
 
WarpEngine() - class org.apache.catalina.connector.warp.WarpEngine のコンストラクタ
 
WarpHost - class org.apache.catalina.connector.warp.WarpHost.
 
WarpHost() - class org.apache.catalina.connector.warp.WarpHost のコンストラクタ
 
WarpLogger - class org.apache.catalina.connector.warp.WarpLogger.
 
WarpLogger(Object) - class org.apache.catalina.connector.warp.WarpLogger のコンストラクタ
Construct a new instance of a WarpConnector.
WarpPacket - class org.apache.catalina.connector.warp.WarpPacket.
 
WarpPacket() - class org.apache.catalina.connector.warp.WarpPacket のコンストラクタ
Construct a new WarpPacket instance.
WarpRequest - class org.apache.catalina.connector.warp.WarpRequest.
 
WarpRequest.Stream - class org.apache.catalina.connector.warp.WarpRequest.Stream.
 
WarpRequest.Stream(WarpRequest, WarpRequest) - class org.apache.catalina.connector.warp.WarpRequest.Stream のコンストラクタ
 
WarpRequest() - class org.apache.catalina.connector.warp.WarpRequest のコンストラクタ
 
WarpRequestHandler - class org.apache.catalina.connector.warp.WarpRequestHandler.
 
WarpRequestHandler() - class org.apache.catalina.connector.warp.WarpRequestHandler のコンストラクタ
 
WarpResponse - class org.apache.catalina.connector.warp.WarpResponse.
 
WarpResponse.Stream - class org.apache.catalina.connector.warp.WarpResponse.Stream.
The OutputStream that will handle all response body transmission.
WarpResponse.Stream(WarpResponse, WarpResponse) - class org.apache.catalina.connector.warp.WarpResponse.Stream のコンストラクタ
Construct a new instance of a WarpResponse.Stream associated with a parent WarpResponse.
WarpResponse() - class org.apache.catalina.connector.warp.WarpResponse のコンストラクタ
Create a new instance of a WarpResponse.
WarpSSLData - class org.apache.catalina.connector.warp.WarpSSLData.
 
WarpSSLData() - class org.apache.catalina.connector.warp.WarpSSLData のコンストラクタ
 
WebappClassLoader - class org.apache.catalina.loader.WebappClassLoader.
Specialized web application class loader.
WebappClassLoader.PrivilegedFindResource - class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource.
 
WebappClassLoader.ResourceEntry - class org.apache.catalina.loader.WebappClassLoader.ResourceEntry.
Resource entry.
WebappClassLoader.ResourceEntry() - class org.apache.catalina.loader.WebappClassLoader.ResourceEntry のコンストラクタ
 
WebappClassLoader(ClassLoader, DirContext) - class org.apache.catalina.loader.WebappClassLoader のコンストラクタ
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappClassLoader(DirContext) - class org.apache.catalina.loader.WebappClassLoader のコンストラクタ
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappLoader - class org.apache.catalina.loader.WebappLoader.
Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface).
WebappLoader() - class org.apache.catalina.loader.WebappLoader のコンストラクタ
Construct a new WebappLoader with no defined parent class loader (so that the actual parent will be the system class loader).
WebappLoader(ClassLoader) - class org.apache.catalina.loader.WebappLoader のコンストラクタ
Construct a new WebappLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.
WebdavServlet - class org.apache.catalina.servlets.WebdavServlet.
Servlet which adds support for WebDAV level 2.
WebdavServlet() - class org.apache.catalina.servlets.WebdavServlet のコンストラクタ
 
WebDtdPublicId_22 - class org.apache.catalina.startup.Constants の static 変数
 
WebDtdPublicId_23 - class org.apache.catalina.startup.Constants の static 変数
 
WebDtdResourcePath_22 - class org.apache.catalina.startup.Constants の static 変数
 
WebDtdResourcePath_23 - class org.apache.catalina.startup.Constants の static 変数
 
WELCOME_FILES_ATTR - class org.apache.catalina.Globals の static 変数
The servlet context attribute under which we record the set of welcome files (as an object of type String[]) for this application.
welcomes - class org.apache.catalina.servlets.DefaultServlet の変数
The set of welcome files for this web application
WORK_DIR_ATTR - class org.apache.catalina.Globals の static 変数
The servlet context attribute under which we store a temporary working directory (as an object of type File) for use by servlets within this web application.
workingDirectory - class org.apache.catalina.util.ProcessEnvironment の変数
process' desired working directory
wrapper - class org.apache.catalina.connector.RequestBase の変数
The Wrapper within which this Request is being processed.
wrapper - class org.apache.catalina.servlets.ManagerServlet の変数
The Wrapper container associated with this servlet.
Wrapper - interface org.apache.catalina.Wrapper.
A Wrapper is a Container that represents an individual servlet definition from the deployment descriptor of the web application.
write(byte[]) - class org.apache.catalina.connector.ResponseBase のメソッド
Write b.length bytes from the specified byte array to our output stream.
write(byte[]) - class org.apache.catalina.connector.ResponseStream のメソッド
Write b.length bytes from the specified byte array to our output stream.
write(byte[], int, int) - class org.apache.catalina.connector.ResponseBase のメソッド
Write len bytes from the specified byte array, starting at the specified offset, to our output stream.
write(byte[], int, int) - class org.apache.catalina.connector.ResponseStream のメソッド
Write len bytes from the specified byte array, starting at the specified offset, to our output stream.
write(byte[], int, int) - class org.apache.catalina.connector.http.HttpResponseStream のメソッド
Write the specified byte array.
write(char) - class org.apache.catalina.connector.ResponseWriter のメソッド
Write a single character.
write(char[]) - class org.apache.catalina.connector.ResponseWriter のメソッド
Write an array of characters.
write(char[], int, int) - class org.apache.catalina.connector.ResponseWriter のメソッド
Write a portion of an array of characters.
write(int) - class org.apache.catalina.connector.ResponseBase のメソッド
Write the specified byte to our output stream, flushing if necessary.
write(int) - class org.apache.catalina.connector.ResponseStream のメソッド
Write the specified byte to our output stream.
write(int) - class org.apache.catalina.connector.http.HttpResponseStream のメソッド
Write the specified byte to our output stream.
write(int) - class org.apache.catalina.connector.warp.WarpResponse.Stream のメソッド
Write one byte of data to the WarpPacket nested within this WarpResponse.Stream.
write(int) - class org.apache.catalina.util.ssi.ServletOutputStreamWrapper のメソッド
Write to our buffer
write(String) - class org.apache.catalina.connector.ResponseWriter のメソッド
Write a String.
write(String, int, int) - class org.apache.catalina.connector.ResponseWriter のメソッド
Write a portion of a String.
writeData(String) - class org.apache.catalina.util.XMLWriter のメソッド
Write data.
writeElement(String, String, int) - class org.apache.catalina.util.XMLWriter のメソッド
Write an element.
writeElement(String, String, String, int) - class org.apache.catalina.util.XMLWriter のメソッド
Write an element.
writeInteger(int) - class org.apache.catalina.connector.warp.WarpPacket のメソッド
Write a signed integer value (32 bit) in the packet buffer.
writeProperty(String, String) - class org.apache.catalina.util.XMLWriter のメソッド
Write property to the XML.
writeProperty(String, String, String) - class org.apache.catalina.util.XMLWriter のメソッド
Write property to the XML.
writeProperty(String, String, String, String) - class org.apache.catalina.util.XMLWriter のメソッド
Write property to the XML.
writer - class org.apache.catalina.connector.ResponseBase の変数
The PrintWriter that has been returned by getWriter(), if any.
writer - class org.apache.catalina.util.XMLWriter の変数
Writer.
writeSession(Session) - class org.apache.catalina.session.PersistentManagerBase のメソッド
Write the provided session to the Store without modifying the copy in memory or triggering passivation events.
writeString(String) - class org.apache.catalina.connector.warp.WarpPacket のメソッド
Write a string into the packet buffer.
writeText(String) - class org.apache.catalina.util.XMLWriter のメソッド
Write text.
writeTo(OutputStream) - class org.apache.catalina.util.ssi.ServletOutputStreamWrapper のメソッド
Write our stream to the OutputStream provided.
writeTo(OutputStream) - class org.apache.catalina.cluster.ReplicationWrapper のメソッド
Write our stream to the OutputStream provided.
writeUnsignedShort(int) - class org.apache.catalina.connector.warp.WarpPacket のメソッド
Write an unsigned short value (16 bit) in the packet buffer.
writeXMLHeader() - class org.apache.catalina.util.XMLWriter のメソッド
Write XML Header.

X

XmlAction - class org.apache.catalina.util.xml.XmlAction.
Each rule in Xml Mapper can invoke certain actions.
XmlAction() - class org.apache.catalina.util.xml.XmlAction のコンストラクタ
 
XmlMapper - class org.apache.catalina.util.xml.XmlMapper.
SAX Handler - it will read the XML and construct java objects
XmlMapper() - class org.apache.catalina.util.xml.XmlMapper のコンストラクタ
 
XMLWriter - class org.apache.catalina.util.XMLWriter.
XMLWriter helper class.
XMLWriter() - class org.apache.catalina.util.XMLWriter のコンストラクタ
Constructor.
XMLWriter(Writer) - class org.apache.catalina.util.XMLWriter のコンストラクタ
Constructor.

Z

zone - class org.apache.catalina.connector.HttpResponseBase の static 変数
The time zone with which to construct date headers.

A B C D E F G H I J K L M N O P Q R S T U V W X Z

Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.