Alphabetical Index

_ A B C D E F G H I J L N O P R S T U V W

_

This method is called on every request.

A

addCookie(javax.servlet.http.Cookie) - method in class javax.servlet.http.HttpServletResponse
Adds a cookie to the response.
addDateHeader(String,long) - method in class javax.servlet.http.HttpServletResponse
XXX
addHeader(String,String) - method in class javax.servlet.http.HttpServletResponse
XXX
addIntHeader(String,int) - method in class javax.servlet.http.HttpServletResponse
XXX
APPLICATION - static field in class javax.servlet.jsp.PageContext
XXX
APPLICATION_SCOPE - static field in class javax.servlet.jsp.PageContext
XXX
AT_BEGIN - static field in class javax.servlet.jsp.tagext.VariableInfo
AT_END - static field in class javax.servlet.jsp.tagext.VariableInfo
autoFlush - field in class javax.servlet.jsp.JspWriter

B

BODY_CONTENT_JSP - static field in class javax.servlet.jsp.tagext.TagInfo
BODY_CONTENT_TAG_DEPENDENT - static field in class javax.servlet.jsp.tagext.TagInfo
BodyJspWriter - class javax.servlet.jsp.tagext.BodyJspWriter
BodyJspWriter(int,boolean) - constructor for class javax.servlet.jsp.tagext.BodyJspWriter
bodyOut - field in class javax.servlet.jsp.tagext.Tag
bufferSize - field in class javax.servlet.jsp.JspWriter

C

canBeRequestTime() - method in class javax.servlet.jsp.tagext.TagAttributeInfo
clear() - method in class javax.servlet.jsp.JspWriter
XXX
clearBody() - method in class javax.servlet.jsp.tagext.BodyJspWriter
clearBuffer() - method in class javax.servlet.jsp.JspWriter
XXX
clone() - method in class javax.servlet.http.Cookie
Clones the Cookie.
close() - method in class javax.servlet.jsp.JspWriter
XXX
CONFIG - static field in class javax.servlet.jsp.PageContext
XXX
containsHeader(String) - method in class javax.servlet.http.HttpServletResponse
Returns whether or not the response already contains the named header
Cookie - class javax.servlet.http.Cookie
A cookie is basically a {String,String} name/value pair that the server tells the client to remember and to send back to him attached to every future request.
Using cookies a server can maintain a state in between client requests.
Cookie(String,String) - constructor for class javax.servlet.http.Cookie
Creates a cookie with a name and a value.

D

DEFAULT_BUFFER - static field in class javax.servlet.jsp.JspWriter
XXX
destroy() - method in class javax.servlet.GenericServlet
Called by the server when it no longer needs the servlet.
destroy() - method in class javax.servlet.Servlet
Called by the server when it no longer needs the servlet.
doAfterBody() - method in class javax.servlet.jsp.tagext.Tag
doBeforeBody() - method in class javax.servlet.jsp.tagext.Tag
This method is called on a "DELETE" request.
doEndTag() - method in class javax.servlet.jsp.tagext.Tag
This method is called on a "GET" request.
This method is called on a "OPTIONS" request.
This method is called on a "POST" request.
This method is called on a "PUT" request.
doStartTag() - method in class javax.servlet.jsp.tagext.Tag
This method is called on a "TRACE" request.

E

encodeRedirectUrl(String) - method in class javax.servlet.http.HttpServletResponse
Encodes an URL that must be used with sendRedirect().
encodeUrl(String) - method in class javax.servlet.http.HttpServletResponse
Encodes an URL that is going to be send to the client.
EVAL_BODY - static field in class javax.servlet.jsp.tagext.Tag
EVAL_PAGE - static field in class javax.servlet.jsp.tagext.Tag
EXCEPTION - static field in class javax.servlet.jsp.PageContext
XXX

F

findAncestorWithClass(javax.servlet.jsp.tagext.Tag,Class) - static method in class javax.servlet.jsp.tagext.Tag
findAttribute(String) - method in class javax.servlet.jsp.PageContext
XXX
flush() - method in class javax.servlet.jsp.JspWriter
XXX
flushBuffer() - method in class javax.servlet.ServletResponse
XXX
Forwards a ServletRequest to the resource represented by the RequestDispatcher.
forward(String) - method in class javax.servlet.jsp.PageContext
XXX

G

GenericServlet - class javax.servlet.GenericServlet
Abstract base class for all servlets.
GenericServlet() - constructor for class javax.servlet.GenericServlet
Does nothing.
getAttribute(String) - method in class javax.servlet.http.HttpSession
XXX
getAttribute(String) - method in class javax.servlet.jsp.PageContext
XXX
getAttribute(String) - method in class javax.servlet.ServletContext
Gets the value of a named attribute
getAttribute(String) - method in class javax.servlet.ServletRequest
Gets a named attribute's value.
getAttribute(String) - method in class javax.servlet.jsp.tagext.TagData
getAttribute(String,int) - method in class javax.servlet.jsp.PageContext
XXX
getAttributeNames() - method in class javax.servlet.http.HttpSession
XXX
getAttributeNames() - method in class javax.servlet.ServletContext
Gets an enumeration containing all the attribute names
getAttributeNames() - method in class javax.servlet.ServletRequest
Gets an Enumeration of all the attribute names.
getAttributeNamesInScope(int) - method in class javax.servlet.jsp.PageContext
XXX
getAttributes() - method in class javax.servlet.jsp.tagext.TagInfo
getAttributesScope(String) - method in class javax.servlet.jsp.PageContext
XXX
getAttributeString(String) - method in class javax.servlet.jsp.tagext.TagData
getAuthType() - method in class javax.servlet.http.HttpServletRequest
Gets the authorization scheme of this request.
getBodyContent() - method in class javax.servlet.jsp.tagext.TagInfo
getBodyOut() - method in class javax.servlet.jsp.tagext.Tag
getBufferSize() - method in class javax.servlet.jsp.JspWriter
XXX
getBufferSize() - method in class javax.servlet.ServletResponse
XXX
getCharacterEncoding() - method in class javax.servlet.ServletRequest
Gets the character encoding of the request data.
getCharacterEncoding() - method in class javax.servlet.ServletResponse
Returns the characterset encoding in use by this Response
getClassName() - method in class javax.servlet.jsp.tagext.VariableInfo
getComment() - method in class javax.servlet.http.Cookie
Gets the comment of the cookie
getContentLength() - method in class javax.servlet.ServletRequest
Gets the size in bytes of the request
getContentType() - method in class javax.servlet.ServletRequest
Gets the mime type of the request
getContext(String) - method in class javax.servlet.ServletContext
Gives the ServletContext of another servlet indicated by the UriPath on the same server.
getContextPath() - method in class javax.servlet.http.HttpServletRequest
XXX
getCookies() - method in class javax.servlet.http.HttpServletRequest
Gets all the Cookies present in the request.
getCreationTime() - method in class javax.servlet.http.HttpSession
Gets this session's creation time in seconds since january 1st 1970.
getDateHeader(String) - method in class javax.servlet.http.HttpServletRequest
Converts a given header parameter name to a date in the form of the number of milliseconds since 1 january 1970 midnight GMT.
getDeclare() - method in class javax.servlet.jsp.tagext.VariableInfo
getDefaultFactory() - static method in class javax.servlet.jsp.JspFactory
XXX
getDomain() - method in class javax.servlet.http.Cookie
Gets this cookie's domain
getEngineInfo() - method in class javax.servlet.jsp.JspFactory
XXX
getException() - method in class javax.servlet.jsp.PageContext
XXX
getHeader(String) - method in class javax.servlet.http.HttpServletRequest
Gets a named header.
getHeaderNames() - method in class javax.servlet.http.HttpServletRequest
Gets an Enumeration with all the headernames.
getHeaders(String) - method in class javax.servlet.http.HttpServletRequest
XXX
getId() - method in class javax.servlet.http.HttpSession
Gets the unique session id.
getId() - method in class javax.servlet.jsp.tagext.TagData
getIdAttribute(javax.servlet.jsp.tagext.TagAttributeInfo[]) - static method in class javax.servlet.jsp.tagext.TagAttributeInfo
getIds() - method in class javax.servlet.http.HttpSessionContext
Get all sessions ids.
getImplementationVersion() - method in class javax.servlet.jsp.JspEngineInfo
Returns the implementation version of the JSP engine.
getInfoString() - method in class javax.servlet.jsp.tagext.TagInfo
getInfoString() - method in class javax.servlet.jsp.tagext.TagLibraryInfo
getInitParameter(String) - method in class javax.servlet.GenericServlet
Gets a servlet's initialization parameter
getInitParameter(String) - method in class javax.servlet.ServletConfig
Get the value of this name's initparameter
getInitParameter(String) - method in class javax.servlet.ServletContext
XXX
getInitParameterNames() - method in class javax.servlet.GenericServlet
Gets all the initialization parameters
getInitParameterNames() - method in class javax.servlet.ServletConfig
Get all InitParameterNames
getInitParameterNames() - method in class javax.servlet.ServletContext
XXX
getInputStream() - method in class javax.servlet.ServletRequest
Creates an inputstream for servlets to read client request data from.
getIntHeader(String) - method in class javax.servlet.http.HttpServletRequest
Gets a named header and returns it in the shape of an int.
getLastAccessedTime() - method in class javax.servlet.http.HttpSession
Gets the number of seconds since the previous access of this session.
Returns the time the requested uri was last modified in seconds since 1 january 1970.
getLibraryPrefix() - method in class javax.servlet.jsp.tagext.Tag
getLocale() - method in class javax.servlet.ServletRequest
XXX
getLocale() - method in class javax.servlet.ServletResponse
XXX
getLocales() - method in class javax.servlet.ServletRequest
XXX
getMajorVersion() - method in class javax.servlet.ServletContext
Major version number of the Servlet API the servlet engine supports.
getMaxAge() - method in class javax.servlet.http.Cookie
Gets the time-to-live for this cookie, in seconds.
If it is 0 then the client will delete the cookie.
If it is -1 (which is the default) then the cookie will be a non-persistent cookie.
This means that the cookie will live as long as the http client lives, and will not be saved to disk.
getMaxInactiveInterval() - method in class javax.servlet.http.HttpSession
Returns the minimum time this session will be kept alive by the server when it doesn't get accessed by a client.
getMethod() - method in class javax.servlet.http.HttpServletRequest
Gets the method the client used.
getMimeType(String) - method in class javax.servlet.ServletContext
Gives the mimetype of the requested file
getMinorVersion() - method in class javax.servlet.ServletContext
Minor version number of the Servlet API the servlet engine supports.
getName() - method in class javax.servlet.http.Cookie
Get the name
getName() - method in class javax.servlet.http.HttpSessionBindingEvent
Returns the name used to refer to this Object.
getName() - method in class javax.servlet.jsp.tagext.TagAttributeInfo
getNamedDispatcher(String) - method in class javax.servlet.ServletContext
XXX
getOut() - method in class javax.servlet.jsp.PageContext
XXX
getOutputStream() - method in class javax.servlet.ServletResponse
Creates a ServletOutputStream for the servlet to write the data to.
getPage() - method in class javax.servlet.jsp.PageContext
XXX
getPageContext() - method in class javax.servlet.jsp.tagext.Tag
XXX
getParameter(String) - method in class javax.servlet.ServletRequest
Gets the value of a named requestparameter.
getParameterNames() - method in class javax.servlet.ServletRequest
Gets all parameter names.
getParameterValues(String) - method in class javax.servlet.ServletRequest
Gets an array of Strings containing all the request parameter's values whose name matches name.
getParent() - method in class javax.servlet.jsp.tagext.Tag
getPath() - method in class javax.servlet.http.Cookie
Gets the path for which requests this cookie will be attached.
getPathInfo() - method in class javax.servlet.http.HttpServletRequest
Extra path info.
getPathTranslated() - method in class javax.servlet.http.HttpServletRequest
The filesystem path to the path info.
getPrefixString() - method in class javax.servlet.jsp.tagext.TagLibraryInfo
getPreviousOut() - method in class javax.servlet.jsp.tagext.Tag
getProtocol() - method in class javax.servlet.ServletRequest
Gets the protocol of the request as Proto/Major.Minor ("HTTP/1.1").
getQueryString() - method in class javax.servlet.http.HttpServletRequest
Gets the request's query string.
getReader() - method in class javax.servlet.jsp.tagext.BodyJspWriter
Retrieves the evaluated body contents as a reader
getReader() - method in class javax.servlet.ServletRequest
Creates an BufferedReader for servlets to read client request data from.
getRealPath(String) - method in class javax.servlet.ServletContext
Translates the requested virtual path to the real filesystem path using the servers knowledge of the document root.
getRealPath(String) - method in class javax.servlet.ServletRequest
Translates the given path to the real path on the servers filesystem, using the servers documentroot.
getReliableURN() - method in class javax.servlet.jsp.tagext.TagLibraryInfo
getRemaining() - method in class javax.servlet.jsp.JspWriter
XXX
getRemoteAddr() - method in class javax.servlet.ServletRequest
Gets the ip address of the client that sent the request
getRemoteHost() - method in class javax.servlet.ServletRequest
Gets the hostname of the client that sent the request.
getRemoteUser() - method in class javax.servlet.http.HttpServletRequest
Gets the username of the person sending the request.
getRequest() - method in class javax.servlet.jsp.PageContext
XXX
getRequestDispatcher(String) - method in class javax.servlet.ServletContext
Returns a RequestDispatcher to forward requests or include responses from another (active) resource.
getRequestDispatcher(String) - method in class javax.servlet.ServletRequest
XXX
getRequestedSessionId() - method in class javax.servlet.http.HttpServletRequest
Gets the session Id of this request that the client wanted.
getRequestURI() - method in class javax.servlet.http.HttpServletRequest
Gets the requested URI.
getRequestURL(javax.servlet.http.HttpServletRequest) - static method in class javax.servlet.http.HttpUtils
Determines which URL the client used when issuing his request.
getRequiredVersion() - method in class javax.servlet.jsp.tagext.TagLibraryInfo
getResource(String) - method in class javax.servlet.ServletContext
Translates the requested virtual path to an URL object that can be accesed by the servlet.
getResourceAsStream(String) - method in class javax.servlet.ServletContext
A convenience method for getResource(virtualPath).openStream().
getResponse() - method in class javax.servlet.jsp.PageContext
XXX
getRootCause() - method in class javax.servlet.ServletException
Gives the Throwable that caused this exception if known, otherwise null.
getScheme() - method in class javax.servlet.ServletRequest
Gets the scheme of the request as defined by RFC 1783 ("ftp", "http", "gopher", "news").
getScope() - method in class javax.servlet.jsp.tagext.VariableInfo
getSecure() - method in class javax.servlet.http.Cookie
Whether only secure means (https) should be used when sending this cookie to a server.
getServerInfo() - method in class javax.servlet.ServletContext
A server supplied string containing the server name, version number, etc
getServerName() - method in class javax.servlet.ServletRequest
Get the name of the server receiving the request
getServerPort() - method in class javax.servlet.ServletRequest
Gets the portnumber the server reveiving the request is running on.
getServlet() - method in class javax.servlet.UnavailableException
Gets the servlet that is unavailable
getServlet(String) - method in class javax.servlet.ServletContext
Gets a specific servlet by name.
getServletConfig() - method in class javax.servlet.GenericServlet
Gets the servlet servletConfig class
getServletConfig() - method in class javax.servlet.jsp.PageContext
XXX
getServletConfig() - method in class javax.servlet.Servlet
Gets the servlet config class.
getServletContext() - method in class javax.servlet.GenericServlet
Returns the servlets context
getServletContext() - method in class javax.servlet.jsp.PageContext
XXX
getServletContext() - method in class javax.servlet.ServletConfig
Get the context of this ServletConfig
getServletInfo() - method in class javax.servlet.GenericServlet
The servlet programmer can put other additional info (version number, etc) here.
getServletInfo() - method in class javax.servlet.Servlet
Gets a string containing information about the servlet.
getServletName() - method in class javax.servlet.GenericServlet
Gets you the name of this servlet's instance.
getServletName() - method in class javax.servlet.ServletConfig
XXX
getServletNames() - method in class javax.servlet.ServletContext
Gets all servlet names
getServletPath() - method in class javax.servlet.http.HttpServletRequest
Gets the part of the URI up to and including the servlet name.
getServlets() - method in class javax.servlet.ServletContext
Gets all servlets
getSession() - method in class javax.servlet.http.HttpServletRequest
Gets the HttpSession connected with the client sending the request.
getSession() - method in class javax.servlet.http.HttpSessionBindingEvent
Returns the session the Object was bound to or unbound from.
getSession() - method in class javax.servlet.jsp.PageContext
XXX
getSession(boolean) - method in class javax.servlet.http.HttpServletRequest
Gets the HttpSession connected with the client sending the request.
getSession(String) - method in class javax.servlet.http.HttpSessionContext
Get the session with the given id.
getSessionContext() - method in class javax.servlet.http.HttpSession
Gets this HttpSession's context.
getShortName() - method in class javax.servlet.jsp.tagext.TagLibraryInfo
getString() - method in class javax.servlet.jsp.tagext.BodyJspWriter
Retrieves the evaluated body contents as a string
getTag(String) - method in class javax.servlet.jsp.tagext.TagLibraryInfo
getTagClassName() - method in class javax.servlet.jsp.tagext.TagInfo
getTagData() - method in class javax.servlet.jsp.tagext.Tag
getTagExtraInfo() - method in class javax.servlet.jsp.tagext.TagInfo
getTagId() - method in class javax.servlet.jsp.tagext.Tag
getTagInfo() - method in class javax.servlet.jsp.tagext.TagExtraInfo
getTagName() - method in class javax.servlet.jsp.tagext.Tag
getTagName() - method in class javax.servlet.jsp.tagext.TagInfo
getTags() - method in class javax.servlet.jsp.tagext.TagLibraryInfo
getTypeName() - method in class javax.servlet.jsp.tagext.TagAttributeInfo
getUnavailableSeconds() - method in class javax.servlet.UnavailableException
Gets the number of seconds the servlet is unavailable
getURI() - method in class javax.servlet.jsp.tagext.TagLibraryInfo
getUserPrincipal() - method in class javax.servlet.http.HttpServletRequest
XXX
getValue() - method in class javax.servlet.http.Cookie
Gets the value
getValue(String) - method in class javax.servlet.http.HttpSession
Gets a object from the set of name/value pairs in the session.
getValue(String) - method in class javax.servlet.jsp.tagext.Tag
getValueNames() - method in class javax.servlet.http.HttpSession
Get a list of all item names in the session.
getVariableInfo(javax.servlet.jsp.tagext.TagData) - method in class javax.servlet.jsp.tagext.TagExtraInfo
getVariableInfo(javax.servlet.jsp.tagext.TagData) - method in class javax.servlet.jsp.tagext.TagInfo
Not implemented.
getVarName() - method in class javax.servlet.jsp.tagext.VariableInfo
getVersion() - method in class javax.servlet.http.Cookie
Gets the version of this cookie.
getWriter() - method in class javax.servlet.ServletResponse
Creates a PrintWriter for the servlet to print text to.

H

handlePageException(Exception) - method in class javax.servlet.jsp.PageContext
XXX
HttpJspPage - interface javax.servlet.jsp.HttpJspPage
Every jsp page that is served to the client using the http protocol must implement this interface.
HttpServlet - class javax.servlet.http.HttpServlet
The mother-of-all-HttpServlets.
HttpServlet() - constructor for class javax.servlet.http.HttpServlet
Does nothing
HttpServletRequest - interface javax.servlet.http.HttpServletRequest
Contains all the client's request information.
HttpServletResponse - interface javax.servlet.http.HttpServletResponse
Object for HttpServlets to return information to the client.
HttpSession - interface javax.servlet.http.HttpSession
A HttpSession holds session-dependant data on the server side.
Send to an Object that implements HttpSessionBindingListener when bound into a session or unbound from a session.
Creates a new HttpSessionBindingEvent given the session and the name used.
Objects that implement this interface will be called when they are bound or unbound into a HttpSession with a HttpSessionBindingEvent.
HttpSessionContext - interface javax.servlet.http.HttpSessionContext
Contains information shared by all the HttpSessions.
HttpUtils - class javax.servlet.http.HttpUtils
A set of utility methods for http server writers.
HttpUtils() - constructor for class javax.servlet.http.HttpUtils
Creates a HttpUtils object, cool!

I

ID - static field in class javax.servlet.jsp.tagext.TagAttributeInfo
Includes into the ServletResponse any output written by the resource represented by the RequestDispatcher.
include(String) - method in class javax.servlet.jsp.PageContext
XXX
info - field in class javax.servlet.jsp.tagext.TagLibraryInfo
init() - method in class javax.servlet.GenericServlet
Automatically called by init(ServletConfig servletConfig).
init(javax.servlet.ServletConfig) - method in class javax.servlet.GenericServlet
Initializes the servlet.
init(javax.servlet.ServletConfig) - method in class javax.servlet.Servlet
Initializes the servlet.
XXX
invalidate() - method in class javax.servlet.http.HttpSession
Make this HttpSession unavailable for use by other servlets and tell the server to remove this session.
isAutoFlush() - method in class javax.servlet.jsp.JspWriter
XXX
isCommitted() - method in class javax.servlet.ServletResponse
XXX
isNew() - method in class javax.servlet.http.HttpSession
Returns whether this session has been freshly created.
isPermanent() - method in class javax.servlet.UnavailableException
Check whether the servlet is permanently unavailable
isRequestedSessionIdFromCookie() - method in class javax.servlet.http.HttpServletRequest
Returns whether the session id in the request was provided through a Cookie.
isRequestedSessionIdFromUrl() - method in class javax.servlet.http.HttpServletRequest
Returns whether the session id in the request was encoded in the request URI.
isRequestedSessionIdValid() - method in class javax.servlet.http.HttpServletRequest
Checks whether the session connected with the id in the request is a valid one.
isRequired() - method in class javax.servlet.jsp.tagext.TagAttributeInfo
isSecure() - method in class javax.servlet.ServletRequest
XXX
isUserInRole(String) - method in class javax.servlet.http.HttpServletRequest
XXX
isValid(javax.servlet.jsp.tagext.TagData) - method in class javax.servlet.jsp.tagext.TagExtraInfo
isValid(javax.servlet.jsp.tagext.TagData) - method in class javax.servlet.jsp.tagext.TagInfo
Validates the given TagData to ensure that it passes the requirements specified in the TLD.

J

javax.servlet - package
jspDestroy() - method in class javax.servlet.jsp.JspPage
XXX
JspEngineInfo - class javax.servlet.jsp.JspEngineInfo
JspEngineInfo() - constructor for class javax.servlet.jsp.JspEngineInfo
default constructor
JspError - class javax.servlet.jsp.JspError
JspError() - constructor for class javax.servlet.jsp.JspError
JspError(String) - constructor for class javax.servlet.jsp.JspError
JspException - class javax.servlet.jsp.JspException
JspException() - constructor for class javax.servlet.jsp.JspException
JspException(String) - constructor for class javax.servlet.jsp.JspException
JspFactory - class javax.servlet.jsp.JspFactory
XXX
JspFactory() - constructor for class javax.servlet.jsp.JspFactory
XXX [mjw] Why is this public, shouldn't it be protected?
jspInit() - method in class javax.servlet.jsp.JspPage
XXX
JspPage - interface javax.servlet.jsp.JspPage
XXX
jspversion - field in class javax.servlet.jsp.tagext.TagLibraryInfo
JspWriter - class javax.servlet.jsp.JspWriter
JspWriter(int,boolean) - constructor for class javax.servlet.jsp.JspWriter
XXX

L

log(Exception,String) - method in class javax.servlet.ServletContext
Writes an exception + message to the log
log(String) - method in class javax.servlet.GenericServlet
Writes the class name and a message to the log.
log(String) - method in class javax.servlet.ServletContext
Writes a message to the log
log(String,Throwable) - method in class javax.servlet.GenericServlet
Writes the class name, a message and a stack trace to the log.
log(String,Throwable) - method in class javax.servlet.ServletContext
Writes an exception + message to the log

N

NESTED - static field in class javax.servlet.jsp.tagext.VariableInfo
newLine() - method in class javax.servlet.jsp.JspWriter
XXX
NO_BUFFER - static field in class javax.servlet.jsp.JspWriter
XXX

O

OUT - static field in class javax.servlet.jsp.PageContext
XXX

P

PAGE - static field in class javax.servlet.jsp.PageContext
XXX
PAGE_SCOPE - static field in class javax.servlet.jsp.PageContext
XXX
PageContext - class javax.servlet.jsp.PageContext
XXX
PAGECONTEXT - static field in class javax.servlet.jsp.PageContext
XXX
pageContext - field in class javax.servlet.jsp.tagext.Tag
PageContext() - constructor for class javax.servlet.jsp.PageContext
parsePostData(int,javax.servlet.ServletInputStream) - static method in class javax.servlet.http.HttpUtils
Reads the data provided by the client using the POST method, passes these on to HttpUtils.parseQueryString for further treatment, and returns the resulting Hashtable.
parseQueryString(String) - static method in class javax.servlet.http.HttpUtils
Turns a http QUERY_STRING that conforms to rfc1945("Hypertext Transfer Protocol -- HTTP/1.0") or rfc2068 ("Hypertext Transfer Protocol -- HTTP/1.1") into a Hashtable with key = key and as values arrays of String.
prefix - field in class javax.servlet.jsp.tagext.TagLibraryInfo
print(boolean) - method in class javax.servlet.jsp.JspWriter
XXX
print(boolean) - method in class javax.servlet.ServletOutputStream
Writes a boolean.
print(char) - method in class javax.servlet.jsp.JspWriter
XXX
print(char) - method in class javax.servlet.ServletOutputStream
Writes a single char.
print(char[]) - method in class javax.servlet.jsp.JspWriter
XXX
print(double) - method in class javax.servlet.jsp.JspWriter
XXX
print(double) - method in class javax.servlet.ServletOutputStream
Writes a double.
print(float) - method in class javax.servlet.jsp.JspWriter
XXX
print(float) - method in class javax.servlet.ServletOutputStream
Writes a float.
print(int) - method in class javax.servlet.jsp.JspWriter
XXX
print(int) - method in class javax.servlet.ServletOutputStream
Writes an int.
print(long) - method in class javax.servlet.jsp.JspWriter
XXX
print(long) - method in class javax.servlet.ServletOutputStream
Writes a long.
print(Object) - method in class javax.servlet.jsp.JspWriter
XXX
print(String) - method in class javax.servlet.jsp.JspWriter
XXX
print(String) - method in class javax.servlet.ServletOutputStream
Writes a String.
println() - method in class javax.servlet.jsp.JspWriter
XXX
println() - method in class javax.servlet.ServletOutputStream
Writes a CRLF.
println(boolean) - method in class javax.servlet.jsp.JspWriter
XXX
println(boolean) - method in class javax.servlet.ServletOutputStream
Writes a boolean followed by a CRLF.
println(char) - method in class javax.servlet.jsp.JspWriter
XXX
println(char) - method in class javax.servlet.ServletOutputStream
Writes a single char followed by a CRLF.
println(char[]) - method in class javax.servlet.jsp.JspWriter
XXX
println(double) - method in class javax.servlet.jsp.JspWriter
XXX
println(double) - method in class javax.servlet.ServletOutputStream
Writes a double followed by a CRLF.
println(float) - method in class javax.servlet.jsp.JspWriter
XXX
println(float) - method in class javax.servlet.ServletOutputStream
Writes a float followed by a CRLF.
println(int) - method in class javax.servlet.jsp.JspWriter
XXX
println(int) - method in class javax.servlet.ServletOutputStream
Writes an int followed by a CRLF.
println(long) - method in class javax.servlet.jsp.JspWriter
XXX
println(long) - method in class javax.servlet.ServletOutputStream
Writes a long followed by a CRLF.
println(Object) - method in class javax.servlet.jsp.JspWriter
XXX
println(String) - method in class javax.servlet.jsp.JspWriter
XXX
println(String) - method in class javax.servlet.ServletOutputStream
Writes a String followed by a CRLF.
putValue(String,Object) - method in class javax.servlet.http.HttpSession
Puts a name and value in the HttpSession.

R

readLine(byte[],int,int) - method in class javax.servlet.ServletInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
release() - method in class javax.servlet.jsp.PageContext
XXX
release() - method in class javax.servlet.jsp.tagext.Tag
XXX
removeAttribute(String) - method in class javax.servlet.http.HttpSession
XXX
removeAttribute(String) - method in class javax.servlet.jsp.PageContext
XXX
removeAttribute(String) - method in class javax.servlet.ServletContext
Removes the named object from the ServletContext
removeAttribute(String) - method in class javax.servlet.ServletRequest
XXX
removeAttribute(String,int) - method in class javax.servlet.jsp.PageContext
XXX
removeValue(String) - method in class javax.servlet.http.HttpSession
Removes an item from the session.
REQUEST - static field in class javax.servlet.jsp.PageContext
XXX
REQUEST_SCOPE - static field in class javax.servlet.jsp.PageContext
XXX
REQUEST_TIME_VALUE - static field in class javax.servlet.jsp.tagext.TagData
RequestDispatcher - interface javax.servlet.RequestDispatcher
This interface implements methods to forward a request or include output from another (active) source such as another servlet.
reset() - method in class javax.servlet.ServletResponse
XXX
RESPONSE - static field in class javax.servlet.jsp.PageContext
XXX

S

SC_ACCEPTED - static field in class javax.servlet.http.HttpServletResponse
202 Accepted.
SC_BAD_GATEWAY - static field in class javax.servlet.http.HttpServletResponse
502 Bad Gateway.
SC_BAD_REQUEST - static field in class javax.servlet.http.HttpServletResponse
400 Bad Request.
SC_CONFLICT - static field in class javax.servlet.http.HttpServletResponse
409 Conflict.
SC_CONTINUE - static field in class javax.servlet.http.HttpServletResponse
100 Continue.
SC_CREATED - static field in class javax.servlet.http.HttpServletResponse
201 Created.
SC_EXPECTATION_FAILED - static field in class javax.servlet.http.HttpServletResponse
417 Expectation failed

XXX

SC_FORBIDDEN - static field in class javax.servlet.http.HttpServletResponse
403 Forbidden.
SC_GATEWAY_TIMEOUT - static field in class javax.servlet.http.HttpServletResponse
504 Gateway Timeout.
SC_GONE - static field in class javax.servlet.http.HttpServletResponse
410 Gone.
SC_HTTP_VERSION_NOT_SUPPORTED - static field in class javax.servlet.http.HttpServletResponse
505 HTTP Version Not Supported.
SC_INTERNAL_SERVER_ERROR - static field in class javax.servlet.http.HttpServletResponse
500 Internal Server Error.
SC_LENGTH_REQUIRED - static field in class javax.servlet.http.HttpServletResponse
411 Length Required.
SC_METHOD_NOT_ALLOWED - static field in class javax.servlet.http.HttpServletResponse
405 Method Not Allowed.
SC_MOVED_PERMANENTLY - static field in class javax.servlet.http.HttpServletResponse
301 Moved Permanently.
SC_MOVED_TEMPORARILY - static field in class javax.servlet.http.HttpServletResponse
302 Moved Temporarily.
SC_MULTIPLE_CHOICES - static field in class javax.servlet.http.HttpServletResponse
300 Multiple Choices.
SC_NO_CONTENT - static field in class javax.servlet.http.HttpServletResponse
204 No Content.
SC_NON_AUTHORITATIVE_INFORMATION - static field in class javax.servlet.http.HttpServletResponse
203 Non-Authoritative Information.
SC_NOT_ACCEPTABLE - static field in class javax.servlet.http.HttpServletResponse
406 Not Acceptable.
SC_NOT_FOUND - static field in class javax.servlet.http.HttpServletResponse
404 Not Found.
SC_NOT_IMPLEMENTED - static field in class javax.servlet.http.HttpServletResponse
501 Not Implemented.
SC_NOT_MODIFIED - static field in class javax.servlet.http.HttpServletResponse
304 Not Modified.
SC_OK - static field in class javax.servlet.http.HttpServletResponse
200 OK.
SC_PARTIAL_CONTENT - static field in class javax.servlet.http.HttpServletResponse
206 Partial Content.
SC_PAYMENT_REQUIRED - static field in class javax.servlet.http.HttpServletResponse
402 Payment Required.
SC_PRECONDITION_FAILED - static field in class javax.servlet.http.HttpServletResponse
412 Precondition Failed.
SC_PROXY_AUTHENTICATION_REQUIRED - static field in class javax.servlet.http.HttpServletResponse
407 Proxy Authentication Required.
SC_REQUEST_ENTITY_TOO_LARGE - static field in class javax.servlet.http.HttpServletResponse
413 Request Entity Too Large.
SC_REQUEST_TIMEOUT - static field in class javax.servlet.http.HttpServletResponse
408 Request Timeout.
SC_REQUEST_URI_TOO_LONG - static field in class javax.servlet.http.HttpServletResponse
414 Request-URI Too Long.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - static field in class javax.servlet.http.HttpServletResponse
416 Requested range not satisfiable

XXX

SC_RESET_CONTENT - static field in class javax.servlet.http.HttpServletResponse
205 Reset Content.
SC_SEE_OTHER - static field in class javax.servlet.http.HttpServletResponse
303 See Other.
SC_SERVICE_UNAVAILABLE - static field in class javax.servlet.http.HttpServletResponse
503 Service Unavailable.
SC_SWITCHING_PROTOCOLS - static field in class javax.servlet.http.HttpServletResponse
101 Switching Protocols.
SC_UNAUTHORIZED - static field in class javax.servlet.http.HttpServletResponse
401 Unauthorized.
SC_UNSUPPORTED_MEDIA_TYPE - static field in class javax.servlet.http.HttpServletResponse
415 Unsupported Media Type.
SC_USE_PROXY - static field in class javax.servlet.http.HttpServletResponse
305 Use Proxy.
sendError(int) - method in class javax.servlet.http.HttpServletResponse
Informs the client an error has occured.
sendError(int,String) - method in class javax.servlet.http.HttpServletResponse
Informs the client an error has occured and shows a descriptive message.
sendRedirect(String) - method in class javax.servlet.http.HttpServletResponse
Sends a redirect message to the client (using SC_MOVED_TEMPORARILY).
This method looks whether the request is a POST, GET, etc method, and then calls the appropriate doPost, doGet, whatever method.
If the request method is something it can't handle it sends a HttpServletResponse.SC_BAD_REQUEST error through the response.
Called by the server every time it wants the servlet to handle a request.
Frontend for calling service(HttpServletRequest,HttpServletResponse).
Called by the server every time it wants the servlet to handle a request.
Servlet - interface javax.servlet.Servlet
This is the interface for all servlets.
ServletConfig - interface javax.servlet.ServletConfig
Whenever a server wants to pass initialization data to a servlet, it creates a class which implements this interface.
The server then adds {String,String} pairs to the class, and the servlet can read these using this interface.
ServletContext - interface javax.servlet.ServletContext
A class created by the server to give servlets access to certain environment related objects and methods.
It contains standard information like the names of all the servlets, two kinds of log methods, the server name, etc.
The server can also store extra information here in the form of {String, Object} pairs.
ServletException - class javax.servlet.ServletException
This exception is thrown by a servlet when a servlet related problem occurs.
ServletException() - constructor for class javax.servlet.ServletException
Creates a new ServletException.
ServletException(String) - constructor for class javax.servlet.ServletException
Creates a new ServletException with a message.
ServletException(String,Throwable) - constructor for class javax.servlet.ServletException
Creates a new ServletException with a message and what caused the exception.
ServletException(Throwable) - constructor for class javax.servlet.ServletException
Creates a new ServletException with what caused the exception.
This class serves as a stream where servlets can read data supplied by the client from.
ServletInputStream() - constructor for class javax.servlet.ServletInputStream
Does nothing.
Used to write output from a Servlet to the client.
ServletOutputStream() - constructor for class javax.servlet.ServletOutputStream
ServletRequest - interface javax.servlet.ServletRequest
Whenever the server receives a request it creates a ServletRequest object, puts all the request information in it and passes this along with a ServletResponse object to the approriate servlet.
ServletResponse - interface javax.servlet.ServletResponse
A servlet can use this class to pass information to the client.
SESSION - static field in class javax.servlet.jsp.PageContext
XXX
SESSION_SCOPE - static field in class javax.servlet.jsp.PageContext
XXX
setAttribute(String,Object) - method in class javax.servlet.http.HttpSession
XXX
setAttribute(String,Object) - method in class javax.servlet.jsp.PageContext
XXX
setAttribute(String,Object) - method in class javax.servlet.ServletContext
Puts a named object into the ServletContext.
setAttribute(String,Object) - method in class javax.servlet.ServletRequest
Puts a named object into the ServletRequest.
setAttribute(String,Object) - method in class javax.servlet.jsp.tagext.TagData
setAttribute(String,Object,int) - method in class javax.servlet.jsp.PageContext
XXX
setBodyOut(javax.servlet.jsp.tagext.BodyJspWriter) - method in class javax.servlet.jsp.tagext.Tag
setBufferSize(int) - method in class javax.servlet.ServletResponse
XXX
setComment(String) - method in class javax.servlet.http.Cookie
Sets the comment of the cookie.
setContentLength(int) - method in class javax.servlet.ServletResponse
Tells the client how many bytes to expect.
setContentType(String) - method in class javax.servlet.ServletResponse
Tells the client what mime type to expect
setDateHeader(String,long) - method in class javax.servlet.http.HttpServletResponse
Adds a header to the response which contains a date.
setDefaultFactory(javax.servlet.jsp.JspFactory) - static method in class javax.servlet.jsp.JspFactory
XXX
setDomain(String) - method in class javax.servlet.http.Cookie
Sets the domain for which this Cookie will be used.
setHeader(String,String) - method in class javax.servlet.http.HttpServletResponse
Adds a header to the response.
setIntHeader(String,int) - method in class javax.servlet.http.HttpServletResponse
Adds a header to the response which contains a number.
setLocale(Locale) - method in class javax.servlet.ServletResponse
XXX
setMaxAge(int) - method in class javax.servlet.http.Cookie
Sets the maximum lifetime of the cookie in seconds.
If set to 0 then the cookie will be deleted by the client.
If set to a negative value (such as -1 which is the default) then the cookie will be a non-persistent cookie.
This means that the cookie will live as long as the http client lives, and will not be saved to disk.
setMaxInactiveInterval(int) - method in class javax.servlet.http.HttpSession
Sets the minimum time this session will be kept alive by the server when it doesn't get accessed by a client.
Note: hmmm, should an interval of -1 mean that it should live forever?
setPath(String) - method in class javax.servlet.http.Cookie
Set the path with which requests this cookie will be sent back to the server.
setSecure(boolean) - method in class javax.servlet.http.Cookie
Whether only secure means (https) should be used when sending this cookie to a server.
setStatus(int) - method in class javax.servlet.http.HttpServletResponse
Sets the return code that is send to the client.
setStatus(int,String) - method in class javax.servlet.http.HttpServletResponse
Sets the return code that is send to the client.
setTagInfo(javax.servlet.jsp.tagext.TagInfo) - method in class javax.servlet.jsp.tagext.TagExtraInfo
setValue(String) - method in class javax.servlet.http.Cookie
Sets a new value.
setValue(String,Object) - method in class javax.servlet.jsp.tagext.Tag
setVersion(int) - method in class javax.servlet.http.Cookie
Sets the version.
shortname - field in class javax.servlet.jsp.tagext.TagLibraryInfo
SingleThreadModel - interface javax.servlet.SingleThreadModel
SingleThreadModel.java -- Interface indicating a "single" thread model
SKIP_BODY - static field in class javax.servlet.jsp.tagext.Tag
SKIP_PAGE - static field in class javax.servlet.jsp.tagext.Tag

T

Tag - class javax.servlet.jsp.tagext.Tag
Tag(String,String) - constructor for class javax.servlet.jsp.tagext.Tag
TagAttributeInfo - class javax.servlet.jsp.tagext.TagAttributeInfo
Represents information about an attribute of a tag loaded from a tag library descriptor (TLD) file.
TagAttributeInfo(String,boolean,String,boolean) - constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
TagData - class javax.servlet.jsp.tagext.TagData
Represents the request-time parameters for a JSP tag.
tagData - field in class javax.servlet.jsp.tagext.Tag
TagData(Object[][]) - constructor for class javax.servlet.jsp.tagext.TagData
TagExtraInfo - class javax.servlet.jsp.tagext.TagExtraInfo
Not implemented.
TagInfo - class javax.servlet.jsp.tagext.TagInfo
Represents a tag loaded from a tag library descriptor (TLD) file.
tagInfo - field in class javax.servlet.jsp.tagext.TagExtraInfo
TagLibraryInfo - class javax.servlet.jsp.tagext.TagLibraryInfo
TagLibraryInfo(String,String) - constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
tags - field in class javax.servlet.jsp.tagext.TagLibraryInfo
tlibversion - field in class javax.servlet.jsp.tagext.TagLibraryInfo

U

This is a special kind of exception telling the server that this particular servlet is currently not available.
Constructor for a temporary unavailable exception
Constructor for a permanent unavailable exception
UnavailableException(String) - constructor for class javax.servlet.UnavailableException
Constructor for a permanent unavailable exception
UnavailableException(String,int) - constructor for class javax.servlet.UnavailableException
Constructor for a temporary unavailable exception
uri - field in class javax.servlet.jsp.tagext.TagLibraryInfo
urn - field in class javax.servlet.jsp.tagext.TagLibraryInfo

V

Called when the object is bound to a session.
Called when the object is unbound from a session.
VariableInfo - class javax.servlet.jsp.tagext.VariableInfo
VariableInfo(String,String,boolean,int) - constructor for class javax.servlet.jsp.tagext.VariableInfo

W

writeOut(Writer) - method in class javax.servlet.jsp.tagext.BodyJspWriter