Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/index-all.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/index-all.html?rev=1729834&r1=1729833&r2=1729834&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-6.0-doc/api/index-all.html (original) +++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/index-all.html Thu Feb 11 14:00:17 2016 @@ -4,7 +4,7 @@ <HEAD> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> -Index (Apache Tomcat 6.0.44 API Documentation) +Index (Apache Tomcat 6.0.45 API Documentation) </TITLE> @@ -13,7 +13,7 @@ Index (Apache Tomcat 6.0.44 API Document <SCRIPT type="text/javascript"> function windowTitle() { - parent.document.title="Index (Apache Tomcat 6.0.44 API Documentation)"; + parent.document.title="Index (Apache Tomcat 6.0.45 API Documentation)"; } </SCRIPT> <NOSCRIPT> @@ -44,7 +44,7 @@ function windowTitle() </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -<b>Apache Tomcat 6.0.44</b></EM> +<b>Apache Tomcat 6.0.45</b></EM> </TD> </TR> @@ -126,6 +126,9 @@ Constructor for class org.apache.tomcat. <DT><A HREF="./org/apache/catalina/users/AbstractGroup.html" title="class in org.apache.catalina.users"><B>AbstractGroup</B></A> - Class in <A HREF="./org/apache/catalina/users/package-summary.html">org.apache.catalina.users</A><DD>Convenience base class for <A HREF="./org/apache/catalina/Group.html" title="interface in org.apache.catalina"><CODE>Group</CODE></A> implementations.<DT><A HREF="./org/apache/catalina/users/AbstractGroup.html#AbstractGroup()"><B>AbstractGroup()</B></A> - Constructor for class org.apache.catalina.users.<A HREF="./org/apache/catalina/users/AbstractGroup.html" title="class in org.apache.catalina.users">AbstractGroup</A> <DD> +<DT><A HREF="./org/apache/coyote/http11/AbstractInputBuffer.html" title="class in org.apache.coyote.http11"><B>AbstractInputBuffer</B></A> - Class in <A HREF="./org/apache/coyote/http11/package-summary.html">org.apache.coyote.http11</A><DD> <DT><A HREF="./org/apache/coyote/http11/AbstractInputBuffer.html#AbstractInputBuffer()"><B>AbstractInputBuffer()</B></A> - +Constructor for class org.apache.coyote.http11.<A HREF="./org/apache/coyote/http11/AbstractInputBuffer.html" title="class in org.apache.coyote.http11">AbstractInputBuffer</A> +<DD> <DT><A HREF="./org/apache/tomcat/util/digester/AbstractObjectCreationFactory.html" title="class in org.apache.tomcat.util.digester"><B>AbstractObjectCreationFactory</B></A> - Class in <A HREF="./org/apache/tomcat/util/digester/package-summary.html">org.apache.tomcat.util.digester</A><DD>Abstract base class for <code>ObjectCreationFactory</code> implementations.<DT><A HREF="./org/apache/tomcat/util/digester/AbstractObjectCreationFactory.html#AbstractObjectCreationFactory()"><B>AbstractObjectCreationFactory()</B></A> - Constructor for class org.apache.tomcat.util.digester.<A HREF="./org/apache/tomcat/util/digester/AbstractObjectCreationFactory.html" title="class in org.apache.tomcat.util.digester">AbstractObjectCreationFactory</A> @@ -928,6 +931,10 @@ Method in class org.apache.tomcat.util.h <DD> <DT><A HREF="./org/apache/tomcat/util/http/mapper/Mapper.html#addContext(java.lang.String, java.lang.String, java.lang.Object, java.lang.String[], javax.naming.Context)"><B>addContext(String, String, Object, String[], Context)</B></A> - Method in class org.apache.tomcat.util.http.mapper.<A HREF="./org/apache/tomcat/util/http/mapper/Mapper.html" title="class in org.apache.tomcat.util.http.mapper">Mapper</A> +<DD><B>Deprecated.</B> <I>Use <A HREF="./org/apache/tomcat/util/http/mapper/Mapper.html#addContext(java.lang.String, java.lang.String, java.lang.Object, java.lang.String[], javax.naming.Context, boolean, boolean)"><CODE>Mapper.addContext(String, String, Object, String[], + javax.naming.Context, boolean, boolean)</CODE></A></I> +<DT><A HREF="./org/apache/tomcat/util/http/mapper/Mapper.html#addContext(java.lang.String, java.lang.String, java.lang.Object, java.lang.String[], javax.naming.Context, boolean, boolean)"><B>addContext(String, String, Object, String[], Context, boolean, boolean)</B></A> - +Method in class org.apache.tomcat.util.http.mapper.<A HREF="./org/apache/tomcat/util/http/mapper/Mapper.html" title="class in org.apache.tomcat.util.http.mapper">Mapper</A> <DD>Add a new Context to an existing Host. <DT><A HREF="./org/apache/catalina/authenticator/SavedRequest.html#addCookie(javax.servlet.http.Cookie)"><B>addCookie(Cookie)</B></A> - Method in class org.apache.catalina.authenticator.<A HREF="./org/apache/catalina/authenticator/SavedRequest.html" title="class in org.apache.catalina.authenticator">SavedRequest</A> @@ -1746,6 +1753,9 @@ Variable in class org.apache.catalina.tr <DT><A HREF="./org/apache/tomcat/jni/Address.html" title="class in org.apache.tomcat.jni"><B>Address</B></A> - Class in <A HREF="./org/apache/tomcat/jni/package-summary.html">org.apache.tomcat.jni</A><DD>Address<DT><A HREF="./org/apache/tomcat/jni/Address.html#Address()"><B>Address()</B></A> - Constructor for class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Address.html" title="class in org.apache.tomcat.jni">Address</A> <DD> +<DT><A HREF="./org/apache/tomcat/jni/Buffer.html#address(java.nio.ByteBuffer)"><B>address(ByteBuffer)</B></A> - +Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Buffer.html" title="class in org.apache.tomcat.jni">Buffer</A> +<DD>Returns the memory address of the ByteBuffer. <DT><A HREF="./org/apache/tomcat/util/net/AprEndpoint.html#address"><B>address</B></A> - Variable in class org.apache.tomcat.util.net.<A HREF="./org/apache/tomcat/util/net/AprEndpoint.html" title="class in org.apache.tomcat.util.net">AprEndpoint</A> <DD>Address for the server socket. @@ -2036,6 +2046,9 @@ Method in class org.apache.naming.<A HRE <DT><A HREF="./org/apache/naming/resources/BaseDirContext.html#addToEnvironment(java.lang.String, java.lang.Object)"><B>addToEnvironment(String, Object)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Adds a new environment property to the environment of this context. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#addToEnvironment(java.lang.String, java.lang.Object)"><B>addToEnvironment(String, Object)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/ProxyDirContext.html#addToEnvironment(java.lang.String, java.lang.Object)"><B>addToEnvironment(String, Object)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/ProxyDirContext.html" title="class in org.apache.naming.resources">ProxyDirContext</A> <DD>Adds a new environment property to the environment of this context. @@ -2114,6 +2127,9 @@ Method in interface org.apache.catalina. <DT><A HREF="./org/apache/catalina/core/StandardContext.html#addWelcomeFile(java.lang.String)"><B>addWelcomeFile(String)</B></A> - Method in class org.apache.catalina.core.<A HREF="./org/apache/catalina/core/StandardContext.html" title="class in org.apache.catalina.core">StandardContext</A> <DD>Add a new welcome file to the set recognized by this Context. +<DT><A HREF="./org/apache/tomcat/jni/Poll.html#addWithTimeout(long, long, int, long)"><B>addWithTimeout(long, long, int, long)</B></A> - +Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Poll.html" title="class in org.apache.tomcat.jni">Poll</A> +<DD>Add a socket to a pollset with a specific timeout. <DT><A HREF="./org/apache/jasper/compiler/JspRuntimeContext.html#addWrapper(java.lang.String, org.apache.jasper.servlet.JspServletWrapper)"><B>addWrapper(String, JspServletWrapper)</B></A> - Method in class org.apache.jasper.compiler.<A HREF="./org/apache/jasper/compiler/JspRuntimeContext.html" title="class in org.apache.jasper.compiler">JspRuntimeContext</A> <DD>Add a new JspServletWrapper. @@ -4216,6 +4232,9 @@ Method in interface org.apache.catalina. <DT><A HREF="./org/apache/catalina/Realm.html#backgroundProcess()"><B>backgroundProcess()</B></A> - Method in interface org.apache.catalina.<A HREF="./org/apache/catalina/Realm.html" title="interface in org.apache.catalina">Realm</A> <DD>Execute a periodic task, such as reloading, etc. +<DT><A HREF="./org/apache/catalina/realm/CombinedRealm.html#backgroundProcess()"><B>backgroundProcess()</B></A> - +Method in class org.apache.catalina.realm.<A HREF="./org/apache/catalina/realm/CombinedRealm.html" title="class in org.apache.catalina.realm">CombinedRealm</A> +<DD>Delegate the backgroundProcess call to all sub-realms. <DT><A HREF="./org/apache/catalina/realm/RealmBase.html#backgroundProcess()"><B>backgroundProcess()</B></A> - Method in class org.apache.catalina.realm.<A HREF="./org/apache/catalina/realm/RealmBase.html" title="class in org.apache.catalina.realm">RealmBase</A> <DD>Execute a periodic task, such as reloading, etc. @@ -4530,6 +4549,18 @@ Static method in class org.apache.naming <DT><A HREF="./org/apache/naming/resources/DirContextURLStreamHandler.html#bind(java.lang.ClassLoader, javax.naming.directory.DirContext)"><B>bind(ClassLoader, DirContext)</B></A> - Static method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/DirContextURLStreamHandler.html" title="class in org.apache.naming.resources">DirContextURLStreamHandler</A> <DD>Binds a directory context to a class loader. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#bind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(Name, Object, Attributes)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#bind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(String, Object, Attributes)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#bind(javax.naming.Name, java.lang.Object)"><B>bind(Name, Object)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#bind(java.lang.String, java.lang.Object)"><B>bind(String, Object)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/FileDirContext.html#bind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(String, Object, Attributes)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/FileDirContext.html" title="class in org.apache.naming.resources">FileDirContext</A> <DD>Binds a name to an object, along with associated attributes. @@ -4778,6 +4809,9 @@ Variable in class org.apache.coyote.http <DT><A HREF="./org/apache/el/parser/SimpleCharStream.html#buffer"><B>buffer</B></A> - Variable in class org.apache.el.parser.<A HREF="./org/apache/el/parser/SimpleCharStream.html" title="class in org.apache.el.parser">SimpleCharStream</A> <DD> +<DT><A HREF="./org/apache/tomcat/jni/Buffer.html" title="class in org.apache.tomcat.jni"><B>Buffer</B></A> - Class in <A HREF="./org/apache/tomcat/jni/package-summary.html">org.apache.tomcat.jni</A><DD>Buffer<DT><A HREF="./org/apache/tomcat/jni/Buffer.html#Buffer()"><B>Buffer()</B></A> - +Constructor for class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Buffer.html" title="class in org.apache.tomcat.jni">Buffer</A> +<DD> <DT><A HREF="./org/apache/tomcat/jni/Shm.html#buffer(long)"><B>buffer(long)</B></A> - Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Shm.html" title="class in org.apache.tomcat.jni">Shm</A> <DD>Retrieve new ByteBuffer base address of the shared memory segment. @@ -5038,6 +5072,9 @@ Constructor for class org.apache.tomcat. Constructor for class org.apache.tomcat.util.digester.<A HREF="./org/apache/tomcat/util/digester/CallMethodRule.html" title="class in org.apache.tomcat.util.digester">CallMethodRule</A> <DD>Construct a "call method" rule with the specified method name and parameter types. +<DT><A HREF="./org/apache/tomcat/jni/Buffer.html#calloc(int, int)"><B>calloc(int, int)</B></A> - +Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Buffer.html" title="class in org.apache.tomcat.jni">Buffer</A> +<DD>Allocate a new ByteBuffer from memory and set all of the memory to 0 <DT><A HREF="./org/apache/tomcat/jni/Pool.html#calloc(long, int)"><B>calloc(long, int)</B></A> - Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Pool.html" title="class in org.apache.tomcat.jni">Pool</A> <DD>Allocate a block of memory from a pool and set all of the memory to 0 @@ -5112,9 +5149,17 @@ Constructor for class org.apache.catalin <DT><A HREF="./org/apache/catalina/startup/Catalina.CatalinaShutdownHook.html" title="class in org.apache.catalina.startup"><B>Catalina.CatalinaShutdownHook</B></A> - Class in <A HREF="./org/apache/catalina/startup/package-summary.html">org.apache.catalina.startup</A><DD>Shutdown hook which will perform a clean shutdown of Catalina if needed.<DT><A HREF="./org/apache/catalina/startup/Catalina.CatalinaShutdownHook.html#Catalina.CatalinaShutdownHook()"><B>Catalina.CatalinaShutdownHook()</B></A> - Constructor for class org.apache.catalina.startup.<A HREF="./org/apache/catalina/startup/Catalina.CatalinaShutdownHook.html" title="class in org.apache.catalina.startup">Catalina.CatalinaShutdownHook</A> <DD> +<DT><A HREF="./org/apache/catalina/Globals.html#CATALINA_BASE_PROP"><B>CATALINA_BASE_PROP</B></A> - +Static variable in class org.apache.catalina.<A HREF="./org/apache/catalina/Globals.html" title="class in org.apache.catalina">Globals</A> +<DD>Name of the system property containing + the Tomcat instance installation path <DT><A HREF="./org/apache/catalina/startup/Bootstrap.html#CATALINA_BASE_TOKEN"><B>CATALINA_BASE_TOKEN</B></A> - Static variable in class org.apache.catalina.startup.<A HREF="./org/apache/catalina/startup/Bootstrap.html" title="class in org.apache.catalina.startup">Bootstrap</A> <DD> +<DT><A HREF="./org/apache/catalina/Globals.html#CATALINA_HOME_PROP"><B>CATALINA_HOME_PROP</B></A> - +Static variable in class org.apache.catalina.<A HREF="./org/apache/catalina/Globals.html" title="class in org.apache.catalina">Globals</A> +<DD>Name of the system property containing + the Tomcat product installation path <DT><A HREF="./org/apache/catalina/startup/Bootstrap.html#CATALINA_HOME_TOKEN"><B>CATALINA_HOME_TOKEN</B></A> - Static variable in class org.apache.catalina.startup.<A HREF="./org/apache/catalina/startup/Bootstrap.html" title="class in org.apache.catalina.startup">Bootstrap</A> <DD> @@ -5725,6 +5770,9 @@ Method in class org.apache.catalina.ha.d <DT><A HREF="./org/apache/catalina/ha/session/DeltaRequest.html#clear()"><B>clear()</B></A> - Method in class org.apache.catalina.ha.session.<A HREF="./org/apache/catalina/ha/session/DeltaRequest.html" title="class in org.apache.catalina.ha.session">DeltaRequest</A> <DD> +<DT><A HREF="./org/apache/catalina/ServerFactory.html#clear()"><B>clear()</B></A> - +Static method in class org.apache.catalina.<A HREF="./org/apache/catalina/ServerFactory.html" title="class in org.apache.catalina">ServerFactory</A> +<DD>Clears the singleton <code>Server</code> instance for this JVM. <DT><A HREF="./org/apache/catalina/session/FileStore.html#clear()"><B>clear()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/FileStore.html" title="class in org.apache.catalina.session">FileStore</A> <DD>Remove all of the Sessions in this Store. @@ -5864,6 +5912,9 @@ Method in class org.apache.catalina.core <DT><A HREF="./org/apache/el/parser/JJTELParserState.html#clearNodeScope(org.apache.el.parser.Node)"><B>clearNodeScope(Node)</B></A> - Method in class org.apache.el.parser.<A HREF="./org/apache/el/parser/JJTELParserState.html" title="class in org.apache.el.parser">JJTELParserState</A> <DD> +<DT><A HREF="./org/apache/tomcat/jni/SSLContext.html#clearOptions(long, int)"><B>clearOptions(long, int)</B></A> - +Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/SSLContext.html" title="class in org.apache.tomcat.jni">SSLContext</A> +<DD>Clears OpenSSL Options. <DT><A HREF="./org/apache/catalina/connector/Request.html#clearParameters()"><B>clearParameters()</B></A> - Method in class org.apache.catalina.connector.<A HREF="./org/apache/catalina/connector/Request.html" title="class in org.apache.catalina.connector">Request</A> <DD>Clear the collection of parameters associated with this Request. @@ -6108,6 +6159,9 @@ Method in class org.apache.naming.<A HRE <DT><A HREF="./org/apache/naming/resources/BaseDirContext.html#close()"><B>close()</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Closes this context. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#close()"><B>close()</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/ProxyDirContext.html#close()"><B>close()</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/ProxyDirContext.html" title="class in org.apache.naming.resources">ProxyDirContext</A> <DD>Closes this context. @@ -6692,6 +6746,12 @@ Method in class org.apache.naming.resour <DT><A HREF="./org/apache/naming/resources/BaseDirContext.html#composeName(java.lang.String, java.lang.String)"><B>composeName(String, String)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Composes the name of this context with a name relative to this context. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#composeName(javax.naming.Name, javax.naming.Name)"><B>composeName(Name, Name)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#composeName(java.lang.String, java.lang.String)"><B>composeName(String, String)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/ProxyDirContext.html#composeName(javax.naming.Name, javax.naming.Name)"><B>composeName(Name, Name)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/ProxyDirContext.html" title="class in org.apache.naming.resources">ProxyDirContext</A> <DD>Composes the name of this context with a name relative to this context. @@ -7721,6 +7781,9 @@ Method in class org.apache.el.lang.<A HR <DT><A HREF="./org/apache/el/lang/VariableMapperFactory.html#create()"><B>create()</B></A> - Method in class org.apache.el.lang.<A HREF="./org/apache/el/lang/VariableMapperFactory.html" title="class in org.apache.el.lang">VariableMapperFactory</A> <DD> +<DT><A HREF="./org/apache/tomcat/jni/Buffer.html#create(long, int)"><B>create(long, int)</B></A> - +Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Buffer.html" title="class in org.apache.tomcat.jni">Buffer</A> +<DD>Allocate a new ByteBuffer from already allocated memory. <DT><A HREF="./org/apache/tomcat/jni/Global.html#create(java.lang.String, int, long)"><B>create(String, int, long)</B></A> - Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Global.html" title="class in org.apache.tomcat.jni">Global</A> <DD>Create and initialize a mutex that can be used to synchronize both @@ -8021,6 +8084,9 @@ Method in class org.apache.jk.core.<A HR <DT><A HREF="./org/apache/jk/core/JkHandler.html#createMsgContext(int)"><B>createMsgContext(int)</B></A> - Method in class org.apache.jk.core.<A HREF="./org/apache/jk/core/JkHandler.html" title="class in org.apache.jk.core">JkHandler</A> <DD> +<DT><A HREF="./org/apache/coyote/AbstractProtocol.html#createName(java.lang.String, java.net.InetAddress, int)"><B>createName(String, InetAddress, int)</B></A> - +Method in class org.apache.coyote.<A HREF="./org/apache/coyote/AbstractProtocol.html" title="class in org.apache.coyote">AbstractProtocol</A> +<DD>An utility method, used to implement getName() in subclasses. <DT><A HREF="./org/apache/el/lang/ExpressionBuilder.html#createNode(java.lang.String)"><B>createNode(String)</B></A> - Static method in class org.apache.el.lang.<A HREF="./org/apache/el/lang/ExpressionBuilder.html" title="class in org.apache.el.lang">ExpressionBuilder</A> <DD> @@ -8279,6 +8345,18 @@ Method in class org.apache.naming.resour <DT><A HREF="./org/apache/naming/resources/BaseDirContext.html#createSubcontext(java.lang.String, javax.naming.directory.Attributes)"><B>createSubcontext(String, Attributes)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Creates and binds a new context, along with associated attributes. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#createSubcontext(javax.naming.Name, javax.naming.directory.Attributes)"><B>createSubcontext(Name, Attributes)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#createSubcontext(java.lang.String, javax.naming.directory.Attributes)"><B>createSubcontext(String, Attributes)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#createSubcontext(javax.naming.Name)"><B>createSubcontext(Name)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#createSubcontext(java.lang.String)"><B>createSubcontext(String)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/FileDirContext.html#createSubcontext(java.lang.String, javax.naming.directory.Attributes)"><B>createSubcontext(String, Attributes)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/FileDirContext.html" title="class in org.apache.naming.resources">FileDirContext</A> <DD>Creates and binds a new context, along with associated attributes. @@ -8439,6 +8517,9 @@ Variable in class org.apache.el.parser.< <DT><A HREF="./org/apache/catalina/tribes/transport/nio/NioSender.html#current"><B>current</B></A> - Variable in class org.apache.catalina.tribes.transport.nio.<A HREF="./org/apache/catalina/tribes/transport/nio/NioSender.html" title="class in org.apache.catalina.tribes.transport.nio">NioSender</A> <DD> +<DT><A HREF="./org/apache/tomcat/jni/Thread.html#current()"><B>current()</B></A> - +Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Thread.html" title="class in org.apache.tomcat.jni">Thread</A> +<DD>Get the current thread ID handle. <DT><A HREF="./org/apache/tomcat/util/net/NioEndpoint.KeyAttachment.html#currentAccess"><B>currentAccess</B></A> - Variable in class org.apache.tomcat.util.net.<A HREF="./org/apache/tomcat/util/net/NioEndpoint.KeyAttachment.html" title="class in org.apache.tomcat.util.net">NioEndpoint.KeyAttachment</A> <DD> @@ -8497,7 +8578,12 @@ Variable in class org.apache.catalina.st <DT><A HREF="./org/apache/catalina/util/CustomObjectInputStream.html" title="class in org.apache.catalina.util"><B>CustomObjectInputStream</B></A> - Class in <A HREF="./org/apache/catalina/util/package-summary.html">org.apache.catalina.util</A><DD>Custom subclass of <code>ObjectInputStream</code> that loads from the class loader for this web application.<DT><A HREF="./org/apache/catalina/util/CustomObjectInputStream.html#CustomObjectInputStream(java.io.InputStream, java.lang.ClassLoader)"><B>CustomObjectInputStream(InputStream, ClassLoader)</B></A> - Constructor for class org.apache.catalina.util.<A HREF="./org/apache/catalina/util/CustomObjectInputStream.html" title="class in org.apache.catalina.util">CustomObjectInputStream</A> -<DD>Construct a new instance of CustomObjectInputStream +<DD>Construct a new instance of CustomObjectInputStream without any filtering + of deserialized classes. +<DT><A HREF="./org/apache/catalina/util/CustomObjectInputStream.html#CustomObjectInputStream(java.io.InputStream, java.lang.ClassLoader, org.apache.juli.logging.Log, java.util.regex.Pattern, boolean)"><B>CustomObjectInputStream(InputStream, ClassLoader, Log, Pattern, boolean)</B></A> - +Constructor for class org.apache.catalina.util.<A HREF="./org/apache/catalina/util/CustomObjectInputStream.html" title="class in org.apache.catalina.util">CustomObjectInputStream</A> +<DD>Construct a new instance of CustomObjectInputStream with filtering of + deserialized classes. </DL> <HR> <A NAME="_D_"><!-- --></A><H2> @@ -8547,6 +8633,9 @@ Variable in class org.apache.catalina.us <DT><A HREF="./org/apache/tomcat/jni/Pool.html#dataGet(long, java.lang.String)"><B>dataGet(long, String)</B></A> - Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Pool.html" title="class in org.apache.tomcat.jni">Pool</A> <DD>Return the data associated with the current pool. +<DT><A HREF="./org/apache/tomcat/jni/Socket.html#dataGet(long, java.lang.String)"><B>dataGet(long, String)</B></A> - +Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Socket.html" title="class in org.apache.tomcat.jni">Socket</A> +<DD>Return the data associated with the current socket <DT><A HREF="./org/apache/catalina/tribes/membership/MemberImpl.html#dataPkg"><B>dataPkg</B></A> - Variable in class org.apache.catalina.tribes.membership.<A HREF="./org/apache/catalina/tribes/membership/MemberImpl.html" title="class in org.apache.catalina.tribes.membership">MemberImpl</A> <DD>To avoid serialization over and over again, once the local dataPkg @@ -8558,6 +8647,9 @@ Variable in class org.apache.catalina.tr Company: <DT><A HREF="./org/apache/tomcat/jni/Pool.html#dataSet(long, java.lang.String, java.lang.Object)"><B>dataSet(long, String, Object)</B></A> - Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Pool.html" title="class in org.apache.tomcat.jni">Pool</A> <DD>Set the data associated with the current pool +<DT><A HREF="./org/apache/tomcat/jni/Socket.html#dataSet(long, java.lang.String, java.lang.Object)"><B>dataSet(long, String, Object)</B></A> - +Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Socket.html" title="class in org.apache.tomcat.jni">Socket</A> +<DD>Set the data associated with the current socket. <DT><A HREF="./org/apache/naming/factory/SendMailFactory.html#DataSourceClassName"><B>DataSourceClassName</B></A> - Variable in class org.apache.naming.factory.<A HREF="./org/apache/naming/factory/SendMailFactory.html" title="class in org.apache.naming.factory">SendMailFactory</A> <DD> @@ -9431,6 +9523,12 @@ Method in class org.apache.naming.resour <DT><A HREF="./org/apache/naming/resources/BaseDirContext.html#destroySubcontext(java.lang.String)"><B>destroySubcontext(String)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Destroys the named context and removes it from the namespace. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#destroySubcontext(javax.naming.Name)"><B>destroySubcontext(Name)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#destroySubcontext(java.lang.String)"><B>destroySubcontext(String)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/FileDirContext.html#destroySubcontext(java.lang.String)"><B>destroySubcontext(String)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/FileDirContext.html" title="class in org.apache.naming.resources">FileDirContext</A> <DD>Destroys the named context and removes it from the namespace. @@ -9683,7 +9781,8 @@ Variable in class org.apache.catalina.ha <DD> <DT><A HREF="./org/apache/catalina/session/ManagerBase.html#distributable"><B>distributable</B></A> - Variable in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> -<DD>The distributable flag for Sessions created by this Manager. +<DD><B>Deprecated.</B> <I>Ignored. <A HREF="./org/apache/catalina/Context.html#getDistributable()"><CODE>Context.getDistributable()</CODE></A> always takes + precedence. Will be removed in Tomcat 9.0.x.</I> <DT><A HREF="./org/apache/el/parser/ELParserConstants.html#DIV0"><B>DIV0</B></A> - Static variable in interface org.apache.el.parser.<A HREF="./org/apache/el/parser/ELParserConstants.html" title="interface in org.apache.el.parser">ELParserConstants</A> <DD>RegularExpression Id. @@ -10358,6 +10457,10 @@ Static variable in class org.apache.el.u <DT><A HREF="./org/apache/tomcat/util/net/NioChannel.html#emptyBuf"><B>emptyBuf</B></A> - Static variable in class org.apache.tomcat.util.net.<A HREF="./org/apache/tomcat/util/net/NioChannel.html" title="class in org.apache.tomcat.util.net">NioChannel</A> <DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources"><B>EmptyDirContext</B></A> - Class in <A HREF="./org/apache/naming/resources/package-summary.html">org.apache.naming.resources</A><DD>A <CODE>DirContext</CODE> implementation that is not backed by a file system + and behaves as if it has no resources available.<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#EmptyDirContext()"><B>EmptyDirContext()</B></A> - +Constructor for class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/tomcat/util/collections/EmptyEnumeration.html" title="class in org.apache.tomcat.util.collections"><B>EmptyEnumeration</B></A> - Class in <A HREF="./org/apache/tomcat/util/collections/package-summary.html">org.apache.tomcat.util.collections</A><DD><B>Deprecated.</B> <I></I> <DT><A HREF="./org/apache/tomcat/util/collections/EmptyEnumeration.html#EmptyEnumeration()"><B>EmptyEnumeration()</B></A> - Constructor for class org.apache.tomcat.util.collections.<A HREF="./org/apache/tomcat/util/collections/EmptyEnumeration.html" title="class in org.apache.tomcat.util.collections">EmptyEnumeration</A> <DD><B>Deprecated.</B> @@ -11396,15 +11499,22 @@ Static variable in class org.apache.cata <DT><A HREF="./org/apache/tomcat/util/ExceptionUtils.html" title="class in org.apache.tomcat.util"><B>ExceptionUtils</B></A> - Class in <A HREF="./org/apache/tomcat/util/package-summary.html">org.apache.tomcat.util</A><DD>Utilities for handling Throwables and Exceptions.<DT><A HREF="./org/apache/tomcat/util/ExceptionUtils.html#ExceptionUtils()"><B>ExceptionUtils()</B></A> - Constructor for class org.apache.tomcat.util.<A HREF="./org/apache/tomcat/util/ExceptionUtils.html" title="class in org.apache.tomcat.util">ExceptionUtils</A> <DD> -<DT><A HREF="./org/apache/catalina/ha/session/DeltaSession.html#exclude(java.lang.String)"><B>exclude(String)</B></A> - -Method in class org.apache.catalina.ha.session.<A HREF="./org/apache/catalina/ha/session/DeltaSession.html" title="class in org.apache.catalina.ha.session">DeltaSession</A> -<DD>Exclude attributes from replication. <DT><A HREF="./org/apache/catalina/session/StandardSession.html#exclude(java.lang.String)"><B>exclude(String)</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/StandardSession.html" title="class in org.apache.catalina.session">StandardSession</A> -<DD>Exclude standard attributes that cannot be serialized. +<DD><B>Deprecated.</B> <I>Use <A HREF="./org/apache/catalina/session/StandardSession.html#exclude(java.lang.String, java.lang.Object)"><CODE>StandardSession.exclude(String, Object)</CODE></A>. Will be removed in + Tomcat 9.0.x.</I> +<DT><A HREF="./org/apache/catalina/session/StandardSession.html#exclude(java.lang.String, java.lang.Object)"><B>exclude(String, Object)</B></A> - +Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/StandardSession.html" title="class in org.apache.catalina.session">StandardSession</A> +<DD>Should the given session attribute be excluded? +<DT><A HREF="./org/apache/catalina/session/Constants.html#excludedAttributeNames"><B>excludedAttributeNames</B></A> - +Static variable in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/Constants.html" title="class in org.apache.catalina.session">Constants</A> +<DD>Set of session attribute names used internally by Tomcat that should + always be removed from the session before it is persisted, replicated or + equivalent. <DT><A HREF="./org/apache/catalina/session/StandardSession.html#excludedAttributes"><B>excludedAttributes</B></A> - Static variable in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/StandardSession.html" title="class in org.apache.catalina.session">StandardSession</A> -<DD>Set of attribute names which are not allowed to be persisted. +<DD><B>Deprecated.</B> <I>Use <A HREF="./org/apache/catalina/session/Constants.html#excludedAttributeNames"><CODE>Constants.excludedAttributeNames</CODE></A> instead. Will be + removed in Tomcat 9.</I> <DT><A HREF="./org/apache/catalina/tribes/tipis/AbstractReplicatedMap.html#excludeFromSet(org.apache.catalina.tribes.Member[], org.apache.catalina.tribes.Member[])"><B>excludeFromSet(Member[], Member[])</B></A> - Method in class org.apache.catalina.tribes.tipis.<A HREF="./org/apache/catalina/tribes/tipis/AbstractReplicatedMap.html" title="class in org.apache.catalina.tribes.tipis">AbstractReplicatedMap</A> <DD> @@ -11607,7 +11717,7 @@ Method in class org.apache.el.parser.<A <DD> <DT><A HREF="./org/apache/catalina/servlets/CGIServlet.CGIEnvironment.html#expandCGIScript()"><B>expandCGIScript()</B></A> - Method in class org.apache.catalina.servlets.<A HREF="./org/apache/catalina/servlets/CGIServlet.CGIEnvironment.html" title="class in org.apache.catalina.servlets">CGIServlet.CGIEnvironment</A> -<DD>Extracts requested resource from web app archive to context work +<DD>Extracts requested resource from web app archive to context work directory to enable CGI script to be executed. <DT><A HREF="./org/apache/catalina/startup/ExpandWar.html" title="class in org.apache.catalina.startup"><B>ExpandWar</B></A> - Class in <A HREF="./org/apache/catalina/startup/package-summary.html">org.apache.catalina.startup</A><DD>Expand out a WAR in a Host's appBase.<DT><A HREF="./org/apache/catalina/startup/ExpandWar.html#ExpandWar()"><B>ExpandWar()</B></A> - Constructor for class org.apache.catalina.startup.<A HREF="./org/apache/catalina/startup/ExpandWar.html" title="class in org.apache.catalina.startup">ExpandWar</A> @@ -13586,6 +13696,11 @@ Constructor for class org.apache.catalin <DT><A HREF="./org/apache/catalina/tribes/group/interceptors/FragmentationInterceptor.html#fragpieces"><B>fragpieces</B></A> - Variable in class org.apache.catalina.tribes.group.interceptors.<A HREF="./org/apache/catalina/tribes/group/interceptors/FragmentationInterceptor.html" title="class in org.apache.catalina.tribes.group.interceptors">FragmentationInterceptor</A> <DD> +<DT><A HREF="./org/apache/tomcat/jni/Buffer.html#free(java.nio.ByteBuffer)"><B>free(ByteBuffer)</B></A> - +Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Buffer.html" title="class in org.apache.tomcat.jni">Buffer</A> +<DD>Deallocates or frees a memory block used by ByteBuffer + <br><b>Warning :</b> Call this method only on ByteBuffers + that were created by calling Buffer.alloc or Buffer.calloc. <DT><A HREF="./org/apache/tomcat/jni/SSLContext.html#free(long)"><B>free(long)</B></A> - Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/SSLContext.html" title="class in org.apache.tomcat.jni">SSLContext</A> <DD>Free the resources used by the Context @@ -13787,7 +13902,7 @@ Method in class org.apache.el.parser.<A <DD>Generate ParseException. <DT><A HREF="./org/apache/tomcat/jni/SSL.html#generateRSATempKey(int)"><B>generateRSATempKey(int)</B></A> - Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/SSL.html" title="class in org.apache.tomcat.jni">SSL</A> -<DD>Generate temporary RSA key. +<DD><B>Deprecated.</B> <I>Only useful in combination with EXPORT Cipher</I> <DT><A HREF="./org/apache/jk/config/GeneratorApache2.html#generateServletMapping(java.lang.String, java.lang.String)"><B>generateServletMapping(String, String)</B></A> - Method in class org.apache.jk.config.<A HREF="./org/apache/jk/config/GeneratorApache2.html" title="class in org.apache.jk.config">GeneratorApache2</A> <DD> @@ -14519,6 +14634,18 @@ Method in class org.apache.naming.resour <DT><A HREF="./org/apache/naming/resources/BaseDirContext.html#getAttributes(java.lang.String, java.lang.String[])"><B>getAttributes(String, String[])</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Retrieves selected attributes associated with a named object. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getAttributes(javax.naming.Name)"><B>getAttributes(Name)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getAttributes(java.lang.String)"><B>getAttributes(String)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getAttributes(javax.naming.Name, java.lang.String[])"><B>getAttributes(Name, String[])</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getAttributes(java.lang.String, java.lang.String[])"><B>getAttributes(String, String[])</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/FileDirContext.html#getAttributes(java.lang.String, java.lang.String[])"><B>getAttributes(String, String[])</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/FileDirContext.html" title="class in org.apache.naming.resources">FileDirContext</A> <DD>Retrieves selected attributes associated with a named object. @@ -15136,6 +15263,9 @@ Static method in class org.apache.tomcat <DT><A HREF="./org/apache/tomcat/util/buf/ByteChunk.html#getCharset()"><B>getCharset()</B></A> - Method in class org.apache.tomcat.util.buf.<A HREF="./org/apache/tomcat/util/buf/ByteChunk.html" title="class in org.apache.tomcat.util.buf">ByteChunk</A> <DD> +<DT><A HREF="./org/apache/tomcat/util/buf/MessageBytes.html#getCharset()"><B>getCharset()</B></A> - +Method in class org.apache.tomcat.util.buf.<A HREF="./org/apache/tomcat/util/buf/MessageBytes.html" title="class in org.apache.tomcat.util.buf">MessageBytes</A> +<DD>Get the Charset used for string<->byte conversions. <DT><A HREF="./org/apache/tomcat/util/http/parser/MediaType.html#getCharset()"><B>getCharset()</B></A> - Method in class org.apache.tomcat.util.http.parser.<A HREF="./org/apache/tomcat/util/http/parser/MediaType.html" title="class in org.apache.tomcat.util.http.parser">MediaType</A> <DD> @@ -15264,7 +15394,7 @@ Method in class org.apache.catalina.mbea for this MBean. <DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getClassName()"><B>getClassName()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> -<DD>Returns the name of the implementation class. +<DD> <DT><A HREF="./org/apache/tomcat/util/modeler/BaseModelMBean.html#getClassName()"><B>getClassName()</B></A> - Method in class org.apache.tomcat.util.modeler.<A HREF="./org/apache/tomcat/util/modeler/BaseModelMBean.html" title="class in org.apache.tomcat.util.modeler">BaseModelMBean</A> <DD> @@ -16671,7 +16801,7 @@ Method in class org.apache.tomcat.util.n <DD> <DT><A HREF="./org/apache/catalina/session/FileStore.html#getDirectory()"><B>getDirectory()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/FileStore.html" title="class in org.apache.catalina.session">FileStore</A> -<DD>Return the directory path for this Store. +<DD> <DT><A HREF="./org/apache/catalina/valves/AccessLogValve.html#getDirectory()"><B>getDirectory()</B></A> - Method in class org.apache.catalina.valves.<A HREF="./org/apache/catalina/valves/AccessLogValve.html" title="class in org.apache.catalina.valves">AccessLogValve</A> <DD>Return the directory in which we create log files. @@ -16765,20 +16895,16 @@ Method in interface org.apache.catalina. <DT><A HREF="./org/apache/catalina/core/StandardContext.html#getDistributable()"><B>getDistributable()</B></A> - Method in class org.apache.catalina.core.<A HREF="./org/apache/catalina/core/StandardContext.html" title="class in org.apache.catalina.core">StandardContext</A> <DD>Return the distributable flag for this web application. -<DT><A HREF="./org/apache/catalina/ha/session/BackupManager.html#getDistributable()"><B>getDistributable()</B></A> - -Method in class org.apache.catalina.ha.session.<A HREF="./org/apache/catalina/ha/session/BackupManager.html" title="class in org.apache.catalina.ha.session">BackupManager</A> -<DD> <DT><A HREF="./org/apache/catalina/ha/session/SimpleTcpReplicationManager.html#getDistributable()"><B>getDistributable()</B></A> - Method in class org.apache.catalina.ha.session.<A HREF="./org/apache/catalina/ha/session/SimpleTcpReplicationManager.html" title="class in org.apache.catalina.ha.session">SimpleTcpReplicationManager</A> <DD> <DT><A HREF="./org/apache/catalina/Manager.html#getDistributable()"><B>getDistributable()</B></A> - Method in interface org.apache.catalina.<A HREF="./org/apache/catalina/Manager.html" title="interface in org.apache.catalina">Manager</A> -<DD>Return the distributable flag for the sessions supported by - this Manager. +<DD><B>Deprecated.</B> <I>Ignored. <A HREF="./org/apache/catalina/Context.html#getDistributable()"><CODE>Context.getDistributable()</CODE></A> always takes + precedence. Will be removed in Tomcat 9.0.x.</I> <DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getDistributable()"><B>getDistributable()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> -<DD>Return the distributable flag for the sessions supported by - this Manager. +<DD><B>Deprecated.</B> <DT><A HREF="./org/apache/catalina/realm/JNDIRealm.User.html#getDN()"><B>getDN()</B></A> - Method in class org.apache.catalina.realm.<A HREF="./org/apache/catalina/realm/JNDIRealm.User.html" title="class in org.apache.catalina.realm">JNDIRealm.User</A> <DD> @@ -16890,7 +17016,7 @@ Method in class org.apache.catalina.sess <DD>Number of duplicated session IDs generated by the random source. <DT><A HREF="./org/apache/catalina/session/ManagerBase.SessionTiming.html#getDuration()"><B>getDuration()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.SessionTiming.html" title="class in org.apache.catalina.session">ManagerBase.SessionTiming</A> -<DD>Duration associated with this piece of timing information in seconds. +<DD> <DT><A HREF="./org/apache/el/lang/EvaluationContext.html#getELContext()"><B>getELContext()</B></A> - Method in class org.apache.el.lang.<A HREF="./org/apache/el/lang/EvaluationContext.html" title="class in org.apache.el.lang">EvaluationContext</A> <DD> @@ -17072,6 +17198,9 @@ Method in class org.apache.naming.<A HRE <DT><A HREF="./org/apache/naming/resources/BaseDirContext.html#getEnvironment()"><B>getEnvironment()</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Retrieves the environment in effect for this context. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getEnvironment()"><B>getEnvironment()</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/ProxyDirContext.html#getEnvironment()"><B>getEnvironment()</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/ProxyDirContext.html" title="class in org.apache.naming.resources">ProxyDirContext</A> <DD>Retrieves the environment in effect for this context. @@ -18254,9 +18383,7 @@ Method in interface org.apache.catalina. <code><description>/<version></code>. <DT><A HREF="./org/apache/catalina/session/FileStore.html#getInfo()"><B>getInfo()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/FileStore.html" title="class in org.apache.catalina.session">FileStore</A> -<DD>Return descriptive information about this Store implementation and - the corresponding version number, in the format - <code><description>/<version></code>. +<DD> <DT><A HREF="./org/apache/catalina/Session.html#getInfo()"><B>getInfo()</B></A> - Method in interface org.apache.catalina.<A HREF="./org/apache/catalina/Session.html" title="interface in org.apache.catalina">Session</A> <DD>Return descriptive information about this Session implementation and @@ -18267,9 +18394,7 @@ Method in class org.apache.catalina.sess <DD>Return the info for this Store. <DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getInfo()"><B>getInfo()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> -<DD>Return descriptive information about this Manager implementation and - the corresponding version number, in the format - <code><description>/<version></code>. +<DD><B>Deprecated.</B> <DT><A HREF="./org/apache/catalina/session/PersistentManager.html#getInfo()"><B>getInfo()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/PersistentManager.html" title="class in org.apache.catalina.session">PersistentManager</A> <DD>Return descriptive information about this Manager implementation and @@ -19042,6 +19167,9 @@ Method in class org.apache.tomcat.util.b <DT><A HREF="./org/apache/tomcat/util/buf/MessageBytes.html#getLength()"><B>getLength()</B></A> - Method in class org.apache.tomcat.util.buf.<A HREF="./org/apache/tomcat/util/buf/MessageBytes.html" title="class in org.apache.tomcat.util.buf">MessageBytes</A> <DD>Returns the length of the original buffer. +<DT><A HREF="./org/apache/tomcat/jni/LibraryNotFoundError.html#getLibraryNames()"><B>getLibraryNames()</B></A> - +Method in error org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/LibraryNotFoundError.html" title="class in org.apache.tomcat.jni">LibraryNotFoundError</A> +<DD> <DT><A HREF="./org/apache/catalina/LifecycleEvent.html#getLifecycle()"><B>getLifecycle()</B></A> - Method in class org.apache.catalina.<A HREF="./org/apache/catalina/LifecycleEvent.html" title="class in org.apache.catalina">LifecycleEvent</A> <DD>Return the Lifecycle on which this event occurred. @@ -19233,6 +19361,9 @@ Method in class org.apache.el.parser.<A <DT><A HREF="./org/apache/catalina/deploy/ContextHandler.html#getLocalparts()"><B>getLocalparts()</B></A> - Method in class org.apache.catalina.deploy.<A HREF="./org/apache/catalina/deploy/ContextHandler.html" title="class in org.apache.catalina.deploy">ContextHandler</A> <DD> +<DT><A HREF="./org/apache/catalina/connector/Connector.html#getLocalPort()"><B>getLocalPort()</B></A> - +Method in class org.apache.catalina.connector.<A HREF="./org/apache/catalina/connector/Connector.html" title="class in org.apache.catalina.connector">Connector</A> +<DD>Return the port number on which this connector is listening to requests. <DT><A HREF="./org/apache/catalina/connector/Request.html#getLocalPort()"><B>getLocalPort()</B></A> - Method in class org.apache.catalina.connector.<A HREF="./org/apache/catalina/connector/Request.html" title="class in org.apache.catalina.connector">Request</A> <DD>Returns the Internet Protocol (IP) port number of the interface @@ -19243,9 +19374,30 @@ Method in class org.apache.catalina.conn <DT><A HREF="./org/apache/catalina/core/DummyRequest.html#getLocalPort()"><B>getLocalPort()</B></A> - Method in class org.apache.catalina.core.<A HREF="./org/apache/catalina/core/DummyRequest.html" title="class in org.apache.catalina.core">DummyRequest</A> <DD> +<DT><A HREF="./org/apache/coyote/AbstractProtocol.html#getLocalPort()"><B>getLocalPort()</B></A> - +Method in class org.apache.coyote.<A HREF="./org/apache/coyote/AbstractProtocol.html" title="class in org.apache.coyote">AbstractProtocol</A> +<DD> +<DT><A HREF="./org/apache/coyote/memory/MemoryProtocolHandler.html#getLocalPort()"><B>getLocalPort()</B></A> - +Method in class org.apache.coyote.memory.<A HREF="./org/apache/coyote/memory/MemoryProtocolHandler.html" title="class in org.apache.coyote.memory">MemoryProtocolHandler</A> +<DD> <DT><A HREF="./org/apache/coyote/Request.html#getLocalPort()"><B>getLocalPort()</B></A> - Method in class org.apache.coyote.<A HREF="./org/apache/coyote/Request.html" title="class in org.apache.coyote">Request</A> <DD> +<DT><A HREF="./org/apache/jk/server/JkCoyoteHandler.html#getLocalPort()"><B>getLocalPort()</B></A> - +Method in class org.apache.jk.server.<A HREF="./org/apache/jk/server/JkCoyoteHandler.html" title="class in org.apache.jk.server">JkCoyoteHandler</A> +<DD> +<DT><A HREF="./org/apache/tomcat/util/net/AbstractEndpoint.html#getLocalPort()"><B>getLocalPort()</B></A> - +Method in class org.apache.tomcat.util.net.<A HREF="./org/apache/tomcat/util/net/AbstractEndpoint.html" title="class in org.apache.tomcat.util.net">AbstractEndpoint</A> +<DD> +<DT><A HREF="./org/apache/tomcat/util/net/AprEndpoint.html#getLocalPort()"><B>getLocalPort()</B></A> - +Method in class org.apache.tomcat.util.net.<A HREF="./org/apache/tomcat/util/net/AprEndpoint.html" title="class in org.apache.tomcat.util.net">AprEndpoint</A> +<DD>Port in use. +<DT><A HREF="./org/apache/tomcat/util/net/JIoEndpoint.html#getLocalPort()"><B>getLocalPort()</B></A> - +Method in class org.apache.tomcat.util.net.<A HREF="./org/apache/tomcat/util/net/JIoEndpoint.html" title="class in org.apache.tomcat.util.net">JIoEndpoint</A> +<DD>Port in use. +<DT><A HREF="./org/apache/tomcat/util/net/NioEndpoint.html#getLocalPort()"><B>getLocalPort()</B></A> - +Method in class org.apache.tomcat.util.net.<A HREF="./org/apache/tomcat/util/net/NioEndpoint.html" title="class in org.apache.tomcat.util.net">NioEndpoint</A> +<DD>Port in use. <DT><A HREF="./org/apache/catalina/ant/DeployTask.html#getLocalWar()"><B>getLocalWar()</B></A> - Method in class org.apache.catalina.ant.<A HREF="./org/apache/catalina/ant/DeployTask.html" title="class in org.apache.catalina.ant">DeployTask</A> <DD> @@ -19465,6 +19617,26 @@ Method in interface org.apache.catalina. <DT><A HREF="./org/apache/catalina/core/StandardContext.html#getMapper()"><B>getMapper()</B></A> - Method in class org.apache.catalina.core.<A HREF="./org/apache/catalina/core/StandardContext.html" title="class in org.apache.catalina.core">StandardContext</A> <DD>Get the mapper associated with the context. +<DT><A HREF="./org/apache/catalina/Context.html#getMapperContextRootRedirectEnabled()"><B>getMapperContextRootRedirectEnabled()</B></A> - +Method in interface org.apache.catalina.<A HREF="./org/apache/catalina/Context.html" title="interface in org.apache.catalina">Context</A> +<DD>Determines if requests for a web application context root will be + redirected (adding a trailing slash) by the Mapper. +<DT><A HREF="./org/apache/catalina/core/StandardContext.html#getMapperContextRootRedirectEnabled()"><B>getMapperContextRootRedirectEnabled()</B></A> - +Method in class org.apache.catalina.core.<A HREF="./org/apache/catalina/core/StandardContext.html" title="class in org.apache.catalina.core">StandardContext</A> +<DD>Determines if requests for a web application context root will be + redirected (adding a trailing slash) by the Mapper. + + The default value for this implementation is <code>false</code>. +<DT><A HREF="./org/apache/catalina/Context.html#getMapperDirectoryRedirectEnabled()"><B>getMapperDirectoryRedirectEnabled()</B></A> - +Method in interface org.apache.catalina.<A HREF="./org/apache/catalina/Context.html" title="interface in org.apache.catalina">Context</A> +<DD>Determines if requests for a directory will be redirected (adding a + trailing slash) by the Mapper. +<DT><A HREF="./org/apache/catalina/core/StandardContext.html#getMapperDirectoryRedirectEnabled()"><B>getMapperDirectoryRedirectEnabled()</B></A> - +Method in class org.apache.catalina.core.<A HREF="./org/apache/catalina/core/StandardContext.html" title="class in org.apache.catalina.core">StandardContext</A> +<DD>Determines if requests for a directory will be redirected (adding a + trailing slash) by the Mapper. + + The default value for this implementation is <code>false</code>. <DT><A HREF="./org/apache/catalina/connector/Request.html#getMappingData()"><B>getMappingData()</B></A> - Method in class org.apache.catalina.connector.<A HREF="./org/apache/catalina/connector/Request.html" title="class in org.apache.catalina.connector">Request</A> <DD>Return mapping data. @@ -19554,8 +19726,8 @@ Method in class org.apache.catalina.core <DD> <DT><A HREF="./org/apache/catalina/Manager.html#getMaxInactiveInterval()"><B>getMaxInactiveInterval()</B></A> - Method in interface org.apache.catalina.<A HREF="./org/apache/catalina/Manager.html" title="interface in org.apache.catalina">Manager</A> -<DD>Return the default maximum inactive interval (in seconds) - for Sessions created by this Manager. +<DD><B>Deprecated.</B> <I>Ignored. <A HREF="./org/apache/catalina/Context.html#getSessionTimeout()"><CODE>Context.getSessionTimeout()</CODE></A> always takes + precedence. Will be removed in Tomcat 9.0.x.</I> <DT><A HREF="./org/apache/catalina/Session.html#getMaxInactiveInterval()"><B>getMaxInactiveInterval()</B></A> - Method in interface org.apache.catalina.<A HREF="./org/apache/catalina/Session.html" title="interface in org.apache.catalina">Session</A> <DD>Return the maximum time interval, in seconds, between client requests @@ -20242,7 +20414,7 @@ Method in class org.apache.catalina.sess <DD>Return the name for this instance (built from container name) <DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getName()"><B>getName()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> -<DD>Return the descriptive short name of this Manager implementation. +<DD> <DT><A HREF="./org/apache/catalina/session/PersistentManager.html#getName()"><B>getName()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/PersistentManager.html" title="class in org.apache.catalina.session">PersistentManager</A> <DD>Return the descriptive short name of this Manager implementation. @@ -20356,6 +20528,15 @@ Method in class org.apache.catalina.core <DT><A HREF="./org/apache/jasper/servlet/JspCServletContext.html#getNamedDispatcher(java.lang.String)"><B>getNamedDispatcher(String)</B></A> - Method in class org.apache.jasper.servlet.<A HREF="./org/apache/jasper/servlet/JspCServletContext.html" title="class in org.apache.jasper.servlet">JspCServletContext</A> <DD>Return a request dispatcher for the specified servlet name. +<DT><A HREF="./org/apache/coyote/AbstractProtocol.html#getNameIndex()"><B>getNameIndex()</B></A> - +Method in class org.apache.coyote.<A HREF="./org/apache/coyote/AbstractProtocol.html" title="class in org.apache.coyote">AbstractProtocol</A> +<DD> +<DT><A HREF="./org/apache/coyote/memory/MemoryProtocolHandler.html#getNameIndex()"><B>getNameIndex()</B></A> - +Method in class org.apache.coyote.memory.<A HREF="./org/apache/coyote/memory/MemoryProtocolHandler.html" title="class in org.apache.coyote.memory">MemoryProtocolHandler</A> +<DD> +<DT><A HREF="./org/apache/jk/server/JkCoyoteHandler.html#getNameIndex()"><B>getNameIndex()</B></A> - +Method in class org.apache.jk.server.<A HREF="./org/apache/jk/server/JkCoyoteHandler.html" title="class in org.apache.jk.server">JkCoyoteHandler</A> +<DD> <DT><A HREF="./org/apache/tomcat/jni/Address.html#getnameinfo(long, int)"><B>getnameinfo(long, int)</B></A> - Static method in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/Address.html" title="class in org.apache.tomcat.jni">Address</A> <DD>Look up the host name from an apr_sockaddr_t. @@ -20365,6 +20546,9 @@ Method in class org.apache.naming.<A HRE <DT><A HREF="./org/apache/naming/resources/BaseDirContext.html#getNameInNamespace()"><B>getNameInNamespace()</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Retrieves the full name of this context within its own namespace. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getNameInNamespace()"><B>getNameInNamespace()</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/FileDirContext.html#getNameInNamespace()"><B>getNameInNamespace()</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/FileDirContext.html" title="class in org.apache.naming.resources">FileDirContext</A> <DD>Retrieves the full name of this context within its own namespace. @@ -20389,6 +20573,12 @@ Method in class org.apache.naming.resour <DT><A HREF="./org/apache/naming/resources/BaseDirContext.html#getNameParser(java.lang.String)"><B>getNameParser(String)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Retrieves the parser associated with the named context. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getNameParser(javax.naming.Name)"><B>getNameParser(Name)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getNameParser(java.lang.String)"><B>getNameParser(String)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/ProxyDirContext.html#getNameParser(javax.naming.Name)"><B>getNameParser(Name)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/ProxyDirContext.html" title="class in org.apache.naming.resources">ProxyDirContext</A> <DD>Retrieves the parser associated with the named context. @@ -20644,6 +20834,9 @@ Method in class org.apache.catalina.ha.s <DT><A HREF="./org/apache/catalina/ha/session/JvmRouteSessionIDBinderListener.html#getNumberOfSessions()"><B>getNumberOfSessions()</B></A> - Method in class org.apache.catalina.ha.session.<A HREF="./org/apache/catalina/ha/session/JvmRouteSessionIDBinderListener.html" title="class in org.apache.catalina.ha.session">JvmRouteSessionIDBinderListener</A> <DD> +<DT><A HREF="./org/apache/catalina/session/StoreBase.html#getObjectInputStream(java.io.InputStream)"><B>getObjectInputStream(InputStream)</B></A> - +Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/StoreBase.html" title="class in org.apache.catalina.session">StoreBase</A> +<DD>Create the object input stream to use to read a session from the store. <DT><A HREF="./org/apache/catalina/users/MemoryUserDatabaseFactory.html#getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)"><B>getObjectInstance(Object, Name, Context, Hashtable)</B></A> - Method in class org.apache.catalina.users.<A HREF="./org/apache/catalina/users/MemoryUserDatabaseFactory.html" title="class in org.apache.catalina.users">MemoryUserDatabaseFactory</A> <DD>Create and return a new <code>MemoryUserDatabase</code> instance @@ -21036,6 +21229,9 @@ Method in class org.apache.jasper.runtim <DT><A HREF="./org/apache/catalina/connector/Connector.html#getParseBodyMethods()"><B>getParseBodyMethods()</B></A> - Method in class org.apache.catalina.connector.<A HREF="./org/apache/catalina/connector/Connector.html" title="class in org.apache.catalina.connector">Connector</A> <DD> +<DT><A HREF="./org/apache/tomcat/util/http/Parameters.html#getParseFailedReason()"><B>getParseFailedReason()</B></A> - +Method in class org.apache.tomcat.util.http.<A HREF="./org/apache/tomcat/util/http/Parameters.html" title="class in org.apache.tomcat.util.http">Parameters</A> +<DD> <DT><A HREF="./org/apache/tomcat/util/digester/Digester.html#getParser()"><B>getParser()</B></A> - Method in class org.apache.tomcat.util.digester.<A HREF="./org/apache/tomcat/util/digester/Digester.html" title="class in org.apache.tomcat.util.digester">Digester</A> <DD>Return the SAXParser we will use to parse the input stream. @@ -21172,7 +21368,7 @@ Method in class org.apache.catalina.real <DD>Return the pathname of our XML file containing user definitions. <DT><A HREF="./org/apache/catalina/session/StandardManager.html#getPathname()"><B>getPathname()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/StandardManager.html" title="class in org.apache.catalina.session">StandardManager</A> -<DD>Return the session persistence pathname, if any. +<DD> <DT><A HREF="./org/apache/catalina/users/MemoryUserDatabase.html#getPathname()"><B>getPathname()</B></A> - Method in class org.apache.catalina.users.<A HREF="./org/apache/catalina/users/MemoryUserDatabase.html" title="class in org.apache.catalina.users">MemoryUserDatabase</A> <DD>Return the relative or absolute pathname to the persistent storage file. @@ -21336,7 +21532,8 @@ Method in class org.apache.catalina.ant. <DD>The Port of the <code>JMX JSR 160</code> MBeanServer to be used. <DT><A HREF="./org/apache/catalina/connector/Connector.html#getPort()"><B>getPort()</B></A> - Method in class org.apache.catalina.connector.<A HREF="./org/apache/catalina/connector/Connector.html" title="class in org.apache.catalina.connector">Connector</A> -<DD>Return the port number on which we listen for requests. +<DD>Return the port number on which this connector is configured to listen + for requests. <DT><A HREF="./org/apache/catalina/core/StandardServer.html#getPort()"><B>getPort()</B></A> - Method in class org.apache.catalina.core.<A HREF="./org/apache/catalina/core/StandardServer.html" title="class in org.apache.catalina.core">StandardServer</A> <DD>Return the port number we listen to for shutdown commands. @@ -21508,7 +21705,7 @@ Method in class org.apache.catalina.ha.d <DD>Return the frequency of watcher checks. <DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getProcessExpiresFrequency()"><B>getProcessExpiresFrequency()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> -<DD>Return the frequency of manager checks. +<DD> <DT><A HREF="./org/apache/catalina/core/StandardContext.html#getProcessingTime()"><B>getProcessingTime()</B></A> - Method in class org.apache.catalina.core.<A HREF="./org/apache/catalina/core/StandardContext.html" title="class in org.apache.catalina.core">StandardContext</A> <DD>Gets the cumulative processing times of all servlets in this @@ -21926,9 +22123,15 @@ Method in class org.apache.catalina.sess <DT><A HREF="./org/apache/catalina/servlets/DefaultServlet.html#getRelativePath(javax.servlet.http.HttpServletRequest)"><B>getRelativePath(HttpServletRequest)</B></A> - Method in class org.apache.catalina.servlets.<A HREF="./org/apache/catalina/servlets/DefaultServlet.html" title="class in org.apache.catalina.servlets">DefaultServlet</A> <DD>Return the relative path associated with this servlet. +<DT><A HREF="./org/apache/catalina/servlets/DefaultServlet.html#getRelativePath(javax.servlet.http.HttpServletRequest, boolean)"><B>getRelativePath(HttpServletRequest, boolean)</B></A> - +Method in class org.apache.catalina.servlets.<A HREF="./org/apache/catalina/servlets/DefaultServlet.html" title="class in org.apache.catalina.servlets">DefaultServlet</A> +<DD> <DT><A HREF="./org/apache/catalina/servlets/WebdavServlet.html#getRelativePath(javax.servlet.http.HttpServletRequest)"><B>getRelativePath(HttpServletRequest)</B></A> - Method in class org.apache.catalina.servlets.<A HREF="./org/apache/catalina/servlets/WebdavServlet.html" title="class in org.apache.catalina.servlets">WebdavServlet</A> <DD>Override the DefaultServlet implementation and only use the PathInfo. +<DT><A HREF="./org/apache/catalina/servlets/WebdavServlet.html#getRelativePath(javax.servlet.http.HttpServletRequest, boolean)"><B>getRelativePath(HttpServletRequest, boolean)</B></A> - +Method in class org.apache.catalina.servlets.<A HREF="./org/apache/catalina/servlets/WebdavServlet.html" title="class in org.apache.catalina.servlets">WebdavServlet</A> +<DD> <DT><A HREF="./org/apache/catalina/ssi/SSIServletRequestUtil.html#getRelativePath(javax.servlet.http.HttpServletRequest)"><B>getRelativePath(HttpServletRequest)</B></A> - Static method in class org.apache.catalina.ssi.<A HREF="./org/apache/catalina/ssi/SSIServletRequestUtil.html" title="class in org.apache.catalina.ssi">SSIServletRequestUtil</A> <DD>Return the relative path associated with this servlet. @@ -22553,6 +22756,12 @@ Method in class org.apache.naming.resour <DT><A HREF="./org/apache/naming/resources/BaseDirContext.html#getSchema(java.lang.String)"><B>getSchema(String)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Retrieves the schema associated with the named object. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getSchema(javax.naming.Name)"><B>getSchema(Name)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getSchema(java.lang.String)"><B>getSchema(String)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/FileDirContext.html#getSchema(java.lang.String)"><B>getSchema(String)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/FileDirContext.html" title="class in org.apache.naming.resources">FileDirContext</A> <DD>Retrieves the schema associated with the named object. @@ -22576,6 +22785,12 @@ Method in class org.apache.naming.resour Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Retrieves a context containing the schema objects of the named object's class definitions. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getSchemaClassDefinition(javax.naming.Name)"><B>getSchemaClassDefinition(Name)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#getSchemaClassDefinition(java.lang.String)"><B>getSchemaClassDefinition(String)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/FileDirContext.html#getSchemaClassDefinition(java.lang.String)"><B>getSchemaClassDefinition(String)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/FileDirContext.html" title="class in org.apache.naming.resources">FileDirContext</A> <DD>Retrieves a context containing the schema objects of the named @@ -22773,6 +22988,9 @@ Method in class org.apache.catalina.core <DT><A HREF="./org/apache/catalina/ServerFactory.html#getServer()"><B>getServer()</B></A> - Static method in class org.apache.catalina.<A HREF="./org/apache/catalina/ServerFactory.html" title="class in org.apache.catalina">ServerFactory</A> <DD>Return the singleton <code>Server</code> instance for this JVM. +<DT><A HREF="./org/apache/catalina/ServerFactory.html#getServer(boolean)"><B>getServer(boolean)</B></A> - +Static method in class org.apache.catalina.<A HREF="./org/apache/catalina/ServerFactory.html" title="class in org.apache.catalina">ServerFactory</A> +<DD>Return the singleton <code>Server</code> instance for this JVM. <DT><A HREF="./org/apache/catalina/Service.html#getServer()"><B>getServer()</B></A> - Method in interface org.apache.catalina.<A HREF="./org/apache/catalina/Service.html" title="interface in org.apache.catalina">Service</A> <DD>Return the <code>Server</code> with which we are associated (if any). @@ -23131,11 +23349,26 @@ Method in class org.apache.catalina.sess <DD>Return the web application name column for the table. <DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getSessionAttribute(java.lang.String, java.lang.String)"><B>getSessionAttribute(String, String)</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> -<DD>For debugging: get a session attribute +<DD>For debugging. <DT><A HREF="./org/apache/catalina/ha/session/ClusterManagerBase.html#getSessionAttributeFilter()"><B>getSessionAttributeFilter()</B></A> - Method in class org.apache.catalina.ha.session.<A HREF="./org/apache/catalina/ha/session/ClusterManagerBase.html" title="class in org.apache.catalina.ha.session">ClusterManagerBase</A> -<DD>Return the string pattern used for including session attributes - to replication. +<DD><B>Deprecated.</B> <I>Use <A HREF="./org/apache/catalina/session/ManagerBase.html#getSessionAttributeNameFilter()"><CODE>ManagerBase.getSessionAttributeNameFilter()</CODE></A>. Will be removed + in Tomcat 9.0.x</I> +<DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getSessionAttributeNameFilter()"><B>getSessionAttributeNameFilter()</B></A> - +Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> +<DD>Obtain the regular expression used to filter session attribute based on + attribute name. +<DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getSessionAttributeNamePattern()"><B>getSessionAttributeNamePattern()</B></A> - +Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> +<DD> +<DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getSessionAttributeValueClassNameFilter()"><B>getSessionAttributeValueClassNameFilter()</B></A> - +Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> +<DD>Obtain the regular expression used to filter session attribute based on + the implementation class of the value. +<DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getSessionAttributeValueClassNamePattern()"><B>getSessionAttributeValueClassNamePattern()</B></A> - +Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> +<DD>Provides <A HREF="./org/apache/catalina/session/ManagerBase.html#getSessionAttributeValueClassNameFilter()"><CODE>ManagerBase.getSessionAttributeValueClassNameFilter()</CODE></A> as a + pre-compiled regular expression pattern. <DT><A HREF="./org/apache/catalina/Manager.html#getSessionAverageAliveTime()"><B>getSessionAverageAliveTime()</B></A> - Method in interface org.apache.catalina.<A HREF="./org/apache/catalina/Manager.html" title="interface in org.apache.catalina">Manager</A> <DD>Gets the average time (in seconds) that expired sessions had been @@ -24092,7 +24325,7 @@ Method in class org.apache.tomcat.util.t <DD> <DT><A HREF="./org/apache/catalina/session/FileStore.html#getThreadName()"><B>getThreadName()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/FileStore.html" title="class in org.apache.catalina.session">FileStore</A> -<DD>Return the thread name for this Store. +<DD> <DT><A HREF="./org/apache/catalina/session/JDBCStore.html#getThreadName()"><B>getThreadName()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/JDBCStore.html" title="class in org.apache.catalina.session">JDBCStore</A> <DD>Return the thread name for this Store. @@ -24219,8 +24452,7 @@ Method in class org.apache.catalina.ha.s <DD> <DT><A HREF="./org/apache/catalina/session/ManagerBase.SessionTiming.html#getTimestamp()"><B>getTimestamp()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.SessionTiming.html" title="class in org.apache.catalina.session">ManagerBase.SessionTiming</A> -<DD>Time stamp associated with this piece of timing information in - milliseconds. +<DD> <DT><A HREF="./org/apache/catalina/tribes/ChannelMessage.html#getTimestamp()"><B>getTimestamp()</B></A> - Method in interface org.apache.catalina.tribes.<A HREF="./org/apache/catalina/tribes/ChannelMessage.html" title="interface in org.apache.catalina.tribes">ChannelMessage</A> <DD>Timestamp of when the message was created. @@ -25211,6 +25443,10 @@ Method in class org.apache.catalina.ha.d <DT><A HREF="./org/apache/tomcat/util/descriptor/XmlErrorHandler.html#getWarnings()"><B>getWarnings()</B></A> - Method in class org.apache.tomcat.util.descriptor.<A HREF="./org/apache/tomcat/util/descriptor/XmlErrorHandler.html" title="class in org.apache.tomcat.util.descriptor">XmlErrorHandler</A> <DD> +<DT><A HREF="./org/apache/catalina/session/ManagerBase.html#getWarnOnSessionAttributeFilterFailure()"><B>getWarnOnSessionAttributeFilterFailure()</B></A> - +Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> +<DD>Should a warn level log message be generated if a session attribute is + not persisted / replicated / restored. <DT><A HREF="./org/apache/catalina/ha/deploy/FarmWarDeployer.html#getWatchDir()"><B>getWatchDir()</B></A> - Method in class org.apache.catalina.ha.deploy.<A HREF="./org/apache/catalina/ha/deploy/FarmWarDeployer.html" title="class in org.apache.catalina.ha.deploy">FarmWarDeployer</A> <DD> @@ -26132,9 +26368,6 @@ Static variable in class org.apache.tomc Static variable in class org.apache.tomcat.util.http.fileupload.<A HREF="./org/apache/tomcat/util/http/fileupload/MultipartStream.html" title="class in org.apache.tomcat.util.http.fileupload">MultipartStream</A> <DD>A byte sequence that marks the end of <code>header-part</code> (<code>CRLFCRLF</code>). -<DT><A HREF="./org/apache/coyote/http11/InternalNioInputBuffer.html#headerData"><B>headerData</B></A> - -Variable in class org.apache.coyote.http11.<A HREF="./org/apache/coyote/http11/InternalNioInputBuffer.html" title="class in org.apache.coyote.http11">InternalNioInputBuffer</A> -<DD> <DT><A HREF="./org/apache/coyote/http11/InternalNioInputBuffer.html#headerParsePos"><B>headerParsePos</B></A> - Variable in class org.apache.coyote.http11.<A HREF="./org/apache/coyote/http11/InternalNioInputBuffer.html" title="class in org.apache.coyote.http11">InternalNioInputBuffer</A> <DD> @@ -26465,6 +26698,9 @@ Static variable in class org.apache.coyo <DT><A HREF="./org/apache/catalina/util/DateTool.html#HTTP_RESPONSE_DATE_HEADER"><B>HTTP_RESPONSE_DATE_HEADER</B></A> - Static variable in class org.apache.catalina.util.<A HREF="./org/apache/catalina/util/DateTool.html" title="class in org.apache.catalina.util">DateTool</A> <DD>Format for http response header date field +<DT><A HREF="./org/apache/coyote/http11/AbstractInputBuffer.html#HTTP_TOKEN_CHAR"><B>HTTP_TOKEN_CHAR</B></A> - +Static variable in class org.apache.coyote.http11.<A HREF="./org/apache/coyote/http11/AbstractInputBuffer.html" title="class in org.apache.coyote.http11">AbstractInputBuffer</A> +<DD> <DT><A HREF="./org/apache/jasper/runtime/HttpJspBase.html" title="class in org.apache.jasper.runtime"><B>HttpJspBase</B></A> - Class in <A HREF="./org/apache/jasper/runtime/package-summary.html">org.apache.jasper.runtime</A><DD>This is the super class of all JSP-generated servlets.<DT><A HREF="./org/apache/jasper/runtime/HttpJspBase.html#HttpJspBase()"><B>HttpJspBase()</B></A> - Constructor for class org.apache.jasper.runtime.<A HREF="./org/apache/jasper/runtime/HttpJspBase.html" title="class in org.apache.jasper.runtime">HttpJspBase</A> <DD> @@ -27675,6 +27911,9 @@ Static variable in class org.apache.cata <DT><A HREF="./org/apache/tomcat/jni/OS.html#IS_LINUX"><B>IS_LINUX</B></A> - Static variable in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/OS.html" title="class in org.apache.tomcat.jni">OS</A> <DD> +<DT><A HREF="./org/apache/tomcat/jni/OS.html#IS_MACOSX"><B>IS_MACOSX</B></A> - +Static variable in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/OS.html" title="class in org.apache.tomcat.jni">OS</A> +<DD> <DT><A HREF="./org/apache/tomcat/jni/OS.html#IS_NETWARE"><B>IS_NETWARE</B></A> - Static variable in class org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/OS.html" title="class in org.apache.tomcat.jni">OS</A> <DD> @@ -27768,12 +28007,16 @@ Static method in class org.apache.catali <DT><A HREF="./org/apache/catalina/ant/jmx/JMXAccessorQueryTask.html#isAttributebinding()"><B>isAttributebinding()</B></A> - Method in class org.apache.catalina.ant.jmx.<A HREF="./org/apache/catalina/ant/jmx/JMXAccessorQueryTask.html" title="class in org.apache.catalina.ant.jmx">JMXAccessorQueryTask</A> <DD> -<DT><A HREF="./org/apache/catalina/ha/session/DeltaSession.html#isAttributeDistributable(java.lang.String, java.lang.Object)"><B>isAttributeDistributable(String, Object)</B></A> - -Method in class org.apache.catalina.ha.session.<A HREF="./org/apache/catalina/ha/session/DeltaSession.html" title="class in org.apache.catalina.ha.session">DeltaSession</A> -<DD>Check whether the Object can be distributed. +<DT><A HREF="./org/apache/catalina/Session.html#isAttributeDistributable(java.lang.String, java.lang.Object)"><B>isAttributeDistributable(String, Object)</B></A> - +Method in interface org.apache.catalina.<A HREF="./org/apache/catalina/Session.html" title="interface in org.apache.catalina">Session</A> +<DD>Does the session implementation support the distributing of the given + attribute? <DT><A HREF="./org/apache/catalina/session/StandardSession.html#isAttributeDistributable(java.lang.String, java.lang.Object)"><B>isAttributeDistributable(String, Object)</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/StandardSession.html" title="class in org.apache.catalina.session">StandardSession</A> -<DD>Check whether the Object can be distributed. +<DD>Does the session implementation support the distributing of the given + attribute? + + This implementation simply checks the value for serializability. <DT><A HREF="./org/apache/jasper/compiler/tagplugin/TagPluginContext.html#isAttributeSpecified(java.lang.String)"><B>isAttributeSpecified(String)</B></A> - Method in interface org.apache.jasper.compiler.tagplugin.<A HREF="./org/apache/jasper/compiler/tagplugin/TagPluginContext.html" title="interface in org.apache.jasper.compiler.tagplugin">TagPluginContext</A> <DD> @@ -30438,7 +30681,10 @@ Static variable in class org.apache.coyo <DT><A HREF="./org/apache/coyote/http11/Constants.html#LF"><B>LF</B></A> - Static variable in class org.apache.coyote.http11.<A HREF="./org/apache/coyote/http11/Constants.html" title="class in org.apache.coyote.http11">Constants</A> <DD>LF. -<DT><A HREF="./org/apache/tomcat/jni/Library.html" title="class in org.apache.tomcat.jni"><B>Library</B></A> - Class in <A HREF="./org/apache/tomcat/jni/package-summary.html">org.apache.tomcat.jni</A><DD>Library<DT><A HREF="./org/apache/catalina/authenticator/AuthenticatorBase.html#lifecycle"><B>lifecycle</B></A> - +<DT><A HREF="./org/apache/tomcat/jni/Library.html" title="class in org.apache.tomcat.jni"><B>Library</B></A> - Class in <A HREF="./org/apache/tomcat/jni/package-summary.html">org.apache.tomcat.jni</A><DD>Library<DT><A HREF="./org/apache/tomcat/jni/LibraryNotFoundError.html" title="class in org.apache.tomcat.jni"><B>LibraryNotFoundError</B></A> - Error in <A HREF="./org/apache/tomcat/jni/package-summary.html">org.apache.tomcat.jni</A><DD> <DT><A HREF="./org/apache/tomcat/jni/LibraryNotFoundError.html#LibraryNotFoundError(java.lang.String, java.lang.String)"><B>LibraryNotFoundError(String, String)</B></A> - +Constructor for error org.apache.tomcat.jni.<A HREF="./org/apache/tomcat/jni/LibraryNotFoundError.html" title="class in org.apache.tomcat.jni">LibraryNotFoundError</A> +<DD> +<DT><A HREF="./org/apache/catalina/authenticator/AuthenticatorBase.html#lifecycle"><B>lifecycle</B></A> - Variable in class org.apache.catalina.authenticator.<A HREF="./org/apache/catalina/authenticator/AuthenticatorBase.html" title="class in org.apache.catalina.authenticator">AuthenticatorBase</A> <DD>The lifecycle event support for this component. <DT><A HREF="./org/apache/catalina/authenticator/SingleSignOn.html#lifecycle"><B>lifecycle</B></A> - @@ -30636,6 +30882,12 @@ Method in class org.apache.naming.resour <DT><A HREF="./org/apache/naming/resources/DirContextURLConnection.html#list()"><B>list()</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/DirContextURLConnection.html" title="class in org.apache.naming.resources">DirContextURLConnection</A> <DD>List children of this collection. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#list(javax.naming.Name)"><B>list(Name)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#list(java.lang.String)"><B>list(String)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/FileDirContext.html#list(java.lang.String)"><B>list(String)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/FileDirContext.html" title="class in org.apache.naming.resources">FileDirContext</A> <DD>Enumerates the names bound in the named context, along with the class @@ -30695,6 +30947,12 @@ Method in class org.apache.naming.resour Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/BaseDirContext.html" title="class in org.apache.naming.resources">BaseDirContext</A> <DD>Enumerates the names bound in the named context, along with the objects bound to them. +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#listBindings(javax.naming.Name)"><B>listBindings(Name)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> +<DT><A HREF="./org/apache/naming/resources/EmptyDirContext.html#listBindings(java.lang.String)"><B>listBindings(String)</B></A> - +Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/EmptyDirContext.html" title="class in org.apache.naming.resources">EmptyDirContext</A> +<DD> <DT><A HREF="./org/apache/naming/resources/FileDirContext.html#listBindings(java.lang.String)"><B>listBindings(String)</B></A> - Method in class org.apache.naming.resources.<A HREF="./org/apache/naming/resources/FileDirContext.html" title="class in org.apache.naming.resources">FileDirContext</A> <DD>Enumerates the names bound in the named context, along with the @@ -30775,7 +31033,7 @@ Method in class org.apache.catalina.depl <DD>List properties. <DT><A HREF="./org/apache/catalina/session/ManagerBase.html#listSessionIds()"><B>listSessionIds()</B></A> - Method in class org.apache.catalina.session.<A HREF="./org/apache/catalina/session/ManagerBase.html" title="class in org.apache.catalina.session">ManagerBase</A> -<DD>For debugging: return a list of all session ids currently active +<DD>For debugging. <DT><A HREF="./org/apache/catalina/ha/session/BackupManager.html#listSessionIdsFull()"><B>listSessionIdsFull()</B></A> -
[... 618 lines stripped ...] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org