|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /usr/share/tomcat5/webapps/tomcat-docs/servletapi/ |
Upload File : |
<?xml version="1.0" encoding="US-ASCII"?> <!DOCTYPE html PUBLIC "-//gnu.org///DTD XHTML 1.1 plus Target 1.0//EN" "./resources/xhtml11-target10.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>Alphabetical Index (Servlet API Documentation)</title><script src="./resources/gjdoc.js" type="text/javascript"><!-- this comment required for konqueror 3.2.2 --></script><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"/><meta name="generator" content="GNU Gjdoc Standard Doclet"/><link rel="stylesheet" type="text/css" href="./resources/gjdochtml-clean-layout.css" title="GNU Clean"/><link rel="stylesheet" type="text/css" href="./resources/gjdochtml-clean-color1.css" title="GNU Clean"/></head><body class="content index" onload="if(parent.contentPageLoaded)parent.contentPageLoaded(document.title)"><table class="navbar div top"><tr><td class="navbar div top"><div class="navbar div top"><span class="navbar item enabled"><a href="./overview-summary.html">Overview</a></span> <span class="navbar item disabled">Package</span> <span class="navbar item disabled">Class</span> <span class="navbar item disabled">Use</span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item active">Index</span> <span class="navbar item enabled"><a href="./deprecated.html">Deprecated</a></span> <span class="navbar item enabled"><a href="./about.html">About</a></span></div></td></tr><tr><td class="navi"></td><td class="navi"><a href="./index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="alphaindex.html" title="Show without frames" target="_top">No Frames</a> </td></tr></table><h1 class="index title">Alphabetical Index</h1><div class="index letters"><span class="index letter"><a href="#A">A</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#B">B</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#C">C</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#D">D</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#E">E</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#F">F</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#G">G</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#H">H</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#I">I</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#J">J</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#L">L</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#P">P</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#R">R</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#S">S</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#U">U</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#V">V</a></span><span class="index letter spacer"> </span></div><a name="A" id="A"/><h2 class="index category header">A</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#addCookie(javax.servlet.http.Cookie)">addCookie(javax.servlet.http.Cookie)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Adds the specified cookie to the response.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#addCookie(javax.servlet.http.Cookie)">addCookie(javax.servlet.http.Cookie)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#addDateHeader(String,long)">addDateHeader(String,long)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Adds a response header with the given name and date-value.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#addDateHeader(String,long)">addDateHeader(String,long)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#addHeader(String,String)">addHeader(String,String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Adds a response header with the given name and value.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#addHeader(String,String)">addHeader(String,String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#addIntHeader(String,int)">addIntHeader(String,int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Adds a response header with the given name and integer value.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#addIntHeader(String,int)">addIntHeader(String,int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionAttributeListener.html#attributeAdded(javax.servlet.http.HttpSessionBindingEvent)">attributeAdded(javax.servlet.http.HttpSessionBindingEvent)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionAttributeListener.html" title="Interface in javax.servlet.http">HttpSessionAttributeListener</a></div><div class="description">Notification that an attribute has been added to a session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContextAttributeListener.html#attributeAdded(javax.servlet.ServletContextAttributeEvent)">attributeAdded(javax.servlet.ServletContextAttributeEvent)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContextAttributeListener.html" title="Interface in javax.servlet">ServletContextAttributeListener</a></div><div class="description">Notification that a new attribute was added to the servlet context.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestAttributeListener.html#attributeAdded(javax.servlet.ServletRequestAttributeEvent)">attributeAdded(javax.servlet.ServletRequestAttributeEvent)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestAttributeListener.html" title="Interface in javax.servlet">ServletRequestAttributeListener</a></div><div class="description">Notification that a new attribute was added to the servlet request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionAttributeListener.html#attributeRemoved(javax.servlet.http.HttpSessionBindingEvent)">attributeRemoved(javax.servlet.http.HttpSessionBindingEvent)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionAttributeListener.html" title="Interface in javax.servlet.http">HttpSessionAttributeListener</a></div><div class="description">Notification that an attribute has been removed from a session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContextAttributeListener.html#attributeRemoved(javax.servlet.ServletContextAttributeEvent)">attributeRemoved(javax.servlet.ServletContextAttributeEvent)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContextAttributeListener.html" title="Interface in javax.servlet">ServletContextAttributeListener</a></div><div class="description">Notification that an existing attribute has been removed from the servlet context.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestAttributeListener.html#attributeRemoved(javax.servlet.ServletRequestAttributeEvent)">attributeRemoved(javax.servlet.ServletRequestAttributeEvent)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestAttributeListener.html" title="Interface in javax.servlet">ServletRequestAttributeListener</a></div><div class="description">Notification that an existing attribute has been removed from the servlet request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionAttributeListener.html#attributeReplaced(javax.servlet.http.HttpSessionBindingEvent)">attributeReplaced(javax.servlet.http.HttpSessionBindingEvent)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionAttributeListener.html" title="Interface in javax.servlet.http">HttpSessionAttributeListener</a></div><div class="description">Notification that an attribute has been replaced in a session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContextAttributeListener.html#attributeReplaced(javax.servlet.ServletContextAttributeEvent)">attributeReplaced(javax.servlet.ServletContextAttributeEvent)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContextAttributeListener.html" title="Interface in javax.servlet">ServletContextAttributeListener</a></div><div class="description">Notification that an attribute on the servlet context has been replaced.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestAttributeListener.html#attributeReplaced(javax.servlet.ServletRequestAttributeEvent)">attributeReplaced(javax.servlet.ServletRequestAttributeEvent)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestAttributeListener.html" title="Interface in javax.servlet">ServletRequestAttributeListener</a></div><div class="description">Notification that an attribute was replaced on the servlet request.</div></div></div><a name="B" id="B"/><h2 class="index category header">B</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#BASIC_AUTH">BASIC_AUTH</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> String identifier for Basic authentication.</div></div></div><a name="C" id="C"/><h2 class="index category header">C</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#CLIENT_CERT_AUTH">CLIENT_CERT_AUTH</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> String identifier for Client Certificate authentication.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#clone()">clone()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Overrides the standard <code>java.lang.Object.clone</code> method to return a copy of this cookie.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#containsHeader(String)">containsHeader(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Returns a boolean indicating whether the named response header has already been set.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#containsHeader(String)">containsHeader(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call containsHeader(String name) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContextListener.html#contextDestroyed(javax.servlet.ServletContextEvent)">contextDestroyed(javax.servlet.ServletContextEvent)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContextListener.html" title="Interface in javax.servlet">ServletContextListener</a></div><div class="description"> Notification that the servlet context is about to be shut down.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContextListener.html#contextInitialized(javax.servlet.ServletContextEvent)">contextInitialized(javax.servlet.ServletContextEvent)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContextListener.html" title="Interface in javax.servlet">ServletContextListener</a></div><div class="description"> Notification that the web application initialization process is starting.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/Cookie.html">Cookie</a> - class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#Cookie(String,String)">Cookie(String,String)</a> - constructor for class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Constructs a cookie with a specified name and value.</div></div></div><a name="D" id="D"/><h2 class="index category header">D</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/Filter.html#destroy()">destroy()</a> - method in class javax.servlet.<a href="./javax/servlet/Filter.html" title="Interface in javax.servlet">Filter</a></div><div class="description"> Called by the web container to indicate to a filter that it is being taken out of service.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#destroy()">destroy()</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/Servlet.html#destroy()">destroy()</a> - method in class javax.servlet.<a href="./javax/servlet/Servlet.html" title="Interface in javax.servlet">Servlet</a></div><div class="description"> Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#DIGEST_AUTH">DIGEST_AUTH</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> String identifier for Digest authentication.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#doDelete(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doDelete(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Called by the server (via the <code>service</code> method) to allow a servlet to handle a DELETE request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/FilterChain.html#doFilter(javax.servlet.ServletRequest,javax.servlet.ServletResponse)">doFilter(javax.servlet.ServletRequest,javax.servlet.ServletResponse)</a> - method in class javax.servlet.<a href="./javax/servlet/FilterChain.html" title="Interface in javax.servlet">FilterChain</a></div><div class="description"> Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/Filter.html#doFilter(javax.servlet.ServletRequest,javax.servlet.ServletResponse,javax.servlet.FilterChain)">doFilter(javax.servlet.ServletRequest,javax.servlet.ServletResponse,javax.servlet.FilterChain)</a> - method in class javax.servlet.<a href="./javax/servlet/Filter.html" title="Interface in javax.servlet">Filter</a></div><div class="description"> The <code>doFilter</code> method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Called by the server (via the <code>service</code> method) to allow a servlet to handle a GET request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#doHead(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doHead(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Receives an HTTP HEAD request from the protected <code>service</code> method and handles the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#doOptions(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doOptions(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Called by the server (via the <code>service</code> method) to allow a servlet to handle a OPTIONS request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Called by the server (via the <code>service</code> method) to allow a servlet to handle a POST request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#doPut(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doPut(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Called by the server (via the <code>service</code> method) to allow a servlet to handle a PUT request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#doTrace(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doTrace(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Called by the server (via the <code>service</code> method) to allow a servlet to handle a TRACE request.</div></div></div><a name="E" id="E"/><h2 class="index category header">E</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#encodeRedirectUrl(String)">encodeRedirectUrl(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#encodeRedirectUrl(String)">encodeRedirectUrl(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return encodeRedirectUrl(String url) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#encodeUrl(String)">encodeUrl(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#encodeUrl(String)">encodeUrl(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call encodeUrl(String url) on the wrapped response object.</div></div></div><a name="F" id="F"/><h2 class="index category header">F</h2><div class="index category"><div class="index entry"><div class="key"><a href="javax/servlet/Filter.html">Filter</a> - interface javax.servlet.<a href="./javax/servlet/Filter.html" title="Interface in javax.servlet">Filter</a></div><div class="description"> A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/FilterChain.html">FilterChain</a> - interface javax.servlet.<a href="./javax/servlet/FilterChain.html" title="Interface in javax.servlet">FilterChain</a></div><div class="description"> A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/FilterConfig.html">FilterConfig</a> - interface javax.servlet.<a href="./javax/servlet/FilterConfig.html" title="Interface in javax.servlet">FilterConfig</a></div><div class="description"> A filter configuration object used by a servlet container to pass information to a filter during initialization.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#flushBuffer()">flushBuffer()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Forces any content in the buffer to be written to the client.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#flushBuffer()">flushBuffer()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call flushBuffer() on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#FORM_AUTH">FORM_AUTH</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> String identifier for Form authentication.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/RequestDispatcher.html#forward(javax.servlet.ServletRequest,javax.servlet.ServletResponse)">forward(javax.servlet.ServletRequest,javax.servlet.ServletResponse)</a> - method in class javax.servlet.<a href="./javax/servlet/RequestDispatcher.html" title="Interface in javax.servlet">RequestDispatcher</a></div><div class="description"> Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.</div></div></div><a name="G" id="G"/><h2 class="index category header">G</h2><div class="index category"><div class="index entry"><div class="key"><a href="javax/servlet/GenericServlet.html">GenericServlet</a> - class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Defines a generic, protocol-independent servlet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#GenericServlet()">GenericServlet()</a> - constructor for class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Does nothing.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#getAttribute(String)">getAttribute(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Returns the object bound with the specified name in this session, or <code>null</code> if no object is bound under the name.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getAttribute(String)">getAttribute(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns the servlet container attribute with the given name, or <code>null</code> if there is no attribute by that name.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getAttribute(String)">getAttribute(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the value of the named attribute as an <code>Object</code>, or <code>null</code> if no attribute of the given name exists.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getAttribute(String)">getAttribute(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to call getAttribute(String name) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#getAttributeNames()">getAttributeNames()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Returns an <code>Enumeration</code> of <code>String</code> objects containing the names of all the objects bound to this session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getAttributeNames()">getAttributeNames()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns an <code>Enumeration</code> containing the attribute names available within this servlet context.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getAttributeNames()">getAttributeNames()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns an <code>Enumeration</code> containing the names of the attributes available to this request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getAttributeNames()">getAttributeNames()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getAttributeNames() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getAuthType()">getAuthType()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the name of the authentication scheme used to protect the servlet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getAuthType()">getAuthType()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getAuthType() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#getBufferSize()">getBufferSize()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Returns the actual buffer size used for the response.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#getBufferSize()">getBufferSize()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return getBufferSize() on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getCharacterEncoding()">getCharacterEncoding()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the name of the character encoding used in the body of this request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getCharacterEncoding()">getCharacterEncoding()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#getCharacterEncoding()">getCharacterEncoding()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Returns the name of the character encoding (MIME charset) used for the body sent in this response.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#getCharacterEncoding()">getCharacterEncoding()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#getComment()">getComment()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Returns the comment describing the purpose of this cookie, or <code>null</code> if the cookie has no comment.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getContentLength()">getContentLength()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getContentLength()">getContentLength()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getContentLength() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getContentType()">getContentType()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the MIME type of the body of the request, or <code>null</code> if the type is not known.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getContentType()">getContentType()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getContentType() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#getContentType()">getContentType()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Returns the content type used for the MIME body sent in this response.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#getContentType()">getContentType()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return getContentType() on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getContext(String)">getContext(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns a <code>ServletContext</code> object that corresponds to a specified URL on the server.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getContextPath()">getContextPath()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the portion of the request URI that indicates the context of the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getContextPath()">getContextPath()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getContextPath() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getCookies()">getCookies()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns an array containing all of the <code>Cookie</code> objects the client sent with this request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getCookies()">getCookies()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getCookies() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#getCreationTime()">getCreationTime()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getDateHeader(String)">getDateHeader(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the value of the specified request header as a <code>long</code> value that represents a <code>Date</code> object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getDateHeader(String)">getDateHeader(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#getDomain()">getDomain()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Returns the domain name set for this cookie.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/FilterConfig.html#getFilterName()">getFilterName()</a> - method in class javax.servlet.<a href="./javax/servlet/FilterConfig.html" title="Interface in javax.servlet">FilterConfig</a></div><div class="description"> Returns the filter-name of this filter as defined in the deployment descriptor.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getHeader(String)">getHeader(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the value of the specified request header as a <code>String</code>.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getHeader(String)">getHeader(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getHeader(String name) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getHeaderNames()">getHeaderNames()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns an enumeration of all the header names this request contains.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getHeaderNames()">getHeaderNames()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getHeaderNames() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getHeaders(String)">getHeaders(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns all the values of the specified request header as an <code>Enumeration</code> of <code>String</code> objects.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getHeaders(String)">getHeaders(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getHeaders(String name) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#getId()">getId()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Returns a string containing the unique identifier assigned to this session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionContext.html#getIds()">getIds()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionContext.html" title="Interface in javax.servlet.http">HttpSessionContext</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/FilterConfig.html#getInitParameter(String)">getInitParameter(String)</a> - method in class javax.servlet.<a href="./javax/servlet/FilterConfig.html" title="Interface in javax.servlet">FilterConfig</a></div><div class="description"> Returns a <code>String</code> containing the value of the named initialization parameter, or <code>null</code> if the parameter does not exist.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#getInitParameter(String)">getInitParameter(String)</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Returns a <code>String</code> containing the value of the named initialization parameter, or <code>null</code> if the parameter does not exist.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletConfig.html#getInitParameter(String)">getInitParameter(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletConfig.html" title="Interface in javax.servlet">ServletConfig</a></div><div class="description"> Returns a <code>String</code> containing the value of the named initialization parameter, or <code>null</code> if the parameter does not exist.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getInitParameter(String)">getInitParameter(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns a <code>String</code> containing the value of the named context-wide initialization parameter, or <code>null</code> if the parameter does not exist.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/FilterConfig.html#getInitParameterNames()">getInitParameterNames()</a> - method in class javax.servlet.<a href="./javax/servlet/FilterConfig.html" title="Interface in javax.servlet">FilterConfig</a></div><div class="description"> Returns the names of the filter's initialization parameters as an <code>Enumeration</code> of <code>String</code> objects, or an empty <code>Enumeration</code> if the filter has no initialization parameters.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#getInitParameterNames()">getInitParameterNames()</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Returns the names of the servlet's initialization parameters as an <code>Enumeration</code> of <code>String</code> objects, or an empty <code>Enumeration</code> if the servlet has no initialization parameters.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletConfig.html#getInitParameterNames()">getInitParameterNames()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletConfig.html" title="Interface in javax.servlet">ServletConfig</a></div><div class="description"> Returns the names of the servlet's initialization parameters as an <code>Enumeration</code> of <code>String</code> objects, or an empty <code>Enumeration</code> if the servlet has no initialization parameters.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getInitParameterNames()">getInitParameterNames()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns the names of the context's initialization parameters as an <code>Enumeration</code> of <code>String</code> objects, or an empty <code>Enumeration</code> if the context has no initialization parameters.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getInputStream()">getInputStream()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Retrieves the body of the request as binary data using a <a href="./javax/servlet/ServletInputStream.html"><code>ServletInputStream</code></a>.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getInputStream()">getInputStream()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getInputStream() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getIntHeader(String)">getIntHeader(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the value of the specified request header as an <code>int</code>.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getIntHeader(String)">getIntHeader(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#getLastAccessedTime()">getLastAccessedTime()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#getLastModified(javax.servlet.http.HttpServletRequest)">getLastModified(javax.servlet.http.HttpServletRequest)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Returns the time the <code>HttpServletRequest</code> object was last modified, in milliseconds since midnight January 1, 1970 GMT.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getLocalAddr()">getLocalAddr()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the Internet Protocol (IP) address of the interface on which the request was received.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getLocalAddr()">getLocalAddr()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getLocalAddr() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getLocale()">getLocale()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the preferred <code>Locale</code> that the client will accept content in, based on the Accept-Language header.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getLocale()">getLocale()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getLocale() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#getLocale()">getLocale()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Returns the locale specified for this response using the <a href="./javax/servlet/ServletResponse.html#setLocale(Locale)"><code>setLocale(Locale)</code></a> method.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#getLocale()">getLocale()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return getLocale() on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getLocales()">getLocales()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns an <code>Enumeration</code> of <code>Locale</code> objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getLocales()">getLocales()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getLocales() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getLocalName()">getLocalName()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the host name of the Internet Protocol (IP) interface on which the request was received.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getLocalName()">getLocalName()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getLocalName() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getLocalPort()">getLocalPort()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the Internet Protocol (IP) port number of the interface on which the request was received.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getLocalPort()">getLocalPort()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getLocalPort() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getMajorVersion()">getMajorVersion()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns the major version of the Java Servlet API that this servlet container supports.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#getMaxAge()">getMaxAge()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Returns the maximum age of the cookie, specified in seconds, By default, <code>-1</code> indicating the cookie will persist until browser shutdown.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#getMaxInactiveInterval()">getMaxInactiveInterval()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getMethod()">getMethod()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getMethod()">getMethod()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getMethod() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getMimeType(String)">getMimeType(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns the MIME type of the specified file, or <code>null</code> if the MIME type is not known.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getMinorVersion()">getMinorVersion()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns the minor version of the Servlet API that this servlet container supports.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#getName()">getName()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Returns the name of the cookie.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionBindingEvent.html#getName()">getName()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionBindingEvent.html" title="Class in javax.servlet.http">HttpSessionBindingEvent</a></div><div class="description"> Returns the name with which the attribute is bound to or unbound from the session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContextAttributeEvent.html#getName()">getName()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContextAttributeEvent.html" title="Class in javax.servlet">ServletContextAttributeEvent</a></div><div class="description"> Return the name of the attribute that changed on the ServletContext.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestAttributeEvent.html#getName()">getName()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestAttributeEvent.html" title="Class in javax.servlet">ServletRequestAttributeEvent</a></div><div class="description"> Return the name of the attribute that changed on the ServletRequest.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getNamedDispatcher(String)">getNamedDispatcher(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns a <a href="./javax/servlet/RequestDispatcher.html"><code>RequestDispatcher</code></a> object that acts as a wrapper for the named servlet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#getOutputStream()">getOutputStream()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Returns a <a href="./javax/servlet/ServletOutputStream.html"><code>ServletOutputStream</code></a> suitable for writing binary data in the response.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#getOutputStream()">getOutputStream()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return getOutputStream() on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getParameter(String)">getParameter(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the value of a request parameter as a <code>String</code>, or <code>null</code> if the parameter does not exist.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getParameter(String)">getParameter(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getParameter(String name) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getParameterMap()">getParameterMap()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description">Returns a java.util.Map of the parameters of this request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getParameterMap()">getParameterMap()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getParameterMap() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getParameterNames()">getParameterNames()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns an <code>Enumeration</code> of <code>String</code> objects containing the names of the parameters contained in this request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getParameterNames()">getParameterNames()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getParameterNames() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getParameterValues(String)">getParameterValues(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns an array of <code>String</code> objects containing all of the values the given request parameter has, or <code>null</code> if the parameter does not exist.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getParameterValues(String)">getParameterValues(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#getPath()">getPath()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Returns the path on the server to which the browser returns this cookie.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getPathInfo()">getPathInfo()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns any extra path information associated with the URL the client sent when it made this request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getPathInfo()">getPathInfo()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getPathInfo() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getPathTranslated()">getPathTranslated()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns any extra path information after the servlet name but before the query string, and translates it to a real path.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getPathTranslated()">getPathTranslated()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getPathTranslated() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getProtocol()">getProtocol()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the name and version of the protocol the request uses in the form <i>protocol/majorVersion.minorVersion</i>, for example, HTTP/1.1.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getProtocol()">getProtocol()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getProtocol() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getQueryString()">getQueryString()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the query string that is contained in the request URL after the path.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getQueryString()">getQueryString()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getQueryString() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getReader()">getReader()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Retrieves the body of the request as character data using a <code>BufferedReader</code>.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getReader()">getReader()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getReader() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getRealPath(String)">getRealPath(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns a <code>String</code> containing the real path for a given virtual path.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getRealPath(String)">getRealPath(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getRealPath(String)">getRealPath(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getRealPath(String path) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getRemoteAddr()">getRemoteAddr()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getRemoteAddr()">getRemoteAddr()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getRemoteAddr() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getRemoteHost()">getRemoteHost()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the fully qualified name of the client or the last proxy that sent the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getRemoteHost()">getRemoteHost()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getRemoteHost() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getRemotePort()">getRemotePort()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getRemotePort()">getRemotePort()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getRemotePort() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getRemoteUser()">getRemoteUser()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the login of the user making this request, if the user has been authenticated, or <code>null</code> if the user has not been authenticated.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getRemoteUser()">getRemoteUser()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getRemoteUser() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getRequest()">getRequest()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> Return the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getRequestDispatcher(String)">getRequestDispatcher(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns a <a href="./javax/servlet/RequestDispatcher.html"><code>RequestDispatcher</code></a> object that acts as a wrapper for the resource located at the given path.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getRequestDispatcher(String)">getRequestDispatcher(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns a <a href="./javax/servlet/RequestDispatcher.html"><code>RequestDispatcher</code></a> object that acts as a wrapper for the resource located at the given path.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getRequestDispatcher(String)">getRequestDispatcher(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getRequestedSessionId()">getRequestedSessionId()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the session ID specified by the client.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getRequestedSessionId()">getRequestedSessionId()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getRequestedSessionId() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getRequestURI()">getRequestURI()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getRequestURI()">getRequestURI()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getRequestURI() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getRequestURL()">getRequestURL()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Reconstructs the URL the client used to make the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getRequestURL()">getRequestURL()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getRequestURL() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpUtils.html#getRequestURL(javax.servlet.http.HttpServletRequest)">getRequestURL(javax.servlet.http.HttpServletRequest)</a> - static method in class javax.servlet.http.<a href="./javax/servlet/http/HttpUtils.html" title="Class in javax.servlet.http">HttpUtils</a></div><div class="description"> Reconstructs the URL the client used to make the request, using information in the <code>HttpServletRequest</code> object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getResource(String)">getResource(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns a URL to the resource that is mapped to a specified path.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getResourceAsStream(String)">getResourceAsStream(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns the resource located at the named path as an <code>InputStream</code> object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getResourcePaths(String)">getResourcePaths(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#getResponse()">getResponse()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> Return the wrapped ServletResponse object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletException.html#getRootCause()">getRootCause()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletException.html" title="Class in javax.servlet">ServletException</a></div><div class="description"> Returns the exception that caused this servlet exception.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getScheme()">getScheme()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the name of the scheme used to make this request, for example, <code>http</code>, <code>https</code>, or <code>ftp</code>.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getScheme()">getScheme()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getScheme() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#getSecure()">getSecure()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Returns <code>true</code> if the browser is sending cookies only over a secure protocol, or <code>false</code> if the browser can send cookies using any protocol.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getServerInfo()">getServerInfo()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns the name and version of the servlet container on which the servlet is running.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getServerName()">getServerName()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the host name of the server to which the request was sent.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getServerName()">getServerName()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getServerName() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#getServerPort()">getServerPort()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns the port number to which the request was sent.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#getServerPort()">getServerPort()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getServerPort() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/UnavailableException.html#getServlet()">getServlet()</a> - method in class javax.servlet.<a href="./javax/servlet/UnavailableException.html" title="Class in javax.servlet">UnavailableException</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getServlet(String)">getServlet(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#getServletConfig()">getServletConfig()</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Returns this servlet's <a href="./javax/servlet/ServletConfig.html"><code>ServletConfig</code></a> object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/Servlet.html#getServletConfig()">getServletConfig()</a> - method in class javax.servlet.<a href="./javax/servlet/Servlet.html" title="Interface in javax.servlet">Servlet</a></div><div class="description"> Returns a <a href="./javax/servlet/ServletConfig.html"><code>ServletConfig</code></a> object, which contains initialization and startup parameters for this servlet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/FilterConfig.html#getServletContext()">getServletContext()</a> - method in class javax.servlet.<a href="./javax/servlet/FilterConfig.html" title="Interface in javax.servlet">FilterConfig</a></div><div class="description"> Returns a reference to the <a href="./javax/servlet/ServletContext.html"><code>ServletContext</code></a> in which the caller is executing.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#getServletContext()">getServletContext()</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Returns a reference to the <a href="./javax/servlet/ServletContext.html"><code>ServletContext</code></a> in which this servlet is running.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#getServletContext()">getServletContext()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Returns the ServletContext to which this session belongs.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletConfig.html#getServletContext()">getServletContext()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletConfig.html" title="Interface in javax.servlet">ServletConfig</a></div><div class="description"> Returns a reference to the <a href="./javax/servlet/ServletContext.html"><code>ServletContext</code></a> in which the caller is executing.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContextEvent.html#getServletContext()">getServletContext()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContextEvent.html" title="Class in javax.servlet">ServletContextEvent</a></div><div class="description"> Return the ServletContext that changed.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestEvent.html#getServletContext()">getServletContext()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestEvent.html" title="Class in javax.servlet">ServletRequestEvent</a></div><div class="description"> Returns the ServletContext of this web application.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getServletContextName()">getServletContextName()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Returns the name of this web application corresponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#getServletInfo()">getServletInfo()</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Returns information about the servlet, such as author, version, and copyright.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/Servlet.html#getServletInfo()">getServletInfo()</a> - method in class javax.servlet.<a href="./javax/servlet/Servlet.html" title="Interface in javax.servlet">Servlet</a></div><div class="description"> Returns information about the servlet, such as author, version, and copyright.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#getServletName()">getServletName()</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Returns the name of this servlet instance.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletConfig.html#getServletName()">getServletName()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletConfig.html" title="Interface in javax.servlet">ServletConfig</a></div><div class="description"> Returns the name of this servlet instance.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getServletNames()">getServletNames()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getServletPath()">getServletPath()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the part of this request's URL that calls the servlet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getServletPath()">getServletPath()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getServletPath() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestEvent.html#getServletRequest()">getServletRequest()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestEvent.html" title="Class in javax.servlet">ServletRequestEvent</a></div><div class="description"> Returns the ServletRequest that is changing.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#getServlets()">getServlets()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getSession()">getSession()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the current session associated with this request, or if the request does not have a session, creates one.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getSession()">getSession()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getSession() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionBindingEvent.html#getSession()">getSession()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionBindingEvent.html" title="Class in javax.servlet.http">HttpSessionBindingEvent</a></div><div class="description">Return the session that changed.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionEvent.html#getSession()">getSession()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionEvent.html" title="Class in javax.servlet.http">HttpSessionEvent</a></div><div class="description">Return the session that changed.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getSession(boolean)">getSession(boolean)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns the current <code>HttpSession</code> associated with this request or, if there is no current session and <code>create</code> is true, returns a new session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getSession(boolean)">getSession(boolean)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getSession(boolean create) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionContext.html#getSession(String)">getSession(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionContext.html" title="Interface in javax.servlet.http">HttpSessionContext</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#getSessionContext()">getSessionContext()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/UnavailableException.html#getUnavailableSeconds()">getUnavailableSeconds()</a> - method in class javax.servlet.<a href="./javax/servlet/UnavailableException.html" title="Class in javax.servlet">UnavailableException</a></div><div class="description"> Returns the number of seconds the servlet expects to be temporarily unavailable.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#getUserPrincipal()">getUserPrincipal()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns a <code>java.security.Principal</code> object containing the name of the current authenticated user.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#getUserPrincipal()">getUserPrincipal()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return getUserPrincipal() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#getValue()">getValue()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Returns the value of the cookie.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionBindingEvent.html#getValue()">getValue()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionBindingEvent.html" title="Class in javax.servlet.http">HttpSessionBindingEvent</a></div><div class="description"> Returns the value of the attribute that has been added, removed or replaced.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContextAttributeEvent.html#getValue()">getValue()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContextAttributeEvent.html" title="Class in javax.servlet">ServletContextAttributeEvent</a></div><div class="description"> Returns the value of the attribute that has been added, removed, or replaced.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestAttributeEvent.html#getValue()">getValue()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestAttributeEvent.html" title="Class in javax.servlet">ServletRequestAttributeEvent</a></div><div class="description"> Returns the value of the attribute that has been added, removed or replaced.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#getValue(String)">getValue(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#getValueNames()">getValueNames()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#getVersion()">getVersion()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Returns the version of the protocol this cookie complies with.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#getWriter()">getWriter()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Returns a <code>PrintWriter</code> object that can send character text to the client.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#getWriter()">getWriter()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return getWriter() on the wrapped response object.</div></div></div><a name="H" id="H"/><h2 class="index category header">H</h2><div class="index category"><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpServlet.html">HttpServlet</a> - class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#HttpServlet()">HttpServlet()</a> - constructor for class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Does nothing, because this is an abstract class.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpServletRequest.html">HttpServletRequest</a> - interface javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Extends the <a href="./javax/servlet/ServletRequest.html"><code>ServletRequest</code></a> interface to provide request information for HTTP servlets.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpServletRequestWrapper.html">HttpServletRequestWrapper</a> - class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest)">HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest)</a> - constructor for class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> Constructs a request object wrapping the given request.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpServletResponse.html">HttpServletResponse</a> - interface javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Extends the <a href="./javax/servlet/ServletResponse.html"><code>ServletResponse</code></a> interface to provide HTTP-specific functionality in sending a response.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpServletResponseWrapper.html">HttpServletResponseWrapper</a> - class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#HttpServletResponseWrapper(javax.servlet.http.HttpServletResponse)">HttpServletResponseWrapper(javax.servlet.http.HttpServletResponse)</a> - constructor for class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> Constructs a response adaptor wrapping the given response.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpSession.html">HttpSession</a> - interface javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpSessionActivationListener.html">HttpSessionActivationListener</a> - interface javax.servlet.http.<a href="./javax/servlet/http/HttpSessionActivationListener.html" title="Interface in javax.servlet.http">HttpSessionActivationListener</a></div><div class="description">Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpSessionAttributeListener.html">HttpSessionAttributeListener</a> - interface javax.servlet.http.<a href="./javax/servlet/http/HttpSessionAttributeListener.html" title="Interface in javax.servlet.http">HttpSessionAttributeListener</a></div><div class="description">This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpSessionBindingEvent.html">HttpSessionBindingEvent</a> - class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionBindingEvent.html" title="Class in javax.servlet.http">HttpSessionBindingEvent</a></div><div class="description"> Events of this type are either sent to an object that implements <a href="./javax/servlet/http/HttpSessionBindingListener.html"><code>HttpSessionBindingListener</code></a> when it is bound or unbound from a session, or to a <a href="./javax/servlet/http/HttpSessionAttributeListener.html"><code>HttpSessionAttributeListener</code></a> that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionBindingEvent.html#HttpSessionBindingEvent(javax.servlet.http.HttpSession,String)">HttpSessionBindingEvent(javax.servlet.http.HttpSession,String)</a> - constructor for class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionBindingEvent.html" title="Class in javax.servlet.http">HttpSessionBindingEvent</a></div><div class="description"> Constructs an event that notifies an object that it has been bound to or unbound from a session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionBindingEvent.html#HttpSessionBindingEvent(javax.servlet.http.HttpSession,String,Object)">HttpSessionBindingEvent(javax.servlet.http.HttpSession,String,Object)</a> - constructor for class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionBindingEvent.html" title="Class in javax.servlet.http">HttpSessionBindingEvent</a></div><div class="description"> Constructs an event that notifies an object that it has been bound to or unbound from a session.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpSessionBindingListener.html">HttpSessionBindingListener</a> - interface javax.servlet.http.<a href="./javax/servlet/http/HttpSessionBindingListener.html" title="Interface in javax.servlet.http">HttpSessionBindingListener</a></div><div class="description"> Causes an object to be notified when it is bound to or unbound from a session.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpSessionContext.html">HttpSessionContext</a> - interface javax.servlet.http.<a href="./javax/servlet/http/HttpSessionContext.html" title="Interface in javax.servlet.http">HttpSessionContext</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpSessionEvent.html">HttpSessionEvent</a> - class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionEvent.html" title="Class in javax.servlet.http">HttpSessionEvent</a></div><div class="description">This is the class representing event notifications for changes to sessions within a web application.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionEvent.html#HttpSessionEvent(javax.servlet.http.HttpSession)">HttpSessionEvent(javax.servlet.http.HttpSession)</a> - constructor for class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionEvent.html" title="Class in javax.servlet.http">HttpSessionEvent</a></div><div class="description">Construct a session event from the given source.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpSessionListener.html">HttpSessionListener</a> - interface javax.servlet.http.<a href="./javax/servlet/http/HttpSessionListener.html" title="Interface in javax.servlet.http">HttpSessionListener</a></div><div class="description"> Implementations of this interface are notified of changes to the list of active sessions in a web application.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/HttpUtils.html">HttpUtils</a> - class javax.servlet.http.<a href="./javax/servlet/http/HttpUtils.html" title="Class in javax.servlet.http">HttpUtils</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpUtils.html#HttpUtils()">HttpUtils()</a> - constructor for class javax.servlet.http.<a href="./javax/servlet/http/HttpUtils.html" title="Class in javax.servlet.http">HttpUtils</a></div><div class="description"> Constructs an empty <code>HttpUtils</code> object.</div></div></div><a name="I" id="I"/><h2 class="index category header">I</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/RequestDispatcher.html#include(javax.servlet.ServletRequest,javax.servlet.ServletResponse)">include(javax.servlet.ServletRequest,javax.servlet.ServletResponse)</a> - method in class javax.servlet.<a href="./javax/servlet/RequestDispatcher.html" title="Interface in javax.servlet">RequestDispatcher</a></div><div class="description"> Includes the content of a resource (servlet, JSP page, HTML file) in the response.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#init()">init()</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> A convenience method which can be overridden so that there's no need to call <code>super.init(config)</code>.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/Filter.html#init(javax.servlet.FilterConfig)">init(javax.servlet.FilterConfig)</a> - method in class javax.servlet.<a href="./javax/servlet/Filter.html" title="Interface in javax.servlet">Filter</a></div><div class="description"> Called by the web container to indicate to a filter that it is being placed into service.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#init(javax.servlet.ServletConfig)">init(javax.servlet.ServletConfig)</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Called by the servlet container to indicate to a servlet that the servlet is being placed into service.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/Servlet.html#init(javax.servlet.ServletConfig)">init(javax.servlet.ServletConfig)</a> - method in class javax.servlet.<a href="./javax/servlet/Servlet.html" title="Interface in javax.servlet">Servlet</a></div><div class="description"> Called by the servlet container to indicate to a servlet that the servlet is being placed into service.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#invalidate()">invalidate()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Invalidates this session then unbinds any objects bound to it.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#isCommitted()">isCommitted()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Returns a boolean indicating if the response has been committed.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#isCommitted()">isCommitted()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return isCommitted() on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#isNew()">isNew()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Returns <code>true</code> if the client does not yet know about the session or if the client chooses not to join the session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/UnavailableException.html#isPermanent()">isPermanent()</a> - method in class javax.servlet.<a href="./javax/servlet/UnavailableException.html" title="Class in javax.servlet">UnavailableException</a></div><div class="description"> Returns a <code>boolean</code> indicating whether the servlet is permanently unavailable.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#isRequestedSessionIdFromCookie()">isRequestedSessionIdFromCookie()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Checks whether the requested session ID came in as a cookie.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#isRequestedSessionIdFromCookie()">isRequestedSessionIdFromCookie()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#isRequestedSessionIdFromUrl()">isRequestedSessionIdFromUrl()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#isRequestedSessionIdFromUrl()">isRequestedSessionIdFromUrl()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return isRequestedSessionIdFromUrl() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#isRequestedSessionIdValid()">isRequestedSessionIdValid()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Checks whether the requested session ID is still valid.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#isRequestedSessionIdValid()">isRequestedSessionIdValid()</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#isSecure()">isSecure()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#isSecure()">isSecure()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return isSecure() on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequest.html#isUserInRole(String)">isUserInRole(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequest.html" title="Interface in javax.servlet.http">HttpServletRequest</a></div><div class="description"> Returns a boolean indicating whether the authenticated user is included in the specified logical "role".</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletRequestWrapper.html#isUserInRole(String)">isUserInRole(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletRequestWrapper.html" title="Class in javax.servlet.http">HttpServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.</div></div></div><a name="J" id="J"/><h2 class="index category header">J</h2><div class="index category"><div class="index entry"><div class="key"><a href="javax/servlet/package-summary.html">javax.servlet</a> - package</div><div class="description">The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/http/package-summary.html">javax.servlet.http</a> - package</div><div class="description">The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.</div></div></div><a name="L" id="L"/><h2 class="index category header">L</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#log(Exception,String)">log(Exception,String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#log(String)">log(String)</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Writes the specified message to a servlet log file, prepended by the servlet's name.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#log(String)">log(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Writes the specified message to a servlet log file, usually an event log.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#log(String,Throwable)">log(String,Throwable)</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Writes an explanatory message and a stack trace for a given <code>Throwable</code> exception to the servlet log file, prepended by the servlet's name.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#log(String,Throwable)">log(String,Throwable)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Writes an explanatory message and a stack trace for a given <code>Throwable</code> exception to the servlet log file.</div></div></div><a name="P" id="P"/><h2 class="index category header">P</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpUtils.html#parsePostData(int,javax.servlet.ServletInputStream)">parsePostData(int,javax.servlet.ServletInputStream)</a> - static method in class javax.servlet.http.<a href="./javax/servlet/http/HttpUtils.html" title="Class in javax.servlet.http">HttpUtils</a></div><div class="description"> Parses data from an HTML form that the client sends to the server using the HTTP POST method and the <i>application/x-www-form-urlencoded</i> MIME type.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpUtils.html#parseQueryString(String)">parseQueryString(String)</a> - static method in class javax.servlet.http.<a href="./javax/servlet/http/HttpUtils.html" title="Class in javax.servlet.http">HttpUtils</a></div><div class="description"> Parses a query string passed from the client to the server and builds a <code>HashTable</code> object with key-value pairs.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#print(boolean)">print(boolean)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a <code>boolean</code> value to the client, with no carriage return-line feed (CRLF) character at the end.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#print(char)">print(char)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a character to the client, with no carriage return-line feed (CRLF) at the end.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#print(double)">print(double)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a <code>double</code> value to the client, with no carriage return-line feed (CRLF) at the end.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#print(float)">print(float)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a <code>float</code> value to the client, with no carriage return-line feed (CRLF) at the end.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#print(int)">print(int)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes an int to the client, with no carriage return-line feed (CRLF) at the end.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#print(long)">print(long)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a <code>long</code> value to the client, with no carriage return-line feed (CRLF) at the end.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#print(String)">print(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a <code>String</code> to the client, without a carriage return-line feed (CRLF) character at the end.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#println()">println()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a carriage return-line feed (CRLF) to the client.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#println(boolean)">println(boolean)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a <code>boolean</code> value to the client, followed by a carriage return-line feed (CRLF).</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#println(char)">println(char)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a character to the client, followed by a carriage return-line feed (CRLF).</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#println(double)">println(double)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a <code>double</code> value to the client, followed by a carriage return-line feed (CRLF).</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#println(float)">println(float)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a <code>float</code> value to the client, followed by a carriage return-line feed (CRLF).</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#println(int)">println(int)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes an int to the client, followed by a carriage return-line feed (CRLF) character.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#println(long)">println(long)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a <code>long</code> value to the client, followed by a carriage return-line feed (CRLF).</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#println(String)">println(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Writes a <code>String</code> to the client, followed by a carriage return-line feed (CRLF).</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#putValue(String,Object)">putValue(String,Object)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"></div></div></div><a name="R" id="R"/><h2 class="index category header">R</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/ServletInputStream.html#readLine(byte[],int,int)">readLine(byte[],int,int)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletInputStream.html" title="Class in javax.servlet">ServletInputStream</a></div><div class="description"> Reads the input stream, one line at a time.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#removeAttribute(String)">removeAttribute(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Removes the object bound with the specified name from this session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#removeAttribute(String)">removeAttribute(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Removes the attribute with the given name from the servlet context.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#removeAttribute(String)">removeAttribute(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Removes an attribute from this request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#removeAttribute(String)">removeAttribute(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#removeValue(String)">removeValue(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestListener.html#requestDestroyed(javax.servlet.ServletRequestEvent)">requestDestroyed(javax.servlet.ServletRequestEvent)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestListener.html" title="Interface in javax.servlet">ServletRequestListener</a></div><div class="description">The request is about to go out of scope of the web application.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/RequestDispatcher.html">RequestDispatcher</a> - interface javax.servlet.<a href="./javax/servlet/RequestDispatcher.html" title="Interface in javax.servlet">RequestDispatcher</a></div><div class="description"> Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestListener.html#requestInitialized(javax.servlet.ServletRequestEvent)">requestInitialized(javax.servlet.ServletRequestEvent)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestListener.html" title="Interface in javax.servlet">ServletRequestListener</a></div><div class="description">The request is about to come into scope of the web application.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#reset()">reset()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Clears any data that exists in the buffer as well as the status code and headers.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#reset()">reset()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call reset() on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#resetBuffer()">resetBuffer()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Clears the content of the underlying buffer in the response without clearing headers or status code.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#resetBuffer()">resetBuffer()</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call resetBuffer() on the wrapped response object.</div></div></div><a name="S" id="S"/><h2 class="index category header">S</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_ACCEPTED">SC_ACCEPTED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (202) indicating that a request was accepted for processing, but was not completed.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_BAD_GATEWAY">SC_BAD_GATEWAY</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_BAD_REQUEST">SC_BAD_REQUEST</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (400) indicating the request sent by the client was syntactically incorrect.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_CONFLICT">SC_CONFLICT</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_CONTINUE">SC_CONTINUE</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (100) indicating the client can continue.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_CREATED">SC_CREATED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (201) indicating the request succeeded and created a new resource on the server.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_EXPECTATION_FAILED">SC_EXPECTATION_FAILED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (417) indicating that the server could not meet the expectation given in the Expect request header.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_FORBIDDEN">SC_FORBIDDEN</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (403) indicating the server understood the request but refused to fulfill it.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_FOUND">SC_FOUND</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (302) indicating that the resource reside temporarily under a different URI.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_GATEWAY_TIMEOUT">SC_GATEWAY_TIMEOUT</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_GONE">SC_GONE</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_HTTP_VERSION_NOT_SUPPORTED">SC_HTTP_VERSION_NOT_SUPPORTED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_INTERNAL_SERVER_ERROR">SC_INTERNAL_SERVER_ERROR</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_LENGTH_REQUIRED">SC_LENGTH_REQUIRED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (411) indicating that the request cannot be handled without a defined <code><em>Content-Length</em></code>.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_METHOD_NOT_ALLOWED">SC_METHOD_NOT_ALLOWED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (405) indicating that the method specified in the <code><em>Request-Line</em></code> is not allowed for the resource identified by the <code><em>Request-URI</em></code>.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_MOVED_PERMANENTLY">SC_MOVED_PERMANENTLY</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_MOVED_TEMPORARILY">SC_MOVED_TEMPORARILY</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_MULTIPLE_CHOICES">SC_MULTIPLE_CHOICES</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_NO_CONTENT">SC_NO_CONTENT</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (204) indicating that the request succeeded but that there was no new information to return.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_NON_AUTHORITATIVE_INFORMATION">SC_NON_AUTHORITATIVE_INFORMATION</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (203) indicating that the meta information presented by the client did not originate from the server.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_NOT_ACCEPTABLE">SC_NOT_ACCEPTABLE</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_NOT_FOUND">SC_NOT_FOUND</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (404) indicating that the requested resource is not available.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_NOT_IMPLEMENTED">SC_NOT_IMPLEMENTED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_NOT_MODIFIED">SC_NOT_MODIFIED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_OK">SC_OK</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (200) indicating the request succeeded normally.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_PARTIAL_CONTENT">SC_PARTIAL_CONTENT</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (206) indicating that the server has fulfilled the partial GET request for the resource.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_PAYMENT_REQUIRED">SC_PAYMENT_REQUIRED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (402) reserved for future use.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_PRECONDITION_FAILED">SC_PRECONDITION_FAILED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_PROXY_AUTHENTICATION_REQUIRED">SC_PROXY_AUTHENTICATION_REQUIRED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (407) indicating that the client <em>MUST</em> first authenticate itself with the proxy.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_REQUEST_ENTITY_TOO_LARGE">SC_REQUEST_ENTITY_TOO_LARGE</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_REQUEST_TIMEOUT">SC_REQUEST_TIMEOUT</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_REQUEST_URI_TOO_LONG">SC_REQUEST_URI_TOO_LONG</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (414) indicating that the server is refusing to service the request because the <code><em>Request-URI</em></code> is longer than the server is willing to interpret.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_REQUESTED_RANGE_NOT_SATISFIABLE">SC_REQUESTED_RANGE_NOT_SATISFIABLE</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (416) indicating that the server cannot serve the requested byte range.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_RESET_CONTENT">SC_RESET_CONTENT</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (205) indicating that the agent <em>SHOULD</em> reset the document view which caused the request to be sent.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_SEE_OTHER">SC_SEE_OTHER</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (303) indicating that the response to the request can be found under a different URI.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_SERVICE_UNAVAILABLE">SC_SERVICE_UNAVAILABLE</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_SWITCHING_PROTOCOLS">SC_SWITCHING_PROTOCOLS</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (101) indicating the server is switching protocols according to Upgrade header.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_TEMPORARY_REDIRECT">SC_TEMPORARY_REDIRECT</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (307) indicating that the requested resource resides temporarily under a different URI.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_UNAUTHORIZED">SC_UNAUTHORIZED</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (401) indicating that the request requires HTTP authentication.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_UNSUPPORTED_MEDIA_TYPE">SC_UNSUPPORTED_MEDIA_TYPE</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#SC_USE_PROXY">SC_USE_PROXY</a> - static field in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Status code (305) indicating that the requested resource <em>MUST</em> be accessed through the proxy given by the <code><em>Location</em></code> field.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#sendError(int)">sendError(int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Sends an error response to the client using the specified status code and clearing the buffer.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#sendError(int)">sendError(int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call sendError(int sc) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#sendError(int,String)">sendError(int,String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Sends an error response to the client using the specified status.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#sendError(int,String)">sendError(int,String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#sendRedirect(String)">sendRedirect(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Sends a temporary redirect response to the client using the specified redirect location URL.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#sendRedirect(String)">sendRedirect(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#service(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">service(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Receives standard HTTP requests from the public <code>service</code> method and dispatches them to the <code>do</code><i>XXX</i> methods defined in this class.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/GenericServlet.html#service(javax.servlet.ServletRequest,javax.servlet.ServletResponse)">service(javax.servlet.ServletRequest,javax.servlet.ServletResponse)</a> - method in class javax.servlet.<a href="./javax/servlet/GenericServlet.html" title="Class in javax.servlet">GenericServlet</a></div><div class="description"> Called by the servlet container to allow the servlet to respond to a request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServlet.html#service(javax.servlet.ServletRequest,javax.servlet.ServletResponse)">service(javax.servlet.ServletRequest,javax.servlet.ServletResponse)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServlet.html" title="Class in javax.servlet.http">HttpServlet</a></div><div class="description"> Dispatches client requests to the protected <code>service</code> method.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/Servlet.html#service(javax.servlet.ServletRequest,javax.servlet.ServletResponse)">service(javax.servlet.ServletRequest,javax.servlet.ServletResponse)</a> - method in class javax.servlet.<a href="./javax/servlet/Servlet.html" title="Interface in javax.servlet">Servlet</a></div><div class="description"> Called by the servlet container to allow the servlet to respond to a request.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/Servlet.html">Servlet</a> - interface javax.servlet.<a href="./javax/servlet/Servlet.html" title="Interface in javax.servlet">Servlet</a></div><div class="description"> Defines methods that all servlets must implement.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletConfig.html">ServletConfig</a> - interface javax.servlet.<a href="./javax/servlet/ServletConfig.html" title="Interface in javax.servlet">ServletConfig</a></div><div class="description"> A servlet configuration object used by a servlet container to pass information to a servlet during initialization.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletContext.html">ServletContext</a> - interface javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletContextAttributeEvent.html">ServletContextAttributeEvent</a> - class javax.servlet.<a href="./javax/servlet/ServletContextAttributeEvent.html" title="Class in javax.servlet">ServletContextAttributeEvent</a></div><div class="description"> This is the event class for notifications about changes to the attributes of the servlet context of a web application.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContextAttributeEvent.html#ServletContextAttributeEvent(javax.servlet.ServletContext,String,Object)">ServletContextAttributeEvent(javax.servlet.ServletContext,String,Object)</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletContextAttributeEvent.html" title="Class in javax.servlet">ServletContextAttributeEvent</a></div><div class="description">Construct a ServletContextAttributeEvent from the given context for the given attribute name and attribute value.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletContextAttributeListener.html">ServletContextAttributeListener</a> - interface javax.servlet.<a href="./javax/servlet/ServletContextAttributeListener.html" title="Interface in javax.servlet">ServletContextAttributeListener</a></div><div class="description">Implementations of this interface receive notifications of changes to the attribute list on the servlet context of a web application.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletContextEvent.html">ServletContextEvent</a> - class javax.servlet.<a href="./javax/servlet/ServletContextEvent.html" title="Class in javax.servlet">ServletContextEvent</a></div><div class="description"> This is the event class for notifications about changes to the servlet context of a web application.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContextEvent.html#ServletContextEvent(javax.servlet.ServletContext)">ServletContextEvent(javax.servlet.ServletContext)</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletContextEvent.html" title="Class in javax.servlet">ServletContextEvent</a></div><div class="description">Construct a ServletContextEvent from the given context.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletContextListener.html">ServletContextListener</a> - interface javax.servlet.<a href="./javax/servlet/ServletContextListener.html" title="Interface in javax.servlet">ServletContextListener</a></div><div class="description"> Implementations of this interface receive notifications about changes to the servlet context of the web application they are part of.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletException.html">ServletException</a> - class javax.servlet.<a href="./javax/servlet/ServletException.html" title="Class in javax.servlet">ServletException</a></div><div class="description"> Defines a general exception a servlet can throw when it encounters difficulty.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletException.html#ServletException()">ServletException()</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletException.html" title="Class in javax.servlet">ServletException</a></div><div class="description"> Constructs a new servlet exception.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletException.html#ServletException(String)">ServletException(String)</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletException.html" title="Class in javax.servlet">ServletException</a></div><div class="description"> Constructs a new servlet exception with the specified message.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletException.html#ServletException(String,Throwable)">ServletException(String,Throwable)</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletException.html" title="Class in javax.servlet">ServletException</a></div><div class="description"> Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletException.html#ServletException(Throwable)">ServletException(Throwable)</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletException.html" title="Class in javax.servlet">ServletException</a></div><div class="description"> Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletInputStream.html">ServletInputStream</a> - class javax.servlet.<a href="./javax/servlet/ServletInputStream.html" title="Class in javax.servlet">ServletInputStream</a></div><div class="description"> Provides an input stream for reading binary data from a client request, including an efficient <code>readLine</code> method for reading data one line at a time.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletInputStream.html#ServletInputStream()">ServletInputStream()</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletInputStream.html" title="Class in javax.servlet">ServletInputStream</a></div><div class="description"> Does nothing, because this is an abstract class.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletOutputStream.html">ServletOutputStream</a> - class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Provides an output stream for sending binary data to the client.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletOutputStream.html#ServletOutputStream()">ServletOutputStream()</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletOutputStream.html" title="Class in javax.servlet">ServletOutputStream</a></div><div class="description"> Does nothing, because this is an abstract class.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletRequest.html">ServletRequest</a> - interface javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Defines an object to provide client request information to a servlet.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletRequestAttributeEvent.html">ServletRequestAttributeEvent</a> - class javax.servlet.<a href="./javax/servlet/ServletRequestAttributeEvent.html" title="Class in javax.servlet">ServletRequestAttributeEvent</a></div><div class="description"> This is the event class for notifications of changes to the attributes of the servlet request in an application.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestAttributeEvent.html#ServletRequestAttributeEvent(javax.servlet.ServletContext,javax.servlet.ServletRequest,String,Object)">ServletRequestAttributeEvent(javax.servlet.ServletContext,javax.servlet.ServletRequest,String,Object)</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletRequestAttributeEvent.html" title="Class in javax.servlet">ServletRequestAttributeEvent</a></div><div class="description">Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletRequestAttributeListener.html">ServletRequestAttributeListener</a> - interface javax.servlet.<a href="./javax/servlet/ServletRequestAttributeListener.html" title="Interface in javax.servlet">ServletRequestAttributeListener</a></div><div class="description"> A ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attribute changes.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletRequestEvent.html">ServletRequestEvent</a> - class javax.servlet.<a href="./javax/servlet/ServletRequestEvent.html" title="Class in javax.servlet">ServletRequestEvent</a></div><div class="description"> Events of this kind indicate lifecycle events for a ServletRequest.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestEvent.html#ServletRequestEvent(javax.servlet.ServletContext,javax.servlet.ServletRequest)">ServletRequestEvent(javax.servlet.ServletContext,javax.servlet.ServletRequest)</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletRequestEvent.html" title="Class in javax.servlet">ServletRequestEvent</a></div><div class="description">Construct a ServletRequestEvent for the given ServletContext and ServletRequest.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletRequestListener.html">ServletRequestListener</a> - interface javax.servlet.<a href="./javax/servlet/ServletRequestListener.html" title="Interface in javax.servlet">ServletRequestListener</a></div><div class="description"> A ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out of scope in a web component.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletRequestWrapper.html">ServletRequestWrapper</a> - class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#ServletRequestWrapper(javax.servlet.ServletRequest)">ServletRequestWrapper(javax.servlet.ServletRequest)</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> Creates a ServletRequest adaptor wrapping the given request object.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletResponse.html">ServletResponse</a> - interface javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Defines an object to assist a servlet in sending a response to the client.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/ServletResponseWrapper.html">ServletResponseWrapper</a> - class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#ServletResponseWrapper(javax.servlet.ServletResponse)">ServletResponseWrapper(javax.servlet.ServletResponse)</a> - constructor for class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> Creates a ServletResponse adaptor wrapping the given response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionListener.html#sessionCreated(javax.servlet.http.HttpSessionEvent)">sessionCreated(javax.servlet.http.HttpSessionEvent)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionListener.html" title="Interface in javax.servlet.http">HttpSessionListener</a></div><div class="description"> Notification that a session was created.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionListener.html#sessionDestroyed(javax.servlet.http.HttpSessionEvent)">sessionDestroyed(javax.servlet.http.HttpSessionEvent)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionListener.html" title="Interface in javax.servlet.http">HttpSessionListener</a></div><div class="description"> Notification that a session is about to be invalidated.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionActivationListener.html#sessionDidActivate(javax.servlet.http.HttpSessionEvent)">sessionDidActivate(javax.servlet.http.HttpSessionEvent)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionActivationListener.html" title="Interface in javax.servlet.http">HttpSessionActivationListener</a></div><div class="description">Notification that the session has just been activated.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionActivationListener.html#sessionWillPassivate(javax.servlet.http.HttpSessionEvent)">sessionWillPassivate(javax.servlet.http.HttpSessionEvent)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionActivationListener.html" title="Interface in javax.servlet.http">HttpSessionActivationListener</a></div><div class="description">Notification that the session is about to be passivated.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#setAttribute(String,Object)">setAttribute(String,Object)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Binds an object to this session, using the name specified.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletContext.html#setAttribute(String,Object)">setAttribute(String,Object)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletContext.html" title="Interface in javax.servlet">ServletContext</a></div><div class="description"> Binds an object to a given attribute name in this servlet context.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#setAttribute(String,Object)">setAttribute(String,Object)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Stores an attribute in this request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#setAttribute(String,Object)">setAttribute(String,Object)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#setBufferSize(int)">setBufferSize(int)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Sets the preferred buffer size for the body of the response.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#setBufferSize(int)">setBufferSize(int)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequest.html#setCharacterEncoding(String)">setCharacterEncoding(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequest.html" title="Interface in javax.servlet">ServletRequest</a></div><div class="description"> Overrides the name of the character encoding used in the body of this request.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#setCharacterEncoding(String)">setCharacterEncoding(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> The default behavior of this method is to set the character encoding on the wrapped request object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#setCharacterEncoding(String)">setCharacterEncoding(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#setCharacterEncoding(String)">setCharacterEncoding(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#setComment(String)">setComment(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Specifies a comment that describes a cookie's purpose.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#setContentLength(int)">setContentLength(int)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#setContentLength(int)">setContentLength(int)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call setContentLength(int len) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#setContentType(String)">setContentType(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Sets the content type of the response being sent to the client, if the response has not been committed yet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#setContentType(String)">setContentType(String)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call setContentType(String type) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#setDateHeader(String,long)">setDateHeader(String,long)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Sets a response header with the given name and date-value.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#setDateHeader(String,long)">setDateHeader(String,long)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#setDomain(String)">setDomain(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Specifies the domain within which this cookie should be presented.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#setHeader(String,String)">setHeader(String,String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Sets a response header with the given name and value.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#setHeader(String,String)">setHeader(String,String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#setIntHeader(String,int)">setIntHeader(String,int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Sets a response header with the given name and integer value.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#setIntHeader(String,int)">setIntHeader(String,int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponse.html#setLocale(Locale)">setLocale(Locale)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponse.html" title="Interface in javax.servlet">ServletResponse</a></div><div class="description"> Sets the locale of the response, if the response has not been committed yet.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#setLocale(Locale)">setLocale(Locale)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#setMaxAge(int)">setMaxAge(int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Sets the maximum age of the cookie in seconds.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSession.html#setMaxInactiveInterval(int)">setMaxInactiveInterval(int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSession.html" title="Interface in javax.servlet.http">HttpSession</a></div><div class="description"> Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#setPath(String)">setPath(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Specifies a path for the cookie to which the client should return the cookie.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletRequestWrapper.html#setRequest(javax.servlet.ServletRequest)">setRequest(javax.servlet.ServletRequest)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletRequestWrapper.html" title="Class in javax.servlet">ServletRequestWrapper</a></div><div class="description"> Sets the request object being wrapped.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/ServletResponseWrapper.html#setResponse(javax.servlet.ServletResponse)">setResponse(javax.servlet.ServletResponse)</a> - method in class javax.servlet.<a href="./javax/servlet/ServletResponseWrapper.html" title="Class in javax.servlet">ServletResponseWrapper</a></div><div class="description"> Sets the response being wrapped.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#setSecure(boolean)">setSecure(boolean)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#setStatus(int)">setStatus(int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"> Sets the status code for this response.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#setStatus(int)">setStatus(int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call setStatus(int sc) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponse.html#setStatus(int,String)">setStatus(int,String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponse.html" title="Interface in javax.servlet.http">HttpServletResponse</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpServletResponseWrapper.html#setStatus(int,String)">setStatus(int,String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpServletResponseWrapper.html" title="Class in javax.servlet.http">HttpServletResponseWrapper</a></div><div class="description"> The default behavior of this method is to call setStatus(int sc, String sm) on the wrapped response object.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#setValue(String)">setValue(String)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Assigns a new value to a cookie after the cookie is created.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/Cookie.html#setVersion(int)">setVersion(int)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/Cookie.html" title="Class in javax.servlet.http">Cookie</a></div><div class="description"> Sets the version of the cookie protocol this cookie complies with.</div></div><div class="index entry"><div class="key"><a href="javax/servlet/SingleThreadModel.html">SingleThreadModel</a> - interface javax.servlet.<a href="./javax/servlet/SingleThreadModel.html" title="Interface in javax.servlet">SingleThreadModel</a></div><div class="description"> Ensures that servlets handle only one request at a time.</div></div></div><a name="U" id="U"/><h2 class="index category header">U</h2><div class="index category"><div class="index entry"><div class="key"><a href="javax/servlet/UnavailableException.html">UnavailableException</a> - class javax.servlet.<a href="./javax/servlet/UnavailableException.html" title="Class in javax.servlet">UnavailableException</a></div><div class="description"> Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/UnavailableException.html#UnavailableException(int,javax.servlet.Servlet,String)">UnavailableException(int,javax.servlet.Servlet,String)</a> - constructor for class javax.servlet.<a href="./javax/servlet/UnavailableException.html" title="Class in javax.servlet">UnavailableException</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/UnavailableException.html#UnavailableException(javax.servlet.Servlet,String)">UnavailableException(javax.servlet.Servlet,String)</a> - constructor for class javax.servlet.<a href="./javax/servlet/UnavailableException.html" title="Class in javax.servlet">UnavailableException</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./javax/servlet/UnavailableException.html#UnavailableException(String)">UnavailableException(String)</a> - constructor for class javax.servlet.<a href="./javax/servlet/UnavailableException.html" title="Class in javax.servlet">UnavailableException</a></div><div class="description"> Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/UnavailableException.html#UnavailableException(String,int)">UnavailableException(String,int)</a> - constructor for class javax.servlet.<a href="./javax/servlet/UnavailableException.html" title="Class in javax.servlet">UnavailableException</a></div><div class="description"> Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.</div></div></div><a name="V" id="V"/><h2 class="index category header">V</h2><div class="index category"><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionBindingListener.html#valueBound(javax.servlet.http.HttpSessionBindingEvent)">valueBound(javax.servlet.http.HttpSessionBindingEvent)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionBindingListener.html" title="Interface in javax.servlet.http">HttpSessionBindingListener</a></div><div class="description"> Notifies the object that it is being bound to a session and identifies the session.</div></div><div class="index entry"><div class="key"><a href="./javax/servlet/http/HttpSessionBindingListener.html#valueUnbound(javax.servlet.http.HttpSessionBindingEvent)">valueUnbound(javax.servlet.http.HttpSessionBindingEvent)</a> - method in class javax.servlet.http.<a href="./javax/servlet/http/HttpSessionBindingListener.html" title="Interface in javax.servlet.http">HttpSessionBindingListener</a></div><div class="description"> Notifies the object that it is being unbound from a session and identifies the session.</div></div></div><p class="navbar bottom spacer"> </p><table class="navbar div bottom"><tr><td><div class="navbar div top"><span class="navbar item enabled"><a href="./overview-summary.html">Overview</a></span> <span class="navbar item disabled">Package</span> <span class="navbar item disabled">Class</span> <span class="navbar item disabled">Use</span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item active">Index</span> <span class="navbar item enabled"><a href="./deprecated.html">Deprecated</a></span> <span class="navbar item enabled"><a href="./about.html">About</a></span></div></td></tr></table><hr/>Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.</body></html>